Skip to main content
POST
/
api
/
ai_based
/
youtube
/
channel_search
/youtube/channel_search
curl --request POST \
  --url https://api.anysite.io/api/ai_based/youtube/channel_search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "",
  "timeout": 300,
  "key": "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8"
}
'
{
  "channel_name": "<unknown>",
  "channel_id": "<unknown>",
  "channel_url": "<unknown>",
  "subscribers": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.anysite.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
default:""
required
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
key
string
default:AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8

Response

Successful Response

channel_name
any
required
channel_id
any
channel_url
any
subscribers
any