~/ecommerce/lululemon-scraper

Lululemon Scraper — Products, Variants & Prices

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

fashion >99% success TypeScriptCrawlee US
proooxy/lululemon-scraper — spec
categoryecommerce / fashion
languageTypeScript
stackTypeScript, Crawlee
marketsUS
success>99%
outputclean, RAG-ready JSON

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
startUrlsarrayrequiredLululemon product or category URLs
proxyobjectoptionalProxy configuration
maxConcurrencynumberoptionalParallel request limit

Output Example

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

faq

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 in ~/ecommerce

ecommerce/sephora-scraper >99%
beauty

Sephora Scraper (Global)

Scrape any Sephora storefront — 21 markets, one actor.

PythonCrawleecurl_cffi
open

Run Lululemon Scraper — Products, Variants & Prices, or get a custom build

Start extracting on Apify in minutes, or hire me to build a bespoke scraper and RAG pipeline for your exact source and schema.

run on Apify get custom data