# Nike Scraper | Fast & Reliable | $1 / 1k (`fatihtahta/nike-scraper`) Actor

Scrape Nike.com for product listings, capture names, SKUs, colorways, prices, promotions, images, badges, and attributes, ideal for price tracking, assortment monitoring, and product research.

- **URL**: https://apify.com/fatihtahta/nike-scraper.md
- **Developed by:** [Fatih Tahta](https://apify.com/fatihtahta) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 14 total users, 3 monthly users, 100.0% runs succeeded, 3 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Nike Scraper | Fast & Reliable | $5 / 1k

### Overview
**Nike Scraper | Fast & Reliable | $5 / 1k** captures structured product details from Nike.com, including names, colorways, pricing, promotions, imagery, and key attributes for each listing. Nike.com hosts a broad catalog of footwear, apparel, and accessories, making it a high-value source for market intelligence, pricing research, and assortment tracking. This actor automates discovery and collection so you can gather clean data consistently without manual browsing.

### Why Use This Actor
* **Market and product intelligence:** Track price changes, promotions, and new releases across Nike categories.
* **Lead and catalog building:** Assemble product directories with metadata ready for enrichment or analysis.
* **Trend and inventory monitoring:** Follow colorways, sustainability badges, and featured attributes over time.
* **Workflow-ready automation:** Schedule repeat runs, keep datasets fresh, and export in formats that plug into research, analytics, or development pipelines.

### Input Parameters
| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `startUrls` | array of strings | Nike search, category, or product URLs to collect. Paste full links to target specific pages. | Prefilled with a men’s shoes category example |
| `queries` | array of strings | Search queries that the actor will use to find matching Nike products. | – |
| `limit` | integer | Maximum number of listings to save per input. Use higher values for full coverage or lower for sampling. Minimum 10. | `50000` |
| `proxyConfiguration` | object | Connection settings. The default Apify Residential proxy keeps runs reliable. | Apify Proxy with `RESIDENTIAL` group |

### Example Input
```json
{
  "startUrls": [
    "https://www.nike.com/w/mens-shoes-nik1zy7ok"
  ],
  "queries": ["running shoes"],
  "limit": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

### Example Output

Each dataset item represents one Nike product listing with its identifiers, pricing, imagery, and promotional details.

```json
{
  "id": "dca4ee17-32c8-50c3-8890-aab917f4cc58",
  "groupKey": "jJM4hN",
  "cardType": "default",
  "productCode": "HF5498-011",
  "productType": "APPAREL",
  "productSubType": "STANDARD",
  "consumerChannelId": "d9a5bc42-4b9c-4976-858a-f159cf99c647",
  "title": "Nike Peak",
  "subTitle": "Big Kids' Beanie",
  "brand": "Nike",
  "url": "https://www.nike.com/t/peak-big-kids-beanie-jJM4hN/HF5498-011",
  "pdpPath": "/t/peak-big-kids-beanie-jJM4hN/HF5498-011",
  "pdpUrl": "https://www.nike.com/t/peak-big-kids-beanie-jJM4hN/HF5498-011",
  "displayColors": {
    "label": "Black",
    "hex": "26292B",
    "colorDescription": "Black/Safety Orange"
  },
  "prices": {
    "currency": "USD",
    "currentPrice": 24,
    "employeePrice": 14.4,
    "initialPrice": 24,
    "discountPercentage": 0,
    "employeeDiscountPercentage": 40
  },
  "colorwayImages": {
    "portraitURL": "https://static.nike.com/a/images/t_default/d7d4116a-4756-4358-9fe1-89011ca5c6f6/K+NK+PEAK+BEANIE+TC+FUT.png",
    "squarishURL": "https://static.nike.com/a/images/t_default/af0b44e2-f6fc-4265-9362-b6d9c6714155/K+NK+PEAK+BEANIE+TC+FUT.png"
  },
  "featuredAttributes": [
    "SUSTAINABLE_MATERIALS"
  ],
  "pdpUrlMeta": {
    "url": "https://www.nike.com/t/peak-big-kids-beanie-jJM4hN/HF5498-011",
    "path": "/t/peak-big-kids-beanie-jJM4hN/HF5498-011"
  },
  "promotions": {
    "promotionId": "25P_DPMUS1766",
    "visibilities": [
      {
        "visibilityType": "PW",
        "visibilityStartDate": "2025-11-16T05:00:00.000Z",
        "visibilityEndDate": "2025-11-23T05:00:00.000Z",
        "contentThreadId": "77349fb7-56bb-4a50-b3a1-d7fe41cec2a4",
        "title": "Extra 25% Off w/ code: ACCESS",
        "subtitle": ""
      }
    ]
  },
  "badgeAttribute": "SUSTAINABLE_MATERIALS",
  "badgeLabel": "Recycled Materials"
}
```

**What you get per item**

- **Identifiers & URLs:** Product IDs, codes, and direct links for reliable referencing.
- **Titles & descriptions:** Name, subtitles, and type tags to categorize listings.
- **Colors & imagery:** Color labels, hex values, and product image URLs for each colorway.
- **Pricing & promotions:** Current and initial prices, employee offers, discounts, and active promotional windows.
- **Badges & attributes:** Sustainability labels and featured attributes to track merchandising signals.

### Notes & Limitations

- Use the actor responsibly and in accordance with Nike.com’s terms of service and applicable laws.
- Start with smaller limits when testing new queries or URLs, then scale up once results look right.
- Collected data may change over time; schedule regular runs to keep your datasets current.

### Support

Questions or custom needs? Open an issue on the **Issues** tab of the actor page in Apify Console and it will be resolved around the clock.

Happy Scraping,

- Fatih

# Actor input Schema

## `startUrls` (type: `array`):

Paste one or more Nike search, category, or individual product page URLs to scrape.

## `queries` (type: `array`):

Paste one or more Nike search queries to scrape.

## `limit` (type: `integer`):

Stop the run after this number of listings has been saved per input.

## `proxyConfiguration` (type: `object`):

The default Apify Residential proxy keeps the scraper reliable.

## Actor input object example

```json
{
  "startUrls": [
    "https://www.nike.com/w/mens-shoes-nik1zy7ok"
  ],
  "limit": 50000,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        "https://www.nike.com/w/mens-shoes-nik1zy7ok"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("fatihtahta/nike-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": ["https://www.nike.com/w/mens-shoes-nik1zy7ok"] }

# Run the Actor and wait for it to finish
run = client.actor("fatihtahta/nike-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    "https://www.nike.com/w/mens-shoes-nik1zy7ok"
  ]
}' |
apify call fatihtahta/nike-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=fatihtahta/nike-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Nike Scraper | Fast & Reliable | $1 / 1k",
        "description": "Scrape Nike.com for product listings, capture names, SKUs, colorways, prices, promotions, images, badges, and attributes, ideal for price tracking, assortment monitoring, and product research.",
        "version": "0.0",
        "x-build-id": "eCd0j6COQfFvqLu9r"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/fatihtahta~nike-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-fatihtahta-nike-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/fatihtahta~nike-scraper/runs": {
            "post": {
                "operationId": "runs-sync-fatihtahta-nike-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/fatihtahta~nike-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-fatihtahta-nike-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "startUrls": {
                        "title": "Enter Nike search, category, or product detail URLs to scrape",
                        "type": "array",
                        "description": "Paste one or more Nike search, category, or individual product page URLs to scrape.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "queries": {
                        "title": "Enter Nike search queries to scrape",
                        "type": "array",
                        "description": "Paste one or more Nike search queries to scrape.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "limit": {
                        "title": "Maximum listings to collect",
                        "minimum": 10,
                        "type": "integer",
                        "description": "Stop the run after this number of listings has been saved per input.",
                        "default": 50000
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "The default Apify Residential proxy keeps the scraper reliable.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
