# Find highest-rated Target product reviews

**Use case:** 

Export top-rated public Target reviews for a product URL so merchandising teams can inspect positive customer themes.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.target.com/p/apple-airpods-pro-2nd-generation-with-magsafe-case-usb-c/-/A-85978622"
    }
  ],
  "tcins": [],
  "maxReviews": 1,
  "sortBy": "highest_rating",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "tcin": {
    "label": "TCIN",
    "format": "text"
  },
  "productTitle": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "averageRating": {
    "label": "Average rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "recommendedPercentage": {
    "label": "Recommended %",
    "format": "number"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "text"
  },
  "reviewText": {
    "label": "Review text",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "authorNickname": {
    "label": "Author",
    "format": "text"
  },
  "submittedAt": {
    "label": "Submitted",
    "format": "date"
  },
  "isRecommended": {
    "label": "Recommended",
    "format": "boolean"
  },
  "helpfulVotes": {
    "label": "Helpful votes",
    "format": "number"
  },
  "verifiedPurchaser": {
    "label": "Verified",
    "format": "boolean"
  },
  "isSyndicated": {
    "label": "Syndicated",
    "format": "boolean"
  },
  "dataSourceName": {
    "label": "Source",
    "format": "text"
  },
  "sortBy": {
    "label": "Sort",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Target Reviews Scraper](https://apify.com/fetch_cat/target-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/target-reviews-scraper) to learn more, explore other use cases, and run it yourself.