OpenTable Restaurant Scraper avatar

OpenTable Restaurant Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
OpenTable Restaurant Scraper

OpenTable Restaurant Scraper

Scrapes OpenTable restaurants by city, returning names, cuisine, price range, ratings, reviews, addresses, coordinates, phone numbers, photos, and top reviews. Supports pagination for larger restaurant lists and uses US proxies for reliable results.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Collects restaurants near a city from OpenTable (opentable.com). For each restaurant it returns the name, cuisine, price band, rating, review count, address, coordinates, phone, a photo and a top review.

Input

FieldDefaultDescription
locationbostonCity to search near (e.g. chicago, san francisco, manhattan, miami).
limit10Maximum number of restaurants to return (1–200).
max_pages8Maximum city landing pages to fetch (1–40).
proxyConfigurationUS proxy onOptional. Enable a US-based proxy for the most reliable results.

Output

One record per restaurant:

{
"restaurant_id": 34726,
"name": "Union Oyster House",
"primary_cuisine": "Seafood",
"price_band": "$$",
"price_band_id": 2,
"rating": 4.5,
"review_count": 9109,
"recent_reservation_count": 172,
"neighborhood": "Faneuil Hall",
"address_line1": "41 Union St",
"city": "Boston",
"post_code": "02108",
"country": "United States",
"latitude": 42.3612817,
"longitude": -71.0562,
"phone": "+16177572...",
"description": "...",
"profile_url": "https://www.opentable.com/r/union-oyster-house-boston",
"photo_url": "https://resizer.otstatic.com/v4/photos/...",
"top_review_text": "Excellent as always!",
"top_review_overall": 5,
"top_review_user": "Karen",
"top_review_date": "2026-08-14T18:30:00-04:00",
"source_city_slug": "boston",
"raw": { ... }
}

Notes

  • Runs with empty input (defaults to boston).
  • Enable a US-based proxy for the most reliable results.
  • To reach more than about ten results the actor follows OpenTable's adjacent-city links, so higher limits may include restaurants in neighbouring towns of the same metro. Please respect OpenTable's Terms of Use and keep limits modest.