# Most Recent Target Reviews

**Use case:** 

Extract Target Reviews data filtered by Most Recent. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "productUrls": [
    "https://www.target.com/p/apple-airpods-pro-3/-/A-85978609"
  ],
  "maxItems": 10,
  "maxResultsPerProduct": 20,
  "sortBy": "most_recent",
  "verifiedOnly": false,
  "hasOnlyPhotos": false
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "productTitle": {
    "label": "Product Title",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "reviewTitle": {
    "label": "Review Title",
    "format": "text"
  },
  "reviewText": {
    "label": "Review Text",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewStatus": {
    "label": "Review Status",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer Name",
    "format": "text"
  },
  "reviewerExternalId": {
    "label": "Reviewer External ID",
    "format": "text"
  },
  "reviewerAttributes": {
    "label": "Reviewer Attributes",
    "format": "object"
  },
  "verifiedPurchase": {
    "label": "Verified Purchase",
    "format": "boolean"
  },
  "helpfulCount": {
    "label": "Helpful Count",
    "format": "number"
  },
  "unhelpfulCount": {
    "label": "Unhelpful Count",
    "format": "number"
  },
  "clientResponseCount": {
    "label": "Client Response Count",
    "format": "number"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "videos": {
    "label": "Videos",
    "format": "array"
  },
  "secondaryRatings": {
    "label": "Secondary Ratings",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "sourceClient": {
    "label": "Source Client",
    "format": "text"
  },
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "isSyndicated": {
    "label": "Syndicated",
    "format": "boolean"
  },
  "isIncentivized": {
    "label": "Incentivized",
    "format": "boolean"
  },
  "isRatingsOnly": {
    "label": "Ratings Only",
    "format": "boolean"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "reviewDate": {
    "label": "Review Date",
    "format": "date"
  },
  "reviewModifiedAt": {
    "label": "Review Modified At",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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