curl --request POST \
--url https://py-api.hobbo.ai/youtube/video \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint is used to fetch reviews from youtube for a specified business.
curl --request POST \
--url https://py-api.hobbo.ai/youtube/video \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.hobbo.ai/llms.txt
Use this file to discover all available pages before exploring further.
youtube review scraping parameters
Post fetched successfully
Array of fetched YouTube videos
Show child attributes