Playground

Retrieve YouTube videos by tag API playground

Returns normalized videos from the public YouTube hashtag page for the supplied tag. Set `type=shorts` to use the Shorts tab, or pass `continuation_token` from a previous.

GETapiKey3 credits/requestyoutube.tagResponseDoc

Selected endpoint

GET /youtube/tag/{tag}

Returns normalized videos from the public YouTube hashtag page for the supplied tag. Set `type=shorts` to use the Shorts tab, or pass `continuation_token` from a previous response to fetch the next page.

Group
YouTube
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
2
Body parameters
0
GETapiKey3 credits/requesttagResponseDoc

Retrieve YouTube videos by tag

Returns normalized videos from the public YouTube hashtag page for the supplied tag. Set `type=shorts` to use the Shorts tab, or pass `continuation_token` from a previous response to fetch the next page.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "videos": [
      {
        "id": "QpM5pr-jS9I",
        "title": "OpenAI Playground Tutorial for Beginners",
        "duration_seconds": 938,
        "published_at": "2023-07-18T15:31:09Z",
        "channel_title": "Jennifer Marie",
        "channel_id": "UC-ooPg34j8PK3osA4l-726Q",
        "views_count": 47545
      }
    ],
    "meta": {
      "VideosCount": 123456,
      "ChannelsCount": 1200
    },
    "continuation_token": "NEXT_TOKEN"
  }
}