← Catalog

local.places

live

Businesses on Google Maps for a query and location: name, category, address, phone, website, rating and review count.

live coverage

DataForSEO: all inputs ✓

Apify: all inputs ✓

✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.

Providers

ProviderStatus
DataForSEO live
Apify live

Billing

Unit: per_search · unmatched results billed: no
Priced per search; the Apify route adds a per-place amount scaling with limit (default 20). The exact quote is reserved before execution.

The exact price is returned by /v1/inspect before every call and reserved on execution.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "local.places",
    "input": { "query": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "language": {
      "type": "string"
    },
    "limit": {
      "default": 20,
      "type": "integer"
    },
    "location": {
      "description": "Location name (e.g. \"Lyon,Auvergne-Rhone-Alpes,France\") or code",
      "type": "string"
    },
    "query": {
      "description": "e.g. \"dentist\", \"coworking space\"",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}

Normalized output fields

query · places