cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/youtube_channel_profile \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "channel_profile_name": "<string>" }'
Fetch profile information of a YouTube channel using the channel’s profile name.
Scrapeasap Api Key
Successful response with channel profile details.