Chi Product Urls Listing avatar

Chi Product Urls Listing

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Chi Product Urls Listing

Chi Product Urls Listing

Chi Product Urls Listing is an Apify actor for scraping product data from Chi website URLs. It extracts details like names, images, prices, and more, supporting business intelligence applications with customizable URL inputs, item limits, and multiple export formats (JSON, CSV, Excel)....

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

7 days ago

Last modified

Share


Chi Product Urls Listing

Introduction

Chi Product Urls Listing is an Apify Actor designed to efficiently scrape product information from specified URLs on the Chi website. This tool enables users to gather detailed data about products, including names, images, prices, and more, facilitating a variety of business intelligence applications.

Features

  • Comprehensive Data Extraction: Retrieves essential product details such as name, image URL, price, and currency.
  • Customizable Input URLs: Allows users to specify target URLs for scraping.
  • Flexible Item Limiting: Users can set a maximum number of items to scrape per run.
  • High Reliability: Ensures consistent data quality with robust error handling.
  • User-Friendly Setup: Simple configuration process with clear input parameters.
  • Multiple Export Formats: Supports exporting results in JSON, CSV, and Excel formats.

Input Parameters

ParameterTypeRequiredDescriptionExample
UrlsarrayYesThe URLs for the spider to scrape. Must be valid HTTP/HTTPS links.["https://chi.com/home/?srsltid=AfmBOoqHahSR_yRfRpGCUac55UT9zGvkn8RrNpoAD6EPytXJ2wykoX3B"]
item_limitintegerNoMaximum items to scrape per actor run. Set to 0 for no limit.10

Example Usage

Input JSON

{
"Urls": [
"https://chi.com/home/?srsltid=AfmBOoqHahSR_yRfRpGCUac55UT9zGvkn8RrNpoAD6EPytXJ2wykoX3B"
],
"item_limit": 10
}

Output JSON

[
{
"product_name": "1 Inch Original Ceramic Hairstyling Iron",
"post_image": "https://chi.com/dw/image/v2/BKGQ_PRD/on/demandware.static/-/Sites-chi-master-catalog/default/dw50ea0cec/images/large/domestic/GF1001.jpg?sw=400&sh=400",
"price": "$100.00",
"currency": "USD",
"url": "https://chi.com/categories/tools/flat-irons/1-inch-original-ceramic-hairstyling-iron/GF1001.html",
"input_source_key": "start_url:https://chi.com/home/?srsltid=AfmBOoqHahSR_yRfRpGCUac55UT9zGvkn8RrNpoAD6EPytXJ2wykoX3B",
"actor_id": "TXv94pMRbj3sSQUrI",
"run_id": "vRWg9kyXgVZ69WJyI"
},
{
"product_name": "44 Iron Guard Thermal Protection Spray",
"post_image": "https://chi.com/dw/image/v2/BKGQ_PRD/on/demandware.static/-/Sites-chi-master-catalog/default/dw1a3b4dd5/images/large/domestic/CHI5005 CHI Styling 44 Iron Guard 2oz_no icon.jpg?sw=400&sh=400",
"price": "$8.00",
"currency": "USD",
"url": "https://chi.com/categories/styling/sprays/44-iron-guard-thermal-protection-spray/1088.html",
"input_source_key": "start_url:https://chi.com/home/?srsltid=AfmBOoqHahSR_yRfRpGCUac55UT9zGvkn8RrNpoAD6EPytXJ2wykoX3B",
"actor_id": "TXv94pMRbj3sSQUrI",
"run_id": "vRWg9kyXgVZ69WJyI"
},
{
"product_name": "1 Inch Spin N Curl - Ruby Red",
"post_image": "https://chi.com/dw/image/v2/BKGQ_PRD/on/demandware.static/-/Sites-chi-master-catalog/default/dwaced9b63/images/large/domestic/CA2288 CHI Spin n Curl Ruby Red 2.jpg?sw=400&sh=400",
"price": "$131.00",
"currency": "USD",
"url": "https://chi.com/categories/tools/curling-irons-wands/1-inch-spin-n-curl---ruby-red/CA2288.html",
"input_source_key": "start_url:https://chi.com/home/?srsltid=AfmBOoqHahSR_yRfRpGCUac55UT9zGvkn8RrNpoAD6EPytXJ2wykoX3B",
"actor_id": "TXv94pMRbj3sSQUrI",
"run_id": "vRWg9kyXgVZ69WJyI"
}
]

Use Cases

  • Market Research and Analysis: Gather competitive product data for strategic insights.
  • Competitive Intelligence: Monitor competitor pricing and offerings.
  • Price Monitoring: Track price changes over time to inform purchasing decisions.
  • Content Aggregation: Compile product information for marketing or sales purposes.
  • Academic Research: Use scraped data for studies in consumer behavior or e-commerce trends.
  • Business Automation: Integrate with systems for automated inventory updates or alerts.

Installation and Usage

  1. Search for "Chi Product Urls Listing" 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 where each object contains:

  • product_name: The name of the product.
  • post_image: URL of the product image.
  • price: Price of the product as a string.
  • currency: Currency code for the price.
  • url: Direct link to the product page.
  • input_source_key: Identifier for the source URL used in scraping.
  • actor_id: Unique identifier for the actor instance.
  • run_id: Unique identifier for the run.

Error Handling

The Actor includes robust error handling mechanisms. If a URL is unreachable or data extraction fails, it logs detailed error messages to help diagnose issues. Users can adjust configurations and retry as needed.

Rate Limiting and Best Practices

To avoid being blocked by the target website, adhere to best practices such as:

  • Respecting robots.txt directives.
  • Implementing delays between requests if necessary.
  • Monitoring for any rate limiting responses from the server.

Limitations and Considerations

  • Ensure URLs are valid and accessible.
  • Be aware of potential changes in website structure that may affect data extraction.
  • The Actor is optimized for Chi's website; performance may vary with other sites.

Support

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

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