fashion >99% Success Rate

Lululemon Scraper

Crawl and extract product details from Lululemon including variant data, color options, media galleries, and pricing information.

TypeScript Crawlee US

Key Features

Category and product page crawling

Variant extraction with color and size options

Full media galleries with color-specific images

Price tracking with structured output

Category hierarchy extraction

Lightweight and fast with Crawlee framework

Use Cases

  • Athletic wear market research and competitive analysis
  • Price monitoring for resellers and comparison platforms
  • Product catalog aggregation for fitness e-commerce
  • Color and size availability tracking
  • Trend analysis in activewear fashion

Input Parameters

ParameterTypeRequiredDescription
startUrlsarrayYesLululemon product or category URLs
proxyobjectNoProxy configuration
maxConcurrencynumberNoParallel request limit

Output Example

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "source": "https://shop.lululemon.com/p/...",
  "brand": "lululemon",
  "title": "Align High-Rise Pant 25\"",
  "description": "Buttery-soft, weightless Nulu fabric...",
  "categories": ["Women", "Pants", "Yoga Pants"],
  "options": [
    { "name": "Color", "values": ["Black", "True Navy", "Dark Olive"] },
    { "name": "Size", "values": ["2", "4", "6", "8", "10", "12"] }
  ],
  "variants": [
    {
      "sku": "LL-AHR-BLK-6",
      "name": "Black / 6",
      "price": 9800,
      "currency": "USD",
      "inStock": true
    }
  ],
  "medias": [
    { "type": "image", "url": "https://...", "color": "Black" }
  ],
  "stats": { "rating": 4.7, "reviewCount": 15234 }
}

Frequently Asked Questions

Does the scraper handle different color variants?
Yes, each color variant is extracted with its own images, SKU, and availability status. The media gallery is color-specific.
Can I scrape entire Lululemon categories?
Yes, provide a category URL and the scraper will crawl all products within that category.

Related Tools

Ready to Extract Data?

Start using Lululemon Scraper on Apify, or hire me for a custom solution.