Nordstrom Search Scraper
Pricing
from $10.00 / 1,000 results
Nordstrom Search Scraper
scrapes product listings from any Nordstrom.com search or category page. For each input URL, returns every product record visible on that page — id, brand, title, color/size variants, prices, images, web path, and the full nested data Nordstrom hydrates into its front-end.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
6 days ago
Last modified
Categories
Share
Scrapes product listings from any Nordstrom.com search or category page. For each input URL, returns every product record visible on that page — id, brand, title, color/size variants, prices, images, web path, and the full nested data Nordstrom hydrates into its front-end.
Input
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
searchUrls | array of strings | yes | — | Nordstrom search or category URLs |
maxPagesPerUrl | integer | no | 1 | Each page returns up to ~80 products |
proxyConfiguration | proxy object | no | no proxy | UC Mode usually bypasses PerimeterX from datacenter IPs |
headless | boolean | no | false | UC Mode is more stealthy with the container's Xvfb display |
Example input
{"searchUrls": ["https://www.nordstrom.com/browse/women/clothing/dresses","https://www.nordstrom.com/browse/men/clothing/jeans","https://www.nordstrom.com/sr?keyword=running+shoes"],"maxPagesPerUrl": 2}
Output
Each product is pushed to the default dataset as a separate record. The shape comes verbatim from Nordstrom's productsById object — typical keys include:
{"id": 7842931,"brandId": 4521,"brandName": "Theory","sellingBrand": "Theory","styleNumber": "B0501212","copyProductTitle": "Wool Blend Sheath Dress","copyDescription": "Clean lines and luxurious wool-blend fabric ...","colorCount": 4,"colorDefaultId": "BLK001","webPathAlias": "/s/theory-wool-blend-sheath-dress/7842931","defaultCoreChoice": { "...": "..." },"media": { "...": "carousels by color, with image URLs" },"filters": { "color": { "byId": { "...": "..." } } },"skus": { "byId": { "...": "all SKU variants with sizes" } },"price": { "bySkuId": { "...": "per-SKU pricing" } },"_searchUrl": "https://www.nordstrom.com/browse/women/clothing/dresses"}
The _searchUrl field is the only thing added by the actor — everything else comes straight from Nordstrom's internal data.
A summary is written to the key-value store under RUN_SUMMARY:
{"total_items": 160,"urls_requested": ["...", "..."],"urls_failed": [],"max_pages_per_url": 2,"elapsed_seconds": 24.7}
Where to find Nordstrom URLs
Any Nordstrom search or browse page works. Examples:
https://www.nordstrom.com/browse/women/clothing/dresseshttps://www.nordstrom.com/browse/men/shoes/sneakers-athletichttps://www.nordstrom.com/browse/beauty/skincarehttps://www.nordstrom.com/sr?keyword=cashmere+sweater