🌱 Vegan Places Finder avatar

🌱 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

🌱 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

You can access the 🌱 Vegan Places Finder programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "countryCode": "us",
3  "city": "Pittsburg",
4  "maxCrawledPlacesPerSearch": 10
5}' |
6apify call natasha.lekh/vegan-places-finder --silent --output-dataset

🌱 Vegan Places Finder API through CLI

The Apify CLI is the official tool that allows you to use 🌱 Vegan Places Finder locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: