# Short Jupiter Perps Stats

**Use case:** 

Extract Jupiter Perps Stats data filtered by Short. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "side": "short",
  "maxItems": 10
}
```

## Output

```json
{
  "wallet": {
    "label": "🔹 wallet",
    "format": "text"
  },
  "market": {
    "label": "🔹 market",
    "format": "text"
  },
  "side": {
    "label": "🔹 side",
    "format": "text"
  },
  "sizeUsd": {
    "label": "🔹 sizeUsd",
    "format": "text"
  },
  "collateral": {
    "label": "🔹 collateral",
    "format": "text"
  },
  "leverage": {
    "label": "🔹 leverage",
    "format": "text"
  },
  "entryPrice": {
    "label": "🔹 entryPrice",
    "format": "text"
  },
  "liquidationPrice": {
    "label": "🔹 liquidationPrice",
    "format": "text"
  },
  "pnl": {
    "label": "🔹 pnl",
    "format": "text"
  },
  "fundingPaid": {
    "label": "🔹 fundingPaid",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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