POST
/
youtube_video_info
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/youtube_video_info \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "video_id": "<string>"
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
video_id
string

The unique identifier for the YouTube video.

Response

200

Successful response with video details.