# Amazon Offers & Sellers per ASIN Data

**Use case:** 

Every offer for an ASIN: seller name, price and condition including resale listings. Buy-box and competitor monitoring data in CSV or JSON.

## Input

```json
{
  "searchQueries": [
    "wireless earbuds"
  ],
  "asins": [
    "B0DGHMNQ5Z"
  ],
  "sellerIds": [],
  "categoryNodeIds": [],
  "startUrls": [],
  "dataTypes": [
    "offers"
  ],
  "country": "us",
  "maxResultsPerType": 20,
  "includeProductDetails": false,
  "sortBy": "RELEVANCE",
  "minRating": "",
  "isPrime": false,
  "productCondition": "ALL",
  "dealsAndDiscounts": "NONE",
  "includeSellerProducts": false,
  "bestsellersCategory": "electronics",
  "includeNewReleases": false,
  "dealsCategory": "all",
  "dealsIsPrime": false,
  "stopOnError": false
}
```

## Output

```json
{
  "asin": {
    "label": "🆔 ASIN",
    "format": "string"
  },
  "price": {
    "label": "💲 Price",
    "format": "string"
  },
  "condition": {
    "label": "📦 Condition",
    "format": "string"
  },
  "seller_name": {
    "label": "🏬 Seller name",
    "format": "string"
  },
  "seller_rating": {
    "label": "⭐ Seller rating",
    "format": "number"
  },
  "is_buybox": {
    "label": "🛒 Buy Box",
    "format": "boolean"
  },
  "ships_from": {
    "label": "📮 Ships from",
    "format": "string"
  },
  "delivery_info": {
    "label": "🚛 Delivery",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon Product Scraper](https://apify.com/jdtpnjtp/amazon-products) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jdtpnjtp/amazon-products) to learn more, explore other use cases, and run it yourself.