Search Nearby Businesses With Google Maps API and Python

Поділитися
Вставка
  • Опубліковано 16 жов 2024

КОМЕНТАРІ • 41

  • @upalkundu2872
    @upalkundu2872 3 роки тому +6

    Your videos are always useful. Not too fast bust swift and friendly! Just loving it!

  • @marciokatayama
    @marciokatayama 2 роки тому +2

    Very good, but the code is limited to 60 results. Is there any additional way to increase results?

    • @jiejenn
      @jiejenn  2 роки тому

      The limit is set by Google unfortunately. developers.google.com/maps/documentation/javascript/places#PlaceSearchPaging

  • @ju4np332
    @ju4np332 6 місяців тому +2

    how can I download the business list csv for business around my area?

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

      Yeah, i'm not sure how to get the csv that he has in the video.

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

    Bro im unable to enable places api 2:58 it asks for credit card details…anyother way to try?

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

    Hey!, your video in fantastic, helped me a lot even tho I have a problem, I need to make an API to download the coworking-spaces from a certain city and apparently I need to pay or register a form of paying, but I just want to make this one investigation for now. Is there a way to make an API for free?, greetings from Mexico!

  • @muhammadhafizsulaiman7163
    @muhammadhafizsulaiman7163 2 роки тому

    Great contribution to the data world. Thank you!

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

    Thank you! Worked perfectly!

  • @vicmon7897
    @vicmon7897 2 роки тому +1

    hello guys pls help me i wrote code in the video but when im runnung this code im getting this:map_client = googlemaps.Clients(API_KEY)
    AttributeError: module 'googlemaps' has no attribute 'Clients' what does it mean and why?

    • @jiejenn
      @jiejenn  2 роки тому

      googlemaps.Client()

  • @erenhan
    @erenhan 2 роки тому

    its really good video and thank you for that but, when loop through an address list which contains 167 address, geocode only getting 5 address, any limitation on that ? when I print df.shape and address here is an example
    (16, 17) Stamford, CT, USA
    (14, 17) Norwalk, CT, USA
    (4, 17) Fairfield, CT, USA
    (9, 17) Bridgeport, CT, USA
    (9, 17) Milford, CT, USA

    • @jiejenn
      @jiejenn  2 роки тому

      Hard to tell without looking at the source code. Maybe you can ask your question on Stack Overflow.

  • @rawmetal3052
    @rawmetal3052 3 роки тому

    A loudest applause for you and your work Sir!

  • @devstuff92
    @devstuff92 2 роки тому

    Hey, I'm struggling with my personal project.. The idea is the map would highlight markers of the nearest recycling sites as soon as the user shares their location. If it's possible please help me

    • @jiejenn
      @jiejenn  2 роки тому +1

      I recommend you try Upwork to find assistance.

  • @Slacker333666
    @Slacker333666 2 роки тому

    Amazing thank you I will for sure be implementing this into my brain as a useful tool to have

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

    do we need to pay to enable place API plz respond sir

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

      No you don't, there's a limit to the amount of requests though. After that limit is reached you'll be charged.

  • @jagoanalisa1946
    @jagoanalisa1946 2 роки тому

    Great video... If you want to look up several location at once we can use loop. But how can we return or add the original location to the list?

  • @LexLinux
    @LexLinux 2 роки тому

    Thank you for sharing this video!

  • @surprise7917
    @surprise7917 3 роки тому

    Great video only thing im stuck at is not having a credit card. So using google cloud is not really an option :(

  • @yudac.2613
    @yudac.2613 2 роки тому

    Thank you for share! Great Video. Very Useful.

  • @oaciftci
    @oaciftci 2 роки тому

    Very cool and informative. Thanks!

  • @CaputoDavide93
    @CaputoDavide93 3 роки тому

    What about extract the Tel number as well?

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

    Can we get a contact email of business in response of api?

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

      I don't believe so.

  • @idan357
    @idan357 2 роки тому +1

    Great tutorial tanks !

    • @jiejenn
      @jiejenn  2 роки тому

      Glad the video helped.

  • @shimingli6782
    @shimingli6782 2 роки тому

    Why can only get 60 data per search
    Is there any way to get all the data

    • @jiejenn
      @jiejenn  2 роки тому

      That's the limit Google Maps implemented to the API, nothing we can do about it.

    • @erenefeoglu4944
      @erenefeoglu4944 2 роки тому

      @@jiejenn thanks for the inspring video! Is there any way to get limitless version of API? if yes, how?

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

    What do I need to do to get phone and e-mail information?

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

      You can use Place Detail API developers.google.com/maps/documentation/places/web-service/details

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

    Very useful, thankss!!

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

    hi...how did you get that excel sheet?

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

      Can you be more specific?

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

      @@jiejenn the excel sheet with data at 4:26

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

    Thanks for helping

  • @DevBranch
    @DevBranch 3 роки тому +1

    Great content. How can I export the list to a google sheets file?

    • @upalkundu2872
      @upalkundu2872 3 роки тому

      Hi, you can use the python gspread module.