# Vinted Tommy Hilfiger Jacket Scanner

**Use case:** 

Scan Tommy Hilfiger jackets across Vinted countries and find price gaps between local markets.

## Input

```json
{
  "workflowPreset": "ARBITRAGE_SCANNER",
  "query": "tommy hilfiger jacket",
  "countries": [
    "fr",
    "de",
    "uk",
    "it",
    "pl"
  ],
  "maxItems": 300,
  "mode": "CROSS_COUNTRY",
  "itemUrls": [
    "https://www.vinted.fr/items/5765415416-nike-air-max"
  ],
  "sellerUrls": [
    "https://www.vinted.fr/member/12345678-username"
  ],
  "condition": [
    "new_without_tags",
    "very_good",
    "good"
  ],
  "priceMin": 20,
  "priceMax": 180,
  "sortBy": "price_low_to_high",
  "includeSellerDetails": false,
  "includePhotos": false,
  "trackingStoreName": "vinted-sell-through-tracker",
  "missingRunsThreshold": 2,
  "emitActiveItems": true,
  "emitRunSummary": true,
  "maxConcurrency": 2,
  "maxRequestRetries": 3,
  "requestDelayMs": 700
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "opportunityScore": {
    "label": "Score",
    "format": "number"
  },
  "buyCountry": {
    "label": "Buy country",
    "format": "text"
  },
  "sellCountry": {
    "label": "Sell country",
    "format": "text"
  },
  "spread": {
    "label": "Spread",
    "format": "number"
  },
  "estimatedBuyPrice": {
    "label": "Buy price",
    "format": "number"
  },
  "estimatedResellPrice": {
    "label": "Resell price",
    "format": "number"
  },
  "priceGapPercent": {
    "label": "Gap %",
    "format": "number"
  },
  "alertReason": {
    "label": "Alert reason",
    "format": "text"
  },
  "countriesCompared": {
    "label": "Countries",
    "format": "number"
  },
  "observedItems": {
    "label": "Observed items",
    "format": "number"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Vinted Smart Scraper - Cross-Country Arbitrage Scanner](https://apify.com/kazkn/vinted-smart-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kazkn/vinted-smart-scraper) to learn more, explore other use cases, and run it yourself.