Youtube Search Api avatar
Youtube Search Api

Pricing

$2.00 / 1,000 results

Go to Store
Youtube Search Api

Youtube Search Api

grow_media/youtube-search-api

Developed by

john smith

Maintained by Community

Search YouTube videos, channels, and playlists using the YouTube Data API. Features comprehensive filtering options, automatic authentication, and detailed results including thumbnails and metadata. Perfect for content research, marketing analysis, and finding targeted videos.

0.0 (0)

Pricing

$2.00 / 1,000 results

0

Monthly users

6

Runs succeeded

>99%

Last modified

6 days ago

You can access the Youtube Search Api 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.1",
5    "x-build-id": "NGrQyRGB3HoIdsDBV"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/grow_media~youtube-search-api/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-grow_media-youtube-search-api",
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/grow_media~youtube-search-api/runs": {
50      "post": {
51        "operationId": "runs-sync-grow_media-youtube-search-api",
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/grow_media~youtube-search-api/run-sync": {
93      "post": {
94        "operationId": "run-sync-grow_media-youtube-search-api",
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          "q"
135        ],
136        "properties": {
137          "q": {
138            "title": "Query",
139            "type": "string",
140            "description": "The search query",
141            "default": "surfing"
142          },
143          "part": {
144            "title": "Part",
145            "type": "string",
146            "description": "The parts of the resource to include in the response",
147            "default": "snippet"
148          },
149          "maxResults": {
150            "title": "Max Results",
151            "minimum": 1,
152            "maximum": 50,
153            "type": "integer",
154            "description": "The maximum number of items to return",
155            "default": 5
156          },
157          "pageToken": {
158            "title": "Page Token",
159            "type": "string",
160            "description": "The token for the page of results to return"
161          },
162          "channelId": {
163            "title": "Channel ID",
164            "type": "string",
165            "description": "The ID of the YouTube channel to limit search results to"
166          },
167          "channelType": {
168            "title": "Channel Type",
169            "enum": [
170              "any",
171              "show"
172            ],
173            "type": "string",
174            "description": "The type of channel to search for"
175          },
176          "eventType": {
177            "title": "Event Type",
178            "enum": [
179              "completed",
180              "live",
181              "upcoming"
182            ],
183            "type": "string",
184            "description": "The event type to search for"
185          },
186          "location": {
187            "title": "Location",
188            "type": "string",
189            "description": "The location to search for videos in (latitude,longitude)"
190          },
191          "locationRadius": {
192            "title": "Location Radius",
193            "type": "string",
194            "description": "The radius to search around the location (e.g. '5km')"
195          },
196          "order": {
197            "title": "Order",
198            "enum": [
199              "date",
200              "rating",
201              "relevance",
202              "title",
203              "videoCount",
204              "viewCount"
205            ],
206            "type": "string",
207            "description": "The order to sort the results by",
208            "default": "relevance"
209          },
210          "publishedAfter": {
211            "title": "Published After",
212            "type": "string",
213            "description": "Only show resources published after this date (RFC 3339 format, e.g. 2022-01-01T00:00:00Z)"
214          },
215          "publishedBefore": {
216            "title": "Published Before",
217            "type": "string",
218            "description": "Only show resources published before this date (RFC 3339 format, e.g. 2022-12-31T23:59:59Z)"
219          },
220          "regionCode": {
221            "title": "Region Code",
222            "type": "string",
223            "description": "The region code for search results (ISO 3166-1 alpha-2 country code, e.g. US)"
224          },
225          "relevanceLanguage": {
226            "title": "Relevance Language",
227            "type": "string",
228            "description": "The language to search in (ISO 639-1 two-letter language code, e.g. en)"
229          },
230          "safeSearch": {
231            "title": "Safe Search",
232            "enum": [
233              "moderate",
234              "none",
235              "strict"
236            ],
237            "type": "string",
238            "description": "Whether to include restricted content",
239            "default": "moderate"
240          },
241          "topicId": {
242            "title": "Topic ID",
243            "type": "string",
244            "description": "The Freebase topic ID to search for"
245          },
246          "type": {
247            "title": "Type",
248            "enum": [
249              "channel",
250              "playlist",
251              "video"
252            ],
253            "type": "string",
254            "description": "The type of resource to search for",
255            "default": "video"
256          },
257          "videoCategoryId": {
258            "title": "Video Category ID",
259            "type": "string",
260            "description": "The video category ID for filtering search results"
261          },
262          "videoCaption": {
263            "title": "Video Caption",
264            "enum": [
265              "any",
266              "closedCaption",
267              "none"
268            ],
269            "type": "string",
270            "description": "Whether to search for videos with captions",
271            "default": "any"
272          },
273          "videoDefinition": {
274            "title": "Video Definition",
275            "enum": [
276              "any",
277              "high",
278              "standard"
279            ],
280            "type": "string",
281            "description": "Whether to search for HD or standard videos",
282            "default": "any"
283          },
284          "videoDimension": {
285            "title": "Video Dimension",
286            "enum": [
287              "2d",
288              "3d",
289              "any"
290            ],
291            "type": "string",
292            "description": "Whether to search for 2D or 3D videos",
293            "default": "any"
294          },
295          "videoDuration": {
296            "title": "Video Duration",
297            "enum": [
298              "any",
299              "long",
300              "medium",
301              "short"
302            ],
303            "type": "string",
304            "description": "The duration of videos to search for",
305            "default": "any"
306          },
307          "videoEmbeddable": {
308            "title": "Video Embeddable",
309            "enum": [
310              "any",
311              "true"
312            ],
313            "type": "string",
314            "description": "Whether to search for embeddable videos",
315            "default": "any"
316          },
317          "videoLicense": {
318            "title": "Video License",
319            "enum": [
320              "any",
321              "creativeCommon",
322              "youtube"
323            ],
324            "type": "string",
325            "description": "The license of videos to search for",
326            "default": "any"
327          },
328          "videoSyndicated": {
329            "title": "Video Syndicated",
330            "enum": [
331              "any",
332              "true"
333            ],
334            "type": "string",
335            "description": "Whether to search for syndicated videos",
336            "default": "any"
337          },
338          "hl": {
339            "title": "Language",
340            "type": "string",
341            "description": "The language to use for text in the API response (ISO 639-1 two-letter language code, e.g. en)"
342          }
343        }
344      },
345      "runsResponseSchema": {
346        "type": "object",
347        "properties": {
348          "data": {
349            "type": "object",
350            "properties": {
351              "id": {
352                "type": "string"
353              },
354              "actId": {
355                "type": "string"
356              },
357              "userId": {
358                "type": "string"
359              },
360              "startedAt": {
361                "type": "string",
362                "format": "date-time",
363                "example": "2025-01-08T00:00:00.000Z"
364              },
365              "finishedAt": {
366                "type": "string",
367                "format": "date-time",
368                "example": "2025-01-08T00:00:00.000Z"
369              },
370              "status": {
371                "type": "string",
372                "example": "READY"
373              },
374              "meta": {
375                "type": "object",
376                "properties": {
377                  "origin": {
378                    "type": "string",
379                    "example": "API"
380                  },
381                  "userAgent": {
382                    "type": "string"
383                  }
384                }
385              },
386              "stats": {
387                "type": "object",
388                "properties": {
389                  "inputBodyLen": {
390                    "type": "integer",
391                    "example": 2000
392                  },
393                  "rebootCount": {
394                    "type": "integer",
395                    "example": 0
396                  },
397                  "restartCount": {
398                    "type": "integer",
399                    "example": 0
400                  },
401                  "resurrectCount": {
402                    "type": "integer",
403                    "example": 0
404                  },
405                  "computeUnits": {
406                    "type": "integer",
407                    "example": 0
408                  }
409                }
410              },
411              "options": {
412                "type": "object",
413                "properties": {
414                  "build": {
415                    "type": "string",
416                    "example": "latest"
417                  },
418                  "timeoutSecs": {
419                    "type": "integer",
420                    "example": 300
421                  },
422                  "memoryMbytes": {
423                    "type": "integer",
424                    "example": 1024
425                  },
426                  "diskMbytes": {
427                    "type": "integer",
428                    "example": 2048
429                  }
430                }
431              },
432              "buildId": {
433                "type": "string"
434              },
435              "defaultKeyValueStoreId": {
436                "type": "string"
437              },
438              "defaultDatasetId": {
439                "type": "string"
440              },
441              "defaultRequestQueueId": {
442                "type": "string"
443              },
444              "buildNumber": {
445                "type": "string",
446                "example": "1.0.0"
447              },
448              "containerUrl": {
449                "type": "string"
450              },
451              "usage": {
452                "type": "object",
453                "properties": {
454                  "ACTOR_COMPUTE_UNITS": {
455                    "type": "integer",
456                    "example": 0
457                  },
458                  "DATASET_READS": {
459                    "type": "integer",
460                    "example": 0
461                  },
462                  "DATASET_WRITES": {
463                    "type": "integer",
464                    "example": 0
465                  },
466                  "KEY_VALUE_STORE_READS": {
467                    "type": "integer",
468                    "example": 0
469                  },
470                  "KEY_VALUE_STORE_WRITES": {
471                    "type": "integer",
472                    "example": 1
473                  },
474                  "KEY_VALUE_STORE_LISTS": {
475                    "type": "integer",
476                    "example": 0
477                  },
478                  "REQUEST_QUEUE_READS": {
479                    "type": "integer",
480                    "example": 0
481                  },
482                  "REQUEST_QUEUE_WRITES": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "DATA_TRANSFER_INTERNAL_GBYTES": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "PROXY_SERPS": {
499                    "type": "integer",
500                    "example": 0
501                  }
502                }
503              },
504              "usageTotalUsd": {
505                "type": "number",
506                "example": 0.00005
507              },
508              "usageUsd": {
509                "type": "object",
510                "properties": {
511                  "ACTOR_COMPUTE_UNITS": {
512                    "type": "integer",
513                    "example": 0
514                  },
515                  "DATASET_READS": {
516                    "type": "integer",
517                    "example": 0
518                  },
519                  "DATASET_WRITES": {
520                    "type": "integer",
521                    "example": 0
522                  },
523                  "KEY_VALUE_STORE_READS": {
524                    "type": "integer",
525                    "example": 0
526                  },
527                  "KEY_VALUE_STORE_WRITES": {
528                    "type": "number",
529                    "example": 0.00005
530                  },
531                  "KEY_VALUE_STORE_LISTS": {
532                    "type": "integer",
533                    "example": 0
534                  },
535                  "REQUEST_QUEUE_READS": {
536                    "type": "integer",
537                    "example": 0
538                  },
539                  "REQUEST_QUEUE_WRITES": {
540                    "type": "integer",
541                    "example": 0
542                  },
543                  "DATA_TRANSFER_INTERNAL_GBYTES": {
544                    "type": "integer",
545                    "example": 0
546                  },
547                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
548                    "type": "integer",
549                    "example": 0
550                  },
551                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
552                    "type": "integer",
553                    "example": 0
554                  },
555                  "PROXY_SERPS": {
556                    "type": "integer",
557                    "example": 0
558                  }
559                }
560              }
561            }
562          }
563        }
564      }
565    }
566  }
567}

Youtube Search Api 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 Search Api 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 result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$2.00