# Polymarket URL Market Extractor

**Use case:** 

Extract exact Polymarket market URLs into structured rows with outcomes, prices, volume, liquidity, and IDs.

## Input

```json
{
  "maxItems": 10,
  "status": "all",
  "search": "bitcoin",
  "marketUrls": [
    "https://polymarket.com/market/new-rhianna-album-before-gta-vi-926"
  ],
  "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.