Location Intelligence API

Extract public business data from map search results.

Search places by keyword, city, category, coordinates or radius. Get structured business data including names, addresses, websites, phones, ratings and review metadata.

# Example request
curl -X POST https://googlemapscraper.com/v1/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "dentists in Barcelona",
    "limit": 100,
    "language": "en"
  }'

# Response
{ "status": "queued", "job_id": "job_8fa21" }

What you can collect

The API returns normalized, structured data ready for CRM enrichment, lead generation, market research and local business analysis.

Business profiles

Names, categories, addresses, websites, phone numbers, opening hours and location coordinates.

Search by location

Run searches by city, region, country, latitude/longitude or custom radius targeting.

Ratings and reviews

Collect ratings, review counts and basic review metadata for business intelligence workflows.

API endpoints

Use simple REST endpoints to create jobs, check progress and download results.

POST
/v1/search
Start a new map search job
GET
/v1/jobs/{job_id}
Check job status
GET
/v1/jobs/{job_id}/results
Download structured results
GET
/v1/account/usage
Check API usage and limits