
Google Maps Search
This Actor is paid per event

Google Maps Search
This Actor is paid per event
Only 1 USD 1000 results. Search for places using queries and get the results in JSON format. Works exactly like the Google Maps search bar.
Actor Metrics
5 monthly users
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Mar 2025
Modified 5 days ago
You can access the Google Maps Search 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 "queries": [
3 "Restaurants",
4 "Hotels"
5 ],
6 "maxPagesPerQuery": 1,
7 "countryCode": "",
8 "googleDomain": ""
9}' |
10apify call dan.scraper/google-maps-search --silent --output-dataset
Google Maps Search API through CLI
The Apify CLI is the official tool that allows you to use Google Maps Search locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: