Extract product data from Nike.com search results including prices, colors, images and detailed product information. Perfect for price monitoring, product analysis and market research.
Powerful scraper that extracts detailed product information from Nike.com search results. Get comprehensive data about shoes, apparel, and accessories including prices, colors, availability, and more.
The actor accepts the following input parameters:
searchUrls
: Array of Nike.com search URLs to scrapemaxItems
: Maximum number of products to collect (default: 100)proxyConfiguration
: Optional proxy settings for enhanced reliabilityThe actor outputs detailed JSON data for each product, including:
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.nike.com/w?q=air%20max&vst=air%20max" 4 ], 5 "maxItems": 100 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.nike.com/w?q=air%20max&vst=air%20max", 4 "scrapedAt": "2025-01-26T08:59:12.423Z", 5 "product": { 6 "groupKey": "xbt7zf", 7 "productCode": "DH1063-001", 8 "productType": "FOOTWEAR", 9 "productSubType": "STANDARD", 10 "globalProductId": "369a1f46-ed6c-34cb-bfdf-44378d75205a", 11 "internalPid": "13125335", 12 "merchProductId": "f73355ff-a416-5f02-ace5-e000bf668932", 13 "consumerChannelId": "d9a5bc42-4b9c-4976-858a-f159cf99c647", 14 "copy": { 15 "title": "Nike Air VaporMax Plus", 16 "subTitle": "Women's Shoe" 17 }, 18 "displayColors": { 19 "simpleColor": { 20 "label": "Black", 21 "hex": "27292B" 22 }, 23 "colorDescription": "Black/Anthracite/Black" 24 }, 25 "prices": { 26 "currency": "USD", 27 "currentPrice": 210, 28 "employeePrice": 126, 29 "initialPrice": 210, 30 "discountPercentage": 0, 31 "employeeDiscountPercentage": 40 32 }, 33 "colorwayImages": { 34 "portraitURL": "https://static.nike.com/a/images/t_default/86d4729c-4ec4-42be-bd3a-90a40db4aaad/W+AIR+VAPORMAX+PLUS.png", 35 "squarishURL": "https://static.nike.com/a/images/t_default/8a93be1b-6617-441c-842d-1c27923ccd7e/W+AIR+VAPORMAX+PLUS.png" 36 }, 37 "featuredAttributes": null, 38 "pdpUrl": { 39 "url": "https://www.nike.com/t/air-vapormax-plus-womens-shoe-xbt7zf/DH1063-001", 40 "path": "/t/air-vapormax-plus-womens-shoe-xbt7zf/DH1063-001" 41 }, 42 "isNewUntil": null, 43 "promotions": null, 44 "customization": null, 45 "badgeAttribute": null, 46 "badgeLabel": null 47 } 48 }, 49 ... 50]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!