Nike Reviews Scraper avatar

Nike Reviews Scraper

Pricing

Pay per usage

Go to Apify Store
Nike Reviews Scraper

Nike Reviews Scraper

Extract Nike product reviews, ratings & customer feedback at scale. Scrape review text, scores, verified purchase badges & user details. Perfect for market research, sentiment analysis & competitive intelligence. Fast, reliable data extraction.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Extract customer reviews from any Nike product page at scale. Collect verified star ratings, detailed review text, fit and comfort assessments, reviewer profiles, and aggregate product data — all without writing a single line of code. Perfect for product research, sentiment analysis, and competitive intelligence.

Features

  • Product URL or ID input — Paste any Nike product URL or enter a style code directly
  • Full review data — Captures title, text, rating, date, fit, comfort, and recommendation status
  • Aggregate product stats — Overall rating, total review count, and rating breakdowns
  • Smart pagination — Automatically pages through all available reviews up to your limit
  • Flexible sorting — Sort by most recent, most helpful, highest, or lowest rating
  • Deduplication — Each review is saved only once, even across retries
  • Proxy support — Works with Apify Proxy residential IPs for high-volume runs
  • Clean output — No null fields, no empty strings — only meaningful data

Use Cases

Product Research

Before sourcing or buying Nike products, analyse customer feedback at scale. Understand common complaints, sizing issues, and what buyers love most about specific models.

Sentiment Analysis

Feed collected reviews into NLP pipelines to measure brand sentiment, track satisfaction trends over time, and identify recurring themes such as comfort problems or quality praise.

Competitor Benchmarking

Compare review volume, average ratings, and fit assessments across multiple Nike product lines to identify which products outperform others in customer satisfaction.

E-commerce & Retail Intelligence

Retailers and drop-shippers can validate product demand by studying verified buyer reviews before stocking items, reducing returns and improving customer satisfaction.

Academic & Market Research

