curl --request POST \
--url https://api.hobbo.ai/tabelog/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": null,
"filter_by": 0,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"review_id": "<string>",
"author_name": "<string>",
"author_profile_url": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_posts_count": 123,
"author_followers_count": 123,
"author_dining_time": "<string>",
"review_date": "<string>",
"review_title": "<string>",
"review_text": "<string>",
"review_rating": 123,
"visit_count": "<string>",
"review_media": [
{
"url": "<string>",
"thumbnail_url": "<string>",
"media_type": "<string>"
}
],
"rating_details": {},
"review_link": "<string>"
}
],
"extra_information": {
"extra_information": {
"pagination_data": {}
},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint fetches restaurant reviews and ratings from a Tabelog listing identified by its public URL or slug.
curl --request POST \
--url https://api.hobbo.ai/tabelog/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sort_type": null,
"filter_by": 0,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"review_id": "<string>",
"author_name": "<string>",
"author_profile_url": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_posts_count": 123,
"author_followers_count": 123,
"author_dining_time": "<string>",
"review_date": "<string>",
"review_title": "<string>",
"review_text": "<string>",
"review_rating": 123,
"visit_count": "<string>",
"review_media": [
{
"url": "<string>",
"thumbnail_url": "<string>",
"media_type": "<string>"
}
],
"rating_details": {},
"review_link": "<string>"
}
],
"extra_information": {
"extra_information": {
"pagination_data": {}
},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}Tabelog review scraping parameters
Provide the Tabelog restaurant or profile URL.
Number of reviews to fetch (default: all reviews, or within 30-second timeout).
Sorting option for the reviews (default preserves platform order).
visit, Rating filter applied to the fetched reviews.
0, 1, 2 Fetches reviews posted on a specific date using format: YYYY-MM-DD.
Returns the review text with visual formatting preserved.
Pagination metadata returned by previous requests.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Identifier of the review
Name of the reviewer
URL to the reviewer's Tabelog profile
Profile image URL of the reviewer
Original-size profile image URL
Total number of posts shared by the author
Number of followers for the author
Dining time captured for the review
Date when the review was posted
Title of the review
Content of the review
Rating given in the review
Number of visits mentioned in the review
Direct link to the review
Show child attributes
Total number of reviews fetched
List of review counts per page
Status message about the review extraction