YouTube Video & Channel Scraper
Pricing
$2.00 / 1,000 video scrapeds
YouTube Video & Channel Scraper
Extract YouTube videos & channels without API key: views, likes, subscribers, tags, search results. Structured JSON for content research & AI agents. API + MCP ready. $0.002/video.
Pricing
$2.00 / 1,000 video scrapeds
Rating
0.0
(0)
Developer
Travel Monitor Lab
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Extract YouTube video and channel data without an API key: titles, views, likes, channel stats, tags, search results. Built for content research, trend analysis and AI agents.
Use this tool when
- You research trending videos or niches (keywords, views, engagement)
- You track channel growth and competitor content
- An AI agent needs YouTube metadata in structured JSON
- You build content pipelines (curation, summarization, repurposing)
Input
Provide one or more of: video URLs, channel URLs/handles, or search queries. Results are returned as structured JSON records.
Example input
{"searchQueries": ["apify tutorial"],"maxResults": 10}
Output
Per video: title, url, channelName, views, likes, publishedAt, duration, description, thumbnailUrl.
Per channel: name, subscribers, videoCount, description, url.
Pricing
Pay-per-event: $0.002 per video scraped (2 dollars per 1,000 videos).
Use with AI agents (MCP, Claude, GPT, Cursor, LangChain)
This actor is AI-agent ready. Three ways to call it programmatically:
1. Apify MCP server — add https://mcp.apify.com to your MCP client (Claude Desktop, Cursor, Windsurf...), then ask your agent to find and run this actor by name.
2. Direct API (run-sync) — single HTTP call, results returned directly:
$curl -X POST "https://api.apify.com/v2/acts/travelmonitorlab~youtube-scraper/run-sync-get-dataset-items?token=<YOUR_APIFY_TOKEN>" -H "Content-Type: application/json" -d '{\"searchQueries\":[\"apify tutorial\"],\"maxResults\":10}'
3. Official integrations — available in Zapier, Make, n8n, LangChain (ApifyWrapper), and LlamaIndex via the Apify integration hub.
Every call returns clean structured JSON. No authentication walls, no cookies, no browser required on your side — everything runs in the cloud.
Maintained by travelmonitorlab.