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

Ulta Scraper
7 days trial then $30.00/month - No credit card required now
The Ulta Scraper is a powerful tool built to scrape detailed product data from the Ulta. It can retrieve important product data such as product name, skuId, brand, rating, reviews, list price, and more.
Actor Metrics
2 monthly users
No reviews yet
2 bookmarks
>99% runs succeeded
1.3 days response time
Created in Jun 2023
Modified a month 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/hair/shampoo-conditioner/dry-shampoo"
5 }
6 ],
7 "proxy": {
8 "useApifyProxy": true,
9 "apifyProxyCountry": "US"
10 },
11 "resultsLimit": 44
12}' |
13apify call mscraper/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: