POST
/
podchaser
/
reviews
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/podchaser/reviews \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "is_text_formatted": true,
  "reviews_to_fetch": 123,
  "sync_date": "<string>",
  "sort_type": "<string>",
  "pagination_data": {}
}'
{
  "all_reviews": [],
  "extra_information": {},
  "message": "<string>"
}

Body

application/json

Podchaser review scraping parameters

query
string
required

Provide proper Podchaser Profile Page URL

is_text_formatted
boolean
default:true

Controls text formatting in output

reviews_to_fetch
number | null

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

sync_date
string | null

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

sort_type
string | null

Sorting option

pagination_data
object | null

Pagination metadata

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction