# Target Product Review Data Extractor

**Use case:** 

Extract insightful customer reviews and ratings for a specific Target product. Access detailed feedback and structured data for analysis.

## Input

```json
{
  "productUrl": "https://www.target.com/p/23-farmhouse-ceramic-urn-pot-table-lamp-nourison/-/A-88151818?preselect=85269216#lnk=sametab",
  "productId": "94913194",
  "results_wanted": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Review Title",
    "format": "text"
  },
  "author_nickname": {
    "label": "Author",
    "format": "text"
  },
  "is_verified": {
    "label": "Verified",
    "format": "text"
  },
  "is_recommended": {
    "label": "Recommended",
    "format": "text"
  },
  "feedback_helpful": {
    "label": "Helpful",
    "format": "number"
  },
  "submitted_at": {
    "label": "Submitted At",
    "format": "text"
  },
  "product_url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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