GET
/v1/resultsGet Results
Retrieve scraped Yelp business listingsRetrieve scraped Yelp business listings including contact information, ratings, reviews, categories, amenities, and location data.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Core Result Fields
id
integer
Example: 28426
object
string
Example: result
squid
string
Example: fe5052acadac4487bf5fb1f4afb14200
run
string
Example: d6ab6bcf72c94750aacf15e85c42bf62
Business Information
name
string
Example: Joe's Pizza
url
string
Example: https://www.yelp.com/biz/joes-pizza-new-york
categories
string
Example: Pizza, Italian, Delivery
price
string
Example: $$
is_claimed
boolean
Example: true
is_closed
boolean
Example: false
Ratings & Reviews
score
number
Example: 4.5
reviews
integer
Example: 1250
Contact Information
phone
string
Example: (212) 555-1234
website
string
Example: https://joespizza.com
email
stringnull
Example: info@joespizza.com
Location Information
address
string
Example: 7 Carmine St, New York, NY 10014
lat
numbernull
Example: 40.7303
lng
numbernull
Example: -74.0023
Additional Information
amenities
string
Example: Accepts Credit Cards, Delivery, Takeout
website_menu
string
Example: https://joespizza.com/menu
yelp_menu
stringnull
Example: https://www.yelp.com/menu/joes-pizza
Timestamps
scraping_time
string
Example: 2025-04-07T06:56:02.016Z
Parameters
squidstring
RequiredExample:
fe5052acadac4487bf5fb1f4afb14200runstring
OptionalExample:
d6ab6bcf72c94750aacf15e85c42bf62pageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
Use `score` and `reviews` to filter for highly-rated businesses with significant review counts.
Pro Tip
Check `is_closed` to filter out permanently closed businesses from your results.
Note
The `email` field is only populated when `collect_contacts` is enabled and an email was found on the business website.