Google Maps Search avatar
Google Maps Search

Pricing

Pay per event

Go to Store
Google Maps Search

Google Maps Search

Developed by

Scrape It

Scrape It

Maintained by Community

Only 1 USD 1000 results. Fast response. Search for places using queries and get the results in JSON format. Works exactly like the Google Maps search bar.

5.0 (1)

Pricing

Pay per event

2

Total users

37

Monthly users

20

Runs succeeded

>99%

Response time

8.9 hours

Last modified

a month 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: