# Vinted France–Germany Arbitrage Scanner

**Use case:** 

Compare Nike Dunk listings on Vinted France and Germany with normalized costs, price spreads, match confidence, estimated profit, and ROI.

## Input

```json
{
  "searchQuery": "nike dunk",
  "maxListingsPerCountry": 48,
  "maxOpportunities": 20,
  "sortBy": "relevance",
  "minMatchConfidence": 0.3,
  "minNetProfitEur": 0,
  "shippingCostEur": 5,
  "buyerProtectionRate": 0.05,
  "buyerProtectionFixedEur": 0.7,
  "resaleFeeRate": 0
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "buyMarket": {
    "label": "Buy market",
    "format": "string"
  },
  "buyTitle": {
    "label": "Buy listing",
    "format": "string"
  },
  "buyPriceEur": {
    "label": "Buy EUR",
    "format": "number"
  },
  "sellMarket": {
    "label": "Sell market",
    "format": "string"
  },
  "sellTitle": {
    "label": "Comparable listing",
    "format": "string"
  },
  "comparableSellPriceEur": {
    "label": "Sell EUR",
    "format": "number"
  },
  "estimatedNetProfitEur": {
    "label": "Est. profit EUR",
    "format": "number"
  },
  "roiPercent": {
    "label": "ROI %",
    "format": "number"
  },
  "matchConfidence": {
    "label": "Confidence",
    "format": "number"
  },
  "buyUrl": {
    "label": "Buy URL",
    "format": "string"
  },
  "sellUrl": {
    "label": "Sell URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Vinted France–Germany Arbitrage Scanner](https://apify.com/automation-lab/vinted-cross-country-arbitrage-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/vinted-cross-country-arbitrage-scanner) to learn more, explore other use cases, and run it yourself.