Scrape Data from Google Maps (in 2023)

Поділитися
Вставка
  • Опубліковано 6 січ 2023
  • How to Scrape Phone Numbers from Google Maps using Octoparse.
    Downloading Octoparse:
    www.octoparse.com/download/
    Scraping Emails on Google Maps (affiliate link) :
    scrap.id/s/1xY
    XPaths used:
    Scrool: //div[@role="feed"]
    Loop Item: //div[@role="article"]
    Title: //div[@role="main" and @aria-label]//h1[@class="DUwDvf fontHeadlineLarge"]
    Rating: //div[@role="main" and @aria-label]//div[@jsaction="pane.rating.moreReviews"]//span[@aria-hidden]
    Reviews: //div[@role="main" and @aria-label]//div[@jsaction="pane.rating.moreReviews"]//span[contains(text(),"review")]
    Category: //div[@role="main" and @aria-label]//button[@jsaction="pane.rating.category"]
    Address: //div[@role="main" and @aria-label]//button[@data-item-id="address"]
    Opening_Hours: //div[@role="main" and @aria-label]//img[@aria-label="Hours"]/../following-sibling::div[1]//tbody
    Website: (//div[@role="main" and @aria-label]//a[@data-tooltip="Open website"])[1]
    Phone_Number: (//div[@role="main" and @aria-label]//button[@data-tooltip="Copy phone number"])[1]
    Photos: //div[@role="main" and @aria-label]//div[@class="YkuOqf"]
    For any web scraping request:
    fdufaurboidin@gmail.com

КОМЕНТАРІ • 68

  • @francoisfromoctoparse
    @francoisfromoctoparse  Рік тому +6

    If you want another way to scrape Google Maps, you can click on scrap.id/s/1xY
    You can get your first 100 leads free of charge ;)
    For any web scraping request:
    fdufaurboidin@gmail.com

    • @rahuldasangam14
      @rahuldasangam14 Рік тому

      Nice video... I need some Xpaths which i tried, but couldn't get it. How can i reach out to you?

    • @francoisfromoctoparse
      @francoisfromoctoparse  Рік тому

      @@rahuldasangam14 Thank you.
      By email: fdufaurboidin@gmail.com

  • @redditstorytime2636
    @redditstorytime2636 Рік тому +2

    Very informative. Keep uploading such useful videos.

  • @GC-D
    @GC-D 9 місяців тому

    Very useful!

  • @Victor-tl4dk
    @Victor-tl4dk 10 місяців тому +3

    I want to use this to find "apartments" around my "university."
    I'd also "compare" it to crime maps (just one of the many things I'm interested in) and decide which ones are the best after calling and asking about "prices."

    • @francoisfromoctoparse
      @francoisfromoctoparse  8 місяців тому +1

      Google Maps is not for you then.
      What might be more helpful is real estate websites.

  • @tomcha75
    @tomcha75 Рік тому

    Thank you for the video. Octoparse not working anymore with Google Maps was driving me nuts.

    • @francoisfromoctoparse
      @francoisfromoctoparse  Рік тому +2

      Scraping Google Maps is not easy but it still should work. One little trick: When you launch your Google Maps task, try not to browse on another tab. It tends to decrease the number of results you will get (something I've only notived on Google Maps).

    • @tomcha75
      @tomcha75 Рік тому

      @@francoisfromoctoparse Had no idea about that. Thanks, and again for the tutorial.

    • @DVRK_QUEEN
      @DVRK_QUEEN 8 місяців тому

      bruh me too😂

    • @atVertexTop
      @atVertexTop 5 місяців тому

      does this problem continue to persist as of now?@@francoisfromoctoparse

  • @lockheedraptorf2280
    @lockheedraptorf2280 8 місяців тому

    Hello Francois! This was really helpful. I need a bit of guidance. I want to scrape data from Google Maps where I can get the emails, and Facebook links also. How would I do that?

    • @francoisfromoctoparse
      @francoisfromoctoparse  8 місяців тому

      Hello,
      You can click the link in the pinned comment.
      The website allows to get email addresses and social media links.

  • @gopinathraghu5550
    @gopinathraghu5550 10 місяців тому +1

    HI, I am using this app based on your guidance. Recently this app not taking the xpath properly and the values are not coming. can you please help to share the latest xpath or share a latest video. i need your help.

  • @user-pg3ck2es6s
    @user-pg3ck2es6s 8 місяців тому

    Bonjour, j'ai suivi à la lettre les étapes mais je crois que j'ai un problème avec mon xpath sur loop item.

    • @francoisfromoctoparse
      @francoisfromoctoparse  8 місяців тому

      Bonjour,
      Les XPaths doivent êtres vérifiés (et si besoin modifiés) régulièrement.

  • @yassa.9624
    @yassa.9624 2 місяці тому

    Bonjour Francois,
    How can i extract the speed limit data from a circuit on google maps please ?

    • @francoisfromoctoparse
      @francoisfromoctoparse  2 місяці тому

      Hello,
      I think you should take a look at the Google Maps API.
      Maybe they have a feature for this.

  • @user-ui1sk8jd1n
    @user-ui1sk8jd1n 6 місяців тому

    Hey Thank you
    But I have only managed to scrapp 20 results ... I think the scroll is not working properly ... any ideas ??

    • @francoisfromoctoparse
      @francoisfromoctoparse  6 місяців тому +1

      Hello,
      You can write your own XPath.
      XPaths have to be changed from time to time.

  • @user-mf6kb9ik5n
    @user-mf6kb9ik5n 6 місяців тому

    Hello, this /a tag doesn’t work for me, I don’t know why( and same with some of the formulas

    • @francoisfromoctoparse
      @francoisfromoctoparse  6 місяців тому

      Hello,
      Formulas can change over time.
      It is better to write our own.

  • @user-sh7xb9jy2e
    @user-sh7xb9jy2e 4 місяці тому

    Has anything changed? I followed step by step and it's not working. Variable list function is not dragging the list.

    • @francoisfromoctoparse
      @francoisfromoctoparse  4 місяці тому

      Yes, things have changed.
      I have made an updated "2024" version on the channel.

  • @user-og2hy5nc9s
    @user-og2hy5nc9s 7 місяців тому

    Looks good but the Loop item Xpath does not work when i follow the steps :(

  • @Lui-E
    @Lui-E 8 місяців тому

    how can you do it for multiple
    url links?

  • @CarolineImelda
    @CarolineImelda Рік тому

    I guess the xpath for phone number is not working for mee

    • @francoisfromoctoparse
      @francoisfromoctoparse  Рік тому +2

      I will maybe make a video about the topic one day.
      In the meantime, I suggest writing it by yourself or directly click on the element.

    • @CarolineImelda
      @CarolineImelda Рік тому

      @@francoisfromoctoparse Thankyou so much

  • @NoSTs123
    @NoSTs123 6 місяців тому

    what would one do with the scrapped data?

  • @topfoodlind260
    @topfoodlind260 9 днів тому

    need your help

  • @innerpeacemeditation6499
    @innerpeacemeditation6499 5 місяців тому

    Hiii Can i know which people visited google map specific location?

  • @bhumikarijal4456
    @bhumikarijal4456 9 місяців тому

    How to scrape the data within 20 mile radius?

    • @francoisfromoctoparse
      @francoisfromoctoparse  8 місяців тому

      I don't think you can directly do that.
      I might suggest Apify in that case.

  • @jeanliu1598
    @jeanliu1598 7 місяців тому +1

    Title code doesn't work for me……

    • @Penelope416
      @Penelope416 6 місяців тому

      Yeah, me neither.

    • @francoisfromoctoparse
      @francoisfromoctoparse  6 місяців тому

      XPaths have to be changed from time to time.
      I have done a video explaining how to write them.

  • @georgeg8825
    @georgeg8825 6 місяців тому

    How can Scrape place id?

  • @6flo
    @6flo 7 місяців тому

    I couldn't extract emails

  • @CatchYouInAction
    @CatchYouInAction 6 місяців тому

    do you realize you took a simple task and turned it into the most complicated video ever? i am trying to understand what you are doing and i cant figure it out ! impossible mate

  • @NageshD-mq6se
    @NageshD-mq6se 5 місяців тому

    Give script for this scraping

  • @ExplorerOfTheGalaxy
    @ExplorerOfTheGalaxy 10 місяців тому

    Octoparse is not free.

    • @francoisfromoctoparse
      @francoisfromoctoparse  8 місяців тому

      It is.
      This is a freemium tool.

    • @LetsScrapeData
      @LetsScrapeData 8 місяців тому

      it's free if you do not use some features such as schedule, proxy,

    • @Infinity36195
      @Infinity36195 7 місяців тому

      Yes instant data scraper for Google maps it is free 😂😂😂

    • @francoisfromoctoparse
      @francoisfromoctoparse  6 місяців тому

      @@Infinity36195 Not a good tool.

    • @Jan-nd1hv
      @Jan-nd1hv 6 місяців тому

      @@francoisfromoctoparse Can I know why its "Not a good tool"?