
YouTube Batch Transcript Extractor API
Automate YouTube search, filter by date, and batch extract full video transcripts, likes, and channel metadata without writing crawler scripts. Ideal for bulk video content analysis.
Input Required
🔧 Search Keywords
`KeyWords`
☑️ Required
The keyword to search for on YouTube.
Type: string
Default: OpenClaw
🔧 Upload Date Filter
`Upload_date`
☑️ Optional
Filter for the upload date of the videos. Optional values: Today, This week, This month, This year.
Type: string
Default: This week
🔧 Data Limit
`Datelimit`
☑️ Optional
The number of videos you want to extract. Adjust as needed.
Type: number
Default: 5
Example Output
[
{
"video_title": "OpenClaw 3.24 Is LIFE Changing - Here's Why",
"video_url": "https://www.youtube.com/watch?v=WdcRxobUEhI",
"publisher": "Build In Public",
"channel_link": "https://www.youtube.com/@buildnpublic",
"video_likes_count": 205,
"Transcript": "0:00\nOpen Claw 3.24 just came out and here is everything you need to know about it...\n... (truncated for brevity) ..."
},
{
"video_title": "OpenClaw 3.22 IS INSANE - Here's Why",
"video_url": "https://www.youtube.com/watch?v=irr80Q6i5fI",
"publisher": "Build In Public",
"channel_link": "https://www.youtube.com/@buildnpublic",
"video_likes_count": 565,
"Transcript": "0:00\nOpen Claw 3.22 just came out and it seems like it's been a whole year since we got the last update..."
}
]
