# Stocks Nasdaq Short Interest Standard Export

**Use case:** 

Standard Export of Nasdaq Short Interest for Stocks. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "symbol": "AAPL",
  "assetClass": "stocks",
  "maxItems": 100
}
```

## Output

```json
{
  "symbol": {
    "label": "🔣 Symbol",
    "format": "text"
  },
  "settlement_date": {
    "label": "📅 Settlement Date",
    "format": "text"
  },
  "short_interest": {
    "label": "🩳 Short Interest",
    "format": "text"
  },
  "avg_daily_volume": {
    "label": "📊 Avg Daily Volume",
    "format": "text"
  },
  "days_to_cover": {
    "label": "📆 Days To Cover",
    "format": "text"
  },
  "change": {
    "label": "🔁 Change",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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