Airkinglimited Product Detail Extractor avatar

Airkinglimited Product Detail Extractor

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Airkinglimited Product Detail Extractor

Airkinglimited Product Detail Extractor

Automate data collection from Airkinglimited with this Apify tool, extracting comprehensive product details like specifications and images. Supports batch processing, configurable limits, and integrates seamlessly into workflows for market research and competitive analysis....

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

5 days ago

Last modified

Share


Airkinglimited Product Detail Extractor

Introduction

The Airkinglimited Product Detail Extractor is a powerful web scraping tool designed to extract detailed product information from the Airkinglimited website. This Apify Actor automates data collection for products like range hood filters and relay boxes, providing comprehensive details such as specifications, descriptions, images, and more.

Features

  • Automated extraction of product details
  • Supports multiple URLs for batch processing
  • Configurable item limit to control output size
  • High-quality, structured JSON output format
  • Easy integration with Apify's ecosystem
  • Reliable performance with error handling capabilities

Input Parameters Table

ParameterTypeRequiredDescriptionExample
UrlsarrayYesThe URLs for the spider to scrape. Must be valid HTTP/HTTPS links.["https://example.com/product1", ...]
item_limitintegerNoMaximum items to scrape per actor run. Set to 0 for no limit.10

Example Usage

Input JSON

{
"Urls": [
"https://www.airkinglimited.com/product/relay-box/",
"https://www.airkinglimited.com/product/range-hood-filters/"
],
"item_limit": 10
}

Output JSON

[
{
"product_url": "https://www.airkinglimited.com/product/range-hood-filters/",
"product_name": "Range Hood Filters",
"category": "Range Hood Accessories",
"breadcrumbs": ["Home", "Air Circulating Fans", "Range Hood Filters"],
"image_urls": [
"https://www.airkinglimited.com/wp-content/uploads/2020/09/baffels1000.jpg",
...
],
"description": "Make sure to properly maintain your Air King range hood...",
"specifications": {
"RF34S": ["Charcoal Odor Filter", "AV Series", "DS, AVR, AVCR Series"],
...
},
"actor_id": "g3e0Ec5S0D1IWwwoz",
"run_id": "sNTRBPPRUWgi9N9Kz"
},
{
"product_url": "https://www.airkinglimited.com/product/relay-box/",
"product_name": "Fresh Air Relay",
...
}
]

Use Cases

  • Market Research and Analysis: Gather detailed product data for competitive analysis.
  • Competitive Intelligence: Monitor competitor products and pricing strategies.
  • Price Monitoring: Track changes in product prices over time.
  • Content Aggregation: Compile comprehensive product catalogs for marketing purposes.
  • Academic Research: Collect data for studies on consumer electronics or home appliances.
  • Business Automation: Integrate with CRM systems to update product information automatically.

Installation and Usage

  1. Search for "Airkinglimited Product Detail 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 structured JSON array containing detailed product information. Key fields include:

  • product_url: The URL of the product page.
  • product_name: Name of the product.
  • category: Product category.
  • breadcrumbs: Navigation path to the product.
  • image_urls: List of image URLs associated with the product.
  • description: Detailed description of the product.
  • specifications: Specifications and features of the product.
  • actor_id & run_id: Unique identifiers for tracking.

Support

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

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