Media

YouTube Data API

Search videos, read video and channel details, comments, related content, playlists, community posts and trending lists – without OAuth quotas.

Realtime dataStructured JSON9 endpointsFree plan availableFast responses

Endpoints

YouTube endpoints

All YouTube endpoints are served under the /ytb prefix and share the same API key and quota as every other platform.

GET/ytb/youtube-search-videos
Search videos

Keyword search with cursor paging.

querylanguageCodecountryCodecursor
GET/ytb/youtube-video-details
Video details

Metadata for a video id or URL.

id
GET/ytb/youtube-video-comments
Video comments

Paged comments.

idcursor
GET/ytb/youtube-video-related-contents
Related videos

Related content for a video.

idcursor
GET/ytb/youtube-channel-details
Channel details

Channel metadata by id or handle URL.

id
GET/ytb/youtube-channel-videos
Channel videos

Latest videos, streams or shorts.

idfiltercursor
GET/ytb/youtube-channel-playlists
Channel playlists

Playlists of a channel.

idfiltercursor
GET/ytb/youtube-playlist-videos
Playlist videos

Videos of a playlist.

idcursor
GET/ytb/youtube-trending-videos
Trending

Trending videos.

Example request

curl "https://api.everydata.io/ytb/youtube-video-details?id=kJQP7kiw5Fk" \
  -H "x-api-key: YOUR_API_KEY"

Example response

200 OK · application/json
{
  "id": "kJQP7kiw5Fk",
  "title": "Sample video title",
  "channelId": "UC...",
  "channelTitle": "Sample Channel",
  "viewCount": 8500000000,
  "likeCount": 54000000,
  "publishedAt": "2017-01-12",
  "lengthSeconds": 282
}

Use cases

What teams build with YouTube data

Influencer analytics
Content monitoring
Trend detection
Comment mining

Popular use cases

Guides for YouTube data

Step-by-step pages for the most common jobs, each with a real request and response.

Pricing

Included in every plan

The YouTube API is part of the shared quota – no separate subscription needed.

Free
€0 / month
  • 100 requests / month
  • 10 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Starter
€30 / month
  • 5,000 requests / month
  • 50 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Most popular
Production
€80 / month
  • 50,000 requests / month
  • 100 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Business
€300 / month
  • 300,000 requests / month
  • 250 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support

FAQ

Frequently asked questions