Best way to loop through for a long list of location with geo-coordinates #81
Replies: 8 comments 13 replies
-
Yes, you need to use first code block, Also, in a few months, I plan to integrate kubernetes feature into the Botasaurus Framework. Once integrated, it will be made available as an API. and you can get 100's of keywords scraped in just 10 minutes. I am working on it. So just wait few months, and then you can scrape really really fast. |
Beta Was this translation helpful? Give feedback.
-
use docker-compose build and docker-compose up it runs correctly |
Beta Was this translation helpful? Give feedback.
-
Fixed, repull the latest docker image and run |
Beta Was this translation helpful? Give feedback.
-
Also Fayzul, I came across your freelancing profile and noticed your expertise in web scraping, which is impressive. I'm curious to hear your thoughts on the Botasaurus Framework. Do you consider it a strong project? |
Beta Was this translation helpful? Give feedback.
-
Hello, I am really interested in doing this too. I have a list of 50.000 locations, and 300 cities ready to be scrapped. However I need some help in making the right modifications in the code. If you want, I think it would be great to hop on a call on Discord and see what we can do together. |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is what you're looking for, but I think you're trying to crawl data for many different coordinates. If so, you can refer to the following: |
Beta Was this translation helpful? Give feedback.
-
@FayzulSaimun Do you know code/api that when given a location like Dhaka returns a list of multiple geo-coordinates for it? |
Beta Was this translation helpful? Give feedback.
-
Hello! I have a list of locations with their respective geo-coordinates. Currently, I am running the following code:
I tried this way also but it didn't work
Can the full list be given to the scraper without the loop to minimize the run time? Currently, it takes a lot of time to get 100 location results.
Beta Was this translation helpful? Give feedback.
All reactions