# Find Expert-Rated Wines at Total Wine

**Use case:** 

Search Total Wine & More for high-rated wines using expert scores and customer ratings to build a quality wine selection dataset for recommendations and analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.totalwine.com/wine/red-wine/c/000009"
    }
  ],
  "search": "wine",
  "maxItems": 1000,
  "maxReviews": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US",
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "vintage": {
    "label": "Vintage",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceRegular": {
    "label": "Regular price",
    "format": "number"
  },
  "priceSale": {
    "label": "Sale price",
    "format": "number"
  },
  "abv": {
    "label": "ABV",
    "format": "string"
  },
  "volume": {
    "label": "Volume",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingSource": {
    "label": "Rating source",
    "format": "string"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "grapeVarietal": {
    "label": "Grape / Varietal",
    "format": "string"
  },
  "foodPairing": {
    "label": "Food pairing",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "inStorePickup": {
    "label": "In-store pickup",
    "format": "boolean"
  },
  "shippingAvailable": {
    "label": "Shipping",
    "format": "boolean"
  },
  "deliveryAvailable": {
    "label": "Delivery",
    "format": "boolean"
  },
  "stockQuantity": {
    "label": "Stock qty",
    "format": "number"
  },
  "tasteProfile": {
    "label": "Taste profile",
    "format": "string"
  },
  "style": {
    "label": "Style",
    "format": "string"
  },
  "body": {
    "label": "Body",
    "format": "string"
  },
  "containerType": {
    "label": "Container",
    "format": "string"
  },
  "expertReview": {
    "label": "Expert review",
    "format": "string"
  },
  "expertRating": {
    "label": "Expert rating",
    "format": "number"
  },
  "expertRatingSource": {
    "label": "Expert source",
    "format": "string"
  },
  "storeName": {
    "label": "Store",
    "format": "string"
  },
  "aisleLocation": {
    "label": "Aisle",
    "format": "string"
  },
  "salesStrategy": {
    "label": "Sales strategy",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Total Wine Scraper [$3/1K💰] | Prices | Reviews | Stock Data](https://apify.com/ahmed_jasarevic/total-wine-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/total-wine-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/ahmed_jasarevic/total-wine-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
