# Live competitor pricing for AI shopping assistants

**Use case:** 

Ground your shopping agent or assistant with real-time prices across major US marketplaces. Call this task whenever your LLM needs current product availability

## Input

```json
{
  "scrapeMode": "AUTO",
  "keyword": "Apple AirPods Pro 2",
  "marketplaces": [
    "www.amazon.com",
    "www.walmart.com",
    "www.costco.com"
  ],
  "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"
  },
  "inputUrl": {
    "label": "Input 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.