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.
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.
Immediate API access after a successful subscription, subject to provider field availability. The entitlement includes 1,000 lead searches/month and is revoked when the associated subscription ends.
Choose direct checkout or subscribe through RapidAPI.
Open the authenticated API Access area and generate the product-scoped key once.
Send X-API-Key to POST /api/v1/maps-lead-extractor/search; usage headers report the remaining allowance.
curl --request POST \ --url https://prodapi-gqe9kzue.manus.space/api/v1/maps-lead-extractor/search \ --header 'X-API-Key: YOUR_DIRECT_KEY' \ --header 'Content-Type: application/json'
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 in 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}]}Yes. Use direct Stripe checkout for a product-scoped key, or choose RapidAPI if you prefer its marketplace billing and gateway.
Direct keys are scoped to this product and the 1,000 lead searches/month allowance. Responses include usage headers; exhausted allowances are rejected.
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.
Self-service support covers verified integration and billing issues. Enterprise response targets, uptime or recovery commitments apply only when written in an order form.