Nike avatar

Nike

Under maintenance
Try for free

3 days trial then $25.00/month - No credit card required now

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Nike

Nike

cortexalt/nike
Try for free

3 days trial then $25.00/month - No credit card required now

Extract products from nike.com

You can access the Nike 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": "tbCb1Aqia9ybK0VSK"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/cortexalt~nike/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-cortexalt-nike",
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/cortexalt~nike/runs": {
50      "post": {
51        "operationId": "runs-sync-cortexalt-nike",
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/cortexalt~nike/run-sync": {
93      "post": {
94        "operationId": "run-sync-cortexalt-nike",
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          "start_urls",
135          "country"
136        ],
137        "properties": {
138          "start_urls": {
139            "title": "Start URLs",
140            "type": "array",
141            "description": "The list of URLs to start the crawl from.",
142            "items": {
143              "type": "object",
144              "required": [
145                "url"
146              ],
147              "properties": {
148                "url": {
149                  "type": "string",
150                  "title": "URL of a web page",
151                  "format": "uri"
152                }
153              }
154            }
155          },
156          "search_query": {
157            "title": "Search query",
158            "type": "string",
159            "description": "Search query to start the crawl."
160          },
161          "sort_results_by": {
162            "title": "Sort results by",
163            "enum": [
164              "Recommend",
165              "Most Popular",
166              "New Arrivals",
167              "Top Rated",
168              "Price: Low to High",
169              "Price: High to Low"
170            ],
171            "type": "string",
172            "description": "Sort results by a specific criteria."
173          },
174          "budget": {
175            "title": "Budget",
176            "minimum": 0,
177            "type": "integer",
178            "description": "Maximum number of products to extract."
179          },
180          "ignore_robots_txt": {
181            "title": "Ignore robots.txt",
182            "type": "boolean",
183            "description": "If checked, the crawler will ignore the robots.txt file, specifically the delay between requests and the pages that are allowed to be crawled."
184          },
185          "proxy": {
186            "title": "Proxy configuration",
187            "type": "object",
188            "description": "Select proxies to be used by your crawler."
189          },
190          "country": {
191            "title": "Country",
192            "enum": [
193              "AD - Andorra",
194              "AE - United Arab Emirates",
195              "AF - Afghanistan",
196              "AG - Antigua and Barbuda",
197              "AI - Anguilla",
198              "AL - Albania",
199              "AM - Armenia",
200              "AO - Angola",
201              "AQ - Antarctica",
202              "AR - Argentina",
203              "AS - American Samoa",
204              "AT - Austria",
205              "AU - Australia",
206              "AW - Aruba",
207              "AX - Åland Islands",
208              "AZ - Azerbaijan",
209              "BA - Bosnia and Herzegovina",
210              "BB - Barbados",
211              "BD - Bangladesh",
212              "BE - Belgium",
213              "BF - Burkina Faso",
214              "BG - Bulgaria",
215              "BH - Bahrain",
216              "BI - Burundi",
217              "BJ - Benin",
218              "BL - Saint Barthélemy",
219              "BM - Bermuda",
220              "BN - Brunei Darussalam",
221              "BO - Bolivia, Plurinational State of",
222              "BQ - Bonaire, Sint Eustatius and Saba",
223              "BR - Brazil",
224              "BS - Bahamas",
225              "BT - Bhutan",
226              "BW - Botswana",
227              "BY - Belarus",
228              "BZ - Belize",
229              "CA - Canada",
230              "CC - Cocos (Keeling) Islands",
231              "CD - Congo, the Democratic Republic of the",
232              "CF - Central African Republic",
233              "CG - Congo",
234              "CH - Switzerland",
235              "CI - Côte d'Ivoire",
236              "CK - Cook Islands",
237              "CL - Chile",
238              "CM - Cameroon",
239              "CN - China",
240              "CO - Colombia",
241              "CR - Costa Rica",
242              "CU - Cuba",
243              "CV - Cape Verde",
244              "CW - Curaçao",
245              "CX - Christmas Island",
246              "CY - Cyprus",
247              "CZ - Czech Republic",
248              "DE - Germany",
249              "DJ - Djibouti",
250              "DK - Denmark",
251              "DM - Dominica",
252              "DO - Dominican Republic",
253              "DZ - Algeria",
254              "EC - Ecuador",
255              "EE - Estonia",
256              "EG - Egypt",
257              "ER - Eritrea",
258              "ES - Spain",
259              "ET - Ethiopia",
260              "FI - Finland",
261              "FJ - Fiji",
262              "FM - Micronesia, Federated States of",
263              "FO - Faroe Islands",
264              "FR - France",
265              "GA - Gabon",
266              "GB - United Kingdom",
267              "GD - Grenada",
268              "GE - Georgia",
269              "GF - French Guiana",
270              "GG - Guernsey",
271              "GH - Ghana",
272              "GI - Gibraltar",
273              "GL - Greenland",
274              "GM - Gambia",
275              "GN - Guinea",
276              "GP - Guadeloupe",
277              "GQ - Equatorial Guinea",
278              "GR - Greece",
279              "GT - Guatemala",
280              "GU - Guam",
281              "GW - Guinea-Bissau",
282              "GY - Guyana",
283              "HK - Hong Kong",
284              "HN - Honduras",
285              "HR - Croatia",
286              "HT - Haiti",
287              "HU - Hungary",
288              "ID - Indonesia",
289              "IE - Ireland",
290              "IL - Israel",
291              "IM - Isle of Man",
292              "IN - India",
293              "IO - British Indian Ocean Territory",
294              "IQ - Iraq",
295              "IR - Iran, Islamic Republic of",
296              "IS - Iceland",
297              "IT - Italy",
298              "JE - Jersey",
299              "JM - Jamaica",
300              "JO - Jordan",
301              "JP - Japan",
302              "KE - Kenya",
303              "KG - Kyrgyzstan",
304              "KH - Cambodia",
305              "KI - Kiribati",
306              "KM - Comoros",
307              "KN - Saint Kitts and Nevis",
308              "KP - Korea, Democratic People's Republic of",
309              "KR - Korea, Republic of",
310              "KW - Kuwait",
311              "KY - Cayman Islands",
312              "KZ - Kazakhstan",
313              "LA - Lao People's Democratic Republic",
314              "LB - Lebanon",
315              "LC - Saint Lucia",
316              "LI - Liechtenstein",
317              "LK - Sri Lanka",
318              "LR - Liberia",
319              "LS - Lesotho",
320              "LT - Lithuania",
321              "LU - Luxembourg",
322              "LV - Latvia",
323              "LY - Libya",
324              "MA - Morocco",
325              "MC - Monaco",
326              "MD - Moldova, Republic of",
327              "ME - Montenegro",
328              "MF - Saint Martin (French part)",
329              "MG - Madagascar",
330              "MH - Marshall Islands",
331              "MK - Macedonia, the Former Yugoslav Republic of",
332              "ML - Mali",
333              "MM - Myanmar",
334              "MN - Mongolia",
335              "MO - Macao",
336              "MP - Northern Mariana Islands",
337              "MQ - Martinique",
338              "MR - Mauritania",
339              "MS - Montserrat",
340              "MT - Malta",
341              "MU - Mauritius",
342              "MV - Maldives",
343              "MW - Malawi",
344              "MX - Mexico",
345              "MY - Malaysia",
346              "MZ - Mozambique",
347              "NA - Namibia",
348              "NC - New Caledonia",
349              "NE - Niger",
350              "NF - Norfolk Island",
351              "NG - Nigeria",
352              "NI - Nicaragua",
353              "NL - Netherlands",
354              "NO - Norway",
355              "NP - Nepal",
356              "NR - Nauru",
357              "NU - Niue",
358              "NZ - New Zealand",
359              "OM - Oman",
360              "PA - Panama",
361              "PE - Peru",
362              "PF - French Polynesia",
363              "PG - Papua New Guinea",
364              "PH - Philippines",
365              "PK - Pakistan",
366              "PL - Poland",
367              "PM - Saint Pierre and Miquelon",
368              "PN - Pitcairn",
369              "PR - Puerto Rico",
370              "PS - Palestine, State of",
371              "PT - Portugal",
372              "PW - Palau",
373              "PY - Paraguay",
374              "QA - Qatar",
375              "RE - Réunion",
376              "RO - Romania",
377              "RS - Serbia",
378              "RU - Russian Federation",
379              "RW - Rwanda",
380              "SA - Saudi Arabia",
381              "SB - Solomon Islands",
382              "SC - Seychelles",
383              "SD - Sudan",
384              "SE - Sweden",
385              "SG - Singapore",
386              "SH - Saint Helena, Ascension and Tristan da Cunha",
387              "SI - Slovenia",
388              "SJ - Svalbard and Jan Mayen",
389              "SK - Slovakia",
390              "SL - Sierra Leone",
391              "SM - San Marino",
392              "SN - Senegal",
393              "SO - Somalia",
394              "SR - Suriname",
395              "SS - South Sudan",
396              "ST - Sao Tome and Principe",
397              "SV - El Salvador",
398              "SX - Sint Maarten (Dutch part)",
399              "SY - Syrian Arab Republic",
400              "SZ - Swaziland",
401              "TC - Turks and Caicos Islands",
402              "TD - Chad",
403              "TF - French Southern Territories",
404              "TG - Togo",
405              "TH - Thailand",
406              "TJ - Tajikistan",
407              "TK - Tokelau",
408              "TL - Timor-Leste",
409              "TM - Turkmenistan",
410              "TN - Tunisia",
411              "TO - Tonga",
412              "TR - Turkey",
413              "TT - Trinidad and Tobago",
414              "TV - Tuvalu",
415              "TW - Taiwan, Province of China",
416              "TZ - Tanzania, United Republic of",
417              "UA - Ukraine",
418              "UG - Uganda",
419              "UM - United States Minor Outlying Islands",
420              "US - United States",
421              "UY - Uruguay",
422              "UZ - Uzbekistan",
423              "VA - Holy See (Vatican City State)",
424              "VC - Saint Vincent and the Grenadines",
425              "VE - Venezuela, Bolivarian Republic of",
426              "VG - Virgin Islands, British",
427              "VI - Virgin Islands, U.S.",
428              "VN - Viet Nam",
429              "VU - Vanuatu",
430              "WF - Wallis and Futuna",
431              "WS - Samoa",
432              "YE - Yemen",
433              "YT - Mayotte",
434              "ZA - South Africa",
435              "ZM - Zambia",
436              "ZW - Zimbabwe"
437            ],
438            "type": "string",
439            "description": "Helps choosing the correct version of the website and the correct sitemap to use as reference.\nThe country should match the start URL and the proxy configuration, if you are using a proxy."
440          }
441        }
442      },
443      "runsResponseSchema": {
444        "type": "object",
445        "properties": {
446          "data": {
447            "type": "object",
448            "properties": {
449              "id": {
450                "type": "string"
451              },
452              "actId": {
453                "type": "string"
454              },
455              "userId": {
456                "type": "string"
457              },
458              "startedAt": {
459                "type": "string",
460                "format": "date-time",
461                "example": "2025-01-08T00:00:00.000Z"
462              },
463              "finishedAt": {
464                "type": "string",
465                "format": "date-time",
466                "example": "2025-01-08T00:00:00.000Z"
467              },
468              "status": {
469                "type": "string",
470                "example": "READY"
471              },
472              "meta": {
473                "type": "object",
474                "properties": {
475                  "origin": {
476                    "type": "string",
477                    "example": "API"
478                  },
479                  "userAgent": {
480                    "type": "string"
481                  }
482                }
483              },
484              "stats": {
485                "type": "object",
486                "properties": {
487                  "inputBodyLen": {
488                    "type": "integer",
489                    "example": 2000
490                  },
491                  "rebootCount": {
492                    "type": "integer",
493                    "example": 0
494                  },
495                  "restartCount": {
496                    "type": "integer",
497                    "example": 0
498                  },
499                  "resurrectCount": {
500                    "type": "integer",
501                    "example": 0
502                  },
503                  "computeUnits": {
504                    "type": "integer",
505                    "example": 0
506                  }
507                }
508              },
509              "options": {
510                "type": "object",
511                "properties": {
512                  "build": {
513                    "type": "string",
514                    "example": "latest"
515                  },
516                  "timeoutSecs": {
517                    "type": "integer",
518                    "example": 300
519                  },
520                  "memoryMbytes": {
521                    "type": "integer",
522                    "example": 1024
523                  },
524                  "diskMbytes": {
525                    "type": "integer",
526                    "example": 2048
527                  }
528                }
529              },
530              "buildId": {
531                "type": "string"
532              },
533              "defaultKeyValueStoreId": {
534                "type": "string"
535              },
536              "defaultDatasetId": {
537                "type": "string"
538              },
539              "defaultRequestQueueId": {
540                "type": "string"
541              },
542              "buildNumber": {
543                "type": "string",
544                "example": "1.0.0"
545              },
546              "containerUrl": {
547                "type": "string"
548              },
549              "usage": {
550                "type": "object",
551                "properties": {
552                  "ACTOR_COMPUTE_UNITS": {
553                    "type": "integer",
554                    "example": 0
555                  },
556                  "DATASET_READS": {
557                    "type": "integer",
558                    "example": 0
559                  },
560                  "DATASET_WRITES": {
561                    "type": "integer",
562                    "example": 0
563                  },
564                  "KEY_VALUE_STORE_READS": {
565                    "type": "integer",
566                    "example": 0
567                  },
568                  "KEY_VALUE_STORE_WRITES": {
569                    "type": "integer",
570                    "example": 1
571                  },
572                  "KEY_VALUE_STORE_LISTS": {
573                    "type": "integer",
574                    "example": 0
575                  },
576                  "REQUEST_QUEUE_READS": {
577                    "type": "integer",
578                    "example": 0
579                  },
580                  "REQUEST_QUEUE_WRITES": {
581                    "type": "integer",
582                    "example": 0
583                  },
584                  "DATA_TRANSFER_INTERNAL_GBYTES": {
585                    "type": "integer",
586                    "example": 0
587                  },
588                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
589                    "type": "integer",
590                    "example": 0
591                  },
592                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
593                    "type": "integer",
594                    "example": 0
595                  },
596                  "PROXY_SERPS": {
597                    "type": "integer",
598                    "example": 0
599                  }
600                }
601              },
602              "usageTotalUsd": {
603                "type": "number",
604                "example": 0.00005
605              },
606              "usageUsd": {
607                "type": "object",
608                "properties": {
609                  "ACTOR_COMPUTE_UNITS": {
610                    "type": "integer",
611                    "example": 0
612                  },
613                  "DATASET_READS": {
614                    "type": "integer",
615                    "example": 0
616                  },
617                  "DATASET_WRITES": {
618                    "type": "integer",
619                    "example": 0
620                  },
621                  "KEY_VALUE_STORE_READS": {
622                    "type": "integer",
623                    "example": 0
624                  },
625                  "KEY_VALUE_STORE_WRITES": {
626                    "type": "number",
627                    "example": 0.00005
628                  },
629                  "KEY_VALUE_STORE_LISTS": {
630                    "type": "integer",
631                    "example": 0
632                  },
633                  "REQUEST_QUEUE_READS": {
634                    "type": "integer",
635                    "example": 0
636                  },
637                  "REQUEST_QUEUE_WRITES": {
638                    "type": "integer",
639                    "example": 0
640                  },
641                  "DATA_TRANSFER_INTERNAL_GBYTES": {
642                    "type": "integer",
643                    "example": 0
644                  },
645                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
646                    "type": "integer",
647                    "example": 0
648                  },
649                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
650                    "type": "integer",
651                    "example": 0
652                  },
653                  "PROXY_SERPS": {
654                    "type": "integer",
655                    "example": 0
656                  }
657                }
658              }
659            }
660          }
661        }
662      }
663    }
664  }
665}

Nike 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 Nike 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:

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • 1 star

  • >99% runs succeeded

  • 7 days response time

  • Created in Dec 2024

  • Modified 23 days ago

Categories