VOOZH about

URL: https://apify.com/getdataforme/amazon-product-detail-extractor

⇱ Amazon Product Detail Extractor Β· Apify


Pricing

from $9.00 / 1,000 results

Go to Apify Store

Amazon Product Detail Extractor

Extract comprehensive product details from Amazon, including pricing and specifications. Offers high reliability, scalability, and customizable output formats (JSON, CSV, Excel). Ideal for market analysis, competitive intelligence, price monitoring, and business automation.

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

4 days ago

Last modified

Share


README.md

Amazon Product Detail Extractor

Introduction

The Amazon Product Detail Extractor is a powerful tool designed to scrape detailed product information from Amazon. It efficiently extracts data such as pricing, specifications, and customer reviews, providing valuable insights for market analysis and business intelligence.

Features

  • Comprehensive Data Extraction: Captures extensive details including price, brand, dimensions, and more.
  • High Reliability: Ensures accurate and up-to-date information with minimal errors.
  • Scalable Performance: Supports multiple URLs and large datasets efficiently.
  • Customizable Limits: Allows setting item limits to control data volume per run.
  • Versatile Output Formats: Exports data in JSON, CSV, or Excel for easy integration.

Input Parameters

ParameterTypeRequiredDescriptionExample
UrlarrayYesThe URL(s) for the spider to scrape.["https://www.amazon.in/Babyhug-Baby-Diapers-Pants-Medium/dp/B08TM9SVPN"]
item_limitintegerNoMaximum items to scrape per actor run. Set to 0 for no limit.10

Example Usage

Input JSON

{
"Url":[
"https://www.amazon.in/Babyhug-Baby-Diapers-Pants-Medium/dp/B08TM9SVPN"
],
"item_limit":10
}

Output JSON

[
{
"title":"Babyhug Baby Diapers Pants Medium Pack of 76- Advanced Soft Diapers Pants(M76) (7-12 Kg)",
"currency":"INR",
"productId":"B08TM9SVPN",
"productUrl":"https://www.amazon.in/Babyhug-Baby-Diapers-Pants-Medium/dp/B08TM9SVPN",
"saleprice":899,
"listprice":1289,
"discount":30.26,
"brand":"babyhug",
"number_of_items":"76",
"colour":"White",
"incontinence_protector_type":"Infant Diaper",
"age_range_description":"Infant",
"material_type_free":"rash free",
"reusability":"Disposable",
"size":"Medium - 76 Count (Pack of 1)",
"net_quantity":" 76.00 Count",
"pattern":"Solid",
"product_dimensions":" 10 x 10 x 10 cm; 800 g",
"date_first_available":" 20 January 2021",
"manufacturer":" Swara Baby Products Pvt Ltd",
"asin":" B08TM9SVPN",
"department":" UNISEX BABY",
"item_weight":" 800 g",
"item_dimensions_lxwxh":" 10 x 10 x 10 Centimeters",
"generic_name":" DIAPERS",
"best_sellers_rank":" #1,669 in Baby Products ( ) #90 in",
"customer_reviews":" 3.9 out of 5 stars (366)",
"variants":[
{
"asin":"B08VDXFH8F",
"sale_price":890,
"list_price":1289,
"discount_percentage":30.95,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B08TM6YKS7",
"sale_price":889,
"list_price":1299,
"discount_percentage":31.56,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B08W1WJSV7",
"sale_price":4125,
"list_price":null,
"discount_percentage":null,
"is_available":null,
"is_fod":"true",
"is_prime_eligible":false
},
{
"asin":"B0BZP1YB1H",
"sale_price":683,
"list_price":799,
"discount_percentage":14.52,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B0BZP29WQ4",
"sale_price":898,
"list_price":1369,
"discount_percentage":34.4,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B0BZP28PLW",
"sale_price":870,
"list_price":1299,
"discount_percentage":33.03,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B0BFWCRFW2",
"sale_price":305,
"list_price":398,
"discount_percentage":23.37,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B0BZP18V81",
"sale_price":875,
"list_price":1375,
"discount_percentage":36.36,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B0B7158TTM",
"sale_price":295,
"list_price":399,
"discount_percentage":26.07,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B08TM9SVPN",
"sale_price":899,
"list_price":1289,
"discount_percentage":30.26,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
},
{
"asin":"B0BZP2R7TN",
"sale_price":880,
"list_price":1299,
"discount_percentage":32.26,
"is_available":true,
"is_fod":false,
"is_prime_eligible":false
}
],
"actor_id":"cbDhGz9ZAhrwSrDyd",
"run_id":"emNZuQfoopVoiLMW1"
}
]

