# Limitless prediction markets API (JSON)

**Use case:** 

Get all active Limitless markets as structured JSON via the Apify API: YES/NO prices, volume, categories, URLs.

## Input

```json
{
  "maxMarkets": 25,
  "sortBy": "default",
  "monitorMode": false,
  "alertOnNewMarket": true,
  "alertOnPriceMove": false,
  "priceMoveThreshold": "0.1",
  "alertOnResolvingSoon": false,
  "resolvingSoonHours": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Market",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "yes_price": {
    "label": "YES",
    "format": "number"
  },
  "no_price": {
    "label": "NO",
    "format": "number"
  },
  "volume": {
    "label": "Volume",
    "format": "number"
  },
  "expiration_date": {
    "label": "Resolves",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Limitless Prediction Market Scraper — Odds, Volume & Alerts](https://apify.com/scrapersdelight/limitless-markets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/limitless-markets-scraper) to learn more, explore other use cases, and run it yourself.