curl --request POST \
--url https://py-api.hobbo.ai/rotten-tomatoes/reviews \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "<string>",
"review_type": "audience",
"reviews_to_fetch": 123,
"is_text_formatted": true
}'
{
"all_reviews": [],
"message": "<string>"
}
This endpoint is used to fetch reviews from Rotten Tomatoes.
curl --request POST \
--url https://py-api.hobbo.ai/rotten-tomatoes/reviews \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "<string>",
"review_type": "audience",
"reviews_to_fetch": 123,
"is_text_formatted": true
}'
{
"all_reviews": [],
"message": "<string>"
}
Rotten Tomatoes review scraping parameters
The body is of type object
.
Reviews fetched successfully
The response is of type object
.