Esteelauder Actor avatar

Esteelauder Actor

Try for free

2 hours trial then $15.00/month - No credit card required now

Go to Store
Esteelauder Actor

Esteelauder Actor

getdataforme/esteelauder-actor
Try for free

2 hours trial then $15.00/month - No credit card required now

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!

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!

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a day ago

Categories