Dancewear Solutions Product Catalog Scraper
ECOMMERCE
DancewearSolutions Product Catalog Scraper
Scrape the complete DancewearSolutions.com product catalog — leotards, tights, shoes (ballet, jazz, tap, pointe, hip-hop, lyrical, acro), and more. Extracts product name, brand, price, availability, images, and category metadata from each product page.
What it does
- Walks the DancewearSolutions product sitemap (~618 SKUs across all dance apparel categories)
- Extracts structured product data from each product detail page using embedded JSON-LD schema
- Respects rate limits with conservative concurrency (5 concurrent requests)
- No proxy required — site serves clean HTML to standard requests
Output fields
| Field | Type | Description |
|---|---|---|
product_id |
string | Numeric product ID from the URL |
product_name |
string | Full product name |
sku |
string | Product SKU / style number |
category |
string | Top-level category (e.g. leotards, shoes, tights) |
subcategory |
string | Sub-category (e.g. camisole, ballet_slippers, convertible) |
brand |
string | Brand name (e.g. Balera, Capezio) |
price |
number | Current price in USD |
currency |
string | Currency code (USD) |
sizes_available |
string | Comma-separated sizes when available |
colors_available |
string | Comma-separated colors when available |
in_stock |
boolean | Whether the product is in stock |
rating |
number | Average customer rating (0–5) |
reviews_count |
integer | Number of customer reviews |
product_url |
string | Canonical product page URL |
image_urls |
string | Pipe-separated list of product image URLs |
scrapedAt |
string | ISO-8601 timestamp when the record was scraped |
Input
| Field | Type | Default | Description |
|---|---|---|---|
maxItems |
integer | — | Maximum products to scrape. Leave empty for the full catalog. |
Use cases
- Price tracking — monitor DancewearSolutions pricing alongside competitor catalogs
- Retail arbitrage — identify margin opportunities across dance apparel SKUs
- Catalog comparison — build cross-retailer product databases for dancewear market analysis
- Inventory monitoring — track in-stock status across the full product range
Notes
- The sitemap contains ~618 product URLs; the full catalog runs in under 5 minutes
- Sizes and colors are extracted from the page when present in structured data
- No login or proxy required — the site serves public product data without restrictions