Downy Url Parser avatar
Downy Url Parser

Pricing

Pay per event

Go to Apify Store
Downy Url Parser

Downy Url Parser

Effortlessly scrape and extract detailed product data from Downy.com URLs, including names, descriptions, images, ratings, and more. Supports batch processing, delivers clean JSON output, and handles errors reliably. Ideal for market research, competitive analysis, and e-commerce automation....

Pricing

Pay per event

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

PART 1: README.md

Downy Url Parser

The Downy Url Parser is a powerful Apify Actor designed to scrape and extract detailed product information from Downy.com URLs. It automates the collection of key product data such as names, descriptions, images, ratings, and more, enabling efficient data gathering for e-commerce analysis. This tool is ideal for businesses and researchers needing reliable, structured data from Downy's product pages without manual effort.

Features

  • Accurate Data Extraction: Parses product details including brand, name, description, SKU, GTIN, ratings, and review counts with high precision.
  • Flexible URL Handling: Supports multiple start URLs for batch processing, allowing comprehensive crawling of Downy product pages.
  • Performance Optimized: Built on CheerioCrawler for fast, lightweight scraping with configurable request limits to avoid overload.
  • Structured JSON Output: Delivers clean, machine-readable data perfect for integration into databases, analytics tools, or APIs.
  • Error-Resilient: Includes built-in handling for common web scraping challenges like timeouts and invalid pages.
  • Scalable and Reliable: Designed for high-volume extractions while respecting site limits to ensure consistent performance.
  • Easy Integration: Seamlessly exports data in JSON, CSV, or Excel formats for downstream use.

Input Parameters

ParameterTypeRequiredDescriptionExample
startUrlsarrayYesAn array of URLs to start the crawling process. Each URL should point to a Downy product page.[{"url": "https://downy.com/en-us/fabric-softener/rinse-and-refresh/ocean-mist"}]
maxRequestsPerCrawlintegerNoThe maximum number of requests the crawler can make during a single run. Helps control resource usage and avoid rate limits.10

Example Usage

To run the Downy Url Parser, provide input parameters in JSON format. Here's an example input:

{
"startUrls": [
{
"url": "https://downy.com/en-us/fabric-softener/rinse-and-refresh/ocean-mist"
}
],
"maxRequestsPerCrawl": 10
}

This will initiate crawling and extraction. The output will be a JSON array of product objects, such as:

[
{
"brand": "Downy US",
"name": "Downy Rinse and Refresh Ocean Mist",
"description": "Downy Rinse & Refresh Ocean Mist helps rinse away stubborn odor trapped within fabric fibers. Boost your detergent with Downy's refreshing Ocean Mist and banish odors once and for all.",
"image": "https://images.ctfassets.net/9ycpqnc6ohsr/uiPtirCUb90phD8BD3dWn/b9fd7136249b20adb6ca8b6033bae090/80737163_GAPPER_OM_48_oz_582x444.png",
"sku": "030772094242",
"gtin": "030772094242",
"rating": "4.230769230769231",
"reviewCount": "13",
"bestRating": "5",
"worstRating": "1"
}
]

Use Cases

  • Market Research: Analyze Downy product trends, pricing, and customer feedback to inform marketing strategies.
  • Competitive Intelligence: Compare Downy offerings with competitors by extracting detailed product specs and reviews.
  • Price Monitoring: Track product prices and availability for dynamic pricing models in e-commerce.
  • Content Aggregation: Build databases of product descriptions and images for content creation or catalog management.
  • Academic Research: Study consumer behavior through ratings and reviews from Downy products.
  • Business Automation: Automate data feeds for inventory systems or sales platforms requiring up-to-date product info.

Installation and Usage

  1. Search for "Downy Url Parser" in the Apify Store
  2. Click "Try for free" or "Run"
  3. Configure input parameters
  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 Actor outputs a JSON array of objects, each representing a scraped product. Key fields include:

  • brand: The product brand (e.g., "Downy US").
  • name: Full product name.
  • description: Detailed product description.
  • image: URL to the product image.
  • sku and gtin: Unique identifiers for the product.
  • rating, reviewCount, bestRating, worstRating: Customer review metrics.

Data is extracted directly from page elements, ensuring accuracy. If a field is unavailable, it may be omitted or set to null.

Support

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

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


PART 2: Description

Extract precise product data from Downy.com effortlessly. Features accurate scraping of names, descriptions, ratings, and more; supports batch URLs; delivers clean JSON output. Perfect for market research, price monitoring, and competitive analysis. Run now on Apify Store! (148 characters)