Ulta Products Scraper avatar

Ulta Products Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Ulta Products Scraper

Ulta Products Scraper

Scrape products from Ulta.com by providing a search URL, with automatic pagination and comprehensive product information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

This actor allows you to scrape product listings from Ulta.com by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, ratings, reviews, and product variants.

Features

  • URL-based Scraping: Extract products by providing a complete Ulta search URL
  • Automatic Pagination: Automatically scrolls and loads more products until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product name and title
    • Brand information
    • Product images
    • Current and original prices
    • Customer ratings and review counts
    • Size variant information
  • Rich Media: Includes product images
  • Price Tracking: Captures both sale prices and original prices for comparison

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Ulta search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

The output is a list of product objects, each containing:

  • searchUrl: The original search URL used
  • skuId: Unique product SKU identifier
  • productUrl: Full URL to the product page
  • productImageUrl: URL of the product image
  • brandName: Brand name of the product
  • productName: Name of the product
  • rating: Customer rating (out of 5)
  • reviewCount: Number of customer reviews
  • price: Current sale price
  • originalPrice: Original price before discount
  • sizeVariant: Available size variants information
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.ulta.com/shop/perfume-fragrance",
"skuId": "2023509",
"productUrl": "https://www.ulta.com/p/acqua-di-gio-eau-de-toilette-fs356346?sku=2023509",
"productImageUrl": "https://media.ultainc.com/i/ulta/2023509?w=600&$ProductCardNeutralBGLight$&h=600&fmt=auto",
"brandName": "ARMANI",
"productName": "Acqua di Giò Eau de Toilette",
"rating": 4.7,
"reviewCount": 4367,
"price": "$147.00",
"originalPrice": "",
"sizeVariant": "5 sizes",
"scrapedAt": "2025-05-29T02:10:44.350Z"
},
...
]

Use Cases

  • Product price monitoring and comparison
  • Market research and competitive analysis
  • Beauty product catalog building
  • Customer review aggregation
  • Brand analysis and tracking
  • Product trend identification

Notes

  • The actor uses stealth mode to avoid detection
  • Results are automatically paginated until reaching the end or max items limit
  • Prices may vary by size and variant
  • Product availability is subject to change
  • The actor includes random delays between actions to avoid rate limiting

Start discovering the best beauty products on Ulta.com today!