Combining JavaScript code for scraping Google Nearby Places API with Python?

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • argo

    find things in google maps (by samuelfullerthomas)

  • I'm attempting to scrape an overview of all places in one neighbourhood via the Google Nearby Places API in Python. Unfortunately Google limits this to 60 places per request, but I need to find around 2000 of them. I'm a beginner and mostly rely on tutorials, so I followed this, adapted it a bit and I get an .xlsx file with all the data I need. But only for the 60 establishments. I'm not the first one running into this limitation – and someone came up with neat solution, dividing the area of interest into many smaller ones and combining the results: https://github.com/samuelfullerthomas/argo It even checks if there are >60 places in one area and then sub-divides these even more, to make sure none are missing. Exactly what I would need for my code. Unfortunately, said solution is written in JavaScript, which I'm even lacking the very basic knowledge of. I couldn't find anything similar written in Python. Is there any way to implement his solution to my existing Python code? How interoperable are Python and JavaScript? Is there some completely different way that I'm missing here? I'd appreciate any hints on how to approach this.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I create a google maps scraper, let me know your thoughts

    1 project | /r/webscraping | 6 Jul 2023
  • I made a Python bot that scrape's hundred's of Google Map Leads which can be used to sell things to Leads. Check the comments below for the GitHub URL! Do Star the repository :)

    1 project | /r/webscraping | 2 Jul 2023
  • outscraper-python VS google-maps-scraper - a user suggested alternative

    2 projects | 14 May 2023
  • So you want to build a trip advisor 🤠

    1 project | /r/react | 30 Apr 2023
  • performance waring! LoadScript has been reloaded unintentionally!

    1 project | /r/reactjs | 23 Apr 2023