Skip to main content
POST
cURL

Body

application/json

Tabelog review scraping parameters

query
string
required

Provide the Tabelog restaurant or profile URL.

reviews_to_fetch
number | null

Number of reviews to fetch (default: all reviews, or within 30-second timeout).

sort_type
enum<string> | null

Sorting option for the reviews (default preserves platform order).

Available options:
visit,
null
filter_by
enum<integer>
default:0

Rating filter applied to the fetched reviews.

Available options:
0,
1,
2
sync_date
string | null

Fetches reviews posted on a specific date using format: YYYY-MM-DD.

is_text_formatted
boolean
default:true

Returns the review text with visual formatting preserved.

pagination_data
object | null

Pagination metadata returned by previous requests.

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction