Esteelauder Actor

Esteelauder Actor

The Esteelauder Scraper extracts product details, pricing, reviews, and more from Esteelauder.com effortlessly. Perfect for market research, price comparison, or inventory tracking. Automate data collection with precision and speed. Boost your e-commerce or analysis projects today!

ECOMMERCEApify

Esteelauder Actor Documentation

Overview

The Esteelauder Actor enables you to scrape product data from Estee Lauder's official website, providing structured information about products such as name, price, image URL, description, SKU, and more. This actor simplifies data extraction for e-commerce analysis, competitor research, or personal projects.

Key Features

  • Extract detailed product information including name, price, description, and image.
  • Supports scraping multiple URLs simultaneously.
  • Outputs data in a structured JSON format.

How It Works

This actor requires a list of Estee Lauder product page URLs as input. After execution, it returns the extracted product data in JSON format.

Example Input

1{
2    "title": "Scrape Estee Lauder product data from web pages",
3    "type": "object",
4    "schemaVersion": 1,
5    "properties": {
6        "urls": {
7            "title": "List of URLs of the Estee Lauder pages",
8            "type": "array",
9            "description": "A list of URLs of the web pages you want to scrape data from.",
10            "editor": "stringList",
11            "prefill": [
12                "https://www.esteelauder.com/product/637/117056/product-catalog/makeup/eyes/mascara/turbo-lash/high-powered-volume-length-mascara?shade=Black"
13            ]
14        }
15    },
16    "required": ["urls"]
17}

Example Output

The actor returns the following data for each product:

1[
2    {
3        "product_name": "Pure Color Envy Sculpting Blush",
4        "product_price": "44 USD",
5        "product_image": "https://www.esteelauder.com/media/export/cms/products/640x640/el_sku_PKTJ11_640x640_0.jpg",
6        "product_url": "https://www.esteelauder.com/product/639/101002/product-catalog/makeup/face/blush-bronzer-highlighter/pure-color-envy/sculpting-blush?shade=120_Sensuous_Rose",
7        "description": "A rush of fresh, radiant color for cheeks.",
8        "sku": "PKTJ11"
9    }
10]

Input Details

  • URLs: Provide a list of Estee Lauder product page URLs. These are the pages from which the actor will extract data.
    • Example: https://www.esteelauder.com/product/637/117056/...

Output Details

The actor extracts the following fields for each product:

  • product_name: The name of the product.
  • product_price: The price of the product.
  • product_image: The URL of the product's image.
  • product_url: The URL of the product page.
  • description: A short description of the product.
  • sku: The SKU (Stock Keeping Unit) of the product.

Best Practices

  1. Use Proxies: Enable proxy configuration to avoid potential blocks during scraping.
  2. Batch Requests: Provide a manageable number of URLs per execution to optimize performance and avoid timeouts.

Support

For any issues, feature requests, or custom output formats, please contact our support team:

When reaching out, please include the email subject "Esteelauder Actor Support" for faster assistance.

Thank you for using the Esteelauder Actor!

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!