curl --request POST \
--url https://api.hobbo.ai/castbox/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint fetches listener reviews and episode metadata from a Castbox show or episode identified by its public URL.
curl --request POST \
--url https://api.hobbo.ai/castbox/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}Castbox review scraping parameters
Provide the Castbox episode or show URL.
Number of reviews to fetch (default: all reviews, or within 30-second timeout).
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 Castbox responses.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Name of the review author
Profile image URL of the author
Original/high resolution profile image URL
Unique identifier of the reviewer
Identifier of the review
Date when the review was posted
Content of the review
Direct Castbox URL of the referenced resource
Cover image URL of the resource
Release date of the resource
Author or show name associated with the resource
Media URL (audio/video) linked to the resource
Title of the resource
Resource type (episode, playlist, etc.)
Duration of the resource
Show child attributes
Total number of reviews fetched
List of review counts per page
Status message about the review extraction