DSW Scraper avatar

DSW Scraper

Pricing

from $4.90 / 1,000 products

Go to Apify Store
DSW Scraper

DSW Scraper

DSW Scraper for Apify extracts product data from DSW.com category and product pages, including prices, sale prices, brands, colors, sizes, widths, availability, and images. Ideal for footwear catalog building, price monitoring, and ecommerce research.

Pricing

from $4.90 / 1,000 products

Rating

0.0

(0)

Developer

Lexis Solutions

Lexis Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

DSW Scraper

What is DSW Scraper?

The DSW Scraper is a web scraping tool that collects publicly available product data from DSW (Designer Shoe Warehouse) — one of the largest footwear retailers in the United States.

It automatically retrieves product information including names, brands, prices, sale prices, available colors, sizes, widths, availability, and images. The scraper navigates category pages, processes product listings, and extracts structured data from individual product detail pages.

It is designed for competitive intelligence, footwear catalog building, price monitoring, and e-commerce analysis.

Why scrape DSW?

DSW carries thousands of footwear styles across women's, men's, and kids' categories from top brands like Nike, Adidas, New Balance, UGG, and more.

Scraping DSW allows you to:

  • Build normalized footwear product catalogs
  • Monitor price changes and sale events over time
  • Track product availability and variant stock levels
  • Analyze brand and category pricing strategies
  • Perform competitive research in the footwear retail space
  • Enrich datasets with color, size, and width variant data

This is especially useful for e-commerce businesses, market analysts, pricing tools, and data scientists focused on the fashion and footwear industry.

Input

{
"startUrls": [
{
"url": "https://www.dsw.com/category/mens/shoes/athletic-sneakers/running"
}
],
"maxItems": 5,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Input fields

FieldTypeDescription
startUrlsarrayCategory or product detail URLs to scrape
maxItemsintegerMaximum number of products to scrape per start URL (default: 5)
proxyConfigurationobjectProxy settings; default is no proxy

Supported URL formats

  • Category pages: https://www.dsw.com/category/mens/shoes/athletic-sneakers/running
  • Product detail pages: https://www.dsw.com/product/nike-air-force-1-07-sneaker/000000

Output

[
{
"url": "https://www.dsw.com/product/nike-air-force-1-07-sneaker/590584050",
"productId": "590584050",
"name": "Nike Air Force 1 '07 Sneaker",
"brand": "Nike",
"price": 90.00,
"salePrice": null,
"currency": "USD",
"description": "A timeless classic elevated with premium materials...",
"images": [
"https://assets.designerbrands.com/match/Site_Name/590584050_100_ss_01/"
],
"colors": ["White", "Black"],
"sizes": ["6", "6.5", "7", "7.5", "8", "8.5", "9", "9.5", "10", "11"],
"widths": ["Medium", "Wide"],
"availability": "InStock"
}
]

Output fields

FieldTypeDescription
urlstringProduct detail page URL
productIdstringDSW product identifier
namestringProduct display name
brandstringBrand name
pricenumberRegular price in USD
salePricenumberSale price in USD (null if not on sale)
currencystringAlways "USD"
descriptionstringProduct description
imagesarrayList of product image URLs
colorsarrayAvailable color options
sizesarrayAvailable sizes
widthsarrayAvailable widths (e.g. "Medium", "Wide")
availabilitystringStock status

Need to scrape other data sources?

Explore related actors on Apify:

Image Credit

Image credit: dsw.com