Skip to main content
POST
Submit YouTube Comments task

YouTube Comments

Collect comments from one or more public video URLs.
results_limit defaults to 100 per video. sort_by accepts newest or relevance.

Result Item

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
urls
string<uri>[]
required

Public YouTube video URLs.

Minimum array length: 1
results_limit
integer
default:100

Maximum comments to collect per video URL.

Required range: x >= 1
sort_by
enum<string>
default:newest
Available options:
relevance,
newest
callback_url
string<uri>

Optional callback URL.

Response

Task submitted

code
integer
Example:

200

data
object