
Ulta Scraper
Try for free
3 days trial then $30.00/month - No credit card required now
Go to Store

Ulta Scraper
autofacts/ulta-scraper
Try for free
3 days trial then $30.00/month - No credit card required now
Ulta web scraper to crawl product information including price and sale price, color, and images.
Developer
Maintained by Community
Actor Metrics
2 monthly users
5.0 / 5 (1)
1 bookmark
>99% runs succeeded
Created in Feb 2025
Modified 2 days ago
Categories
Ulta Scraper provide a way to crawl product details of site Ulta.
Features
- Support fetch products of category;
- 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:
Field | Type | Description |
---|---|---|
startUrls | Array | Start URLs of Ulta site to start the scraper. Category page, product page urls are all supported. |
proxy | Object | Select proxies to be used by your crawler. |
maxConcurrency | Object | Actor running max concurrency, which helps you to not getting blocked. |
maxRequestsPerCrawl | Integer | Maximum number of requests that can be made by this crawler, 0 to ignore. |
Supported Pages
Supported of fetch data from below pages:
Page | Example |
---|---|
Product Detail Page | https://www.ulta.com/p/studio-fix-powder-plus-foundation-makeup-xlsImpprod15921242?sku=2510752 |
Category Page | https://www.ulta.com/shop/makeup/face |
Brand Page | https://www.ulta.com/brand/ulta-beauty-collection |
Sale Page | https://www.ulta.com/promotion/sale |
Data storage
Ulta scraper stores the product data to default data set in JSON format.
1{ 2 "source": { 3 "id": "pimprod2048637", 4 "crawlUrl": "https://www.ulta.com/p/radiance-conscious-beauty-kit-pimprod2048637?sku=2630776", 5 "canonicalUrl": "https://www.ulta.com/p/radiance-conscious-beauty-kit-pimprod2048637?sku=2630776", 6 "retailer": "ulta", 7 "currency": "USD" 8 }, 9 "brand": "Beauty Finds by ULTA Beauty", 10 "title": "Radiance Conscious Beauty Kit", 11 "description": { 12 "short_desc": "Unwrap Radiance with Our Beauty Kit! Celebrate the season with the ultimate gift of clean beauty. Our beauty kit features luxurious, eco-friendly products designed to nourish and glow.", 13 "full_desc": "#### Includes\n\n- Bubble, Skincare Day Dream Tone + Texture Serum Vitamin C + Niacinamide (0.17 oz)\n- Dermalogica, Special Cleansing Gel (0.5 oz)\n- House Of Lashes, Boudoir Lite Full False Lashes (1 pair)\n- Lolavie, Glossing Detangler (0.85 oz)\n- Nemat, Vanilla Musk Roll-On Fragrance Oil (0.17 oz)\n- ‘Ôrǝbella, NIGHTCAP Parfum (0.05 oz)\n- Peace Out, Acne Dots (4 dot patches)\n- Pür Beauty, Fully Charged Mascara Powered By Magnetic Technology Mini (0.14 oz)\n- St. Tropez, St. Tropez Self Tan Purity Bronzing Water Face Mist (0.47 oz)\n- Sunday Riley, Good Genes All-In-One Lactic Acid Treatment (0.17 oz)\n- Thayers, Thayers PH Cleanser (3.0 oz)\n- Viviscal, Thickening Conditioner (1.7 oz)\n- Viviscal, Thickening Shampoo (1.7 oz)\n\n" 14 }, 15 "categories": [ 16 "Gifts", 17 "By Price", 18 "$50 and Under" 19 ], 20 "options": [], 21 "variants": [ 22 { 23 "id": "2630776", 24 "sku": "2630776", 25 "options": [], 26 "price": { 27 "list": 4000, 28 "listFormatted": "$40.00", 29 "sale": 2400, 30 "stockStatus": "InStock" 31 }, 32 "medias": [ 33 { 34 "id": "2630776", 35 "type": "Image", 36 "url": "https://media.ulta.com/i/ulta/2630776", 37 "alt": "Beauty Finds by ULTA Beauty Radiance Conscious Beauty Kit #1", 38 "width": 2000, 39 "height": 2000 40 }, 41 { 42 "id": "2630776_alt01", 43 "type": "Image", 44 "url": "https://media.ulta.com/i/ulta/2630776_alt01", 45 "alt": "Beauty Finds by ULTA Beauty Radiance Conscious Beauty Kit #2", 46 "width": 2000, 47 "height": 2000 48 } 49 ] 50 } 51 ], 52 "stats": { 53 "rating": 4.4, 54 "reviewCount": 7 55 }, 56 "price": { 57 "sale": 2400, 58 "list": 4000, 59 "listFormatted": "$40.00", 60 "stockStatus": "InStock" 61 } 62}