Search for a keyword from the closest or most relevant location to your expectations. #46
admiral504
started this conversation in
Ideas
Replies: 2 comments
-
Hi Admiral, Most importantly because there hasn't been demand for it from the users. However, if more users express interest in this feature in the future, I will certainly reconsider my decision. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interested to learn about you Admiral, Should we meet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello OmkarCloud, here's my suggestion for the Google Maps scraper:
The current google-maps-scraper configuration to search for digital marketers in Kathmandu looks like this:
queries = [ { "keyword": "digital marketers in kathmandu", }, ]
We should upgrade the config to this:
[ { "keyword": "digital marketers", "coordinate": "27.714581771025006, 85.32681929134418" } ]
The coordinate will construct the search URL like this:
https://www.google.com/maps/search/digital+marketers/@27.714581771025006,85.32681929134418,13z/data=!3m1!4b1?hl=vi-VN&entry=ttu
Google generates search results based on the searcher's keywords and their location. This is why it's advisable to search for a keyword from the closest or most relevant location to your expectations.
Beta Was this translation helpful? Give feedback.
All reactions