Lululemon Scraper avatar
Lululemon Scraper
Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
Lululemon Scraper

Lululemon Scraper

autofacts/lululemon-scraper
Try for free

3 days trial then $25.00/month - No credit card required now

Lululemon scraper to fetch product or products of category.

Lululemon Scraper provide a way to crawl product details of site Lululemon.

Features

  1. Support fetch products of category;
  2. Support fetch product detail with prices,descriptions,images and sku info;

The price values are multiplied by 100 to avoiding floating point calculations.

Input Parameters

The input of this scraper shoule be JSON formated. Fields are:

FieldTypeDescription
startUrlsArrayStart URLs of Lululemon site to start the scraper. Category page, product page urls are all supported.
proxyObjectSelect proxies to be used by your crawler.
maxConcurrencyObjectActor running max concurrency, which helps you to not getting blocked.

Here is the example:

1{
2  "startUrls": [
3    { "url": "https://shop.lululemon.com/c/mens-jackets-and-outerwear/_/N-8rm" }
4  ],
5  "proxy": { "useApifyProxy": true },
6  "maxConcurrency": 5
7}

Input Examples

  • fetch products of category
1{
2  "startUrls": [
3    { "url": "https://shop.lululemon.com/c/mens-jackets-and-outerwear/_/N-8rm" }
4  ],
5  "proxy": { "useApifyProxy": true }
6}
  • fetch product detail
1{
2  "startUrls": [
3    { "url": "https://shop.lululemon.com/p/mens-jackets-and-outerwear/New-Venture-Blazer/_/prod9960766?color=20111" }
4  ],
5  "proxy": { "useApifyProxy": true }
6}

Data storage

Lululemon scraper stores the product data to default data set in JSON format.

