
🌱 Vegan Places Finder
Deprecated
Pricing
Pay per usage
Go to Store


🌱 Vegan Places Finder
Deprecated
🌱 This no-code extraction tool will find all vegan restaurants on Google Maps and extract their details. Just enter the country and city of your search, e.g. Chicago, USA, and hit Start. Easy scraping of map data from the web for beginners.
0.0 (0)
Pricing
Pay per usage
6
Total users
91
Monthly users
1
Runs succeeded
95%
Last modified
a month ago
Country code required
Closed
user-ZPSCZzPyw6nbSxRkp opened this issue
2 years ago
Hello! Im trying out this api with postman, but get this error. What can i do?

2 years ago
Hi Natasha,
The countryCode and city input fields must be sent as JSON body, not query params. So the params must have only the token. Then pass this to the body (choose JSON as type)
{ "countryCode": "us", "city": "Pittsburgh" }