Agnona Product Detail Extractor avatar

Agnona Product Detail Extractor

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Agnona Product Detail Extractor

Agnona Product Detail Extractor

The Agnona Product Detail Extractor is a web scraping tool designed for extracting comprehensive product data from the Agnona website, including names, prices, images, and more....

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

14 days ago

Last modified

Share


Agnona Product Detail Extractor

Introduction

The Agnona Product Detail Extractor is a specialized web scraping tool designed to extract detailed product information from the Agnona website. This Actor efficiently gathers data such as product names, prices, images, and more, providing valuable insights for various applications.

Features

  • Comprehensive Data Extraction: Captures detailed product attributes including name, price, size variations, and color options.
  • High-Quality Data Output: Ensures reliable and accurate data extraction with minimal errors.
  • Customizable Input Parameters: Allows users to specify URLs and set item limits for tailored scraping sessions.
  • Efficient Performance: Optimized for speed and efficiency, handling multiple requests seamlessly.
  • Versatile Use Cases: Suitable for market research, competitive analysis, and more.

Input Parameters

ParameterTypeRequiredDescriptionExample
ProductUrlsarrayYesThe product URLs for the spider.["https://agnona.com/products/camicia-cotton-satin-white"]
item_limitintegerNoMaximum items to scrape per actor run. Set to 0 for no limit.10

Example Usage

Input JSON

{
"ProductUrls": [
"https://agnona.com/products/camicia-cotton-satin-white"
],
"item_limit": 10
}

Output JSON

[
{
"product_name": "Cotton satin shirt white",
"product_image": "http://agnona.com/cdn/shop/files/AGNONA_PE26P_TD1103_Y_U2112_N01_01.jpg?v=1765297904&width=2048",
"price": "890 EUR",
"discounted_price": "623 EUR",
"currency": "EUR",
"color_variation": [
{
"color": "Chocolate",
"url": "https://agnona.com/products/camicia-cotton-satin-brown-chocolate",
"current": false
},
{
"color": "White",
"url": "https://agnona.com/products/camicia-cotton-satin-white",
"current": true
}
],
"size_variation": [
{
"size": "38",
"available": true,
"price": "890 EUR",
"discounted_price": "623 EUR"
},
{
"size": "40",
"available": false,
"price": "890 EUR",
"discounted_price": "623 EUR"
}
],
"description": "Asymmetric shirt in GOTS-certified cotton poplin...",
"more_details": "Colour: white Composition: 97% COTTON 3% ELASTANE Made in Italy...",
"shipping_and_payments": "PAYMENTS You can pay by credit card or PayPal...",
"customer_care": "If you are interested in our products or would like to receive more information, please contact us through the form.",
"images": [
"https://agnona.com/cdn/shop/files/AGNONA_PE26P_TD1103_Y_U2112_N01_01.jpg?v=1765297904"
],
"related_products": [
{
"name": "COTTON SATIN SHIRT WHITE",
"url": "https://agnona.com/products/camicia-cotton-satin-white"
}
],
"actor_id": "F27Y4dKIsgftvG2v6",
"run_id": "4v76Qfgae3HOGaGKY"
}
]

Use Cases

  • Market Research and Analysis: Gather comprehensive product data for market insights.
  • Competitive Intelligence: Monitor competitor pricing and offerings.
  • Price Monitoring: Track price changes over time for strategic decision-making.
  • Content Aggregation: Compile product information for content creation.
  • Academic Research: Collect data for studies on consumer behavior or fashion trends.
  • Business Automation: Integrate with business processes for automated updates.

Installation and Usage

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

  • product_name: The name of the product.
  • price and discounted_price: Current pricing details.
  • currency: Currency used for pricing.
  • color_variation and size_variation: Available options with availability status.
  • description, more_details, shipping_and_payments, customer_care: Additional product information.
  • images: List of image URLs.
  • related_products: Information on related products.

Support

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

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