Skip to main content
To extract customer reviews from TheFork, follow these steps to input the necessary data and configure the parameters for optimal results.
1

Access TheFork

Go to The Fork and navigate to a restaurant’s profile.
2

Copy URL

Copy the URL from your browser’s address bar.
3

Input URL

Paste the URL into the provided input field.

Inputs

thefork_reviews_url
string
required
Input should contain a valid restaurant ID such as “r667039” and point towards a review page.

Parameters

max_results
number
default:100
Maximum number of results. Limits the number of reviews collected by page. Minimum is 1 and maximum is 5000.
lang
string
default:"en"
Language setting replicates The Fork’s language system. Available options: English, French, Italian, German, Spanish.
sort
string
default:"newest"
Determines the order of the reviews. Options include: Highest Rating First, Lowest Rating First, Newest Rating First, Oldest Rating First.

Output Fields

The following fields are extracted from the reviews:
Below is the JSON schema for the output fields:
{
  "answer": "string",
  "answer_status": "string",
  "author_name": "string",
  "author_number_of_reviews": "integer",
  "content": "string",
  "cooking_grade": "integer",
  "experience_date": "string",
  "grade": "integer",
  "property_id": "string",
  "property_url": "string",
  "review_id": "string",
  "service_grade": "integer",
  "setting_grade": "integer"
}