GET/v1/results

Get Results

Retrieve scraped Google Maps places data

Retrieve the scraped place data from your Google Maps Leads Scraper runs. Results include business information, contact details, ratings, location data, and more.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Result Fields

id
integer
Native identifier for the place
Example: 12616007
object
string
Type of returned object
Example: result
squid
string
Squid that produced this result
Example: 040aafb93d3e41a093c797ebd01f828a
run
string
Run that produced this result
Example: fcd40d91f69547cc9b3a11c21764f136
name
string
Name of the place
Example: Le Baron Restaurant
address
string
Full physical address
Example: 33 Av. Jean Mermoz, 13700 Marignane, France
phone
string
Primary business phone number
Example: +33465940903
website
string
Official website URL
Example: https://example.com
email
string
Business contact email
Example: contact@example.com
category
string
Business category
Example: Restaurant
score
float
Average user rating (1-5)
Example: 4.8
ratings
integer
Total number of reviews
Example: 81
lat
float
Latitude
Example: 43.4182026
lng
float
Longitude
Example: 5.2139755
city
string
City name
Example: Marignane
zip_code
string
ZIP/postal code
Example: 13700
country_code
string
ISO 2-letter country code
Example: FR
country_name
string
Full country name
Example: France
cid
string
Google Maps Customer ID
Example: 897477744848702604
url
string
Full Google Maps URL
Example: https://www.google.com/maps/place/...
main_image_url
string
URL of the main cover image
Example: https://lh3.googleusercontent.com/...
images_count
integer
Number of images available
Example: 33
opening_hours
string
Weekly opening hours
Example: Monday 8:30AM-11PM, ...
booking_link
string
External booking URL
Example: https://thefork.fr/...
facebook
string
Facebook page link
Example: https://facebook.com/...
instagram
string
Instagram profile link
Example: https://instagram.com/...
has_owner
boolean
Whether place has a verified owner
Example: true
is_permanently_closed
boolean
Whether permanently closed
Example: false
is_temporarily_closed
boolean
Whether temporarily closed
Example: false
scraping_time
timestamp
When this data was scraped
Example: 2025-06-23T09:40:17.812Z

Parameters

squidstring
Required
Hash of the squid to get results from
Example: 040aafb93d3e41a093c797ebd01f828a
runstring
Optional
Hash of a specific run (optional)
Example: fcd40d91f69547cc9b3a11c21764f136
pageinteger
Optional
Page number (default: 1)
Example: 1
Pro Tip

Pro Tip

Use the `next` URL in the response to paginate through all results.
Note

Note

Fields like `email`, `facebook`, `instagram` are only populated if `functions.collect_contacts` is enabled.