To extract customer reviews from TheFork, follow these steps to input the necessary data and configure the parameters for optimal results.
Access TheFork
Go to The Fork and navigate to a
restaurant’s profile. Copy URL
Copy the URL from your browser’s address bar.
Input URL
Paste the URL into the provided input field.
Input should contain a valid restaurant ID such as “r667039” and point towards
a review page.
Parameters
Maximum number of results. Limits the number of reviews collected by page.
Minimum is 1 and maximum is 5000.
Language setting replicates The Fork’s language system. Available options:
English, French, Italian, German, Spanish.
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:
The response to the review, if any.
Status of the response to the review.
Name of the review author.
Number of reviews written by the author.
Date of the dining experience.
Overall grade of the review.
ID of the property being reviewed.
URL of the property being reviewed.
Unique identifier for the review.
Grade given for the setting.
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"
}