cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/youtube_search_videos \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "keyword": "<string>" }'
Search for videos on YouTube using a keyword.
Scrapeasap Api Key
Successful response with search results.