Scrape Data from Google Maps (in 2024)

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

Комментарии • 76

  • @francoisfromoctoparse
    @francoisfromoctoparse  11 месяцев назад +1

    To get your first 100 B2B leads for free:
    scrap.id/s/1xY
    For a Web Scraping request:
    fdufaurboidin@gmail.com

  • @valentinthalmann361
    @valentinthalmann361 9 месяцев назад +3

    Hey all :) I found out that sometimes the script gets confused about the website_url because there are two aria labels with the "website" tag - one in the list of the companies and one in the side tile. This could result in displaying a striped square and only the word "Website". To fix this, right-click the website row > customize field > select other fields > href. It won't change the preview, but by running the loop, it will only take the URLs. I'm not sure if this is a bug or if it's a problem with the two elements.

    • @youngpark5286
      @youngpark5286 8 месяцев назад

      I am facing to the same issue for placeid, website, phone number. Do you know how to solve this? and I am not sure how to get lat and long too.

    • @thegundamkingr
      @thegundamkingr 7 месяцев назад

      Thanks for sharing this tip, you're a star

  • @Autoscraping
    @Autoscraping 11 месяцев назад

    A fantastic video that has been invaluable for our newcomers. We greatly appreciate your generosity in sharing it!

  • @paololigori
    @paololigori 11 месяцев назад +2

    Great as always. Is there a way to automate the tasks? for example lets say i want to use this same flow for every city of a state, is there a way in octoparse to do it? thanks

    • @francoisfromoctoparse
      @francoisfromoctoparse  11 месяцев назад +1

      Technically speaking, yes.
      But you have to scrape your cities beforehand.

  • @AkshayDeoke
    @AkshayDeoke 4 месяца назад +1

    Why this has to be so difficult and such a steep learning curve. I follwed your video but page scrolling thing didnt work.

  • @Retorneadordeceramica
    @Retorneadordeceramica 9 месяцев назад

    Hi, I am following your tutorial but the second Loop Item with the Variable List did not work for me? Do you know why?

    • @francoisfromoctoparse
      @francoisfromoctoparse  9 месяцев назад

      Hi,
      You mean the loop item with the different companies?
      In that case, did you try to rewrite the XPath?

    • @n1ghttra1n
      @n1ghttra1n 5 месяцев назад +1

      @@francoisfromoctoparse you have a space after maps( could be because chrome checkmarks safe links) if he removes the space it, works

  • @garymoore1288
    @garymoore1288 8 месяцев назад

    the xpath for the loop item doesn't seem to work for me, could it have changed? Also when I try clicking it only seems to return the result I click (only one A in the list)

    • @francoisfromoctoparse
      @francoisfromoctoparse  8 месяцев назад

      Did you run your task?
      It is the most concrete way to indentify a potentiel mistake.

  • @bungaazizah2802
    @bungaazizah2802 4 месяца назад

    Hi, thankyou for sharing. But I think I followed all the steps and still can’t scrape a data. I think there’s something wrong with the scroll xpath, but I already watched your xpath tutorial and use many tools to find the right xpath, still it just doesn’t working out. Do you have any idea about this?

    • @francoisfromoctoparse
      @francoisfromoctoparse  4 месяца назад

      Hi,
      If you can't scrape a data, maybe the problem is coming from the loop item and not from the scroll.

    • @mokalearning
      @mokalearning 3 месяца назад

      Try moving the loop item within the scroll

  • @DCVisuals974
    @DCVisuals974 6 месяцев назад

    Salut François, Une question. Quand tu obtiens tes 120 leads, comment fais-tu pour générer les leads suivants après le 120 eme ? Merci

    • @francoisfromoctoparse
      @francoisfromoctoparse  6 месяцев назад

      Salut,
      Tu ne peux pas obtenir plus de 120 leads à la fois avec cette méthode. La seule façon de faire serait de segmenter la recherche.

  • @mardy_
    @mardy_ 10 месяцев назад

    I am trying to scrape latitude and longitude from items in the side-scroll. Everything is working well, but many of the latitude and longitude items that I retrieve from the URL are matching, even though the locations are different. When I check Google Maps, and click on the various results of a search, the latitude and longitude in the URL also do not appear to change. Is this a known issue with Google Maps? Is there any way to fix this or get the latitude and longitude from somewhere else?

    • @francoisfromoctoparse
      @francoisfromoctoparse  10 месяцев назад

      If the places are very close to one another, it might not change.
      Otherwise, it does.

  • @latlov
    @latlov 7 месяцев назад

    How about scraping some reviews for each business? reviews based on a specific rating (worse and best)? how to achieve that?

  • @marsdiggy8
    @marsdiggy8 4 месяца назад

    How do you save a workflow? I checked the documentation on OP but didn't find anything. Is this a premium feature? Thank you.

  • @IamTechAlchemist
    @IamTechAlchemist 7 месяцев назад

    Hi Francois, Thank you very much for this video😊, i would like to ask is this method possible without xpath, with only pointing and clicking.

    • @francoisfromoctoparse
      @francoisfromoctoparse  7 месяцев назад

      Hi,
      Of course , it is possible ;)
      But it will be more likely that there is an error.
      And the accuracy will be lower.

    • @IamTechAlchemist
      @IamTechAlchemist 7 месяцев назад

      Can you make a video on it please if possible

  • @chankk6038
    @chankk6038 6 месяцев назад

    Hi, why is the data extracted stop at the 7th row? it should have more rows..

    • @francoisfromoctoparse
      @francoisfromoctoparse  6 месяцев назад

      Hi, It is likely because the scrolling process doesn't work in your case.

  • @topfoodlind260
    @topfoodlind260 5 месяцев назад

    How can I export locations codes plus from my map to Excel?

  • @DiegoNovello86
    @DiegoNovello86 6 месяцев назад

    Hi, my Titles is going wrong, its getting Sponsered, a think google changed something.
    Title: (//div[@role="main" and @aria-label]//h1)[last()]
    Could you help how identify the new path?

    • @minhvuongluu7644
      @minhvuongluu7644 3 месяца назад

      I am facing the same issue, did u find a solution

    • @DiegoNovello86
      @DiegoNovello86 3 месяца назад

      @@minhvuongluu7644 I really dont remeber, but you have do inspect the element on the page to find the rigth path

  • @SamLiu-e2s
    @SamLiu-e2s 4 месяца назад

    Thanks so much for the tutorial!! I got a question that my photos didn't show, and I did exactly the same. Also how can we learn and how to find Xpath in other cases. TYSM!!

  • @river.agency
    @river.agency 11 месяцев назад

    Salut, j'ai configuré une tâche en suivant le tuto disponible sur le site Octoparse. Mais le gros problème que j'ai, c'est qu'au bout d'un moment, il commence à scraper que des doublons. J'ai l'impression qu'il n'arrive pas à changer de page ou défiler la page correctement. Pourtant j'ai vérifié le paramétrage plusieurs fois pour voir s'il est bien pareil au tuto et tout est bon. Est-ce que tu pourrais m'aider ?

    • @francoisfromoctoparse
      @francoisfromoctoparse  11 месяцев назад

      Bonjour,
      Pour une prestation en Web Scraping:
      fdufaurboidin@gmail.com

  • @rezekihomemart5823
    @rezekihomemart5823 7 месяцев назад

    Everything works fine except phone number. Whats wrong with it?

  • @graczer34
    @graczer34 10 месяцев назад

    would it be possible to scrape a pulse code and link from share from places as well?

  • @yoericktv9610
    @yoericktv9610 11 месяцев назад

    Thanks a lot François. Really appreciate your efforts. Just in time.

  • @alumnoresponsable6727
    @alumnoresponsable6727 11 месяцев назад

    Hi! Thanks for your video! Still... I don't know what Im doing wrong... When configurating the loop item, it does only give 1 or none loop item.s as a result

  • @alaasoufiani6471
    @alaasoufiani6471 9 месяцев назад

    Merci pour le tuto François ! Bonne continuation

  • @redone981
    @redone981 2 месяца назад

    Bravo pour le courage de faire la vidéo en anglais 👏

  • @highhopes4845
    @highhopes4845 11 месяцев назад

    Is there a way to scrap data from a map within a website? Like real estate listings?
    Thank you for your useful content 🙏❤

  • @phoenixgaming231
    @phoenixgaming231 4 месяца назад

    I have a question

  • @pabloalbuquerque5805
    @pabloalbuquerque5805 10 месяцев назад +4

    yeah, its not "freemium", its "paidmium"

    • @Ilydamian_p
      @Ilydamian_p 6 месяцев назад

      I've been using it without payment

  • @matinshoon
    @matinshoon 7 месяцев назад +1

    This was an amazing tutorial, thank you!

  • @AML1271
    @AML1271 10 месяцев назад

    Hi, can i fetch the review by using octoparse?

  • @muratkekec5994
    @muratkekec5994 8 месяцев назад

    how to scrap pages that is redirecting to another page

    • @francoisfromoctoparse
      @francoisfromoctoparse  8 месяцев назад

      If the page is from another website, I don't think you can do that with Octoparse.

    • @muratkekec5994
      @muratkekec5994 8 месяцев назад

      @@francoisfromoctoparse what do you mean.? I have the link and when I enter url it directs to another website. Original website has all the information I want to scrab. can you try on your end?

  • @MrMattden
    @MrMattden 9 месяцев назад

    Thanks for the video, do you know if it's possible to extract mail address ?

  • @cee8876
    @cee8876 11 месяцев назад

    Will Google allow me to use Octoparse? I heard it isn't allowed.

  • @youngpark5286
    @youngpark5286 8 месяцев назад

    thanks for the amazing video, somehow I do not get website and phone number. but your xpath worked with the xpath helper.

  • @imtime22
    @imtime22 8 месяцев назад

    Thank you

  • @tungle9483
    @tungle9483 10 месяцев назад

    thanks

  • @wisnubuwana5606
    @wisnubuwana5606 11 месяцев назад

    Lets gooo

  • @reborntoday9039
    @reborntoday9039 3 месяца назад

    the info is valuable for sure, but the way u teach is so boring

  • @deborahhudareal
    @deborahhudareal 7 месяцев назад

    thank you