YouTube Scraper avatar

YouTube Scraper

Pricing

from $1.00 / 1,000 item scrapeds

Go to Apify Store
YouTube Scraper

YouTube Scraper

Scrape YouTube search results, video details, and channel videos — title, channel, views, length, publish date, keywords, description — via YouTube's InnerTube API. No browser, auto pagination, proxy-ready.

Pricing

from $1.00 / 1,000 item scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

YouTube Scraper 📺

Get structured YouTube data — search results, video details, and channel uploads — without a browser, using YouTube's own InnerTube API.

Great for content research, trend tracking, competitor monitoring, influencer discovery, and feeding AI agents fresh video data.

Modes

  • Search results — videos for any query: title, channel, views, length, publish time, thumbnail.
  • Video details — by ID/URL: views, length, keywords, description, category, upload/publish date.
  • Channel videos — a channel's uploads by ID, @handle, or URL.

Input

{
"resultsType": "search",
"queries": ["ai automation"],
"country": "us",
"language": "en",
"maxPerItem": 100,
"proxyConfiguration": { "useApifyProxy": true }
}

For video details: "resultsType": "video" + "videoIds": ["dQw4w9WgXcQ"]. For a channel: "resultsType": "channel" + "channels": ["@mkbhd"].

Output (search / channel — one row per video)

{
"type": "video",
"video_id": "abc123",
"title": "How AI Agents Work",
"channel": "Some Channel",
"channel_id": "UC...",
"views": 154000,
"published_text": "3 weeks ago",
"length_text": "12:04",
"url": "https://www.youtube.com/watch?v=abc123"
}

Notes

  • Reads only public YouTube data.
  • Auto-paginates search and channel listings.
  • Proxy rotates IPs; the account running the Actor pays for proxy.