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

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
keyword
string

The keyword to search for videos on YouTube.

Response

200

Successful response with search results.