Youtube Explorer avatar
Youtube Explorer

Pricing

$30.00/month + usage

Go to Store
Youtube Explorer

Youtube Explorer

jupri/youtube-explorer

Developed by

cat

Maintained by Community

▶️ Explore Youtube.com

5.0 (1)

Pricing

$30.00/month + usage

8

Monthly users

18

Runs succeeded

93%

Last modified

7 months ago

You can access the Youtube Explorer 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.2",
5    "x-build-id": "UTol0Oc2yGegfjEIM"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~youtube-explorer/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-youtube-explorer",
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/jupri~youtube-explorer/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-youtube-explorer",
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/jupri~youtube-explorer/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-youtube-explorer",
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        "properties": {
134          "query": {
135            "title": "❓ Query",
136            "type": "array",
137            "description": "",
138            "items": {
139              "type": "string"
140            }
141          },
142          "limit": {
143            "title": "♾️ Limit",
144            "type": "integer",
145            "description": "💡 Number of results (per-query)"
146          },
147          "filters.kind": {
148            "title": "Search Type",
149            "enum": [
150              "video",
151              "channel",
152              "playlist",
153              "movie",
154              "song",
155              "music",
156              "album",
157              "artist",
158              "musiclist",
159              "podcast",
160              "episode",
161              "user"
162            ],
163            "type": "string",
164            "description": "💡 Object type to search"
165          },
166          "filters.duration": {
167            "title": "Duration",
168            "enum": [
169              "short",
170              "middle",
171              "long"
172            ],
173            "type": "string",
174            "description": "💡 Video duration"
175          },
176          "filters.upload_time": {
177            "title": "Upload Time",
178            "enum": [
179              "hour",
180              "today",
181              "week",
182              "month",
183              "year"
184            ],
185            "type": "string",
186            "description": "💡 Object upload time"
187          },
188          "filters.sort": {
189            "title": "Sorting",
190            "enum": [
191              "date",
192              "views",
193              "rating"
194            ],
195            "type": "string",
196            "description": "💡 Sorting key"
197          },
198          "filters.features": {
199            "title": "Video Features",
200            "type": "array",
201            "description": "💡 Only for search type <i><code>Video</code></i> or <i><code>Movie</code></i>",
202            "items": {
203              "type": "string",
204              "enum": [
205                "live",
206                "4k",
207                "hd",
208                "subtitle",
209                "creative",
210                "360",
211                "vr180",
212                "3d",
213                "hdr",
214                "location",
215                "purchased"
216              ],
217              "enumTitles": [
218                "Live",
219                "4K",
220                "HD",
221                "Subtitle/CC",
222                "Creative Commons",
223                "360",
224                "VR180",
225                "3D",
226                "HDR",
227                "Location",
228                "Purchased"
229              ]
230            }
231          },
232          "dev_proxy_config": {
233            "title": "🌐 PROXY NETWORKING",
234            "type": "object",
235            "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
236          },
237          "dev_custom_headers": {
238            "title": "📜 HTTP HEADERS",
239            "type": "array",
240            "description": "💡 Additional HTTP Headers",
241            "items": {
242              "type": "object",
243              "required": [
244                "key",
245                "value"
246              ],
247              "properties": {
248                "key": {
249                  "type": "string",
250                  "title": "Key"
251                },
252                "value": {
253                  "type": "string",
254                  "title": "Value"
255                }
256              }
257            }
258          },
259          "dev_custom_cookies": {
260            "title": "🍰 HTTP COOKIES",
261            "type": "array",
262            "description": "💡 Additional HTTP Cookies",
263            "items": {
264              "type": "object",
265              "required": [
266                "key",
267                "value"
268              ],
269              "properties": {
270                "key": {
271                  "type": "string",
272                  "title": "Key"
273                },
274                "value": {
275                  "type": "string",
276                  "title": "Value"
277                }
278              }
279            }
280          },
281          "dev_transform_fields": {
282            "title": "♻️ CUSTOM FIELD",
283            "type": "array",
284            "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
285            "items": {
286              "type": "object",
287              "required": [
288                "key",
289                "value"
290              ],
291              "properties": {
292                "key": {
293                  "type": "string",
294                  "title": "Key"
295                },
296                "value": {
297                  "type": "string",
298                  "title": "Value"
299                }
300              }
301            }
302          },
303          "dev_dataset_name": {
304            "title": "📁 CUSTOM STORAGE",
305            "type": "string",
306            "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
307          },
308          "dev_dataset_clear": {
309            "title": "Clear Storage",
310            "type": "boolean",
311            "description": "Clear Dataset before insert/update."
312          },
313          "dev_no_strip": {
314            "title": "Disable data cleansing",
315            "type": "boolean",
316            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
317          }
318        }
319      },
320      "runsResponseSchema": {
321        "type": "object",
322        "properties": {
323          "data": {
324            "type": "object",
325            "properties": {
326              "id": {
327                "type": "string"
328              },
329              "actId": {
330                "type": "string"
331              },
332              "userId": {
333                "type": "string"
334              },
335              "startedAt": {
336                "type": "string",
337                "format": "date-time",
338                "example": "2025-01-08T00:00:00.000Z"
339              },
340              "finishedAt": {
341                "type": "string",
342                "format": "date-time",
343                "example": "2025-01-08T00:00:00.000Z"
344              },
345              "status": {
346                "type": "string",
347                "example": "READY"
348              },
349              "meta": {
350                "type": "object",
351                "properties": {
352                  "origin": {
353                    "type": "string",
354                    "example": "API"
355                  },
356                  "userAgent": {
357                    "type": "string"
358                  }
359                }
360              },
361              "stats": {
362                "type": "object",
363                "properties": {
364                  "inputBodyLen": {
365                    "type": "integer",
366                    "example": 2000
367                  },
368                  "rebootCount": {
369                    "type": "integer",
370                    "example": 0
371                  },
372                  "restartCount": {
373                    "type": "integer",
374                    "example": 0
375                  },
376                  "resurrectCount": {
377                    "type": "integer",
378                    "example": 0
379                  },
380                  "computeUnits": {
381                    "type": "integer",
382                    "example": 0
383                  }
384                }
385              },
386              "options": {
387                "type": "object",
388                "properties": {
389                  "build": {
390                    "type": "string",
391                    "example": "latest"
392                  },
393                  "timeoutSecs": {
394                    "type": "integer",
395                    "example": 300
396                  },
397                  "memoryMbytes": {
398                    "type": "integer",
399                    "example": 1024
400                  },
401                  "diskMbytes": {
402                    "type": "integer",
403                    "example": 2048
404                  }
405                }
406              },
407              "buildId": {
408                "type": "string"
409              },
410              "defaultKeyValueStoreId": {
411                "type": "string"
412              },
413              "defaultDatasetId": {
414                "type": "string"
415              },
416              "defaultRequestQueueId": {
417                "type": "string"
418              },
419              "buildNumber": {
420                "type": "string",
421                "example": "1.0.0"
422              },
423              "containerUrl": {
424                "type": "string"
425              },
426              "usage": {
427                "type": "object",
428                "properties": {
429                  "ACTOR_COMPUTE_UNITS": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "DATASET_READS": {
434                    "type": "integer",
435                    "example": 0
436                  },
437                  "DATASET_WRITES": {
438                    "type": "integer",
439                    "example": 0
440                  },
441                  "KEY_VALUE_STORE_READS": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "KEY_VALUE_STORE_WRITES": {
446                    "type": "integer",
447                    "example": 1
448                  },
449                  "KEY_VALUE_STORE_LISTS": {
450                    "type": "integer",
451                    "example": 0
452                  },
453                  "REQUEST_QUEUE_READS": {
454                    "type": "integer",
455                    "example": 0
456                  },
457                  "REQUEST_QUEUE_WRITES": {
458                    "type": "integer",
459                    "example": 0
460                  },
461                  "DATA_TRANSFER_INTERNAL_GBYTES": {
462                    "type": "integer",
463                    "example": 0
464                  },
465                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
466                    "type": "integer",
467                    "example": 0
468                  },
469                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
470                    "type": "integer",
471                    "example": 0
472                  },
473                  "PROXY_SERPS": {
474                    "type": "integer",
475                    "example": 0
476                  }
477                }
478              },
479              "usageTotalUsd": {
480                "type": "number",
481                "example": 0.00005
482              },
483              "usageUsd": {
484                "type": "object",
485                "properties": {
486                  "ACTOR_COMPUTE_UNITS": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "DATASET_READS": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "DATASET_WRITES": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "KEY_VALUE_STORE_READS": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "KEY_VALUE_STORE_WRITES": {
503                    "type": "number",
504                    "example": 0.00005
505                  },
506                  "KEY_VALUE_STORE_LISTS": {
507                    "type": "integer",
508                    "example": 0
509                  },
510                  "REQUEST_QUEUE_READS": {
511                    "type": "integer",
512                    "example": 0
513                  },
514                  "REQUEST_QUEUE_WRITES": {
515                    "type": "integer",
516                    "example": 0
517                  },
518                  "DATA_TRANSFER_INTERNAL_GBYTES": {
519                    "type": "integer",
520                    "example": 0
521                  },
522                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
523                    "type": "integer",
524                    "example": 0
525                  },
526                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
527                    "type": "integer",
528                    "example": 0
529                  },
530                  "PROXY_SERPS": {
531                    "type": "integer",
532                    "example": 0
533                  }
534                }
535              }
536            }
537          }
538        }
539      }
540    }
541  }
542}

Youtube Scraper, Video, Channel, Shorts, Playlists, Comments 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 Explorer 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

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

7 days

Price

$30.00