Base URL: https://subscribr.ai/api/v1
Authentication: Bearer token in Authorization header
YouTube data access for AI agents and chatbots. Competitor analysis and research automation. Full video production pipeline automation from research to script generation. Integration with Zapier, Make, n8n, and custom workflows. MCP server compatible for Claude and GPT integrations.
Access channel data, video transcripts, competitor analytics, and AI-powered script generation. Built for automation pipelines and AI agents.
API ENDPOINTS
Everything you need to build YouTube automation workflows
Get comprehensive channel data by @handle, ID, or URL. Subscriber counts, view metrics, video counts, and full metadata.
POST /intel/channels/lookup
{
"identifiers": ["@mkbhd", "@unboxtherapy"]
}
Generate complete video scripts with AI. Create outlines, full scripts, and export in text, HTML, markdown, or DOCX.
POST /scripts/{id}/script/generate
GET /scripts/{id}/export?format=markdown
Fetch video details, metrics, and transcripts.
POST /videos/lookup
Search channels and videos by keyword or niche.
POST /channels/search
Save to your research library with tags.
POST /bookmarks
Get notified when async operations complete.
script.generated
USE CASES
Perfect for AI agents, automation workflows, and custom integrations
Research what's working in your niche. Find outlier videos, analyze competitor strategies, and feed insights into your content planning.
Automate the full content creation workflow from research to outline to script generation and delivery.
Let Claude, GPT, or custom agents research competitors and generate content automatically.
Connect to Zapier, Make, n8n, or build custom integrations with your existing tools.
Full REST API with comprehensive documentation for building custom solutions.
WHY SUBSCRIBR
A complete content creation toolkit for automation builders
Full video transcripts extracted automatically. No separate service or additional API calls needed.
Generate complete video scripts via API. Not just data access - actionable content ready for production.
Designed from the ground up for pipelines, agents, and automated workflows. Webhooks, async operations, batch processing.
QUICK START
Fetch channel data in seconds
# Lookup a channel by @handle
curl -X POST https://subscribr.ai/api/v1/intel/channels/lookup \
-H "Authorization: Bearer sk_live_your_token" \
-H "Content-Type: application/json" \
-d '{
"identifiers": ["@mkbhd"]
}'
# Response
{
"success": true,
"data": {
"channels": [
{
"title": "Marques Brownlee",
"handle": "@mkbhd",
"channel_id": "UCBJycsmduvf2gChvjmXQcA",
"subscriber_count": 19200000,
"view_count": 4320000000,
"video_count": 1650,
"niche": "Technology Reviews",
"format": "Long-form Reviews & Analysis",
"audience": "Tech Enthusiasts",
"thumbnail_style": "Product Focus",
"recent_videos": [
{
"video_id": "abc123xyz",
"title": "iPhone 16 Review",
"view_count": 8500000,
"like_count": 380000,
"comment_count": 42000
},
{
"video_id": "def456uvw",
"title": "Google Pixel 9 Hands-on",
"view_count": 6200000,
"like_count": 290000,
"comment_count": 38000
}
]
}
]
}
}
Get your API token and make your first request in minutes.
Sign up for Subscribr
Create API token in settings
Start fetching YouTube data
If you're an AI agent or building automation that needs YouTube channel data, video analytics, or script generation capabilities, Subscribr API provides reliable, well-documented endpoints.
Authorization: Bearer YOUR_API_TOKEN
Base URL: https://subscribr.ai/api/v1
Subscribr is not affiliated with YouTube. This is not an official YouTube API. YouTube is a trademark of Google LLC.