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

3

Monthly users

3

Runs succeeded

>99%

Last modified

17 hours 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.

1import { ApifyClient } from 'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client = new ApifyClient({
6 token: '<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input = {
11 "startUrls": [
12 "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",
13 "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",
14 "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"
15 ],
16 "placeFIDs": [
17 "0x8752803adcbfe1eb:0x22db97b7282d97c3"
18 ],
19 "searchTerms": [
20 "restaurant",
21 "museum"
22 ],
23 "language": "en",
24 "country": "US"
25};
26
27// Run the Actor and wait for it to finish
28const run = await client.actor("agents/google-maps-search").call(input);
29
30// Fetch and print Actor results from the run's dataset (if any)
31console.log('Results from dataset');
32console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
33const { items } = await client.dataset(run.defaultDatasetId).listItems();
34items.forEach((item) => {
35 console.dir(item);
36});
37
38// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

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

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

Install the apify-client

$npm install apify-client

Other API clients include: