Resy API Scraper avatar

Resy API Scraper

Pricing

from $0.50 / 1,000 venue records

Go to Apify Store
Resy API Scraper

Resy API Scraper

Scrape Resy restaurant data: search venues by city/cuisine/neighborhood, full venue detail (rating, price, contact, images, geo), and public reservation availability (open slots by day). Read-only public data, no account, no booking.

Pricing

from $0.50 / 1,000 venue records

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Resy Scraper

Scrape public restaurant data from Resy — venue search, full venue detail, and open reservation availability — straight from Resy's own mobile API. Read-only public data only: no account, no login, no booking, no payment.

The actor impersonates the Resy Android app using its build-time public API key, so every request looks exactly like the app's own traffic.

Modes

ModeWhat it returnsKey inputs
Search venuesRestaurants for a market, optionally filtered by cuisine / neighborhood / keyword.location (city dropdown), query, cuisine, neighborhood, maxItems; set Only venues with open slots + day/partySize to attach live availability
Venue detail (by ID)Full record for one or more venues.venueIds
Availability calendar (by ID)Open-reservation days for one or more venues.venueIds, partySize, startDate, endDate
Find available (by location)Venues with open slots near a point on a date.lat, long, day, partySize

Output

One row per venue (or per day for the availability calendar). Venue fields:

venue_id, name, url_slug, resy_url, cuisine, price_range_id, rating, rating_count, locality, neighborhood, region, country, location_code, location_name, latitude, longitude, phone, max_party_size, currency_code, images, collections, available_slot_count, available_slots.

With Fetch full venue details (or Venue detail mode), rows also carry: description, why_we_like_it, about, need_to_know, tagline, instagram, social, venue_group, awards, web_url, address, website, menu_url, min_party_size.

Availability-calendar rows: venue_id, date, reservation, event, walk_in.

Notes

  • Resy's public API is not bot-gated; a proxy is optional, though a US IP is recommended.
  • location is a dropdown of Resy markets (New York, LA, Chicago, Miami, and ~40 more); cuisine offers Resy's common cuisines as suggestions but also accepts free text.
  • venue_id is Resy's own numeric id (the venue_id field from a search) — feed it into the detail and calendar modes.
  • Booking, guest lists, and per-slot booking tokens require a logged-in Resy account and are intentionally out of scope.

Pricing (pay-per-event)

EventWhenPrice
Venue recordper venue returned (search or venue detail)$0.0005
Venue detailsadditionally per venue when full details are fetched (Venue detail mode, or search with Fetch full venue details)$0.0005
Availability dayper day returned by the Availability calendar mode$0.0005

Built on the apify-api-scraper-template.