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.
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.
| Provider | Status |
|---|---|
Apify |
live |
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.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "reviews.search", "input": { "place": "..." }, "routing": {"provider": "auto"} }'
{
"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"
}
place · reviews