# Scrape Polymarket Price History - Polymarket

**Use case:** 

Scrape Polymarket price-history time-series with market, outcome, interval, # points, first, last, min, max and change %. Export to CSV or Excel.

## Input

```json
{
  "mode": "priceHistory",
  "query": "",
  "status": "active",
  "sortBy": "volume24hr",
  "marketSlugs": [
    "will-bitcoin-reach-100k-in-2025"
  ],
  "includePriceHistory": false,
  "priceHistoryInterval": "1d",
  "priceHistoryFidelity": 60,
  "includeTopHolders": false,
  "topHoldersLimit": 10,
  "includeRecentTrades": false,
  "recentTradesLimit": 20,
  "arbMinSpread": 0.03,
  "arbMinSimilarity": 0.55,
  "monitorMode": false,
  "monitorMinOddsChange": 0.02,
  "minVolume24h": 0,
  "minLiquidity": 0,
  "maxItems": 100,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "marketQuestion": {
    "label": "Market"
  },
  "outcome": {
    "label": "Outcome"
  },
  "interval": {
    "label": "Interval"
  },
  "pointCount": {
    "label": "# Points"
  },
  "firstPrice": {
    "label": "First"
  },
  "lastPrice": {
    "label": "Last"
  },
  "minPrice": {
    "label": "Min"
  },
  "maxPrice": {
    "label": "Max"
  },
  "changePct": {
    "label": "Change %"
  }
}
```

## About this Actor

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