
🌱 Vegan Places Finder
Deprecated
Go to Store

This Actor is deprecated
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative Actors
🌱 Vegan Places Finder
natasha.lekh/vegan-places-finder
🌱 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.
Developer
Maintained by Apify
Categories
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" }