# Nordstrom Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/nordstrom/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/nordstrom-product | ## Description Fetch complete product details from any Nordstrom product page by URL or product ID, including prices, sizes, images, and reviews. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/nordstrom/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Lookup Nike Air Max 270 by URL ```json { "sku": "NK-6789012-BLK-10", "url": "https://www.nordstrom.com/s/nike-air-max-270-sneaker/6789012", "brand": "Nike", "price": 150, "sizes": [ { "sku": "NK-6789012-BLK-7", "label": "7", "availability": "in_stock" }, { "sku": "NK-6789012-BLK-75", "label": "7.5", "availability": "in_stock" }, { "sku": "NK-6789012-BLK-8", "label": "8", "availability": "in_stock" }, { "sku": "NK-6789012-BLK-85", "label": "8.5", "availability": "low_stock" }, { "sku": "NK-6789012-BLK-9", "label": "9", "availability": "in_stock" }, { "sku": "NK-6789012-BLK-95", "label": "9.5", "availability": "in_stock" }, { "sku": "NK-6789012-BLK-10", "label": "10", "availability": "in_stock" }, { "sku": "NK-6789012-BLK-105", "label": "10.5", "availability": "out_of_stock" }, { "sku": "NK-6789012-BLK-11", "label": "11", "availability": "in_stock" }, { "sku": "NK-6789012-BLK-12", "label": "12", "availability": "in_stock" }, { "sku": "NK-6789012-BLK-13", "label": "13", "availability": "low_stock" } ], "title": "Nike Air Max 270 Sneaker", "colors": [ { "name": "Black/White/Anthracite", "swatch_url": "https://n.nordstrommedia.com/id/sr3/swatch-blk-6789012.jpeg", "is_available": true }, { "name": "White/Pure Platinum", "swatch_url": "https://n.nordstrommedia.com/id/sr3/swatch-wht-6789012.jpeg", "is_available": true }, { "name": "University Red/Black", "swatch_url": "https://n.nordstrommedia.com/id/sr3/swatch-red-6789012.jpeg", "is_available": false } ], "images": [ { "url": "https://n.nordstrommedia.com/id/sr3/6789012-blk-hero.jpeg?h=975&w=657", "alt_text": "Nike Air Max 270 Sneaker in Black/White/Anthracite", "is_primary": true, "thumbnail_url": "https://n.nordstrommedia.com/id/sr3/6789012-blk-hero.jpeg?h=365&w=240" }, { "url": "https://n.nordstrommedia.com/id/sr3/6789012-blk-side.jpeg?h=975&w=657", "alt_text": "Nike Air Max 270 Sneaker side view", "is_primary": false, "thumbnail_url": "https://n.nordstrommedia.com/id/sr3/6789012-blk-side.jpeg?h=365&w=240" }, { "url": "https://n.nordstrommedia.com/id/sr3/6789012-blk-sole.jpeg?h=975&w=657", "alt_text": "Nike Air Max 270 Sneaker sole view", "is_primary": false, "thumbnail_url": "https://n.nordstrommedia.com/id/sr3/6789012-blk-sole.jpeg?h=365&w=240" } ], "rating": 4.7, "is_sale": false, "reviews": [ { "body": "I wear these almost daily and they hold up great. The cushioning is everything: my feet don't ache after long walks or standing all day. Sizing is true to size.", "date": "2025-11-03T00:00:00.000Z", "title": "Best everyday sneaker I've owned", "rating": 5, "reviewer": "RunnerJane_PDX", "verified_purchase": true }, { "body": "Really happy with these. The Air unit in the heel is noticeably comfortable. Slightly narrow in the toe box, so if you have wide feet, consider sizing up half a size.", "date": "2025-09-17T00:00:00.000Z", "title": "Great look, solid comfort", "rating": 4, "reviewer": "SneakerheadMike", "verified_purchase": true } ], "currency": "USD", "product_id": "6789012", "sale_price": null, "description": "Experience maximum cushioning with the Nike Air Max 270. The large Air unit in the heel delivers all-day comfort, while the breathable mesh upper keeps things light. A foam midsole cradles your foot for a plush, responsive ride.", "review_count": 1284, "category_path": [ "Men", "Shoes", "Sneakers & Athletic" ], "return_policy": { "free_returns": true, "return_window_days": 90 }, "shipping_info": { "free_shipping": true, "estimated_delivery": "3-5 business days" }, "is_new_arrival": false } ``` ### Lookup Michael Kors bag by product ID ```json { "sku": "MK-9876543-BLK", "url": "https://www.nordstrom.com/s/michael-kors-jet-set-medium-saffiano-leather-crossbody-bag/9876543", "brand": "Michael Kors", "price": 328, "sizes": [ { "sku": "MK-9876543-BLK-OS", "label": "One Size", "availability": "in_stock" } ], "title": "Michael Kors Jet Set Medium Saffiano Leather Crossbody Bag", "colors": [ { "name": "Black", "swatch_url": "https://n.nordstrommedia.com/id/sr3/swatch-blk-9876543.jpeg", "is_available": true }, { "name": "Luggage", "swatch_url": "https://n.nordstrommedia.com/id/sr3/swatch-lug-9876543.jpeg", "is_available": true }, { "name": "Powder Blush", "swatch_url": "https://n.nordstrommedia.com/id/sr3/swatch-blush-9876543.jpeg", "is_available": false } ], "images": [ { "url": "https://n.nordstrommedia.com/id/sr3/9876543-blk-hero.jpeg?h=975&w=657", "alt_text": "Michael Kors Jet Set Medium Saffiano Leather Crossbody Bag in Black", "is_primary": true, "thumbnail_url": "https://n.nordstrommedia.com/id/sr3/9876543-blk-hero.jpeg?h=365&w=240" }, { "url": "https://n.nordstrommedia.com/id/sr3/9876543-blk-open.jpeg?h=975&w=657", "alt_text": "Michael Kors Jet Set crossbody bag interior view", "is_primary": false, "thumbnail_url": "https://n.nordstrommedia.com/id/sr3/9876543-blk-open.jpeg?h=365&w=240" } ], "rating": 4.5, "is_sale": true, "reviews": [ { "body": "I've had this bag for three years and it still looks new. The saffiano leather is incredibly scratch-resistant. Perfect size for everyday use: fits my phone, wallet, and keys without feeling bulky.", "date": "2025-08-22T00:00:00.000Z", "title": "Classic and well-made", "rating": 5, "reviewer": "FashionForwardNY", "verified_purchase": true } ], "currency": "USD", "product_id": "9876543", "sale_price": 196.8, "description": "Crafted from signature saffiano leather, this versatile crossbody bag from Michael Kors features an adjustable strap, multiple interior pockets, and the iconic MK logo hardware. Perfect for day-to-night use.", "review_count": 891, "category_path": [ "Women", "Handbags & Wallets", "Handbags", "Crossbody Bags" ], "return_policy": { "free_returns": true, "return_window_days": 90 }, "shipping_info": { "free_shipping": true, "estimated_delivery": "2-4 business days" }, "is_new_arrival": false } ``` ## Documentation ## Overview Get full product details from any Nordstrom product page by URL or ID. Returns pricing, size and color variants with availability, images, reviews, shipping, and return policy. Nordstrom is protected by Akamai Bot Manager. Piloterr handles it. ## Quickstart ``` GET https://api.piloterr.com/v2/nordstrom/product?query=https://www.nordstrom.com/s/nike-air-max-270-sneaker/6789012 ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Nordstrom product URL or product ID | ## Main use cases - Monitor price changes and sale events on specific Nordstrom products - Track per-size inventory levels to detect sell-through patterns - Sync Nordstrom product data into your catalog or PIM system - Pull customer reviews for sentiment analysis and quality benchmarking - Detect new color or size launches on existing product listings Get access at https://www.piloterr.com/pricing