# Manifold Markets Predictions Latest Results

**Use case:** 

Latest Results of Manifold Markets Predictions. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "includeResolved": true
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Id",
    "format": "text"
  },
  "question": {
    "label": "❓ Question",
    "format": "text"
  },
  "creatorUsername": {
    "label": "👤 Creator",
    "format": "text"
  },
  "probability": {
    "label": "🎯 Probability",
    "format": "number"
  },
  "volume": {
    "label": "💰 Volume",
    "format": "number"
  },
  "totalLiquidity": {
    "label": "💧 Liquidity",
    "format": "number"
  },
  "closeTime": {
    "label": "📅 Close Time",
    "format": "number"
  },
  "outcomeType": {
    "label": "🎲 Outcome Type",
    "format": "text"
  },
  "isResolved": {
    "label": "🔒 Resolved",
    "format": "boolean"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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