Airkinglimited Product Detail Ec Spider avatar

Airkinglimited Product Detail Ec Spider

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Airkinglimited Product Detail Ec Spider

Airkinglimited Product Detail Ec Spider

The Airkinglimited Product Detail Ec Spider is a web scraping tool designed for extracting comprehensive product details from the Airkinglimited website. It captures data such as names, categories, descriptions, and specifications in structured JSON format....

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

2 days ago

Last modified

Share


Airkinglimited Product Detail Ec Spider

Introduction

The Airkinglimited Product Detail Ec Spider is a powerful web scraping tool designed to extract detailed product information from the Airkinglimited website. It efficiently gathers data such as product names, categories, descriptions, specifications, and more, providing valuable insights for various business applications.

Features

  • Comprehensive Data Extraction: Captures extensive product details including names, categories, images, and specifications.
  • Customizable Input Parameters: Allows users to specify URLs and set item limits for tailored data collection.
  • High-Quality Output: Delivers structured JSON output with detailed product information.
  • User-Friendly Interface: Easy setup and configuration through the Apify Store interface.
  • Scalable Performance: Supports large-scale scraping operations with adjustable item limits.

Input Parameters

ParameterTypeRequiredDescriptionExample
ProductUrlsarrayYesThe product URLs for the spider. Must be valid HTTP/HTTPS URLs.["https://www.airkinglimited.com/product/relay-box/"]
item_limitintegerNoMaximum items to scrape per actor run. Set to 0 for no limit.10

Example Usage

Input JSON

{
"ProductUrls": [
"https://www.airkinglimited.com/product/relay-box/"
],
"item_limit": 10
}

Output JSON

[
{
"product_url": "https://www.airkinglimited.com/product/relay-box/",
"product_name": "Fresh Air Relay",
"category": "Fresh Air",
"breadcrumbs": [
"Home",
"Air Circulating Fans",
"Fresh Air Relay"
],
"image_urls": [
"https://www.airkinglimited.com/wp-content/uploads/2020/09/R120RelayBox1000.jpg",
"https://www.airkinglimited.com/wp-content/uploads/2020/05/QMDB-1024x1024.jpg"
],
"models": [
"QR24: 24 Volt Relay",
"QMDB: Receptacle Box"
],
"description": "The QR24 fresh air relay box provides a way to energize an Air King F130D unit from a remote 24 volt signal. The relay mounts directly to the F130D unit and includes a direct plug-in connection to the unit. For use with Air King F130D series fresh air units only. The QMDB fresh air receptacle box provides a way to connect an Air King MD624 motorized damper to an Air King QFAMD unit. When the fresh air intake unit is operating the QFAMD sends a signal through the QMDB to the motorized damper to open. When the unit shuts off it send a signal to the damper to close, preventing backdrafts from entering into the home. The receptacle mounts directly to the QFAMD unit and includes all the needed connections to the unit. For use with Air King QFAMD series units only.",
"features": [
"Easily mounts to Air King F130D units",
"Wire Harness is included with the QMDB relay box",
"Allows the Air King F130D to be energized from a remote location",
"Easily mounts to Air King QFAMD units",
"Wire harness included",
"Allows unit to operate Air King MD624 motorized damper"
],
"specifications": {
"Models": [
"R24",
"QMDB"
],
"Specification Sheet Download": [
{
"text": "QR24",
"files": [
"https://www.airkinglimited.com/wp-content/uploads/2020/09/R24SeriesSpec1.pdf"
]
},
"N/A"
],
"Voltage": [
"24 Volt",
"N/A"
],
"Power": [
"24VAC, 60Hz",
"N/A"
],
"Relay Type": [
"Remote location",
"Receptacle"
],
"Mounting": [
"Direct to F130D",
"Direct to QFAMD"
],
"Connections": [
"Wire harness for direct plug-in",
"Wire harness for direct plug-in"
],
"Construction": [
"Galvanized Steel",
"Galvanized Steel"
]
},
"downloads": [
{
"title": "QR24",
"file_url": "https://www.airkinglimited.com/wp-content/uploads/2020/09/R24SeriesSpec1.pdf"
},
{
"title": "QR24",
"file_url": "https://www.airkinglimited.com/wp-content/uploads/2020/09/R24IO1.pdf"
},
{
"title": "QMDB",
"file_url": "https://www.airkinglimited.com/wp-content/uploads/2020/10/QMDBIO.pdf"
},
{
"title": "Download the complete Ventilation Catalog",
"file_url": "https://www.airkinglimited.com/wp-content/uploads/2020/09/ExhaustFanCatalog1.pdf"
}
],
"whats_included": [
"Relay Box",
"Wire Harness with plug-in connector",
"User manual"
],
"actor_id": "BvanBX8hMpiNOF3NX",
"run_id": "acVgxxmkocpwqrBt1"
}
]

Use Cases

  • Market Research and Analysis: Gather detailed product information for competitive analysis.
  • Competitive Intelligence: Monitor competitor products and pricing strategies.
  • Price Monitoring: Track price changes over time to identify trends.
  • Content Aggregation: Compile comprehensive product catalogs for e-commerce platforms.
  • Academic Research: Collect data for studies on consumer electronics or home appliances.
  • Business Automation: Automate data collection processes for inventory management.

Installation and Usage

  1. Search for "Airkinglimited Product Detail Ec Spider" in the Apify Store.
  2. Click "Try for free" or "Run".
  3. Configure input parameters such as ProductUrls and item_limit.
  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 containing objects with detailed product information. Key fields include:

  • product_url: The URL of the scraped product page.
  • product_name: Name of the product.
  • category: Product category.
  • breadcrumbs: Navigation path on the website.
  • image_urls: List of image URLs associated with the product.
  • models: Available models for the product.
  • description: Detailed product description.
  • features: Key features of the product.
  • specifications: Technical specifications in a nested object format.
  • downloads: Links to downloadable files related to the product.
  • whats_included: List of items included with the product.

Error Handling

The actor is designed to handle common web scraping errors such as invalid URLs, network issues, and changes in website structure. If an error occurs, it will be logged for review. Users can adjust input parameters or contact support for assistance with persistent issues.

Rate Limiting and Best Practices

To ensure optimal performance and avoid being blocked by the target website:

  • Respect the item_limit parameter to control the number of requests.
  • Use valid and complete URLs in the ProductUrls array.
  • Monitor logs for any rate-limiting messages or errors.
  • Consider implementing delays between requests if necessary.

Limitations and Considerations

  • The actor is specifically designed for scraping Airkinglimited product pages. It may not work with other websites without modifications.
  • Ensure compliance with the target website's terms of service and legal requirements regarding web scraping.
  • Be aware that changes in the website structure can affect data extraction accuracy.

Support

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

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