Official source
The product routes its search through Google Places rather than imitating user interaction with Google Maps pages.
Google Maps Lead Extractor is a Local Business Lead Generation API backed by Google Places. Submit a business query and location to receive official place identifiers, addresses, public phone numbers, websites and available review metrics in a clean JSON array.
Use this site to verify the contract and demo. Select a plan and receive marketplace credentials through RapidAPI.
Google Maps Lead Extractor and Local Business API for agencies, CRM builders and marketing tools. Search official Google Places data by query and location, then receive clean business leads for B2B outreach and local market workflows.
Search intent: Google Maps lead extractor · local business leads · Google Places · marketing leads · business search
The live request uses Google Places through the managed provider interface. It searches a business query and normalizes the fields the provider makes available, including address, public phone, website, coordinates and available review metrics.
| Business | Address | Phone | Website | Provider metrics |
|---|---|---|---|---|
| Run a query to display live lead results. | ||||
The product routes its search through Google Places rather than imitating user interaction with Google Maps pages.
Each result normalizes identity, contact and geographic fields so CRM tools do not need DOM parsing.
Unavailable provider fields remain unavailable; the UI does not invent phone, website or rating values.
Foundry/API provides the product explanation, demo boundaries and contract reference. The public RapidAPI listing is the single commercial path for plan selection, billing and marketplace credentials.
Review the request shape, limits and a bounded demo using only authorized inputs.
Open the listing and select the plan that matches your expected usage. 50 lead searches/month
Use the RapidAPI snippets and marketplace credentials shown on the listing; do not expose credentials in source code or templates.
Every endpoint documents a testable request shape or an explicit public-source requirement, plus a response example, so a developer can inspect the contract before running it through RapidAPI.
curl --request POST \
--url https://YOUR_RAPIDAPI_HOST/api/v1/google-maps-lead-extractor/search \
--header 'x-rapidapi-key: YOUR_KEY' \
--header 'x-rapidapi-host: YOUR_RAPIDAPI_HOST' \
--header 'Idempotency-Key: places-example-001' \
--header 'Content-Type: application/json' \
--data '{"query":"coffee shops","location":"Milan, Italy","limit":2}'{"provider":"Google Places API","returnedCount":2,"results":[{"placeId":"...","name":"<provider value>","address":"<provider value>","phone":null,"website":null,"rating":null,"reviewCount":null}]}Choose a plan on the linked RapidAPI listing. The marketplace manages billing and provides the credentials and request snippets for the gateway.
50 lead searches/month The listing shows the applicable plan and the request contract documents product-level safeguards.
Retention differs by workflow and is documented in the Privacy notice. Do not send secrets, credentials, regulated data or content you are not authorized to process.
This site explains verified integration boundaries and support guidance. Marketplace plan questions and billing are handled through RapidAPI.