post https://scraper-api.smartproxy.com/v2/scrape?youtube_transcript
Retrieve Youtbe transcript data using youtube video ID as a query
Response
Retrieve Youtbe transcript data using youtube video ID as a query
xxxxxxxxxx
11curl --request POST \
--url 'https://scraper-api.smartproxy.com/v2/scrape?youtube_transcript=' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"target": "youtube_transcript",
"query": "fHDy7Jzp-5I",
"language_code": "en"
}
'
Try It!
to start a request and see the response here! Or choose an example: