cURL
Live Scraping
Get YouTube Channel Transcripts
Fetch transcripts for multiple videos from a YouTube channel. Videos can be sorted by popularity, newest, or oldest before selection.
Features:
- Fetches up to 20 video transcripts per request
- Sort by popular (most views), newest, or oldest
- Partial success — individual video failures don’t block the response
- Optional timestamped segments for each transcript
Pricing: 0.5 credits per transcript fetched ($0.005)
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.influship.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
YouTube channel handle
Minimum string length:
1Example:
"@techreviews"
Query Parameters
Number of videos to fetch transcripts for (max 20)
Required range:
1 <= x <= 20Example:
5
Language code for transcripts
Example:
"en"
How to sort channel videos before selecting
Available options:
popular, newest, oldest Example:
"newest"
Include timestamped transcript segments in response
Example:
false
Response
Successful response