# Bitcoin Polymarket Markets Scraper

**Use case:** 

Scrape active Bitcoin Polymarket markets with odds, prices, liquidity, volume, dates, tags, and market URLs.

## Input

```json
{
  "maxItems": 100,
  "status": "active",
  "search": "bitcoin",
  "marketUrls": [],
  "marketIds": [],
  "marketSlugs": [],
  "maxPages": 20,
  "pageSize": 100,
  "includeRawData": false
}
```

## Output

```json
{
  "question": {
    "label": "Question"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "active": {
    "label": "Active"
  },
  "closed": {
    "label": "Closed"
  },
  "outcomes": {
    "label": "Outcomes"
  },
  "outcomePrices": {
    "label": "Prices"
  },
  "volume": {
    "label": "Volume"
  },
  "liquidity": {
    "label": "Liquidity"
  },
  "bestBid": {
    "label": "Best bid"
  },
  "bestAsk": {
    "label": "Best ask"
  },
  "lastTradePrice": {
    "label": "Last trade"
  },
  "endDate": {
    "label": "End date"
  },
  "marketId": {
    "label": "Market ID"
  },
  "conditionId": {
    "label": "Condition ID"
  },
  "slug": {
    "label": "Slug"
  },
  "category": {
    "label": "Category"
  },
  "tags": {
    "label": "Tags"
  },
  "events": {
    "label": "Events"
  },
  "sourceApiUrl": {
    "label": "Source API"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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