Nike Product Scraper ๐Ÿ‘Ÿ avatar

Nike Product Scraper ๐Ÿ‘Ÿ

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Nike Product Scraper ๐Ÿ‘Ÿ

Nike Product Scraper ๐Ÿ‘Ÿ

Scrape Nike products at scale. Extract prices, descriptions, ratings, inventory, sizes & colors in real-time. Perfect for price monitoring, market research & competitive analysis. Fast, reliable, zero blocks.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(2)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

1

Bookmarked

9

Total users

5

Monthly active users

20 days ago

Last modified

Share

Nike Product Scraper

Extract Nike product listing data from Nike search pages quickly and reliably. Collect rich product details including titles, prices, colors, badges, and product links for market research, assortment analysis, and monitoring.


Features

  • URL-based collection โ€” Start directly from any Nike search or category URL to extract specific listings.
  • Rich product fields โ€” Capture product identity, pricing, color details, media URLs, and merchandising badges.
  • Pagination support โ€” Automatically continue through pages until your result target is reached.
  • Null-free dataset output โ€” Empty and null values are automatically removed from exported items for cleaner analysis.
  • Proxy-ready runs โ€” Fully compatible with Apify Proxy for stable collection at scale.

Use Cases

Product Research

Track new product drops, seasonal launches, and merchandising labels in one dataset.

Pricing Intelligence

Monitor current prices, initial prices, and discount shifts over time.

Assortment Monitoring

Build searchable catalogs of Nike products by keyword and marketplace.

E-commerce Automation

Feed data into dashboards, BI systems, and automated workflows for recurring insights.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNohttps://www.nike.com/w?q=shoes&vst=shoesNike search URL to start from.
results_wantedIntegerNo20Maximum number of products to collect.
max_pagesIntegerNo10Maximum number of pages to request.
proxyConfigurationObjectNo{ "useApifyProxy": false }Proxy setup for stable runs.

Internal runtime defaults (not user inputs):

  • page_size is managed internally as 24.
  • consumerChannelId is auto-selected internally.
  • marketplace and language are auto-derived from startUrl locale when possible, else fall back to US and en.

Output Data

Each dataset item can contain the following fields:

FieldTypeDescription
product_idStringGlobal Nike product ID.
group_keyStringProduct group identifier.
product_codeStringSKU-style product code.
merch_product_idStringMerchandising product ID.
internal_pidStringNike internal product ID.
product_typeStringProduct type such as footwear.
product_sub_typeStringProduct subtype.
titleStringProduct title.
subtitleStringProduct subtitle.
color_descriptionStringColorway description.
simple_color_labelStringPrimary color label.
simple_color_hexStringPrimary color hex value.
currencyStringCurrency code.
current_priceNumberCurrent product price.
initial_priceNumberInitial listed price.
discount_percentageNumberDiscount percentage.
employee_priceNumberEmployee price if available.
employee_discount_percentageNumberEmployee discount percentage if available.
image_portrait_urlStringPortrait image URL.
image_squarish_urlStringSquare image URL.
product_urlStringAbsolute product page URL.
product_pathStringRelative product page path.
featured_attributesArrayFeatured product attributes.
badge_attributeStringBadge attribute code.
badge_labelStringBadge label such as Just In.
is_new_untilStringNewness expiry timestamp.
search_termStringSearch term resolved by Nike.
marketplaceStringMarketplace in response.
languageStringLanguage in response.
page_anchorNumberPagination anchor used for this item.

Usage Examples

Basic Extraction

Extract the first 20 products from a search URL:

{
"startUrl": "https://www.nike.com/w?q=shoes&vst=shoes",
"results_wanted": 20
}

Targeted Collection

Scrape a specific category with custom limits:

{
"startUrl": "https://www.nike.com/w/mens-shoes-nik1zy7ok",
"results_wanted": 50,
"max_pages": 10
}

Proxy-Optimized Run

For larger datasets, use residential proxies to ensure stability:

{
"startUrl": "https://www.nike.com/w?q=basketball&vst=basketball",
"results_wanted": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Sample Output

{
"product_id": "f9702cf1-2672-4eb8-a48a-696f6f3289ba",
"group_key": "kZBhO53Z",
"product_code": "IF4396-100",
"product_type": "FOOTWEAR",
"title": "Air Jordan 3 Retro \"Sail and Jade Aura\"",
"subtitle": "Men's Shoes",
"color_description": "Sail/Aura/Iced Carmine/Jade Aura",
"currency": "USD",
"current_price": 215,
"initial_price": 215,
"image_squarish_url": "https://static.nike.com/a/images/.../AIR+JORDAN+3+RETRO+OG.png",
"product_url": "https://www.nike.com/t/air-jordan-3-retro-sail-and-jade-aura-mens-shoes-kZBhO53Z/IF4396-100",
"featured_attributes": ["PROMOS_EXCLUDED", "JUST_IN"],
"badge_label": "Just In",
"marketplace": "US",
"language": "en",
"page_anchor": 0
}

Tips for Best Results

Start Small

Use results_wanted: 20 for quick validation before larger production runs.

Use Stable Search URLs

If you need exact filters, provide a Nike search URL in startUrl.

Use Residential Proxies

For high-volume runs, residential proxies provide better stability.


Integrations

  • Google Sheets - Export product data for collaborative analysis.
  • Airtable - Build searchable product trackers.
  • Zapier - Trigger automations from each run.
  • Make - Connect run outputs to workflows.
  • Webhooks - Send fresh data to your internal systems.

Export formats available in Apify include JSON, CSV, Excel, XML, and RSS.


Frequently Asked Questions

How many products can I collect?

You can collect as many as available, bounded by your results_wanted, max_pages, and run resources.

Does this actor support pagination?

Yes. It paginates automatically until limits are reached or no additional products are available.

Why are some fields missing on certain products?

Some product entries may not expose every optional field. Empty values are removed from output by design.

Can I run this on a schedule?

Yes. You can schedule runs in Apify and stream outputs into your preferred tools.


Support

For issues, feature requests, or customization needs, use the Issues tab or contact through Apify Console support channels.


This actor is intended for legitimate data collection and analysis workflows. You are responsible for complying with website terms and applicable laws in your jurisdiction.