# Target Australia – Products, Prices & Reviews

**Use case:** 

Scrape Target AU products & reviews. Search/URL. Get price, images, category, stock, variations & optional full ratings/reviews in flat records.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "shirt"
  ],
  "sortBy": "relevance",
  "urls": [
    "https://www.target.com.au/search?text=shirt"
  ],
  "fetchReviews": true,
  "maxReviews": 20,
  "maxItems": 2,
  "maxPages": 100,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "wasPrice": {
    "label": "Was",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "colour": {
    "label": "Colour",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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