Nordstrom Search Scraper avatar

Nordstrom Search Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Nordstrom Search Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

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

FieldTypeRequiredDefaultNotes
searchUrlsarray of stringsyesNordstrom search or category URLs
maxPagesPerUrlintegerno1Each page returns up to ~80 products
proxyConfigurationproxy objectnono proxyUC Mode usually bypasses PerimeterX from datacenter IPs
headlessbooleannofalseUC 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/dresses
  • https://www.nordstrom.com/browse/men/shoes/sneakers-athletic
  • https://www.nordstrom.com/browse/beauty/skincare
  • https://www.nordstrom.com/sr?keyword=cashmere+sweater