Harrys Actor avatar

Harrys Actor

Try for free

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

Go to Store
Harrys Actor

Harrys Actor

getdataforme/my-harrys-actor
Try for free

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

Harrys Scraper is an Apify Actor designed to extract product details, pricing, and reviews from harrys.com with precision. Automate data collection for analysis or e-commerce. Effortless setup, real-time updates, and tailored scraping ensure reliable results.

Harrys Actor Documentation

Overview

The Harrys Actor is designed to scrape detailed product data from Harrys web pages. It allows users to extract information such as product names, prices, images, URLs, descriptions, and SKUs. With a simple input of URLs, the actor provides structured data, enabling seamless data collection from the Harrys website.


How the Harrys Actor Works

  1. Input the URLs: Provide a list of Harrys web page URLs from which you want to scrape product data.
  2. Run the Actor: The actor processes the URLs and extracts relevant product information.
  3. Get the Output: The results are returned in a structured JSON format, ready for integration into your applications or analysis tools.

Input Configuration

The input for the Harrys Actor is a JSON object with the following structure:

1{
2    "title": "Scrape Harrys data from web pages",
3    "type": "object",
4    "schemaVersion": 1,
5    "properties": {
6        "urls": {
7            "title": "List of URLs of the Harrys 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.harrys.com/en/us/products/beard-and-face-wash"
13            ]
14        }
15    },
16    "required": ["urls"]
17}

Input Fields

  • urls (array, required): A list of Harrys product page URLs to scrape.
    • Example:
      1[
      2    "https://www.harrys.com/en/us/products/beard-and-face-wash",
      3    "https://www.harrys.com/en/us/products/body-wash"
      4]

Output

The actor returns a JSON array where each object represents a product with the following fields:

1[
2    {
3        "product_name": "Stone Body Wash 16oz - Stone - 1 - Full-Size (16oz)",
4        "product_price": "7.00 USD",
5        "product_image": [
6            "https://www.harrys.com/harrys-cdnx-prod/assets/images/index_images/attachments/c33ce2ae580a36fd11ba8f253e3afee8964f4428."
7        ],
8        "product_url": "https://www.harrys.com/en/us/products/body-wash",
9        "description": "What's good about it * Cleanses without feeling harsh on your skin * The rich lather leaves your skin feeling soft and smooth * A signature scent to kick-start (or wash off) your day: * Stone: Invigorating minerals and citrus # Learn More - Made without sulfates, parabens, or dyes - Never tested on animals - See the full `list of ingredients`",
10        "sku": "9050068901"
11    },
12    {
13        "product_name": "Beard & Face Wash 5.1oz",
14        "product_price": "14.00 USD",
15        "product_image": [
16            "https://www.harrys.com/harrys-cdnx-prod/assets/images/index_images/attachments/192b7e286564eb304c07ada662b5ab488d6170a5.jpg"
17        ],
18        "product_url": "https://www.harrys.com/en/us/products/beard-and-face-wash",
19        "description": "What’s Good About It - Gently cleanses facial hair and exfoliates skin - Non-drying and non-stripping formula, leaving hair and skin feeling clean - Lightly scented with subtle, non-lingering notes of citrus and cedar - Lathers easily and gently lifts away dirt and oil # Learn More - To use, massage a small amount into wet facial hair and skin to create a rich lather for at least 45 seconds. Rinse thoroughly with water. Use every other day. - See the full `list of ingredients`",
20        "sku": "9050053001"
21    }
22]

Output Fields

  • product_name (string): Name of the product.
  • product_price (string): Price of the product in USD.
  • product_image (array): URLs of product images.
  • product_url (string): URL of the product page.
  • description (string): Detailed description of the product.
  • sku (string): Unique stock keeping unit (SKU) identifier for the product.

Proxy Configuration

To ensure uninterrupted scraping, it is recommended to use a proxy service. Running the actor without a proxy may lead to data extraction blockages.

Proxy Benefits

  • Avoid IP blocking.
  • Ensure stable and reliable data extraction.

Support

For custom outputs, bug reports, or additional assistance, contact us:

When reaching out, include the subject line: Custom Support for Harrys Actor.


Enjoy seamless data extraction with the Harrys Actor!

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 2 days ago

Categories