Skip to main content
POST
/
youtube
/
video
cURL
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>"
}

Body

application/json

youtube review scraping parameters

query
string
required

Provide a proper youtube video URL or provide video_id

is_text_formatted
boolean

returns the review text with visual formatting preserved

Response

Post fetched successfully

all_reviews
object[]

Array of fetched YouTube videos