Harrys Product Urls Extractor avatar

Harrys Product Urls Extractor

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Harrys Product Urls Extractor

Harrys Product Urls Extractor

Harrys Extractor is a web scraping tool for extracting detailed product information from Harry's website, including names, descriptions, images, pricing, and availability....

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share


Harrys Extractor

Introduction

Harrys Extractor is a powerful web scraping tool designed to extract detailed product information from Harry's official website. It efficiently gathers data such as product names, descriptions, images, pricing, and availability, providing valuable insights for various business applications.

Features

  • Comprehensive Data Extraction: Captures essential product details including name, description, image URLs, price, and SKU.
  • High-Quality Data: Ensures reliable and accurate information extraction with minimal errors.
  • Customizable Limits: Allows setting a maximum number of items to scrape per run for efficient data management.
  • Flexible URL Configuration: Supports multiple URLs for targeted scraping operations.
  • User-Friendly Interface: Easy setup and configuration through the Apify Store interface.

Input Parameters

ParameterTypeRequiredDescriptionExample
UrlsarrayYesThe URLs for the spider to scrape.["https://www.harrys.com/en/us/products/beard-and-face-wash"]
item_limitintegerNoMaximum items to scrape per actor run. Set to 0 for no limit.10

Example Usage

Input JSON

{
"Urls": [
"https://www.harrys.com/en/us/products/beard-and-face-wash"
],
"item_limit": 10
}

Output JSON

[
{
"url": "https://www.harrys.com/en/products/beard-and-face-wash",
"name": "Beard & Face Wash 5.1oz",
"description": "Gently cleanses facial hair and exfoliates skin Non-drying and non-stripping formula, leaving hair and skin feeling clean Lightly scented with subtle, n...",
"image": [
"https://cdn.shopify.com/s/files/1/0883/9528/4786/files/US_website_beard_wash_01.jpg?v=1753285318"
],
"brand_name": "Harry's US",
"offers": [
{
"price": 14,
"currency": "USD",
"availability": "https://schema.org/InStock",
"sku": "9050053001",
"offer_url": "https://www.harrys.com/en/products/beard-and-face-wash?Title=Default+Title"
}
],
"actor_id": "fiLineOpPyLOvxWrA",
"run_id": "7m4qAGGHdiEfddFxp"
}
]

Use Cases

  • Market Research and Analysis: Gather competitive product data for strategic planning.
  • Competitive Intelligence: Monitor competitor pricing and offerings.
  • Price Monitoring: Track price changes over time to identify trends.
  • Content Aggregation: Compile product information for content creation.
  • Academic Research: Collect data for studies on consumer products.
  • Business Automation: Integrate with systems for automated inventory updates.

Installation and Usage

  1. Search for "Harrys Extractor" in the Apify Store.
  2. Click "Try for free" or "Run".
  3. Configure input parameters as needed.
  4. Click "Start" to begin extraction.
  5. Monitor progress in the log.
  6. Export results in your preferred format (JSON, CSV, Excel).

Output Format

The output is a JSON array of objects, each representing a product with fields such as url, name, description, image, brand_name, and offers. Each offer includes details like price, currency, availability, sku, and offer_url.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!