# E-commerce product research tool

**Use case:** 

E-commerce product research tool extracts product data from online retail sites. Gather names, prices, ratings, and reviews across multiple platforms.

## Input

```json
{
  "scrapeMode": "AUTO",
  "detailsUrls": [
    {
      "url": "https://www.amazon.com/ASUS-DisplayPort-2-5-Slot-Axial-tech-Technology/dp/B0F8PR9L3X/"
    }
  ],
  "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.