Use Cases

  • Market Research and Analysis: Gain insights into product trends and consumer preferences.
  • Competitive Intelligence: Monitor competitor pricing and product offerings.
  • Price Monitoring: Track price changes to optimize purchasing strategies.
  • Content Aggregation: Collect data for content creation and marketing purposes.
  • Academic Research: Use detailed product information for research studies.
  • Business Automation: Automate data collection processes for efficiency.

Installation and Usage

  1. Search for "Amazon 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:

  • title: Product title
  • currency: Currency used for pricing
  • productId: Unique product identifier
  • productUrl: URL of the product page
  • saleprice: Current sale price
  • listprice: Original list price
  • discount: Discount percentage
  • brand: Brand name
  • number_of_items: Quantity in package
  • colour: Product color
  • incontinence_protector_type: Type of diaper
  • age_range_description: Suitable age range
  • material_type_free: Material characteristics
  • reusability: Reusability information
  • size: Product size
  • net_quantity: Net quantity
  • pattern: Pattern type
  • product_dimensions: Dimensions and weight
  • date_first_available: Date product was first available
  • manufacturer: Manufacturer name
  • asin: Amazon Standard Identification Number
  • department: Department category
  • item_weight: Weight of the item
  • item_dimensions_lxwxh: Length, width, height dimensions
  • generic_name: Generic product name
  • best_sellers_rank: Bestseller rank information
  • customer_reviews: Customer review summary
  • variants: Array of product variants with details

Support Section

Support

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

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

You might also like

Amazon Product Scraper

akash9078/amazon-product-scraper

Amazon scraper that extracts comprehensive product data, including pricing, ratings, images, reviews, and seller offers. Perfect for price monitoring, market research, and competitive analysis.

πŸ‘ User avatar

Akash Kumar Naik

26

Amazon Product Scraper

vulnv/amazon-product-scraper

Extract complete product details from Amazon including prices, reviews, descriptions, images, and specifications. Get accurate data for market research, price monitoring, and product analysis.

Amazon Categories Spider

getdataforme/amazon-categories-spider

Effortlessly scrape comprehensive product data from Amazon category pages, including titles, prices, ratings, and delivery info. Ideal for market research, competitive intelligence, and automation. Features multi-category support, high reliability, fast performance, and structured JSON output.

Amazon Product ScraperπŸ›οΈ

webscrap18/amazon-product-scraper

πŸ›’ Scrape Amazon Product Data with Ease Easily extract comprehensive product information from Amazon.com, including search results, product pages, and category listings. Get access to πŸ’° pricing details, ⭐ customer reviews & ratings, πŸ“¦ product availability, and 🏷️ key product specifications.

Amazon product scraper

logical_scrapers/amazon-product-scraper

Fastest and powerful Amazon product scraper tool that extracts detailed product information from Amazon product pages, including title, price, features, images, technical specifications, and ratings. Automate data collection for market research, price comparison and competitive analysis.

620

5.0

Amazon Product Details Scraper

scrapier/amazon-product-details-scraper

Scrape comprehensive Amazon product details with the Amazon Product Details Scraper. Extract titles, descriptions, prices, ratings, reviews, images, and stock information. Ideal for market research, competitor analysis, and price tracking. Fast, accurate, and scalable for bulk products.