# AI and tech prediction markets on Polymarket

**Use case:** 

Scrape AI and technology prediction markets on Polymarket. Track predictions about AI breakthroughs, tech companies, and product launches.

## Input

```json
{
  "category": "ai",
  "status": "active",
  "minVolume": 0,
  "maxResults": 100,
  "keyword": "",
  "sortBy": "newest"
}
```

## Output

```json
{
  "question": {
    "label": "Question",
    "format": "text"
  },
  "outcomePrices": {
    "label": "Prices",
    "format": "text"
  },
  "volume": {
    "label": "Volume ($)",
    "format": "number"
  },
  "volume24hr": {
    "label": "24h Volume",
    "format": "number"
  },
  "liquidity": {
    "label": "Liquidity ($)",
    "format": "number"
  },
  "lastTradePrice": {
    "label": "Last Price",
    "format": "number"
  },
  "oneDayPriceChange": {
    "label": "24h Change",
    "format": "number"
  },
  "bestBid": {
    "label": "Best Bid",
    "format": "number"
  },
  "bestAsk": {
    "label": "Best Ask",
    "format": "number"
  },
  "spread": {
    "label": "Spread",
    "format": "number"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  },
  "endDate": {
    "label": "End Date",
    "format": "text"
  },
  "eventTitle": {
    "label": "Event",
    "format": "text"
  },
  "marketUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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