Pricing
Pay per event
Go to Apify Store
Dancewear Solutions Product Catalog Scraper
Scrapes the full DancewearSolutions.com product catalog β leotards, tights, shoes (ballet, jazz, tap, pointe, hip-hop, lyrical, acro). Extracts product name, brand, price, sizes, colors, availability, ratings, images, and category from every SKU in the sitemap.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 days ago
Last modified
Categories
Share
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
