# End Date Polymarket Events

**Use case:** 

Extract Polymarket Events data filtered by End Date. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "order": "endDate"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Id",
    "format": "text"
  },
  "slug": {
    "label": "🔗 Slug",
    "format": "text"
  },
  "title": {
    "label": "📝 Title",
    "format": "text"
  },
  "volume": {
    "label": "💰 Volume",
    "format": "text"
  },
  "liquidity": {
    "label": "💧 Liquidity",
    "format": "text"
  },
  "startDate": {
    "label": "📅 Start",
    "format": "date"
  },
  "endDate": {
    "label": "📅 End",
    "format": "date"
  },
  "marketCount": {
    "label": "🧮 Markets",
    "format": "number"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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