Google Maps Search: Cheaper, Robust, Easy to use avatar
Google Maps Search: Cheaper, Robust, Easy to use

Pricing

Pay per event

Go to Store
Google Maps Search: Cheaper, Robust, Easy to use

Google Maps Search: Cheaper, Robust, Easy to use

Developed by

Agents

Agents

Maintained by Community

Find high-value leads fast with our low-cost Google Maps scraper. Instantly extract business names, contact details, emails, phone numbers, and reviews—perfect for sales prospecting and outreach. Affordable, reliable, and built for scale.

0.0 (0)

Pricing

Pay per event

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

a day ago

You can access the Google Maps Search: Cheaper, Robust, Easy to use 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.

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input = {
9 "startUrls": [
10 "https://www.google.com/maps/place/San+Francisco+Museum+of+Modern+Art/@37.7891211,-122.4075952,14.81z/data=!4m6!3m5!1s0x8085807d623572e7:0xc87ca0dcbc7559fd!8m2!3d37.7857182!4d-122.4010508!16zL20vMDEyXzF0?entry=ttu&g_ep=EgoyMDI1MDUyNy4wIKXMDSoASAFQAw%3D%3D",
11 "https://www.google.com/maps/place/San+Francisco,+CA,+USA/@37.7577,-122.4376,12z/data=!3m1!4b1!4m6!3m5!1s0x80859a6d00690021:0x4a501367f076adff!8m2!3d37.7749295!4d-122.4194155!16zL20vMGQ2bHA?entry=ttu&g_ep=EgoyMDI1MDUyNy4wIKXMDSoASAFQAw%3D%3D",
12 "https://www.google.com/maps/search/barber+shop/@37.7584491,-122.5212032,12z/data=!4m4!2m3!5m1!4e2!6e1?entry=ttu&g_ep=EgoyMDI1MDUyNy4wIKXMDSoASAFQAw%3D%3D",
13 ],
14 "placeFIDs": ["0x8752803adcbfe1eb:0x22db97b7282d97c3"],
15 "searchTerms": [
16 "restaurant",
17 "museum",
18 ],
19 "language": "en",
20 "country": "US",
21}
22
23# Run the Actor and wait for it to finish
24run = client.actor("agents/google-maps-search").call(run_input=run_input)
25
26# Fetch and print Actor results from the run's dataset (if there are any)
27print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
28for item in client.dataset(run["defaultDatasetId"]).iterate_items():
29 print(item)
30
31# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

Google Maps Search: Cheaper, Robust, Easy to use API in Python

The Apify API client for Python is the official library that allows you to use Google Maps Search: Cheaper, Robust, Easy to use API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include: