# Events (grouped, with nested markets) Polymarket

**Use case:** 

Standard Export of Polymarket Prediction Market for Events (grouped, with nested markets). Structured results ready to export for analysis, lead generation,

## Input

```json
{
  "maxItems": 100,
  "scrapeMode": "events",
  "status": "active",
  "sortBy": "volume24hr",
  "sortDirection": "desc",
  "includeOrderbook": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "outcomes": {
    "label": "Outcomes",
    "format": "array"
  },
  "outcomePrices": {
    "label": "Outcome Prices",
    "format": "array"
  },
  "bestBid": {
    "label": "Best Bid",
    "format": "number"
  },
  "bestAsk": {
    "label": "Best Ask",
    "format": "number"
  },
  "lastTradePrice": {
    "label": "Last Trade Price",
    "format": "number"
  },
  "spread": {
    "label": "Spread",
    "format": "number"
  },
  "volume": {
    "label": "Total Volume",
    "format": "number"
  },
  "volume24hr": {
    "label": "Volume 24h",
    "format": "number"
  },
  "volume1wk": {
    "label": "Volume 1w",
    "format": "number"
  },
  "volume1mo": {
    "label": "Volume 1m",
    "format": "number"
  },
  "volume1yr": {
    "label": "Volume 1y",
    "format": "number"
  },
  "liquidity": {
    "label": "Liquidity",
    "format": "number"
  },
  "openInterest": {
    "label": "Open Interest",
    "format": "number"
  },
  "oneDayPriceChange": {
    "label": "Price Change 24h",
    "format": "number"
  },
  "oneWeekPriceChange": {
    "label": "Price Change 1w",
    "format": "number"
  },
  "oneMonthPriceChange": {
    "label": "Price Change 1m",
    "format": "number"
  },
  "competitive": {
    "label": "Competitiveness",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date"
  },
  "endDate": {
    "label": "End Date",
    "format": "date"
  },
  "resolutionSource": {
    "label": "Resolution Source",
    "format": "text"
  },
  "marketsCount": {
    "label": "Markets Count",
    "format": "number"
  },
  "markets": {
    "label": "Markets",
    "format": "array"
  },
  "orderbook": {
    "label": "Orderbook",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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