Resy: Search Restaurants
Resy via Parse · food_dining
Full-text search over restaurants by keyword, location coordinates, date, and party size. Returns paginated results with restaurant names, cuisine types, ratings, price ranges, neighborhoods, and available reservation time slots for the queried date. Each result carries a venue ID usable for detail/availability lookups. Paginates via integer page counter. Search and discover restaurants on Resy, get detailed venue information, check availability slots, and browse curated restaurant lists by city. Fulfilled by Parse from www.resy.com.
- food-dining
- maps-geo
- parse
- platform-key
- resy
- travel
- www-resy-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d97a8bf9-e9ca-473c-b1e6-e66ada7210a0/search_restaurants
- Interface artifact
- sha256:20c895e0f9d66bf1e08dd1ad837fb4ab9277e89b16365305ff7ee0ba84e9fdb9
- Manifest digest
- sha256:aab977d0e050ab606315a2a935e6bdd5479fa187995a778da3fe9c3d73c87049
Request fields
- date (string): Date for availability check in YYYY-MM-DD format. Omitting defaults to today's date.
- page (integer): Page number for pagination
- query (string): Search keyword (e.g., 'italian', 'sushi', 'steakhouse')
- latitude (number): Latitude of search center (e.g., 40.7128 for NYC)
- per_page (integer): Results per page (max 50)
- longitude (number): Longitude of search center (e.g., -74.006 for NYC)
- party_size (integer): Number of guests
Example queries
- {"date":"2026-06-26","page":"1","query":"italian","latitude":"40.7128","per_page":"5","longitude":"-74.006","party_size":"2"}