Lauramercier Actor
2 hours trial then $15.00/month - No credit card required now
Lauramercier Actor
2 hours trial then $15.00/month - No credit card required now
Scrape product details from Laura Mercier's official website with the Lauramercier Scraper Apify Actor. Extract key data like product names, prices, descriptions, images, and SKUs from any product page. Effortlessly gather data for e-commerce analysis and inventory management. Start scraping today!
Here's the documentation for the Lauramercier Scraper Apify actor:
Lauramercier Scraper
Scrape Lauramercier Data from Web Pages
This Apify actor is designed to scrape product data from the Laura Mercier website, extracting details like product name, price, image, description, and SKU from the specified pages.
How it Works
Simply run the Lauramercier Scraper actor to extract detailed information from specified product pages on the Laura Mercier website. You can input a list of URLs, and the actor will return structured data about each product.
Input Schema
The input for this actor consists of a list of URLs of the Laura Mercier product pages you want to scrape. Below is the JSON format for the input:
1{ 2 "title": "Scrape Lauramercier data from web pages", 3 "type": "object", 4 "schemaVersion": 1, 5 "properties": { 6 "urls": { 7 "title": "List of URLs of the Lauramercier 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.lauramercier.com/products/caviar-stick-eye-shadow?variant=45133280215279" 13 ] 14 } 15 }, 16 "required": ["urls"] 17}
Output Result
Once the scraper runs successfully, the result will be a list of products, with each product containing the following fields:
product_name
: Name of the product.product_price
: Price of the product.product_image
: URL of the product image.product_url
: URL of the product page.description
: A detailed description of the product.sku
: The product SKU.
Sample Output:
1[ 2 { 3 "product_name": "Almond Coconut Serum Body Cream", 4 "product_price": "76.0 USD", 5 "product_image": "https://www.lauramercier.com/cdn/shop/products/LM_SP23_BB_Silo_BodyCreme_AlmondCoconut_3000x3000_R300.png?v=1681833865&width=1024", 6 "product_url": "https://www.lauramercier.com/products/almond-coconut-serum-body-cream", 7 "description": "Laura’s fragrance inspiration combines two of her favorite notes to create a unique interpretation all her own. Inspired by the aroma of Almond and Coconut, Laura Mercier created this seductive, warm and comforting blend of aromas. Discover succulent notes of Coconut, Almond and Vanilla, combined with Heliotrope and Musk for a rich, sensual and alluring experience.", 8 "sku": "42304467101" 9 }, 10 { 11 "product_name": "Caviar Stick Eye Shadow", 12 "product_price": "33.0 USD", 13 "product_image": "https://www.lauramercier.com/cdn/shop/files/LM_SP24_CSEC_Silo_Open_Amethyst_3000x3000_R150_5634833a-8fa6-4400-ac0c-2b71fad3fcb5.png?v=1715952900&width=1024", 14 "product_url": "https://www.lauramercier.com/products/caviar-stick-eye-shadow", 15 "description": "24-hour life-proof formula delivers an effortless, easy-to-blend application with the perfect amount of playtime. Creamy color glides onto lids, providing rich payoff for a range of chic, customizable eye looks.", 16 "sku": "45000028203" 17 } 18]
Running the Actor
To run the Lauramercier Scraper, provide a list of URLs from the Laura Mercier website where you want to scrape product data. The actor will process these pages and return structured data for each product.
Support
For any customizations, questions, or issues, please contact support at support@getdataforme.com or report an issue here.
This documentation explains how to use the Lauramercier Scraper actor, provides an example input and output, and includes support contact details. Let me know if you'd like any changes!
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Jan 2025
Modified a day ago