Fashion Beauty
Nike logo

Nike API

nike.com

Nike - products, availability, reviews, SNKRS launches, and store locator.

Actions
8
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Nike API

Submit a task, then poll the job until it settles. This example runs nike_categories.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "nike_categories",
    "params": {
      "landing_page": "jordan"
    }
  }'

8 actions on nike.com

Read

  • Categories

    nike_categoriesread2 credits / call

    Returns Nike category slugs discovered from landing pages.

    landing_page
    string
  • Product Availability

    nike_product_availabilityread2 credits / call

    Returns size and stock availability across all colorways of a product.

    group_key
    string · required
    marketplace
    string
    language
    string
  • Product Details

    nike_product_detailsread2 credits / call

    Returns full Nike product details from the product detail page.

    product_slug
    string · required
  • Product Reviews

    nike_product_reviewsread1 credit / call

    Returns Nike product reviews with ratings, text, and user info.

    style_id
    string · required
    limit
    integer
    offset
    integer
    sort
    string
    locale
    string
  • Product Search

    nike_search_productsread1 credit / call

    Returns Nike products by category.

    category
    string · required
    limit
    integer
  • Search

    nike_searchread1 credit / call

    Returns Nike products matching a keyword search across all products.

    query
    string · required
    limit
    integer
  • SNKRS Launches

    nike_snkrs_launchesread2 credits / call

    Returns upcoming Nike SNKRS product drops with launch dates and methods.

    country
    string
    language
    string
    page
    string
  • Stores

    nike_storesread2 credits / call

    Returns the Nike retail store locator with addresses, coordinates, and hours.

    country
    string
    city
    string
    state
    string
    slug
    string
    limit
    integer
    page
    integer

Nike API questions

Is there an API for Nike?
Nike does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for nike.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Nike data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when nike.com changes its markup, Anakin updates the action.
Do I need a Nike account?
No. Every Nike action listed here runs anonymously — no account and no credentials required.
What does the Nike API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Fashion Beauty APIs

All Fashion Beauty sites