# Target Women's Tops Price and Inventory Tracker

**Use case:** 

Extract detailed product data for women's tops on Target. Retrieve prices, reviews, ratings, images, and inventory across multiple pages.

## Input

```json
{
  "startUrl": "https://www.target.com/s?searchTerm=womens+tops&category=0%7CAll%7Cmatchallpartial%7Call+categories&searchTermRaw=womw",
  "keyword": "womens tops",
  "sort_by": "relevance",
  "results_wanted": 100,
  "max_pages": 10,
  "include_sponsored": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "tcin": {
    "label": "TCIN",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "formatted_current_price": {
    "label": "Price",
    "format": "text"
  },
  "rating_average": {
    "label": "Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "Ratings",
    "format": "number"
  },
  "is_marketplace": {
    "label": "Marketplace",
    "format": "text"
  },
  "item_type": {
    "label": "Type",
    "format": "text"
  },
  "buy_url": {
    "label": "Product URL",
    "format": "link"
  },
  "primary_image_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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