Scrape Amazon Product Details

Extract detailed product information, including customer reviews, pricing, images, and specifications, from Amazon with SellerMagnet’s API for comprehensive market analysis.

No credit card required. Get started with 5,000 free API credits.

Why Scrape Amazon Product Details?

Sentiment Analysis

Analyze customer reviews to understand opinions and improve products.

Competitor Benchmarking

Compare product specs, pricing, and review sentiment to assess competitors.

Product Optimization

Use detailed data and feedback to enhance listings and marketing strategies.

Comprehensive Product Data Extraction

Retrieve detailed product information to gain actionable insights. Our API provides:

Customer Reviews

Extract review text, ratings, and summaries for sentiment analysis.

Pricing & Buy Box

Access current prices, buy box details, and seller information.

Product Specifications

Retrieve detailed specs like dimensions, weight, and manufacturer info.

Images & Videos

Collect product images and videos for visual analysis and marketing.

Extract Product Details & Reviews

Scrape Amazon product details, including reviews, with a single API request.

cURL
Python
curl -X GET 'https://sellermagnet-api.com/api/amazon-product-lookup?asin=B0CL61F39H&marketplaceId=ATVPDKIKX0DER&api_key=YOUR_API_KEY'
                    
import requests

url = "https://sellermagnet-api.com/api/amazon-product-lookup"
params = {
    "asin": "B0CL61F39H",
    "marketplaceId": "ATVPDKIKX0DER",
    "api_key": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
if response.ok:
    print(response.json())
else:
    print(f"Error: {response.status_code} - {response.json().get('message', 'Unknown error')}")
                    

Output includes product reviews, pricing, images, specifications, and more in JSON/CSV format.

API Details

Fetch comprehensive product details and reviews with the Amazon Product Lookup endpoint.

Parameters

  • asin (required): Product ASIN (e.g., "B0CL61F39H")
  • marketplaceId (required): Marketplace ID (e.g., "ATVPDKIKX0DER")
  • api_key (required): Your API key

Response Data

Includes product details, customer reviews, pricing, images, specifications, and more in JSON/CSV format.

{
  "data": {
    "productInfo": {
      "asin": "B0CL61F39H",
      "title": "PlayStation®5 console (slim)",
      "reviews": {
        "averageRating": 4.7,
        "reviewSummary": "4.7 out of 5 stars",
        "totalReviews": 7092
      },
      "buyBoxInfo": {
        "currencyCode": "USD",
        "price": 444.99,
        "sellerId": "A3853PJW50SJG8"
      },
      "images": [
        "https://m.media-amazon.com/images/I/41ECK5cY-2L._SL1000_.jpg",
        ...
      ],
      "details": {
        "ASIN": "B0CL61F39H",
        "Manufacturer": "Sony",
        "Product Dimensions": "14 x 17 x 7 inches; 10.6 Pounds"
      },
      ...
    }
  },
  "success": true
}
                    

Amazon Product Lookup FAQs

What product data can I scrape?
Product details, customer reviews, pricing, images, specifications, and more in JSON/CSV format.
Can I scrape product details for multiple ASINs?
Yes, our API supports bulk requests for large-scale data collection across multiple products.
What review data is included?
Review summaries, average ratings, and total review counts for each product.
Is the API reliable for product lookup?
Our API achieves a 99.9% success rate with smart proxy rotation and CAPTCHA handling.