
📺 YouTube Transcript Pro 📄| Full Channel,Playlists,Shorts..
Pricing
Pay per usage

📺 YouTube Transcript Pro 📄| Full Channel,Playlists,Shorts..
YouTube Transcript Pro Extracts transcripts and metadata from ALL YouTube content: Videos, Shorts, Live streams, Podcasts, Courses, and full Channels. Processes playlists and batch requests. Proxy required. Perfect for researchers, marketers, and content creators.
5.0 (3)
Pricing
Pay per usage
3
Monthly users
10
Runs succeeded
88%
Last modified
14 hours ago
You can access the 📺 YouTube Transcript Pro 📄| Full Channel,Playlists,Shorts.. programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "EDqoQlUIOQeZ8QPx2"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/dz_omar~youtube-transcript-pro/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-dz_omar-youtube-transcript-pro",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/dz_omar~youtube-transcript-pro/runs": {
50 "post": {
51 "operationId": "runs-sync-dz_omar-youtube-transcript-pro",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/dz_omar~youtube-transcript-pro/run-sync": {
93 "post": {
94 "operationId": "run-sync-dz_omar-youtube-transcript-pro",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "rawYouTubeUrls",
135 "proxyConfig"
136 ],
137 "properties": {
138 "rawYouTubeUrls": {
139 "title": "YouTube Content URLs || Videos, Shorts, Channels, Playlists, Courses, Podcasts, Live",
140 "type": "array",
141 "description": "Enter YouTube URLs to process. The actor automatically detects and handles:\n\n🔹 Videos: `https://www.youtube.com/watch?v=ID`\n🔹 Shorts: `https://www.youtube.com/shorts/ID` or `https://www.youtube.com/watch?v=ID`\n🔹 Channels: `https://www.youtube.com/@ChannelName` (add /videos, /shorts, /streams, or /courses to filter)\n🔹 Playlists: `https://www.youtube.com/playlist?list=ID`\n🔹 Live Streams: `https://www.youtube.com/watch?v=ID` (past streams only)\n🔹 Podcasts: `https://www.youtube.com/watch?v=ID` (auto-detected)\n🔹 Courses: `https://www.youtube.com/@ChannelName/courses`\n\n💡 Tip: For best results, use specific URL formats shown above.",
142 "default": [
143 "https://www.youtube.com/watch?v=hPwT3nqPIK0"
144 ],
145 "items": {
146 "type": "string"
147 }
148 },
149 "BASE_DELAY_MS": {
150 "title": "Base Delay Duration",
151 "minimum": 0,
152 "type": "integer",
153 "description": "Minimum delay time (in milliseconds) between requests to avoid rate limiting. A random additional delay will be added to this value.",
154 "default": 500
155 },
156 "MAX_RETRIES": {
157 "title": "Maximum Retry Attempts",
158 "minimum": 0,
159 "type": "integer",
160 "description": "Number of times to retry failed requests before giving up. Set to 0 to disable retries.",
161 "default": 1
162 },
163 "PROCESS_ENTIRE_CHANNEL": {
164 "title": "Process Entire Channel",
165 "type": "boolean",
166 "description": "Toggle to extract transcripts from all videos in the channel instead of individual selections.",
167 "default": false
168 },
169 "selectedFilter": {
170 "title": "Content Filter",
171 "enum": [
172 "Latest",
173 "Popular",
174 "Oldest"
175 ],
176 "type": "string",
177 "description": "Filter channel content by sorting criteria when processing channel URLs",
178 "default": "Popular"
179 },
180 "SPECIFIC_CATEGORIES": {
181 "title": "Content Categories",
182 "type": "array",
183 "description": "Select which content types to process from channels (e.g., Videos, Shorts, Live streams, Podcasts, etc.)",
184 "items": {
185 "type": "string",
186 "enum": [
187 "Videos",
188 "Shorts",
189 "Live",
190 "Podcasts",
191 "Playlists",
192 "Courses"
193 ],
194 "enumTitles": [
195 "Videos",
196 "Shorts",
197 "Live",
198 "Podcasts",
199 "Playlists",
200 "Courses"
201 ]
202 }
203 },
204 "maxResults": {
205 "title": "Max Results Per Category",
206 "minimum": 0,
207 "type": "integer",
208 "description": "Maximum number of items to process per content category (leave empty for unlimited)"
209 },
210 "proxyConfig": {
211 "title": "Proxy",
212 "type": "object",
213 "description": "Configure proxy settings to use during the scan. Utilizing proxies can help you avoid IP bans, bypass WAF (Web Application Firewall) restrictions, and access specific geographical regions. This ensures smooth crawling across various environments and enhances the overall efficiency and reliability of your scanning activities.",
214 "default": {
215 "useApifyProxy": true,
216 "apifyProxyGroups": [
217 "RESIDENTIAL"
218 ]
219 }
220 }
221 }
222 },
223 "runsResponseSchema": {
224 "type": "object",
225 "properties": {
226 "data": {
227 "type": "object",
228 "properties": {
229 "id": {
230 "type": "string"
231 },
232 "actId": {
233 "type": "string"
234 },
235 "userId": {
236 "type": "string"
237 },
238 "startedAt": {
239 "type": "string",
240 "format": "date-time",
241 "example": "2025-01-08T00:00:00.000Z"
242 },
243 "finishedAt": {
244 "type": "string",
245 "format": "date-time",
246 "example": "2025-01-08T00:00:00.000Z"
247 },
248 "status": {
249 "type": "string",
250 "example": "READY"
251 },
252 "meta": {
253 "type": "object",
254 "properties": {
255 "origin": {
256 "type": "string",
257 "example": "API"
258 },
259 "userAgent": {
260 "type": "string"
261 }
262 }
263 },
264 "stats": {
265 "type": "object",
266 "properties": {
267 "inputBodyLen": {
268 "type": "integer",
269 "example": 2000
270 },
271 "rebootCount": {
272 "type": "integer",
273 "example": 0
274 },
275 "restartCount": {
276 "type": "integer",
277 "example": 0
278 },
279 "resurrectCount": {
280 "type": "integer",
281 "example": 0
282 },
283 "computeUnits": {
284 "type": "integer",
285 "example": 0
286 }
287 }
288 },
289 "options": {
290 "type": "object",
291 "properties": {
292 "build": {
293 "type": "string",
294 "example": "latest"
295 },
296 "timeoutSecs": {
297 "type": "integer",
298 "example": 300
299 },
300 "memoryMbytes": {
301 "type": "integer",
302 "example": 1024
303 },
304 "diskMbytes": {
305 "type": "integer",
306 "example": 2048
307 }
308 }
309 },
310 "buildId": {
311 "type": "string"
312 },
313 "defaultKeyValueStoreId": {
314 "type": "string"
315 },
316 "defaultDatasetId": {
317 "type": "string"
318 },
319 "defaultRequestQueueId": {
320 "type": "string"
321 },
322 "buildNumber": {
323 "type": "string",
324 "example": "1.0.0"
325 },
326 "containerUrl": {
327 "type": "string"
328 },
329 "usage": {
330 "type": "object",
331 "properties": {
332 "ACTOR_COMPUTE_UNITS": {
333 "type": "integer",
334 "example": 0
335 },
336 "DATASET_READS": {
337 "type": "integer",
338 "example": 0
339 },
340 "DATASET_WRITES": {
341 "type": "integer",
342 "example": 0
343 },
344 "KEY_VALUE_STORE_READS": {
345 "type": "integer",
346 "example": 0
347 },
348 "KEY_VALUE_STORE_WRITES": {
349 "type": "integer",
350 "example": 1
351 },
352 "KEY_VALUE_STORE_LISTS": {
353 "type": "integer",
354 "example": 0
355 },
356 "REQUEST_QUEUE_READS": {
357 "type": "integer",
358 "example": 0
359 },
360 "REQUEST_QUEUE_WRITES": {
361 "type": "integer",
362 "example": 0
363 },
364 "DATA_TRANSFER_INTERNAL_GBYTES": {
365 "type": "integer",
366 "example": 0
367 },
368 "DATA_TRANSFER_EXTERNAL_GBYTES": {
369 "type": "integer",
370 "example": 0
371 },
372 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
373 "type": "integer",
374 "example": 0
375 },
376 "PROXY_SERPS": {
377 "type": "integer",
378 "example": 0
379 }
380 }
381 },
382 "usageTotalUsd": {
383 "type": "number",
384 "example": 0.00005
385 },
386 "usageUsd": {
387 "type": "object",
388 "properties": {
389 "ACTOR_COMPUTE_UNITS": {
390 "type": "integer",
391 "example": 0
392 },
393 "DATASET_READS": {
394 "type": "integer",
395 "example": 0
396 },
397 "DATASET_WRITES": {
398 "type": "integer",
399 "example": 0
400 },
401 "KEY_VALUE_STORE_READS": {
402 "type": "integer",
403 "example": 0
404 },
405 "KEY_VALUE_STORE_WRITES": {
406 "type": "number",
407 "example": 0.00005
408 },
409 "KEY_VALUE_STORE_LISTS": {
410 "type": "integer",
411 "example": 0
412 },
413 "REQUEST_QUEUE_READS": {
414 "type": "integer",
415 "example": 0
416 },
417 "REQUEST_QUEUE_WRITES": {
418 "type": "integer",
419 "example": 0
420 },
421 "DATA_TRANSFER_INTERNAL_GBYTES": {
422 "type": "integer",
423 "example": 0
424 },
425 "DATA_TRANSFER_EXTERNAL_GBYTES": {
426 "type": "integer",
427 "example": 0
428 },
429 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
430 "type": "integer",
431 "example": 0
432 },
433 "PROXY_SERPS": {
434 "type": "integer",
435 "example": 0
436 }
437 }
438 }
439 }
440 }
441 }
442 }
443 }
444 }
445}
YouTube Transcript Extractor - Full Channel & Playlist OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for 📺 YouTube Transcript Pro 📄| Full Channel,Playlists,Shorts.. from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.