1{
2	"source": {
3		"id": "prod10370104",
4		"crawlUrl": "https://shop.lululemon.com/p/mens-jackets-and-outerwear/Expeditionist-Jacket/_/prod10370104",
5		"canonicalUrl": "https://shop.lululemon.com/p/mens-jackets-and-outerwear/Expeditionist-Jacket/_/prod10370104",
6		"retailer": "lululemon",
7		"currency": "USD"
8	},
9	"brand": "",
10	"title": "Expeditionist Jacket",
11	"description": {
12		"text": "You won't want to leave the house without it. With clean lines that pair with anything, this jacket features the performance details you need for everyday excursions."
13	},
14	"categories": [
15		"Coats & Jackets",
16		"What's New"
17	],
18	"variants": [
19		{
20			"id": "146301124",
21			"sku": "LM4AJ3S-060349",
22			"price": {
23				"current": 14800,
24				"original": 14800,
25				"stockStatus": "InStock"
26			},
27			"options": [
28				"60349",
29				"XXL"
30			],
31			"extraInfo": {
32				"in-store": false,
33				"style-number": "LM4AJ3S"
34			}
35		},
36		{
37			"id": "146301123",
38			"sku": "LM4AJ3S-060349",
39			"price": {
40				"current": 14800,
41				"original": 14800,
42				"stockStatus": "InStock"
43			},
44			"options": [
45				"60349",
46				"XS"
47			],
48			"extraInfo": {
49				"in-store": false,
50				"style-number": "LM4AJ3S"
51			}
52		},
53		{
54			"id": "146301122",
55			"sku": "LM4AJ3S-060349",
56			"price": {
57				"current": 14800,
58				"original": 14800,
59				"stockStatus": "InStock"
60			},
61			"options": [
62				"60349",
63				"XL"
64			],
65			"extraInfo": {
66				"in-store": false,
67				"style-number": "LM4AJ3S"
68			}
69		},
70		{
71			"id": "146301121",
72			"sku": "LM4AJ3S-060349",
73			"price": {
74				"current": 14800,
75				"original": 14800,
76				"stockStatus": "InStock"
77			},
78			"options": [
79				"60349",
80				"S"
81			],
82			"extraInfo": {
83				"in-store": false,
84				"style-number": "LM4AJ3S"
85			}
86		},
87		{
88			"id": "146301120",
89			"sku": "LM4AJ3S-060349",
90			"price": {
91				"current": 14800,
92				"original": 14800,
93				"stockStatus": "InStock"
94			},
95			"options": [
96				"60349",
97				"M"
98			],
99			"extraInfo": {
100				"in-store": false,
101				"style-number": "LM4AJ3S"
102			}
103		},
104		{
105			"id": "146301119",
106			"sku": "LM4AJ3S-060349",
107			"price": {
108				"current": 14800,
109				"original": 14800,
110				"stockStatus": "InStock"
111			},
112			"options": [
113				"60349",
114				"L"
115			],
116			"extraInfo": {
117				"in-store": false,
118				"style-number": "LM4AJ3S"
119			}
120		},
121		{
122			"id": "145376106",
123			"sku": "LM4AJ3S-047870",
124			"price": {
125				"current": 14800,
126				"original": 14800,
127				"stockStatus": "InStock"
128			},
129			"options": [
130				"47870",
131				"XXL"
132			],
133			"extraInfo": {
134				"in-store": false,
135				"style-number": "LM4AJ3S"
136			}
137		},
138		{
139			"id": "145376103",
140			"sku": "LM4AJ3S-047870",
141			"price": {
142				"current": 14800,
143				"original": 14800,
144				"stockStatus": "InStock"
145			},
146			"options": [
147				"47870",
148				"XS"
149			],
150			"extraInfo": {
151				"in-store": false,
152				"style-number": "LM4AJ3S"
153			}
154		},
155		{
156			"id": "145376101",
157			"sku": "LM4AJ3S-047870",
158			"price": {
159				"current": 14800,
160				"original": 14800,
161				"stockStatus": "InStock"
162			},
163			"options": [
164				"47870",
165				"XL"
166			],
167			"extraInfo": {
168				"in-store": false,
169				"style-number": "LM4AJ3S"
170			}
171		},
172		{
173			"id": "145376098",
174			"sku": "LM4AJ3S-047870",
175			"price": {
176				"current": 14800,
177				"original": 14800,
178				"stockStatus": "InStock"
179			},
180			"options": [
181				"47870",
182				"S"
183			],
184			"extraInfo": {
185				"in-store": false,
186				"style-number": "LM4AJ3S"
187			}
188		},
189		{
190			"id": "145376094",
191			"sku": "LM4AJ3S-047870",
192			"price": {
193				"current": 14800,
194				"original": 14800,
195				"stockStatus": "InStock"
196			},
197			"options": [
198				"47870",
199				"M"
200			],
201			"extraInfo": {
202				"in-store": false,
203				"style-number": "LM4AJ3S"
204			}
205		},
206		{
207			"id": "145376090",
208			"sku": "LM4AJ3S-047870",
209			"price": {
210				"current": 14800,
211				"original": 14800,
212				"stockStatus": "InStock"
213			},
214			"options": [
215				"47870",
216				"L"
217			],
218			"extraInfo": {
219				"in-store": false,
220				"style-number": "LM4AJ3S"
221			}
222		},
223		{
224			"id": "145476086",
225			"sku": "LM4AJ3S-032894",
226			"price": {
227				"current": 14800,
228				"original": 14800,
229				"stockStatus": "InStock"
230			},
231			"options": [
232				"32894",
233				"XXL"
234			],
235			"extraInfo": {
236				"in-store": false,
237				"style-number": "LM4AJ3S"
238			}
239		},
240		{
241			"id": "145476085",
242			"sku": "LM4AJ3S-032894",
243			"price": {
244				"current": 14800,
245				"original": 14800,
246				"stockStatus": "InStock"
247			},
248			"options": [
249				"32894",
250				"XS"
251			],
252			"extraInfo": {
253				"in-store": false,
254				"style-number": "LM4AJ3S"
255			}
256		},
257		{
258			"id": "145476084",
259			"sku": "LM4AJ3S-032894",
260			"price": {
261				"current": 14800,
262				"original": 14800,
263				"stockStatus": "InStock"
264			},
265			"options": [
266				"32894",
267				"XL"
268			],
269			"extraInfo": {
270				"in-store": false,
271				"style-number": "LM4AJ3S"
272			}
273		},
274		{
275			"id": "145476083",
276			"sku": "LM4AJ3S-032894",
277			"price": {
278				"current": 14800,
279				"original": 14800,
280				"stockStatus": "InStock"
281			},
282			"options": [
283				"32894",
284				"S"
285			],
286			"extraInfo": {
287				"in-store": false,
288				"style-number": "LM4AJ3S"
289			}
290		},
291		{
292			"id": "145476082",
293			"sku": "LM4AJ3S-032894",
294			"price": {
295				"current": 14800,
296				"original": 14800,
297				"stockStatus": "InStock"
298			},
299			"options": [
300				"32894",
301				"M"
302			],
303			"extraInfo": {
304				"in-store": false,
305				"style-number": "LM4AJ3S"
306			}
307		},
308		{
309			"id": "145476081",
310			"sku": "LM4AJ3S-032894",
311			"price": {
312				"current": 14800,
313				"original": 14800,
314				"stockStatus": "InStock"
315			},
316			"options": [
317				"32894",
318				"L"
319			],
320			"extraInfo": {
321				"in-store": false,
322				"style-number": "LM4AJ3S"
323			}
324		},
325		{
326			"id": "143503359",
327			"sku": "LM4AJ3S-0001",
328			"price": {
329				"current": 14800,
330				"original": 14800,
331				"stockStatus": "InStock"
332			},
333			"options": [
334				"0001",
335				"XXL"
336			],
337			"extraInfo": {
338				"in-store": false,
339				"style-number": "LM4AJ3S"
340			}
341		},
342		{
343			"id": "143503357",
344			"sku": "LM4AJ3S-0001",
345			"price": {
346				"current": 14800,
347				"original": 14800,
348				"stockStatus": "InStock"
349			},
350			"options": [
351				"0001",
352				"XS"
353			],
354			"extraInfo": {
355				"in-store": false,
356				"style-number": "LM4AJ3S"
357			}
358		},
359		{
360			"id": "143503354",
361			"sku": "LM4AJ3S-0001",
362			"price": {
363				"current": 14800,
364				"original": 14800,
365				"stockStatus": "InStock"
366			},
367			"options": [
368				"0001",
369				"XL"
370			],
371			"extraInfo": {
372				"in-store": false,
373				"style-number": "LM4AJ3S"
374			}
375		},
376		{
377			"id": "143503352",
378			"sku": "LM4AJ3S-0001",
379			"price": {
380				"current": 14800,
381				"original": 14800,
382				"stockStatus": "InStock"
383			},
384			"options": [
385				"0001",
386				"S"
387			],
388			"extraInfo": {
389				"in-store": false,
390				"style-number": "LM4AJ3S"
391			}
392		},
393		{
394			"id": "143503350",
395			"sku": "LM4AJ3S-0001",
396			"price": {
397				"current": 14800,
398				"original": 14800,
399				"stockStatus": "InStock"
400			},
401			"options": [
402				"0001",
403				"M"
404			],
405			"extraInfo": {
406				"in-store": false,
407				"style-number": "LM4AJ3S"
408			}
409		},
410		{
411			"id": "143503348",
412			"sku": "LM4AJ3S-0001",
413			"price": {
414				"current": 14800,
415				"original": 14800,
416				"stockStatus": "InStock"
417			},
418			"options": [
419				"0001",
420				"L"
421			],
422			"extraInfo": {
423				"in-store": false,
424				"style-number": "LM4AJ3S"
425			}
426		},
427		{
428			"id": "142500586",
429			"sku": "LM4AHFS-0002",
430			"price": {
431				"current": 14800,
432				"original": 14800,
433				"stockStatus": "OutOfStock"
434			},
435			"options": [
436				"0002",
437				"XXL"
438			],
439			"extraInfo": {
440				"in-store": false,
441				"style-number": "LM4AHFS"
442			}
443		},
444		{
445			"id": "142500583",
446			"sku": "LM4AHFS-0002",
447			"price": {
448				"current": 14800,
449				"original": 14800,
450				"stockStatus": "OutOfStock"
451			},
452			"options": [
453				"0002",
454				"XS"
455			],
456			"extraInfo": {
457				"in-store": false,
458				"style-number": "LM4AHFS"
459			}
460		},
461		{
462			"id": "142500580",
463			"sku": "LM4AHFS-0002",
464			"price": {
465				"current": 14800,
466				"original": 14800,
467				"stockStatus": "OutOfStock"
468			},
469			"options": [
470				"0002",
471				"XL"
472			],
473			"extraInfo": {
474				"in-store": false,
475				"style-number": "LM4AHFS"
476			}
477		},
478		{
479			"id": "142500577",
480			"sku": "LM4AHFS-0002",
481			"price": {
482				"current": 14800,
483				"original": 14800,
484				"stockStatus": "OutOfStock"
485			},
486			"options": [
487				"0002",
488				"S"
489			],
490			"extraInfo": {
491				"in-store": false,
492				"style-number": "LM4AHFS"
493			}
494		},
495		{
496			"id": "142500574",
497			"sku": "LM4AHFS-0002",
498			"price": {
499				"current": 14800,
500				"original": 14800,
501				"stockStatus": "OutOfStock"
502			},
503			"options": [
504				"0002",
505				"M"
506			],
507			"extraInfo": {
508				"in-store": false,
509				"style-number": "LM4AHFS"
510			}
511		},
512		{
513			"id": "142500571",
514			"sku": "LM4AHFS-0002",
515			"price": {
516				"current": 14800,
517				"original": 14800,
518				"stockStatus": "OutOfStock"
519			},
520			"options": [
521				"0002",
522				"L"
523			],
524			"extraInfo": {
525				"in-store": false,
526				"style-number": "LM4AHFS"
527			}
528		},
529		{
530			"id": "132326129",
531			"sku": "LM4AEKS-020111",
532			"price": {
533				"current": 14800,
534				"original": 14800,
535				"stockStatus": "OutOfStock"
536			},
537			"options": [
538				"20111",
539				"XXL"
540			],
541			"extraInfo": {
542				"in-store": false,
543				"style-number": "LM4AEKS"
544			}
545		},
546		{
547			"id": "132326121",
548			"sku": "LM4AEKS-020111",
549			"price": {
550				"current": 14800,
551				"original": 14800,
552				"stockStatus": "OutOfStock"
553			},
554			"options": [
555				"20111",
556				"XS"
557			],
558			"extraInfo": {
559				"in-store": false,
560				"style-number": "LM4AEKS"
561			}
562		},
563		{
564			"id": "132326112",
565			"sku": "LM4AEKS-020111",
566			"price": {
567				"current": 14800,
568				"original": 14800,
569				"stockStatus": "OutOfStock"
570			},
571			"options": [
572				"20111",
573				"XL"
574			],
575			"extraInfo": {
576				"in-store": false,
577				"style-number": "LM4AEKS"
578			}
579		},
580		{
581			"id": "132326095",
582			"sku": "LM4AEKS-020111",
583			"price": {
584				"current": 14800,
585				"original": 14800,
586				"stockStatus": "OutOfStock"
587			},
588			"options": [
589				"20111",
590				"M"
591			],
592			"extraInfo": {
593				"in-store": false,
594				"style-number": "LM4AEKS"
595			}
596		},
597		{
598			"id": "132326103",
599			"sku": "LM4AEKS-020111",
600			"price": {
601				"current": 14800,
602				"original": 14800,
603				"stockStatus": "OutOfStock"
604			},
605			"options": [
606				"20111",
607				"S"
608			],
609			"extraInfo": {
610				"in-store": false,
611				"style-number": "LM4AEKS"
612			}
613		},
614		{
615			"id": "132326087",
616			"sku": "LM4AEKS-020111",
617			"price": {
618				"current": 14800,
619				"original": 14800,
620				"stockStatus": "OutOfStock"
621			},
622			"options": [
623				"20111",
624				"L"
625			],
626			"extraInfo": {
627				"in-store": false,
628				"style-number": "LM4AEKS"
629			}
630		}
631	],
632	"options": [
633		{
634			"type": "Size",
635			"values": [
636				{
637					"id": "XS",
638					"name": "XS"
639				},
640				{
641					"id": "S",
642					"name": "S"
643				},
644				{
645					"id": "M",
646					"name": "M"
647				},
648				{
649					"id": "L",
650					"name": "L"
651				},
652				{
653					"id": "XL",
654					"name": "XL"
655				},
656				{
657					"id": "XXL",
658					"name": "XXL"
659				}
660			]
661		},
662		{
663			"type": "Colour",
664			"values": [
665				{
666					"id": "60349",
667					"name": "Finch Yellow",
668					"icon": "https://images.lululemon.com/is/image/lululemon/60349",
669					"medias": [
670						{
671							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_060349_1",
672							"type": "Image",
673							"index": 0
674						},
675						{
676							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_060349_2",
677							"type": "Image",
678							"index": 1
679						},
680						{
681							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_060349_3",
682							"type": "Image",
683							"index": 2
684						},
685						{
686							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_060349_4",
687							"type": "Image",
688							"index": 3
689						},
690						{
691							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_060349_5",
692							"type": "Image",
693							"index": 4
694						},
695						{
696							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_060349_6",
697							"type": "Image",
698							"index": 5
699						}
700					]
701				},
702				{
703					"id": "47870",
704					"name": "Night Sea",
705					"icon": "https://images.lululemon.com/is/image/lululemon/47870",
706					"medias": [
707						{
708							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_047870_1",
709							"type": "Image",
710							"index": 0
711						},
712						{
713							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_047870_2",
714							"type": "Image",
715							"index": 1
716						},
717						{
718							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_047870_3",
719							"type": "Image",
720							"index": 2
721						},
722						{
723							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_047870_4",
724							"type": "Image",
725							"index": 3
726						},
727						{
728							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_047870_5",
729							"type": "Image",
730							"index": 4
731						},
732						{
733							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_047870_6",
734							"type": "Image",
735							"index": 5
736						}
737					]
738				},
739				{
740					"id": "32894",
741					"name": "Vapor",
742					"icon": "https://images.lululemon.com/is/image/lululemon/32894",
743					"medias": [
744						{
745							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_032894_1",
746							"type": "Image",
747							"index": 0
748						},
749						{
750							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_032894_2",
751							"type": "Image",
752							"index": 1
753						},
754						{
755							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_032894_3",
756							"type": "Image",
757							"index": 2
758						},
759						{
760							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_032894_4",
761							"type": "Image",
762							"index": 3
763						},
764						{
765							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_032894_5",
766							"type": "Image",
767							"index": 4
768						},
769						{
770							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_032894_6",
771							"type": "Image",
772							"index": 5
773						}
774					]
775				},
776				{
777					"id": "0001",
778					"name": "Black",
779					"icon": "https://images.lululemon.com/is/image/lululemon/0001",
780					"medias": [
781						{
782							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_0001_1",
783							"type": "Image",
784							"index": 0
785						},
786						{
787							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_0001_2",
788							"type": "Image",
789							"index": 1
790						},
791						{
792							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_0001_3",
793							"type": "Image",
794							"index": 2
795						},
796						{
797							"url": "https://images.lululemon.com/is/image/lululemon/LM4AJ3S_0001_4",
798							"type": "Image",
799							"index": 3
800						}
801					]
802				},
803				{
804					"id": "0002",
805					"name": "White",
806					"icon": "https://images.lululemon.com/is/image/lululemon/0002",
807					"medias": [
808						{
809							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_0002_1",
810							"type": "Image",
811							"index": 0
812						},
813						{
814							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_0002_2",
815							"type": "Image",
816							"index": 1
817						},
818						{
819							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_0002_3",
820							"type": "Image",
821							"index": 2
822						},
823						{
824							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_0002_4",
825							"type": "Image",
826							"index": 3
827						},
828						{
829							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_0002_5",
830							"type": "Image",
831							"index": 4
832						},
833						{
834							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_0002_6",
835							"type": "Image",
836							"index": 5
837						},
838						{
839							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_0002_7",
840							"type": "Image",
841							"index": 6
842						}
843					]
844				},
845				{
846					"id": "20111",
847					"name": "classic navy",
848					"icon": "https://images.lululemon.com/is/image/lululemon/20111",
849					"medias": [
850						{
851							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_020111_1",
852							"type": "Image",
853							"index": 0
854						},
855						{
856							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_020111_2",
857							"type": "Image",
858							"index": 1
859						},
860						{
861							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_020111_3",
862							"type": "Image",
863							"index": 2
864						},
865						{
866							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_020111_4",
867							"type": "Image",
868							"index": 3
869						},
870						{
871							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_020111_5",
872							"type": "Image",
873							"index": 4
874						},
875						{
876							"url": "https://images.lululemon.com/is/image/lululemon/LM4AHFS_020111_6",
877							"type": "Image",
878							"index": 5
879						}
880					]
881				}
882			]
883		}
884	],
885	"price": {
886		"current": 14800,
887		"stockStatus": "InStock",
888		"stockCount": 1
889	},
890	"stats": {
891		"reviewCount": 50,
892		"rating": 3.86
893	}
894}
Developer
Maintained by Community
Actor metrics
  • 1 monthly users
  • 100.0% runs succeeded
  • 0.0 days response time
  • Created in May 2023
  • Modified 11 months ago