# Manifold Probability and Volume Monitor

**Use case:** 

Monitor active Manifold markets by collecting probabilities, 24-hour volume, liquidity, bettors, close dates, and stable IDs on a schedule.

## Input

```json
{
  "maxItems": 500,
  "status": "open",
  "creatorUsername": "",
  "outcomeType": "",
  "createdAfter": "",
  "closeBefore": "",
  "minVolume": 500,
  "maxPages": 50,
  "includeRaw": false
}
```

## Output

```json
{
  "question": {
    "label": "Question",
    "format": "text"
  },
  "probability": {
    "label": "Probability",
    "format": "number"
  },
  "volume": {
    "label": "Total volume",
    "format": "number"
  },
  "volume24Hours": {
    "label": "24h volume",
    "format": "number"
  },
  "isResolved": {
    "label": "Resolved",
    "format": "boolean"
  },
  "resolution": {
    "label": "Resolution",
    "format": "text"
  },
  "outcomeType": {
    "label": "Outcome type",
    "format": "text"
  },
  "creatorUsername": {
    "label": "Creator",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "closeAt": {
    "label": "Closes",
    "format": "date"
  },
  "url": {
    "label": "Market",
    "format": "link"
  },
  "marketId": {
    "label": "Market ID",
    "format": "text"
  }
}
```

## About this Actor

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