# Manifold Newest Markets Scraper

**Use case:** 

Track the newest open prediction markets on Manifold. Monitor fresh forecasting questions and live probabilities as structured JSON.

## Input

```json
{
  "mode": "list",
  "sort": "newest",
  "filter": "open",
  "fetchDescriptions": false,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "question": {
    "label": "Question",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "creatorId": {
    "label": "Creator Id",
    "format": "text"
  },
  "creatorUsername": {
    "label": "Creator Username",
    "format": "text"
  },
  "creatorName": {
    "label": "Creator Name",
    "format": "text"
  },
  "creatorAvatarUrl": {
    "label": "Creator Avatar Url",
    "format": "link"
  },
  "createdTime": {
    "label": "Created Time",
    "format": "text"
  },
  "closeTime": {
    "label": "Close Time",
    "format": "text"
  },
  "lastUpdatedTime": {
    "label": "Last Updated Time",
    "format": "text"
  },
  "lastBetTime": {
    "label": "Last Bet Time",
    "format": "text"
  },
  "outcomeType": {
    "label": "Outcome Type",
    "format": "text"
  },
  "mechanism": {
    "label": "Mechanism",
    "format": "text"
  }
}
```

## About this Actor

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