# Scrape Prices and Stock from Nike
> Source: https://scrape.do/industries/ecommerce/nike-scraper/
Extract product prices, sizes, colorways, and stock status from Nike at scale. Scrape.do clears Akamai bot detection automatically so every request lands.
**Scrape Prices and Stock from Nike**
Extract sneaker and apparel pricing, size availability, colorways, and stock status from the world's largest athletic brand. Nike draws around 90M monthly visits and sits behind Akamai, which blocks Python requests, cURL, and datacenter proxies. Scrape.do handles it automatically.
## How to Scrape Nike
### Product Page
Extract product data, prices, sizes, and stock status from any Nike product page with a single API call.

**Example response**
```html
Nike Air Force 1 '07 Men's Shoes. Nike.com
Nike Air Force 1 '07
Men's Shoes
$115
Colour Shown: White/White
Style: CW2288-111
The radiance lives on in the Nike Air Force 1 '07,
the b-ball icon that puts a fresh spin on what you know best...
```
Scrape **Nike** (https://www.nike.com) and receive the data as structured JSON.
**Example extracted fields**
| Field | Example |
| ----- | ------- |
| Price | $115 |
| Availability | In Stock |
| Sizes | 7–13 |
| Style | CW2288-111 |
### 90M Monthly Visits. Every Drop and Colorway. One API.
Nike, Inc. is the **world's largest athletic footwear and apparel company**, selling sneakers, sportswear, and equipment direct-to-consumer through nike.com and the Nike and SNKRS apps, and its catalog pulls in roughly **90M monthly visits** worldwide. Founded in 1964 and headquartered in Beaverton, Oregon, its product launches, drops, and markdowns make nike.com one of the most-scraped catalogs in retail.
With Scrape.do you can **track sneaker and apparel pricing**, monitor SNKRS drops and restocks, capture size and stock availability across colorways, and feed resale-market intelligence, price-comparison, and brand-monitoring tools with live catalog data. All through a single API call.

### Akamai. Access Denied. Handled.
Nike sits behind **Akamai**, whose bot detection fingerprints every request and serves an `x-akamai-transformed` edge response that refuses Python `requests`, cURL, and datacenter proxies, dropping the connection or returning an Access Denied reference page instead of product HTML. Repeated hits from the same IP get throttled fast, which breaks naive catalog crawls.
Scrape.do rotates *high-quality residential IPs* with full browser fingerprints, passes Akamai's bot detection, and returns clean, fully populated product and category HTML. You get pricing, sizing, and stock data without maintaining proxy pools, solving challenges, or babysitting headless browsers, with rates starting around **$1 per 1,000 successful requests**.

## FAQ
### Can Scrape.do bypass Nike's Akamai protection?
Yes. nike.com sits behind Akamai, which fingerprints requests and refuses Python `requests`, cURL, and datacenter proxies, either dropping the connection or returning an Access Denied reference page. Scrape.do rotates real residential IPs with full browser fingerprints, passes Akamai bot detection, and returns fully populated product and category HTML. Success rates exceed 95% on product and category pages.
### What data can I extract from Nike?
You can extract product names, prices and markdowns, style codes and colorways, size availability and stock status, product descriptions and images, review counts, and full category listings across shoes, apparel, and equipment, valuable for resale intelligence, price comparison, and brand monitoring.
### Do I need render mode to scrape Nike?
Nike product and category pages return their core price, size, and stock data in the server-rendered HTML, so most requests work without JavaScript execution. If a lazy-loaded section is missing, add `render=true` so Scrape.do executes the page JavaScript in a real browser, and set `geoCode=us` for US pricing and availability.