# Amazon Competitor Analysis

**Use case:** 

Benchmark your Amazon product against named competitors: comp-set position, price gap, BSR rank and which rival is gaining. JSON or CSV output.

## Input

```json
{
  "mode": "compset",
  "track": [
    "B09X7MPX8L"
  ],
  "asins": [],
  "searchTerms": [],
  "rankBy": "attention",
  "maxProducts": 50,
  "includeReviewsSample": true,
  "reviewsSamplePerProduct": 100,
  "marketplaces": [
    "amazon.com"
  ],
  "watchlistName": "",
  "deltaWindowDays": 7,
  "asinRevenue": {},
  "product": "B08L6ZYW21",
  "competitors": [
    "B0GWLN2Y14",
    "B0GWLKRWH7"
  ],
  "sellerUrls": [],
  "persona": "catalog_operations",
  "outputProfile": "signals",
  "analysisDepth": "standard",
  "explainability": "standard",
  "exportBundles": [],
  "maxRuntimeSeconds": 3600,
  "startUrls": [],
  "productUrls": [],
  "searchQuery": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "compSetPosition": {
    "label": "Comp-Set Position",
    "format": "object"
  },
  "competitivePressure": {
    "label": "Competitive Pressure",
    "format": "object"
  },
  "competitiveThreat": {
    "label": "Competitive Threat",
    "format": "object"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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