# Find Birkin 30 Etoupe Togo with palladium

**Use case:** 

Monitor Birkin 30 Etoupe Togo listings with palladium hardware across public resale marketplaces and review normalized strict-target matches.

## Input

```json
{
  "platforms": [
    "vestiaire",
    "rebag",
    "fashionphile",
    "1stdibs"
  ],
  "models": [
    "birkin"
  ],
  "watchlistMode": "strict_target",
  "watchlistModel": "birkin",
  "watchlistSize": "30",
  "watchlistColor": "etoupe",
  "watchlistMaterial": "togo",
  "watchlistHardware": "palladium",
  "watchlistConditionMin": "very_good",
  "watchlistKeywordsText": "etoupe, PHW, palladium hardware",
  "maxListingsPerPlatform": 20,
  "maxPagesPerPlatform": 1,
  "minSpreadPercent": 12,
  "minNetRoiPercent": 8,
  "shippingEstimate": 150,
  "repairBuffer": 250,
  "fxBufferPercent": 2,
  "rebagCommissionPercent": 20,
  "firstDibsCommissionPercent": 20,
  "includeUnmatchedListings": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "platform": {
    "label": "🛍️ Platform",
    "format": "text"
  },
  "platformListingId": {
    "label": "Platform listing id"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "title": {
    "label": "👜 Listing",
    "format": "text"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "size": {
    "label": "Size"
  },
  "colorRaw": {
    "label": "Color raw"
  },
  "colorBucket": {
    "label": "Color bucket"
  },
  "materialRaw": {
    "label": "Material raw"
  },
  "materialBucket": {
    "label": "Material bucket"
  },
  "hardwareRaw": {
    "label": "Hardware raw"
  },
  "hardwareBucket": {
    "label": "Hardware bucket"
  },
  "conditionRaw": {
    "label": "Condition raw"
  },
  "conditionBucket": {
    "label": "Condition bucket"
  },
  "price": {
    "label": "💵 Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "sellerName": {
    "label": "Seller name"
  },
  "location": {
    "label": "Location"
  },
  "images": {
    "label": "Images"
  },
  "attributeConfidence": {
    "label": "Attribute confidence"
  },
  "sourceCompleteness": {
    "label": "Source completeness"
  },
  "matchKey": {
    "label": "Match key"
  },
  "matchEligibility": {
    "label": "Match eligibility"
  },
  "confidenceScore": {
    "label": "🎯 Confidence",
    "format": "number"
  },
  "matchExclusionReasons": {
    "label": "🚫 Exclusion reasons",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Hermes Birkin/Kelly & Chanel Classic Cross-Platform Arbitrage](https://apify.com/kazkn/hermes-birkin-kelly-arbitrage) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kazkn/hermes-birkin-kelly-arbitrage) to learn more, explore other use cases, and run it yourself.