# End Date Polymarket Gamma Markets

**Use case:** 

Extract Polymarket Gamma Markets 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"
  },
  "question": {
    "label": "❓ Question",
    "format": "text"
  },
  "slug": {
    "label": "🔗 Slug",
    "format": "text"
  },
  "volume": {
    "label": "💰 Volume",
    "format": "text"
  },
  "liquidity": {
    "label": "💧 Liquidity",
    "format": "text"
  },
  "endDate": {
    "label": "📅 End Date",
    "format": "date"
  },
  "outcomes": {
    "label": "🎯 Outcomes",
    "format": "text"
  },
  "outcomePrices": {
    "label": "💵 Prices",
    "format": "text"
  },
  "active": {
    "label": "🟢 Active",
    "format": "boolean"
  },
  "closed": {
    "label": "🔒 Closed",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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