Official Google Places lead discovery

Google Maps Lead Extractor - Local Business API

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.

RapidAPI discovery posture

Google Maps Lead Extractor - Local Business API

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.

Google-MapsGoogle-PlacesLead-GenerationLocal-BusinessMarketing

Search intent: Google Maps lead extractor · local business leads · Google Places · marketing leads · business search

Open listing & choose a plan
Official Places lead discovery

Find local businesses without browser scraping.

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.

google-maps-lead-extractor.search / Google Places API
Local-business lead resultsawaiting search
BusinessAddressPhoneWebsiteProvider metrics
Run a query to display live lead results.

Official source

The product routes its search through Google Places rather than imitating user interaction with Google Maps pages.

Screen-ready lead JSON

Each result normalizes identity, contact and geographic fields so CRM tools do not need DOM parsing.

Provider transparency

Unavailable provider fields remain unavailable; the UI does not invent phone, website or rating values.

Direct API access

Use a product-scoped key outside RapidAPI.

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.

01

Subscribe

Choose direct checkout or subscribe through RapidAPI.

02

Generate one key

Open the authenticated API Access area and generate the product-scoped key once.

03

Call the endpoint

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'
Integration notes

RapidAPI-ready endpoint contracts.

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.

POST/api/v1/google-maps-lead-extractor/search
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}'
200Example response
{"provider":"Google Places API","returnedCount":2,"results":[{"placeId":"...","name":"<provider value>","address":"<provider value>","phone":null,"website":null,"rating":null,"reviewCount":null}]}
Buyer FAQ

Commercial and integration questions.

Can I buy this outside RapidAPI?

Yes. Use direct Stripe checkout for a product-scoped key, or choose RapidAPI if you prefer its marketplace billing and gateway.

How are limits enforced?

Direct keys are scoped to this product and the 1,000 lead searches/month allowance. Responses include usage headers; exhausted allowances are rejected.

What data is retained?

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.

What support is included?

Self-service support covers verified integration and billing issues. Enterprise response targets, uptime or recovery commitments apply only when written in an order form.