Resy Scraper
Pricing
Pay per usage
Resy Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Peters Bugs
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Resy Restaurant Scraper - Venues, Cuisine, Reservations
Scrape Resy restaurant venue data: name, cuisine, neighborhood, price band, rating, source, latitude/longitude, address, phone, business hours, and reservation slot availability. Search by location and date.
Quick start
Run with the default input — no configuration needed for the first try:
{"lat": "40.7128","long": "-74.006","radiusMeters": 35420,"day": "2026-05-15","partySize": 2,"maxItems": 10}
Or trigger via the Apify API:
curl -X POST "https://api.apify.com/v2/acts/<USERNAME>~resy-scraper/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{}'
Input parameters
| Field | Type | Default | Description |
|---|---|---|---|
lat | string | 40.7128 | Latitude of search center. |
long | string | -74.006 | Longitude of search center. |
radiusMeters | integer | 35420 | Search radius in meters around the lat/long. |
day | string | 2026-05-15 | Date to check for availability. |
partySize | integer | 2 | Number of seats. |
maxItems | integer | 10 | Cap on venues returned. |
Output fields
Each dataset record contains at least these fields:
| Field | Type | Description |
|---|---|---|
name | text | Name |
neighborhood | text | Neighborhood |
cuisine | text | Cuisine |
rating | number | Rating |
priceBand | text | Price |
url | link | URL |
Plus a scrapedAt timestamp and any source-specific extra fields visible in the All fields view of the Apify console.
Pricing
Pay-per-event:
- Actor start — $0.0500 per event. Charged when the actor starts
- Restaurant record — $0.0200 per event. Charged per venue scraped
How it works
This Actor calls the source's public web/API and parses the response. Results stream to the dataset and can be exported as JSON, CSV, Excel, or RSS via the Apify Console or API.
Use cases
- Bulk research and lead generation
- Feeding data warehouses, BI tools, or LLM/RAG pipelines
- Scheduled monitoring of changes over time
- Combining with other Apify Actors via Make, Zapier, n8n, or native Apify integrations
Compliance
Use this Actor only for purposes that comply with the source site's terms of service and applicable law. Respect rate limits. The author is not affiliated with the source.
Support
Questions, bugs, or feature requests — message the author via the Apify Console.