POST
/
youtube_channel_profile
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>"
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json

Response

200

Successful response with channel profile details.