GET
/v1/resultsGet Results
Retrieve scraped Google Maps reviews dataRetrieve the scraped review data from your Google Maps Reviews Scraper runs. Results include reviewer information, ratings, review text (original and translated), and place details.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Result Fields
id
string
Example: 6ab98eca1b26828a1a206be9d66db305
object
string
Example: result
squid
string
Example: b6ab0f03b02e472a8e2ab0b16b4fdd0f
run
string
Example: c29f2f1464ec45d599b1b4f43595bf3a
user_name
string
Example: Jacques LEWINER
score
integer
Example: 5
text
string
Example: Everything is perfect...
original_text
string
Example: Tout est parfait...
lang
string
Example: fr
published_at
string
Example: a week ago
published_at_datetime
timestamp
Example: 2025-03-15T11:56:57.651Z
place_name
string
Example: La Rôtisserie d'Argent
place_address
string
Example: 19 Quai de la Tournelle, 75005 Paris
place_average_score
float
Example: 4.4
place_id
string
Example: ChIJg4octORx5kcRijmhQTSm1Fs
cid
string
Example: 6617096495883696522
is_user_local_guide
boolean
Example: true
user_reviews_count
integer
Example: 4
user_link
string
Example: https://www.google.com/maps/contrib/...
user_image_url
string
Example: https://lh3.googleusercontent.com/...
response_from_owner
string
Example: ""
review_link
string
Example: https://www.google.com/maps/reviews/...
short_review_link
string
Example: https://maps.app.goo.gl/...
pictures
string
Example: ""
total_likes
integer
Example: 0
total_reviews
integer
Example: 3224
visited_in
string
Example: 2025-03-22 00:00:00
scraping_time
timestamp
Example: 2025-03-22T13:18:45.227Z
Parameters
squidstring
RequiredExample:
b6ab0f03b02e472a8e2ab0b16b4fdd0frunstring
OptionalExample:
c29f2f1464ec45d599b1b4f43595bf3apageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
The `text` field contains automatically translated English text. Use `original_text` for the native language version.
Pro Tip
Use the `next` URL in the response to paginate through all results.
Note
Results are sorted by scraping time (most recent first) by default.