Google Places Place Reviews Scraper
Pricing
from $10.00 / 1,000 pages
Google Places Place Reviews Scraper
Get user reviews for a place with sort and language controls
Pricing
from $10.00 / 1,000 pages
Rating
0.0
(0)
Developer
Data Direct
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
3 days ago
Last modified
Categories
Share
Get user reviews for a place by place_id. Each review includes the rating, full review text, author info (with photo URL, total review count, and Local Guide level), timestamps, attached photos, and any owner response. Sort by most relevant, newest, highest ranking, or lowest ranking. Filter by language, or set translate_reviews=true to translate all returned reviews into the requested language. Each page returns up to 10 reviews.
Features
- Real-time Google Places data — results are fetched live at run time, never cached or stale
- No login, cookies, or proxy configuration needed — just provide the input and run
- Each result is pushed as a separate dataset item, exportable as JSON, CSV, or Excel
- Fast: a typical run finishes in seconds
Input
| Field | Type | Required | Description |
|---|---|---|---|
place_id | string | yes | Google place_id, as returned by the Places Search endpoint |
pages | integer | no | Number of pages to fetch and merge. Each page returns up to 10 reviews |
sort_by | string | no | Sort order for reviews One of: most_relevant, newest, highest_ranking, lowest_ranking. |
language | string | no | 2-letter ISO 639-1 language code. Returns only reviews originally written in this language (unless translate_reviews is set) |
translate_reviews | boolean | no | Set to true to translate the returned reviews into the requested language |
country | string | no | 2-letter ISO 3166-1 alpha-2 region code |
Pricing
This Actor is billed per page of results — $0.01 per page.
- Results come in pages. Use the
pagesinput to choose how many pages to fetch (1–10); more pages means more results. - You pay $0.01 for each page you fetch, so
pages: 3costs $0.03 andpages: 1costs $0.01. - You’re only charged when a run succeeds. Failed runs are free.
Example output
{"reviews": [{"review_id": "Ci9DQUlRQUNvZENodHljRjlvT2pWeU1rdFZhREZPY214dmRVSlplRzQ0ZURWVk9XYxAB","rating": 5,"review_text": "Amazing pizza, fast service. Highly recommend.","review_datetime_utc": "2026-02-15T12:05:54.947Z","review_timestamp": 1771157154,"review_time": "3 months ago","review_link": "https://www.google.com/maps/reviews/...","review_photos": ["https://lh3.googleusercontent.com/grass-cs/..."],"review_language": "en","review_text_translated_language": "en","like_count": 0,"review_source": "Google","review_source_logo": "https://www.gstatic.com/images/branding/product/1x/googleg_48dp.png","author_id": "103696814314978516852","author_name": "Salman Idrees","author_link": "https://www.google.com/maps/contrib/103696814314978516852","author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-...","author_review_count": 392,"author_photo_count": 356,"author_reviews_link": "https://www.google.com/maps/contrib/103696814314978516852/reviews","author_is_local_guide": true,"author_local_guide_level": 7,"owner_response": null}],"count": 1,"pages": 2,"sort_by": "newest"}
About
Maintained by Data Direct — a small suite of fast, reliable Google Places and web-data scrapers. Each actor returns clean, structured results with no login, cookies, or proxy setup required. Have a question or a custom data need? Open an issue on this actor.