inputobject · requiredProvider-specific public source, URL or search criteria.
Loading tools…
Apify
Extract timestamped YouTube captions from video IDs or URLs.
Extract available public YouTube captions as time-coded transcript segments for one video.
Agents select this operation with tool ID apify.streamers-youtube-scraper-transcript-preset, then check its current inputs and price before a run.
inputobject · requiredProvider-specific public source, URL or search criteria.
maxItemsinteger · optionalMaximum number of records to return.
minimum: 1 · maximum: 50
transcript_countnumberReturned transcript count value.
transcriptsarrayReturned transcripts value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "apify.streamers-youtube-scraper-transcript-preset",
"input": {
"input": {
"videoId": "jNQXAC9IVRw",
"language": "en",
"metadata": true
},
"maxItems": 1
}
}Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
{
"transcripts": [
{
"success": true,
"language": "en",
"segments": [
{
"text": "All right, so here we are, in front of the elephants",
"start_seconds": 1.2,
"duration_seconds": 2.16
}
],
"video_id": "jNQXAC9IVRw"
}
],
"transcript_count": 1
}No listing-specific teaching errors are published. Inspect the tool before running to receive the current schema and error guidance.