# Tarkov Flea Market Item Price Latest Results

**Use case:** 

Latest Results of Tarkov Flea Market Item Price. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "name": "Graphics card",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "shortName": {
    "label": "🏷 Short",
    "format": "text"
  },
  "avg24hPrice": {
    "label": "💰 Avg 24h",
    "format": "number"
  },
  "low24hPrice": {
    "label": "📉 Low 24h",
    "format": "number"
  },
  "high24hPrice": {
    "label": "📈 High 24h",
    "format": "number"
  },
  "basePrice": {
    "label": "🧱 Base",
    "format": "number"
  },
  "changeLast48hPercent": {
    "label": "↕ 48h %",
    "format": "number"
  },
  "wikiLink": {
    "label": "🔗 Wiki",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tarkov Flea Market Item Price Scraper](https://apify.com/parseforge/tarkov-flea-market-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tarkov-flea-market-scraper) to learn more, explore other use cases, and run it yourself.