← Catalog

reviews.search

live

Recent reviews for a place on Google Maps or Yelp: rating, text, author, date and the owner's reply, plus the place's overall score.

live coverage

Apify: Google Maps ✓Yelp ✓

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

Providers

ProviderStatus
Apify live

Billing

Unit: per_result · unmatched results billed: no
Priced per review returned. The exact quote is computed from your request and 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": "reviews.search",
    "input": { "place": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "language": {
      "default": "en",
      "type": "string"
    },
    "limit": {
      "default": 5,
      "type": "integer"
    },
    "place": {
      "description": "Google Maps URL or place ID (ChIJ...) or Yelp business URL; the platform is inferred",
      "type": "string"
    },
    "platform": {
      "default": "google_maps",
      "enum": [
        "google_maps",
        "yelp"
      ],
      "type": "string"
    }
  },
  "required": [
    "place"
  ],
  "type": "object"
}

Normalized output fields

place · reviews