Apple 🍎 Podcasts Extractor
3 days trial then $25.00/month - No credit card required now
Apple 🍎 Podcasts Extractor
3 days trial then $25.00/month - No credit card required now
💫 Scrape APPLE.com Podcasts
You can access the Apple 🍎 Podcasts 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.1",
5 "x-build-id": "7BSmnkduqlKhCwd3h"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/jupri~apple-podcast/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-jupri-apple-podcast",
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~apple-podcast/runs": {
50 "post": {
51 "operationId": "runs-sync-jupri-apple-podcast",
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~apple-podcast/run-sync": {
93 "post": {
94 "operationId": "run-sync-jupri-apple-podcast",
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, Query, or Start URL(s)",
138 "items": {
139 "type": "string"
140 }
141 },
142 "limit": {
143 "title": "♾️ Limit",
144 "type": "integer",
145 "description": "💡 Number of results"
146 },
147 "country": {
148 "title": "🧭 Country",
149 "enum": [
150 "ae_ar",
151 "ae_en-GB",
152 "ag_en-GB",
153 "ai_en-GB",
154 "am_en-GB",
155 "ao_en-GB",
156 "ar_en-GB",
157 "ar_es-MX",
158 "at_de-DE",
159 "at_en-GB",
160 "au_en-AU",
161 "az_en-GB",
162 "ba_en-GB",
163 "ba_hr",
164 "bb_en-GB",
165 "be_en-GB",
166 "be_fr-FR",
167 "be_nl",
168 "bf_en-GB",
169 "bf_fr-FR",
170 "bg_en-GB",
171 "bh_ar",
172 "bh_en-GB",
173 "bj_en-GB",
174 "bj_fr-FR",
175 "bm_en-GB",
176 "bn_en-GB",
177 "bo_en-GB",
178 "bo_es-MX",
179 "br_en-GB",
180 "br_pt-BR",
181 "bs_en-GB",
182 "bt_en-GB",
183 "bw_en-GB",
184 "by_en-GB",
185 "bz_en-GB",
186 "bz_es-MX",
187 "ca_en-CA",
188 "ca_fr-CA",
189 "cd_en-GB",
190 "cd_fr-FR",
191 "cg_en-GB",
192 "cg_fr-FR",
193 "ch_de-CH",
194 "ch_en-GB",
195 "ch_fr-FR",
196 "ch_it",
197 "ci_en-GB",
198 "ci_fr-FR",
199 "cl_en-GB",
200 "cl_es-MX",
201 "cm_en-GB",
202 "cm_fr-FR",
203 "cn_en-GB",
204 "cn_zh-Hans-CN",
205 "co_en-GB",
206 "co_es-MX",
207 "cr_en-GB",
208 "cr_es-MX",
209 "cv_en-GB",
210 "cy_el",
211 "cy_en-GB",
212 "cy_tr",
213 "cz_cs",
214 "cz_en-GB",
215 "de_de-DE",
216 "de_en-GB",
217 "dk_da",
218 "dk_en-GB",
219 "dm_en-GB",
220 "do_en-GB",
221 "do_es-MX",
222 "dz_ar",
223 "dz_en-GB",
224 "dz_fr-FR",
225 "ec_en-GB",
226 "ec_es-MX",
227 "ee_en-GB",
228 "eg_ar",
229 "eg_en-GB",
230 "eg_fr-FR",
231 "es_ca",
232 "es_en-GB",
233 "es_es-ES",
234 "fi_en-GB",
235 "fi_fi",
236 "fj_en-GB",
237 "fm_en-GB",
238 "fr_en-GB",
239 "fr_fr-FR",
240 "ga_en-GB",
241 "ga_fr-FR",
242 "gb_en-GB",
243 "gd_en-GB",
244 "ge_en-GB",
245 "gh_en-GB",
246 "gm_en-GB",
247 "gr_el",
248 "gr_en-GB",
249 "gt_en-GB",
250 "gt_es-MX",
251 "gw_en-GB",
252 "gw_fr-FR",
253 "gy_en-GB",
254 "gy_fr-FR",
255 "hk_en-GB",
256 "hk_zh-Hant-HK",
257 "hn_en-GB",
258 "hn_es-MX",
259 "hr_en-GB",
260 "hr_hr",
261 "hu_en-GB",
262 "hu_hu",
263 "id_en-GB",
264 "id_id",
265 "ie_en-GB",
266 "il_en-GB",
267 "il_he",
268 "in_en-GB",
269 "in_hi",
270 "iq_ar",
271 "iq_en-GB",
272 "is_en-GB",
273 "it_en-GB",
274 "it_it",
275 "jm_en-GB",
276 "jo_ar",
277 "jo_en-GB",
278 "jp_en-US",
279 "jp_ja",
280 "ke_en-GB",
281 "kg_en-GB",
282 "kh_en-GB",
283 "kh_fr-FR",
284 "kn_en-GB",
285 "kr_en-GB",
286 "kr_ko",
287 "kw_ar",
288 "kw_en-GB",
289 "ky_en-GB",
290 "kz_en-GB",
291 "la_en-GB",
292 "la_fr-FR",
293 "lb_ar",
294 "lb_en-GB",
295 "lb_fr-FR",
296 "lc_en-GB",
297 "lk_en-GB",
298 "lr_en-GB",
299 "lt_en-GB",
300 "lu_de-DE",
301 "lu_en-GB",
302 "lu_fr-FR",
303 "lv_en-GB",
304 "ly_ar",
305 "ly_en-GB",
306 "ma_ar",
307 "ma_en-GB",
308 "ma_fr-FR",
309 "md_en-GB",
310 "me_en-GB",
311 "me_hr",
312 "mg_en-GB",
313 "mg_fr-FR",
314 "mk_en-GB",
315 "ml_en-GB",
316 "ml_fr-FR",
317 "mm_en-GB",
318 "mn_en-GB",
319 "mo_en-GB",
320 "mo_zh-Hant-HK",
321 "mr_ar",
322 "mr_en-GB",
323 "mr_fr-FR",
324 "ms_en-GB",
325 "mt_en-GB",
326 "mu_en-GB",
327 "mu_fr-FR",
328 "mv_en-GB",
329 "mw_en-GB",
330 "mx_en-GB",
331 "mx_es-MX",
332 "my_en-GB",
333 "my_ms",
334 "mz_en-GB",
335 "na_en-GB",
336 "ne_en-GB",
337 "ne_fr-FR",
338 "ng_en-GB",
339 "ni_en-GB",
340 "ni_es-MX",
341 "nl_en-GB",
342 "nl_nl",
343 "no_en-GB",
344 "no_nb",
345 "np_en-GB",
346 "nz_en-AU",
347 "om_ar",
348 "om_en-GB",
349 "pa_en-GB",
350 "pa_es-MX",
351 "pe_en-GB",
352 "pe_es-MX",
353 "pg_en-GB",
354 "ph_en-GB",
355 "pl_en-GB",
356 "pl_pl",
357 "pt_en-GB",
358 "pt_pt-PT",
359 "py_en-GB",
360 "py_es-MX",
361 "qa_ar",
362 "qa_en-GB",
363 "ro_en-GB",
364 "ro_ro",
365 "rs_en-GB",
366 "rs_hr",
367 "ru_en-GB",
368 "ru_ru",
369 "ru_uk",
370 "rw_en-GB",
371 "rw_fr-FR",
372 "sa_ar",
373 "sa_en-GB",
374 "sb_en-GB",
375 "sc_en-GB",
376 "sc_fr-FR",
377 "se_en-GB",
378 "se_sv",
379 "sg_en-GB",
380 "sg_zh-Hans-CN",
381 "si_en-GB",
382 "sk_en-GB",
383 "sk_sk",
384 "sl_en-GB",
385 "sn_en-GB",
386 "sn_fr-FR",
387 "sr_en-GB",
388 "sr_nl",
389 "sv_en-GB",
390 "sv_es-MX",
391 "sz_en-GB",
392 "tc_en-GB",
393 "td_en-GB",
394 "td_fr-FR",
395 "th_en-GB",
396 "th_th",
397 "tj_en-GB",
398 "tm_en-GB",
399 "tn_ar",
400 "tn_en-GB",
401 "tn_fr-FR",
402 "to_en-GB",
403 "tr_en-GB",
404 "tr_tr",
405 "tt_en-GB",
406 "tt_fr-FR",
407 "tw_en-GB",
408 "tw_zh-Hant-TW",
409 "tz_en-GB",
410 "ua_en-GB",
411 "ua_ru",
412 "ua_uk",
413 "ug_en-GB",
414 "us_ar",
415 "us_en-US",
416 "us_es-MX",
417 "us_fr-FR",
418 "us_ko",
419 "us_pt-BR",
420 "us_ru",
421 "us_vi",
422 "us_zh-Hans-CN",
423 "us_zh-Hant-TW",
424 "uy_en-GB",
425 "uy_es-MX",
426 "uz_en-GB",
427 "vc_en-GB",
428 "ve_en-GB",
429 "ve_es-MX",
430 "vg_en-GB",
431 "vn_en-GB",
432 "vn_vi",
433 "vu_en-GB",
434 "vu_fr-FR",
435 "xk_en-GB",
436 "ye_ar",
437 "ye_en-GB",
438 "za_en-GB",
439 "zm_en-GB",
440 "zw_en-GB"
441 ],
442 "type": "string",
443 "description": "💡 Country and Language <code>(default to English-United States)</code>"
444 },
445 "dev_proxy_config": {
446 "title": "🌐 PROXY NETWORKING",
447 "type": "object",
448 "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>"
449 },
450 "dev_custom_headers": {
451 "title": "📜 HTTP HEADERS",
452 "type": "array",
453 "description": "💡 Additional HTTP Headers",
454 "items": {
455 "type": "object",
456 "required": [
457 "key",
458 "value"
459 ],
460 "properties": {
461 "key": {
462 "type": "string",
463 "title": "Key"
464 },
465 "value": {
466 "type": "string",
467 "title": "Value"
468 }
469 }
470 }
471 },
472 "dev_custom_cookies": {
473 "title": "🍰 HTTP COOKIES",
474 "type": "array",
475 "description": "💡 Additional HTTP Cookies",
476 "items": {
477 "type": "object",
478 "required": [
479 "key",
480 "value"
481 ],
482 "properties": {
483 "key": {
484 "type": "string",
485 "title": "Key"
486 },
487 "value": {
488 "type": "string",
489 "title": "Value"
490 }
491 }
492 }
493 },
494 "dev_transform_fields": {
495 "title": "♻️ CUSTOM FIELD",
496 "type": "array",
497 "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>",
498 "items": {
499 "type": "object",
500 "required": [
501 "key",
502 "value"
503 ],
504 "properties": {
505 "key": {
506 "type": "string",
507 "title": "Key"
508 },
509 "value": {
510 "type": "string",
511 "title": "Value"
512 }
513 }
514 }
515 },
516 "dev_dataset_name": {
517 "title": "📁 CUSTOM STORAGE",
518 "type": "string",
519 "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>"
520 },
521 "dev_dataset_clear": {
522 "title": "Clear Storage",
523 "type": "boolean",
524 "description": "Clear Dataset before insert/update."
525 },
526 "dev_no_strip": {
527 "title": "Disable data cleansing",
528 "type": "boolean",
529 "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
530 }
531 }
532 },
533 "runsResponseSchema": {
534 "type": "object",
535 "properties": {
536 "data": {
537 "type": "object",
538 "properties": {
539 "id": {
540 "type": "string"
541 },
542 "actId": {
543 "type": "string"
544 },
545 "userId": {
546 "type": "string"
547 },
548 "startedAt": {
549 "type": "string",
550 "format": "date-time",
551 "example": "2025-01-08T00:00:00.000Z"
552 },
553 "finishedAt": {
554 "type": "string",
555 "format": "date-time",
556 "example": "2025-01-08T00:00:00.000Z"
557 },
558 "status": {
559 "type": "string",
560 "example": "READY"
561 },
562 "meta": {
563 "type": "object",
564 "properties": {
565 "origin": {
566 "type": "string",
567 "example": "API"
568 },
569 "userAgent": {
570 "type": "string"
571 }
572 }
573 },
574 "stats": {
575 "type": "object",
576 "properties": {
577 "inputBodyLen": {
578 "type": "integer",
579 "example": 2000
580 },
581 "rebootCount": {
582 "type": "integer",
583 "example": 0
584 },
585 "restartCount": {
586 "type": "integer",
587 "example": 0
588 },
589 "resurrectCount": {
590 "type": "integer",
591 "example": 0
592 },
593 "computeUnits": {
594 "type": "integer",
595 "example": 0
596 }
597 }
598 },
599 "options": {
600 "type": "object",
601 "properties": {
602 "build": {
603 "type": "string",
604 "example": "latest"
605 },
606 "timeoutSecs": {
607 "type": "integer",
608 "example": 300
609 },
610 "memoryMbytes": {
611 "type": "integer",
612 "example": 1024
613 },
614 "diskMbytes": {
615 "type": "integer",
616 "example": 2048
617 }
618 }
619 },
620 "buildId": {
621 "type": "string"
622 },
623 "defaultKeyValueStoreId": {
624 "type": "string"
625 },
626 "defaultDatasetId": {
627 "type": "string"
628 },
629 "defaultRequestQueueId": {
630 "type": "string"
631 },
632 "buildNumber": {
633 "type": "string",
634 "example": "1.0.0"
635 },
636 "containerUrl": {
637 "type": "string"
638 },
639 "usage": {
640 "type": "object",
641 "properties": {
642 "ACTOR_COMPUTE_UNITS": {
643 "type": "integer",
644 "example": 0
645 },
646 "DATASET_READS": {
647 "type": "integer",
648 "example": 0
649 },
650 "DATASET_WRITES": {
651 "type": "integer",
652 "example": 0
653 },
654 "KEY_VALUE_STORE_READS": {
655 "type": "integer",
656 "example": 0
657 },
658 "KEY_VALUE_STORE_WRITES": {
659 "type": "integer",
660 "example": 1
661 },
662 "KEY_VALUE_STORE_LISTS": {
663 "type": "integer",
664 "example": 0
665 },
666 "REQUEST_QUEUE_READS": {
667 "type": "integer",
668 "example": 0
669 },
670 "REQUEST_QUEUE_WRITES": {
671 "type": "integer",
672 "example": 0
673 },
674 "DATA_TRANSFER_INTERNAL_GBYTES": {
675 "type": "integer",
676 "example": 0
677 },
678 "DATA_TRANSFER_EXTERNAL_GBYTES": {
679 "type": "integer",
680 "example": 0
681 },
682 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
683 "type": "integer",
684 "example": 0
685 },
686 "PROXY_SERPS": {
687 "type": "integer",
688 "example": 0
689 }
690 }
691 },
692 "usageTotalUsd": {
693 "type": "number",
694 "example": 0.00005
695 },
696 "usageUsd": {
697 "type": "object",
698 "properties": {
699 "ACTOR_COMPUTE_UNITS": {
700 "type": "integer",
701 "example": 0
702 },
703 "DATASET_READS": {
704 "type": "integer",
705 "example": 0
706 },
707 "DATASET_WRITES": {
708 "type": "integer",
709 "example": 0
710 },
711 "KEY_VALUE_STORE_READS": {
712 "type": "integer",
713 "example": 0
714 },
715 "KEY_VALUE_STORE_WRITES": {
716 "type": "number",
717 "example": 0.00005
718 },
719 "KEY_VALUE_STORE_LISTS": {
720 "type": "integer",
721 "example": 0
722 },
723 "REQUEST_QUEUE_READS": {
724 "type": "integer",
725 "example": 0
726 },
727 "REQUEST_QUEUE_WRITES": {
728 "type": "integer",
729 "example": 0
730 },
731 "DATA_TRANSFER_INTERNAL_GBYTES": {
732 "type": "integer",
733 "example": 0
734 },
735 "DATA_TRANSFER_EXTERNAL_GBYTES": {
736 "type": "integer",
737 "example": 0
738 },
739 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
740 "type": "integer",
741 "example": 0
742 },
743 "PROXY_SERPS": {
744 "type": "integer",
745 "example": 0
746 }
747 }
748 }
749 }
750 }
751 }
752 }
753 }
754 }
755}
🍎 Scrape APPLE Podcasts 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 Apple 🍎 Podcasts 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
16 monthly users
-
4 stars
97% runs succeeded
Created in Jul 2024
Modified 3 months ago