# Extract Data for Specific Polymarket Prediction Market ID

**Use case:** 

Retrieve detailed information for a precise Polymarket prediction market using its condition ID. This is crucial for deep-dive analysis into specific events, se

## Input

```json
{
  "mode": "byConditionId",
  "query": "election",
  "conditionId": "0x530c000000000000000000000000000000000001",
  "category": "all",
  "resolvedOnly": false,
  "activeOnly": true,
  "maxItems": 5
}
```

## Output

```json
{
  "question": {
    "label": "Question"
  },
  "outcomePrices": {
    "label": "Outcome prices"
  },
  "outcomes": {
    "label": "Outcomes"
  },
  "volume": {
    "label": "Volume"
  },
  "volume24hr": {
    "label": "Volume24hr"
  },
  "liquidity": {
    "label": "Liquidity"
  },
  "endDate": {
    "label": "End date"
  },
  "resolved": {
    "label": "Resolved"
  },
  "category": {
    "label": "Category"
  }
}
```

## About this Actor

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