GET
/v1/resultsGet Results
Retrieve scraped Google Maps places dataRetrieve the scraped place data from your Google Maps Leads Scraper runs. Results include business information, contact details, ratings, location data, and more.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Result Fields
id
integer
Example: 12616007
object
string
Example: result
squid
string
Example: 040aafb93d3e41a093c797ebd01f828a
run
string
Example: fcd40d91f69547cc9b3a11c21764f136
name
string
Example: Le Baron Restaurant
address
string
Example: 33 Av. Jean Mermoz, 13700 Marignane, France
phone
string
Example: +33465940903
website
string
Example: https://example.com
email
string
Example: contact@example.com
category
string
Example: Restaurant
score
float
Example: 4.8
ratings
integer
Example: 81
lat
float
Example: 43.4182026
lng
float
Example: 5.2139755
city
string
Example: Marignane
zip_code
string
Example: 13700
country_code
string
Example: FR
country_name
string
Example: France
cid
string
Example: 897477744848702604
url
string
Example: https://www.google.com/maps/place/...
main_image_url
string
Example: https://lh3.googleusercontent.com/...
images_count
integer
Example: 33
opening_hours
string
Example: Monday 8:30AM-11PM, ...
booking_link
string
Example: https://thefork.fr/...
facebook
string
Example: https://facebook.com/...
instagram
string
Example: https://instagram.com/...
has_owner
boolean
Example: true
is_permanently_closed
boolean
Example: false
is_temporarily_closed
boolean
Example: false
scraping_time
timestamp
Example: 2025-06-23T09:40:17.812Z
Parameters
squidstring
RequiredExample:
040aafb93d3e41a093c797ebd01f828arunstring
OptionalExample:
fcd40d91f69547cc9b3a11c21764f136pageinteger
OptionalExample:
1Pro Tip
Use the `next` URL in the response to paginate through all results.
Note
Fields like `email`, `facebook`, `instagram` are only populated if `functions.collect_contacts` is enabled.