Olay Scraper avatar

Olay Scraper

Try for free

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

Go to Store
Olay Scraper

Olay Scraper

getdataforme/my-olay-actor
Try for free

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

An Olay scraper automatically collects data from Olay's healthcare marketplace, extracting information about medical supplies, equipment listings, prices, and vendor details. This helps track medical supply availability, price trends, and monitor healthcare product inventor

Olay Scraper Documentation

Overview

The Olay Scraper is an Apify actor designed to extract detailed product information from Olay.com. By providing a list of product URLs as input, the scraper retrieves essential details, including the product name, price, image, description, and other relevant details.


Input Configuration

The input for the Olay Scraper should be a JSON object containing two keys:

  • proxyConfiguration: Determines the proxy settings for the scraper. Set useApifyProxy to false if no proxy is required.
  • urls: An array of Olay product URLs to scrape.

Input Example

1{
2    "proxyConfiguration": {
3        "useApifyProxy": false
4    },
5    "urls": [
6        "https://www.olay.com/products/super-serum"
7    ]
8}

Output

The scraper returns a JSON array where each object contains the following fields:

  • product_name: The name of the product.
  • product_price: The price of the product, including currency.
  • product_image: The URL of the product image.
  • product_url: The original product URL provided in the input.
  • description: A detailed description of the product, including usage instructions and key ingredients.
  • sku: The unique SKU identifier for the product.
  • upc: The UPC (Universal Product Code) of the product.

Output Example

1[
2    {
3        "product_name": "Super Serum",
4        "product_price": "$34.99",
5        "product_image": "https://cdn11.bigcommerce.com/s-gud7r2x2lu/images/stencil/500x659/products/1211/6781/OLAY_eContent_SuperSerum_Day_MOI_NoDerm__49545.1698347086.jpg?c=2",
6        "product_url": "https://www.olay.com/products/super-serum",
7        "description": "Delivers 5 powerful benefits in one product: Better Skin Texture More Even-Looking Skin Tone Firmer Feeling Skin Visibly Smoother Lines Long Lasting Hydration Skin Type Normal Oily Dry Skin Concerns Visible Pores, Dryness, Fine Lines & Wrinkles, Uneven Texture, Dullness 1. Always start by washing away impurities, makeup and oils to prepare your skin for the rest of your routine. 2. Apply your Super Serum, then follow with additional treatments - like your favorite eye cream. 3. Seal in all of the Super Serum greatness with your favorite Olay moisturizer, and be sure to use SPF during the day. Water, Glycerin, Dimethicone, Niacinamide, Lactic Acid, Polyacrylate Crosspolymer-6, Palmitoyl Pentapeptide-4*, 3-O-Ethyl Ascorbic Acid**, Sodium Hyaluronate***, Tocopheryl Acetate^, Panthenol^*, Trehalose, PEG-11 Methyl Ether Dimethicone, Sodium Lactate, Mica, Titanium Dioxide, Sodium Benzoate, Fragrance *Peptide, **Vitamin C, ***Hyaluronic Acid, ^Vitamin E, ^*Pro-Vitamin B5",
8        "sku": "000756092087681",
9        "upc": "075609208768"
10    }
11]

Usage Instructions

  1. Input Preparation: Create a JSON file containing the proxyConfiguration and urls array with the product URLs you want to scrape.
  2. Actor Execution: Run the Olay Scraper actor on the Apify platform, providing the input JSON file.
  3. Retrieve Results: After the execution, download the output JSON containing the scraped data.

Support

For custom outputs, simplified formats, or to report any issues, please contact:

When reaching out, please include a clear subject line and detailed description of your request or issue.


Thank you for using the Olay Scraper!

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