# E-commerce competitor price monitoring

**Use case:** Track competitors

E-commerce competitor price monitoring tracks rival pricing across online stores in real time. Collect prices from multiple retailers, spot trends, and more.

## Input

```json
{
  "scrapeMode": "AUTO",
  "detailsUrls": [
    {
      "url": "https://www.costco.com/p/-/anker-maggo-magnetic-wireless-charging-5000-mah-power-bank-2-pack/4000291435?langId=-1"
    }
  ],
  "additionalProperties": true,
  "scrapeModeSearchEngine": "Google Listing",
  "countryCode": "us",
  "additionalPropertiesSearchEngine": false,
  "scrapeReviewsDelivery": false,
  "sortReview": "Most recent",
  "additionalReviewProperties": false,
  "scrapeInfluencerProducts": false
}
```

## Output

```json
{
  "image": {
    "label": "Image"
  },
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "offers": {
    "label": "Offers"
  },
  "brand": {
    "label": "Brand"
  },
  "description": {
    "label": "Description"
  },
  "aiSummary": {
    "label": "Ai summary"
  },
  "additionalProperties": {
    "label": "Additional properties"
  },
  "keyword": {
    "label": "Keyword"
  }
}
```

## About this Actor

This example demonstrates how to use [E-commerce Scraping Tool](https://apify.com/apify/e-commerce-scraping-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apify/e-commerce-scraping-tool) to learn more, explore other use cases, and run it yourself.