curl --request POST \
--url https://py-api.hobbo.ai/youtube-continues/reviews \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "<string>",
"sort_type": "relevance",
"reviews_to_fetch": 123
}'
{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}
This endpoint is used to fetch comments from YouTube.
curl --request POST \
--url https://py-api.hobbo.ai/youtube-continues/reviews \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "<string>",
"sort_type": "relevance",
"reviews_to_fetch": 123
}'
{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}
YouTube comments scraping parameters
The body is of type object
.
Comments fetched successfully
The response is of type object
.