IMDB ποΈ Extractor
7 days trial then $35.00/month - No credit card required now
IMDB ποΈ Extractor
7 days trial then $35.00/month - No credit card required now
π« Scrape IMDb.com
You can access the IMDB ποΈ Extractor programmatically from your own applications by using the Apify API. You can 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": "36VeH8QwiUH9ophin"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/jupri~imdb/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-jupri-imdb",
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~imdb/runs": {
50 "post": {
51 "operationId": "runs-sync-jupri-imdb",
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~imdb/run-sync": {
93 "post": {
94 "operationId": "run-sync-jupri-imdb",
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": "Search Terms",
138 "items": {
139 "type": "string"
140 }
141 },
142 "limit": {
143 "title": "βΎοΈ Limit",
144 "type": "integer",
145 "description": "Number of results"
146 },
147 "filters.sort": {
148 "title": "β Sorting",
149 "enum": [
150 "BOX_OFFICE_GROSS_DOMESTIC",
151 "POPULARITY",
152 "RANKING",
153 "RELEASE_DATE",
154 "RUNTIME",
155 "TITLE_REGIONAL",
156 "USER_RATING",
157 "USER_RATING_COUNT",
158 "YEAR"
159 ],
160 "type": "string",
161 "description": ""
162 },
163 "filters.order": {
164 "title": "",
165 "enum": [
166 "ASC",
167 "DESC"
168 ],
169 "type": "string",
170 "description": ""
171 },
172 "filters.types": {
173 "title": "β Type",
174 "type": "array",
175 "description": "",
176 "items": {
177 "type": "string",
178 "enum": [
179 "movie",
180 "tvSeries",
181 "short",
182 "tvEpisode",
183 "tvMiniSeries",
184 "tvMovie",
185 "tvSpecial",
186 "tvShort",
187 "videoGame",
188 "video",
189 "musicVideo",
190 "podcastSeries",
191 "podcastEpisode"
192 ],
193 "enumTitles": [
194 "Movie",
195 "TV Series",
196 "Short",
197 "TV Episode",
198 "TV Mini Series",
199 "TV Movie",
200 "TV Special",
201 "TV Short",
202 "Video Game",
203 "Video",
204 "Music Video",
205 "Podcast Series",
206 "Podcast Episode"
207 ]
208 }
209 },
210 "filters.genre": {
211 "title": "β Genre",
212 "type": "array",
213 "description": "",
214 "items": {
215 "type": "string",
216 "enum": [
217 "Action",
218 "Talk-Show",
219 "News",
220 "Game-Show",
221 "Crime",
222 "Adventure",
223 "Animation",
224 "Biography",
225 "Comedy",
226 "Documentary",
227 "Drama",
228 "Family",
229 "Fantasy",
230 "Film-Noir",
231 "History",
232 "Horror",
233 "Music",
234 "Musical",
235 "Mystery",
236 "Reality-TV",
237 "Romance",
238 "Sci-Fi",
239 "Short",
240 "Sport",
241 "Thriller",
242 "War",
243 "Western"
244 ]
245 }
246 },
247 "filters.sound": {
248 "title": "β Sound",
249 "type": "array",
250 "description": "",
251 "items": {
252 "type": "string",
253 "enum": [
254 "12-Track Digital Sound",
255 "3 Channel Stereo",
256 "4-Track Stereo",
257 "6-Track Stereo",
258 "70 mm 6-Track",
259 "AGA Sound System",
260 "Auro 11.1",
261 "CDS",
262 "Chronophone",
263 "Cinematophone",
264 "Cinephone",
265 "Cinerama 7-Track",
266 "Cinesound",
267 "D-Cinema 48kHz 5.1",
268 "Datasat",
269 "De Forest Phonofilm",
270 "Digitrac Digital Audio System",
271 "Dolby",
272 "Dolby Atmos",
273 "Dolby Digital",
274 "Dolby Digital EX",
275 "Dolby SR",
276 "Dolby Stereo",
277 "Dolby Surround 7.1",
278 "DTS",
279 "DTS 70 mm",
280 "DTS Stereo",
281 "DTS-ES",
282 "IMAX 6-Track",
283 "Kinoplasticon",
284 "LC-Concept Digital Sound",
285 "Matrix Surround",
286 "Mono",
287 "Perspecta Stereo",
288 "Phono-Kinema",
289 "SDDS",
290 "Sensurround",
291 "Silent",
292 "Sonics-DDP",
293 "Sonix",
294 "Stereo",
295 "Ultra Stereo",
296 "Vitaphone"
297 ]
298 }
299 },
300 "dev_proxy_config": {
301 "title": "π PROXY NETWORKING",
302 "type": "object",
303 "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>"
304 },
305 "dev_custom_headers": {
306 "title": "π HTTP HEADERS",
307 "type": "array",
308 "description": "π‘ Additional HTTP Headers",
309 "items": {
310 "type": "object",
311 "required": [
312 "key",
313 "value"
314 ],
315 "properties": {
316 "key": {
317 "type": "string",
318 "title": "Key"
319 },
320 "value": {
321 "type": "string",
322 "title": "Value"
323 }
324 }
325 }
326 },
327 "dev_custom_cookies": {
328 "title": "π° HTTP COOKIES",
329 "type": "array",
330 "description": "π‘ Additional HTTP Cookies",
331 "items": {
332 "type": "object",
333 "required": [
334 "key",
335 "value"
336 ],
337 "properties": {
338 "key": {
339 "type": "string",
340 "title": "Key"
341 },
342 "value": {
343 "type": "string",
344 "title": "Value"
345 }
346 }
347 }
348 },
349 "dev_transform_fields": {
350 "title": "β»οΈ CUSTOM FIELD",
351 "type": "array",
352 "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>",
353 "items": {
354 "type": "object",
355 "required": [
356 "key",
357 "value"
358 ],
359 "properties": {
360 "key": {
361 "type": "string",
362 "title": "Key"
363 },
364 "value": {
365 "type": "string",
366 "title": "Value"
367 }
368 }
369 }
370 },
371 "dev_dataset_name": {
372 "title": "π CUSTOM STORAGE",
373 "type": "string",
374 "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>"
375 },
376 "dev_dataset_clear": {
377 "title": "Clear Storage",
378 "type": "boolean",
379 "description": "Clear Dataset before insert/update."
380 },
381 "dev_no_strip": {
382 "title": "Disable data cleansing",
383 "type": "boolean",
384 "description": "π‘ Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
385 }
386 }
387 },
388 "runsResponseSchema": {
389 "type": "object",
390 "properties": {
391 "data": {
392 "type": "object",
393 "properties": {
394 "id": {
395 "type": "string"
396 },
397 "actId": {
398 "type": "string"
399 },
400 "userId": {
401 "type": "string"
402 },
403 "startedAt": {
404 "type": "string",
405 "format": "date-time",
406 "example": "2025-01-08T00:00:00.000Z"
407 },
408 "finishedAt": {
409 "type": "string",
410 "format": "date-time",
411 "example": "2025-01-08T00:00:00.000Z"
412 },
413 "status": {
414 "type": "string",
415 "example": "READY"
416 },
417 "meta": {
418 "type": "object",
419 "properties": {
420 "origin": {
421 "type": "string",
422 "example": "API"
423 },
424 "userAgent": {
425 "type": "string"
426 }
427 }
428 },
429 "stats": {
430 "type": "object",
431 "properties": {
432 "inputBodyLen": {
433 "type": "integer",
434 "example": 2000
435 },
436 "rebootCount": {
437 "type": "integer",
438 "example": 0
439 },
440 "restartCount": {
441 "type": "integer",
442 "example": 0
443 },
444 "resurrectCount": {
445 "type": "integer",
446 "example": 0
447 },
448 "computeUnits": {
449 "type": "integer",
450 "example": 0
451 }
452 }
453 },
454 "options": {
455 "type": "object",
456 "properties": {
457 "build": {
458 "type": "string",
459 "example": "latest"
460 },
461 "timeoutSecs": {
462 "type": "integer",
463 "example": 300
464 },
465 "memoryMbytes": {
466 "type": "integer",
467 "example": 1024
468 },
469 "diskMbytes": {
470 "type": "integer",
471 "example": 2048
472 }
473 }
474 },
475 "buildId": {
476 "type": "string"
477 },
478 "defaultKeyValueStoreId": {
479 "type": "string"
480 },
481 "defaultDatasetId": {
482 "type": "string"
483 },
484 "defaultRequestQueueId": {
485 "type": "string"
486 },
487 "buildNumber": {
488 "type": "string",
489 "example": "1.0.0"
490 },
491 "containerUrl": {
492 "type": "string"
493 },
494 "usage": {
495 "type": "object",
496 "properties": {
497 "ACTOR_COMPUTE_UNITS": {
498 "type": "integer",
499 "example": 0
500 },
501 "DATASET_READS": {
502 "type": "integer",
503 "example": 0
504 },
505 "DATASET_WRITES": {
506 "type": "integer",
507 "example": 0
508 },
509 "KEY_VALUE_STORE_READS": {
510 "type": "integer",
511 "example": 0
512 },
513 "KEY_VALUE_STORE_WRITES": {
514 "type": "integer",
515 "example": 1
516 },
517 "KEY_VALUE_STORE_LISTS": {
518 "type": "integer",
519 "example": 0
520 },
521 "REQUEST_QUEUE_READS": {
522 "type": "integer",
523 "example": 0
524 },
525 "REQUEST_QUEUE_WRITES": {
526 "type": "integer",
527 "example": 0
528 },
529 "DATA_TRANSFER_INTERNAL_GBYTES": {
530 "type": "integer",
531 "example": 0
532 },
533 "DATA_TRANSFER_EXTERNAL_GBYTES": {
534 "type": "integer",
535 "example": 0
536 },
537 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
538 "type": "integer",
539 "example": 0
540 },
541 "PROXY_SERPS": {
542 "type": "integer",
543 "example": 0
544 }
545 }
546 },
547 "usageTotalUsd": {
548 "type": "number",
549 "example": 0.00005
550 },
551 "usageUsd": {
552 "type": "object",
553 "properties": {
554 "ACTOR_COMPUTE_UNITS": {
555 "type": "integer",
556 "example": 0
557 },
558 "DATASET_READS": {
559 "type": "integer",
560 "example": 0
561 },
562 "DATASET_WRITES": {
563 "type": "integer",
564 "example": 0
565 },
566 "KEY_VALUE_STORE_READS": {
567 "type": "integer",
568 "example": 0
569 },
570 "KEY_VALUE_STORE_WRITES": {
571 "type": "number",
572 "example": 0.00005
573 },
574 "KEY_VALUE_STORE_LISTS": {
575 "type": "integer",
576 "example": 0
577 },
578 "REQUEST_QUEUE_READS": {
579 "type": "integer",
580 "example": 0
581 },
582 "REQUEST_QUEUE_WRITES": {
583 "type": "integer",
584 "example": 0
585 },
586 "DATA_TRANSFER_INTERNAL_GBYTES": {
587 "type": "integer",
588 "example": 0
589 },
590 "DATA_TRANSFER_EXTERNAL_GBYTES": {
591 "type": "integer",
592 "example": 0
593 },
594 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
595 "type": "integer",
596 "example": 0
597 },
598 "PROXY_SERPS": {
599 "type": "integer",
600 "example": 0
601 }
602 }
603 }
604 }
605 }
606 }
607 }
608 }
609 }
610}
IMDB Scraper 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 IMDB ποΈ Extractor 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:
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in May 2023
Modified 3 months ago