cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/youtube_video_info \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "video_id": "<string>" }'
Retrieve information about a specific video on YouTube using its video ID.
Scrapeasap Api Key
Successful response with video details.