# PredictIt Markets Data Export

**Use case:** 

Data Export of PredictIt Markets. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "nameContains": "President"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "market_id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "short_name": {
    "label": "🔖 Short",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "status": {
    "label": "🟢 Status",
    "format": "text"
  },
  "contracts": {
    "label": "📜 Contracts",
    "format": "text"
  },
  "last_trade_price": {
    "label": "💲 Last Trade",
    "format": "text"
  },
  "best_buy_yes": {
    "label": "🟩 Best Buy Yes",
    "format": "text"
  },
  "best_sell_yes": {
    "label": "🟥 Best Sell Yes",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PredictIt Markets Scraper](https://apify.com/parseforge/predictit-markets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/predictit-markets-scraper) to learn more, explore other use cases, and run it yourself.