omkarcloud / google-maps-scraper

👋 HOLA 👋 HOLA 👋 HOLA ! ENJOY OUR GOOGLE MAPS SCRAPER 🚀 TO EFFORTLESSLY EXTRACT DATA SUCH AS NAMES, ADDRESSES, PHONE NUMBERS, REVIEWS, WEBSITES, AND RATINGS FROM GOOGLE MAPS WITH EASE! 🤖
https://www.omkar.cloud/
MIT License
863 stars 211 forks source link

Large Input Issue & Missing Cities for United States #181

Closed Daniel-Digital closed 2 weeks ago

Daniel-Digital commented 2 weeks ago

Hello I am a proud sponsor of your scraper, thank you for creating this and saving me a lot of time!

I have found that United States has 60,514 cities

  1. I am unable to start with ~60,000 Search Queries using Bulk Edit
  2. When using Extract Cities by Country, it shows USA as only 2829 cities, but I found a list with 50,000+ cities https://paste.fo/a76c6b40e3a9

Is there a way to fix the error with large Bulk Edits? Is there a way to update the cities in USA?

ZX-A-L-L commented 2 weeks ago

Hey @Daniel-Digital I checked the link you provided and it says 15,368 cities. You can fork the repo and change the list of cities as your heart desires, that's what I had to do. If not, Chetan (the owner of this) told me: "We will update our cities list, within 1 month, for higher accuracy".

If you want to change the cities yourself, go to file backend/country.py and change the list.

Daniel-Digital commented 2 weeks ago

Thanks.