The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsYouTube
live/youtube · 5 endpoints
post/youtube/v1/search1 creditsearch videos/channels/playlists (youtubei /search)
query*typelimitcontinuation
{
"query": "lofi hip hop",
"type": "video",
"limit": 20
}Try in playground →post/youtube/v1/video_detail1 creditvideo metadata: title/views/likes/date/channel/description (+ duration/keywords/thumbnails/caption-langs best-effort)
video_id*
{
"video_id": "dQw4w9WgXcQ"
}Try in playground →post/youtube/v1/comments1 creditvideo comments (text/author/likes/replies), paginated
video_id*limitcontinuation
{
"video_id": "dQw4w9WgXcQ",
"limit": 20
}Try in playground →post/youtube/v1/channel1 creditchannel detail: subs/videoCount/description/links
channel_id*handleurl
{
"channel_id": "UCX6OQ3DkcsbYNE6H8uQQuVA"
}Try in playground →post/youtube/v1/transcript1 creditvideo transcript/captions (timed segments + full text) via the ANDROID client —, no PO-Token; select any language the video has via 'lang'; format=text|segments
video_id*langformat
{
"video_id": "dQw4w9WgXcQ",
"lang": "en"
}Try in playground →