cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/youtube_video_comments \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "video_id": "<string>", "search_type": "last" }'
Retrieve comments from a specific YouTube video using its video ID and a search type (last or top).
Scrapeasap Api Key
Successful response with video comments.