Narscosmetics Actor
2 hours trial then $15.00/month - No credit card required now
Narscosmetics Actor
2 hours trial then $15.00/month - No credit card required now
Effortlessly scrape Narscosmetics product details with our powerful Apify Actor. Extract data like product name, price, ratings, description, images, and availability from Narscosmetics.com. Ideal for product research, e-commerce insights, and competitor analysis. Start scraping today!
Here's the documentation for your "Narscosmetics Scraper" Apify Actor:
Narscosmetics Scraper
Overview
The Narscosmetics Scraper allows you to easily scrape product data from Narscosmetics.com, extracting details like product name, price, availability, images, ratings, description, and additional information. This actor can scrape multiple product pages based on the provided URLs.
Input
The Narscosmetics Scraper accepts the following input configuration:
1{ 2 "title": "Scrape Narscosmetics data from web pages", 3 "type": "object", 4 "schemaVersion": 1, 5 "properties": { 6 "urls": { 7 "title": "List of URLs of the Narscosmetics 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.narscosmetics.com/USA/light-reflecting%E2%84%A2-advanced-skincare-foundation/999NAC0000141.html" 13 ] 14 } 15 }, 16 "required": ["urls"] 17}
How it Works
- Input: Provide a list of product page URLs from the Narscosmetics website in the "urls" input field.
- Scraping: The actor scrapes each product page for details such as product ID, name, price, description, images, availability, and additional details.
- Output: The scraped data will be returned in JSON format with the following attributes for each product.
Output Example
After running the actor, you will get the following result:
1[ 2 { 3 "id": "999NAC0000141", 4 "name": "Light Reflecting™ Advanced Skincare Foundation", 5 "brand": "Nars", 6 "productTyped": "KIT PRODUCT", 7 "image_urls_list": [ 8 { 9 "image_url": "https://www.narscosmetics.com/dw/image/v2/BBSK_PRD/on/demandware.static/-/Sites-itemmaster_NARS/default/dwbde949d5/2023/February/LRFoundation/NARS_SP23_AllureBeautySeal_PDPCrop_Soldier_LRF_Siberia_US_2000x2000.png" 10 }, 11 ... 12 ], 13 "availability": "IN_STOCK", 14 "price": "$54.00", 15 "description": "This innovative blend of makeup and skincare instantly blurs imperfections, smooths the look of textured skin, and helps conceal blemishes, dark spots, and redness. ...", 16 "additional_details": [ 17 "Immediate: Reveals a more even skin tone by +93%", 18 "Long-term: Improves the appearance of skin clarity over time...", 19 ... 20 ], 21 "productStarRating": "4.5", 22 "productNumReviews": "2173", 23 "catid": "Makeup", 24 "subcategory": "FACE", 25 "subsubcategory": "FOUNDATION", 26 "productLiveDate": "1-14-2022" 27 }, 28 { 29 "id": "999NAC0000153", 30 "name": "Soft Matte Advanced Perfecting Powder", 31 "brand": "Nars", 32 "productTyped": "KIT PRODUCT", 33 "image_urls_list": [ 34 { 35 "image_url": "https://www.narscosmetics.com/dw/image/v2/BBSK_PRD/on/demandware.static/-/Sites-itemmaster_NARS/default/dw010d021d/2023/January/Makeup/SoftMattePowder/0194251136066_SoftmattePowder_Cliff_1.jpg" 36 }, 37 ... 38 ], 39 "availability": "IN_STOCK", 40 "price": "$38.00", 41 "description": "Discover a multi-purpose, skin-perfecting powder that blurs imperfections for 24 hours—without the dry, cakey feel. ...", 42 "additional_details": [ 43 "Minimizes the appearance of pores and skin texture after four weeks", 44 "Controls shine for 24 hours", 45 "Blurs imperfection for 24 hours", 46 ... 47 ], 48 "productStarRating": "4.0", 49 "productNumReviews": "1", 50 "catid": "Makeup", 51 "subcategory": "FACE", 52 "subsubcategory": "SETTING POWDER", 53 "productLiveDate": "1-15-2023" 54 } 55]
Support
For custom output requirements, bug reports, or support queries, please reach out to us at support@getdataforme.com.
You can also contact us via the contact page. Please remember to include a subject line such as "Custom Support" when contacting us.
Thank you for using the Narscosmetics Scraper!
This documentation is structured similarly to your Zillow Search Scraper, with a focus on explaining how the actor works and providing users with clear examples.
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Jan 2025
Modified 7 days ago