# BitMEX Perpetual Swaps Scraper

**Use case:** 

Scrape BitMEX perpetual swap contracts ranked by 24h volume with last price, open interest and symbols. Structured derivatives data.

## Input

```json
{
  "instrumentType": "perpetual",
  "quoteCurrency": "",
  "maxItems": 5,
  "sortBy": "volume24h"
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "classification": {
    "label": "Classification",
    "format": "text"
  },
  "rootSymbol": {
    "label": "Root Symbol",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "typ": {
    "label": "Typ",
    "format": "text"
  },
  "underlying": {
    "label": "Underlying",
    "format": "text"
  },
  "quoteCurrency": {
    "label": "Quote Currency",
    "format": "text"
  },
  "listing": {
    "label": "Listing",
    "format": "text"
  },
  "lastPrice": {
    "label": "Last Price",
    "format": "number"
  },
  "markPrice": {
    "label": "Mark Price",
    "format": "number"
  },
  "openInterest": {
    "label": "Open Interest",
    "format": "number"
  },
  "openValue": {
    "label": "Open Value",
    "format": "number"
  },
  "volume24h": {
    "label": "Volume24h",
    "format": "number"
  }
}
```

## About this Actor

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