Researchers studying consumer behaviour, product lifecycle, or sports footwear trends can extract structured review datasets for statistical analysis.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNo*Full Nike product page URL (e.g. https://www.nike.com/t/air-jordan-mvp-92-mens-shoes-uOkaWWqF/HQ3950-004)
productIdStringNo*Nike style code such as HQ3950-004 or base SKU HQ3950. Used when no URL is provided.
results_wantedIntegerNo20Maximum number of reviews to collect
max_pagesIntegerNo10Safety cap on API page requests (each page = ~10 reviews)
sort_byStringNoRECENTSort order: RECENT, HELPFUL, HIGHEST_RATING, LOWEST_RATING
proxyConfigurationObjectNoApify Proxy settings for reliable large-scale runs

* Either startUrl or productId must be provided.


Output Data

Each item in the dataset contains:

FieldTypeDescription
review_idIntegerUnique review identifier
product_skuStringNike base style code (e.g. HQ3950)
product_titleStringName of the reviewed product
product_urlStringLink to the Nike product page
overall_ratingNumberAggregate product rating (e.g. 4.6)
review_ratingIntegerStar rating for this review (1–5)
review_titleStringShort headline of the review
review_textStringFull review body text
reviewer_nameStringDisplay name of the reviewer
reviewer_locationStringLocation reported by reviewer
size_wornStringShoe size the reviewer normally wears
fitStringFit assessment: Runs Small, True to Size, or Runs Big
comfortStringComfort level: Uncomfortable, Average, or Very Comfortable
recommendedStringWhether reviewer recommends the product (Yes / No)
helpful_votesIntegerNumber of helpful up-votes on this review
not_helpful_votesIntegerNumber of not-helpful down-votes
date_postedStringHuman-readable review date (e.g. May 18, 2026)
date_posted_msIntegerReview creation timestamp in milliseconds
localeStringReview locale (e.g. en_US)
verified_purchaseBooleanWhether review is from a verified buyer
has_mediaBooleanWhether review includes photos or videos

Usage Examples

Scrape by Product URL

The most straightforward method — paste the full Nike product URL:

{
"startUrl": "https://www.nike.com/t/air-jordan-mvp-92-mens-shoes-uOkaWWqF/HQ3950-004",
"results_wanted": 50
}

Scrape by Product ID / Style Code

If you only have a style code, enter it directly:

{
"productId": "HQ3950-004",
"results_wanted": 100,
"sort_by": "HELPFUL"
}

Collect All Reviews Sorted by Lowest Rating

Ideal for identifying product issues and support patterns:

{
"startUrl": "https://www.nike.com/t/air-jordan-1-retro-high-og-shoes-KHXHc2/DZ5485-612",
"results_wanted": 200,
"sort_by": "LOWEST_RATING",
"max_pages": 20
}

High-Volume Run with Proxy

For large datasets, enable residential proxies for reliability:

{
"productId": "FQ2432",
"results_wanted": 500,
"max_pages": 50,
"sort_by": "RECENT",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Sample Output

{
"review_id": 1687533,
"product_sku": "HQ3950",
"product_title": "Air Jordan MVP 92 Men's Shoes",
"product_url": "https://www.nike.com/t/air-jordan-mvp-92-mens-shoes-uOkaWWqF/HQ3950-401",
"overall_rating": 4.6,
"review_rating": 5,
"review_title": "1st Jordan's",
"review_text": "First pair of Jordans I have ever purchased and I'm not disappointed. They are so comfortable and the style can be worn with just about any outfit!",
"reviewer_name": "MichelleF703285291",
"reviewer_location": "US",
"size_worn": "8.5",
"fit": "True to Size",
"comfort": "Very Comfortable",
"recommended": "Yes",
"helpful_votes": 0,
"not_helpful_votes": 0,
"date_posted": "May 18, 2026",
"date_posted_ms": 1779129695000,
"locale": "en_US",
"verified_purchase": false,
"has_media": false
}

Tips for Best Results

Find Your Product URL

Navigate to any Nike product page and copy the URL from your browser's address bar. The scraper accepts any Nike .com product URL regardless of colorway or region.

Use Base SKU for All Colorways

Entering style code HQ3950 (without a colorway suffix like -004) fetches reviews for the entire product family across all colorways, giving you more reviews in a single run.

Choose the Right Sort Order

  • RECENT — Best for tracking new feedback and monitoring product sentiment over time
  • HELPFUL — Best for surfacing the most insightful community-vetted reviews
  • LOWEST_RATING — Best for quality assurance and identifying product problems

Proxy Configuration

For runs collecting more than 100 reviews, enabling residential proxies reduces the risk of rate limiting and ensures uninterrupted data collection.


Integrations

Connect your Nike review data with:

  • Google Sheets — Export for team analysis and dashboards
  • Airtable — Build searchable review databases by product or rating
  • Slack — Receive notifications when new reviews appear for tracked products
  • Make — Automate weekly review collection workflows
  • Zapier — Trigger alerts when low-rated reviews are detected
  • Webhooks — Push data directly to your own API or analytics platform

Export Formats

Download collected reviews in multiple formats:

  • JSON — For developers and API integrations
  • CSV — For spreadsheet analysis in Excel or Google Sheets
  • Excel — For business reporting and pivot tables
  • XML — For system integrations and data pipelines

Frequently Asked Questions

What URLs does the scraper support?

Any Nike product page URL from www.nike.com is supported. Both standard product URLs (/t/product-name/STYLE-CODE) and style codes entered directly are accepted.

How many reviews can I collect?

The scraper can collect all publicly available reviews for a product. Set results_wanted to a high number (e.g. 1000) and adjust max_pages accordingly. Each page returns approximately 10 reviews.

Does the scraper need a Nike account?

No. Reviews are publicly available and no login is required.

What is the base SKU vs style code?

A full style code like HQ3950-004 includes a colorway suffix. The base SKU (HQ3950) aggregates reviews across all colorways of the same model. Both are accepted as input.

Can I scrape multiple products at once?

Run the actor multiple times with different URLs or product IDs. You can also schedule runs or use the Apify API to trigger parallel scrapes.

What is the sort_by parameter?

It controls review ordering: RECENT shows newest first, HELPFUL shows most voted first, HIGHEST_RATING and LOWEST_RATING filter by star count.

Are reviews from all regions included?

The scraper fetches reviews in en_US locale by default, which includes reviews submitted on the US Nike website.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with Nike's terms of service and applicable laws. Use collected data responsibly and respect rate limits. This tool is intended for research, analysis, and business intelligence purposes only.