OpenTable Review Scraper avatar
OpenTable Review Scraper

Pricing

$20.00/month + usage

Go to Store
OpenTable Review Scraper

OpenTable Review Scraper

Developed by

Vertivine

Vertivine

Maintained by Community

Extract customer reviews from OpenTable restaurant listings for sentiment analysis, CX insights, or competitive tracking.

0.0 (0)

Pricing

$20.00/month + usage

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

9 days ago

You can access the OpenTable Review Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "runMode": "DEVELOPMENT",
< "startUrls": [
< {
< "url": "https://crawlee.dev/js"
< }
< ],
< "respectRobotsTxtFile": true,
< "linkSelector": "a[href]",
< "globs": [
< {
< "glob": "https://crawlee.dev/js/*/*"
< }
< ],
< "pseudoUrls": [],
< "excludes": [
< {
< "glob": "/**/*.{png,jpg,jpeg,pdf}"
< }
< ],
< "proxyConfiguration": {
< "useApifyProxy": true
< },
< "initialCookies": [],
< "waitUntil": [
< "networkidle2"
< ],
< "preNavigationHooks": "// We need to return array of (possibly async) functions here.\\n// The functions accept two arguments: the \\"crawlingContext\\" object\\n// and \\"gotoOptions\\".\\n[\\n async (crawlingContext, gotoOptions) => {\\n // ...\\n },\\n]\\n",
< "postNavigationHooks": "// We need to return array of (possibly async) functions here.\\n// The functions accept a single argument: the \\"crawlingContext\\" object.\\n[\\n async (crawlingContext) => {\\n // ...\\n },\\n]",
< "breakpointLocation": "NONE",
< "customData": {}
<}' |
<apify call vertivine/opentable-review-scraper --silent --output-dataset

OpenTable Review Scraper API through CLI

The Apify CLI is the official tool that allows you to use OpenTable Review Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: