
Ulta Scraper
3 days trial then $30.00/month - No credit card required now

Ulta Scraper
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.
Actor Metrics
2 monthly users
5.0 / 5 (1)
1 bookmark
>99% runs succeeded
Created in Feb 2025
Modified 3 days ago
You can access the Ulta Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://www.ulta.com/shop/new-beauty-products?category=hair"
5 }
6 ],
7 "proxy": {
8 "useApifyProxy": true,
9 "apifyProxyCountry": "US"
10 },
11 "maxConcurrency": 5
12}' |
13apify call autofacts/ulta-scraper --silent --output-dataset
Ulta Scraper API through CLI
The Apify CLI is the official tool that allows you to use Ulta Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: