# ETF NYSE Listings Directory

**Use case:** 

Extract NYSE Listings Directory data filtered by ETF. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "instrumentType": "EXCHANGE_TRADED_FUND",
  "sortColumn": "NORMALIZED_TICKER",
  "sortOrder": "ASC"
}
```

## Output

```json
{
  "normalizedTicker": {
    "label": "Normalized Ticker",
    "format": "text"
  },
  "symbolExchangeTicker": {
    "label": "Symbol Exchange Ticker",
    "format": "text"
  },
  "instrumentName": {
    "label": "Instrument Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "exchangeId": {
    "label": "Exchange Id",
    "format": "text"
  },
  "micCode": {
    "label": "Mic Code",
    "format": "text"
  },
  "instrumentType": {
    "label": "Instrument Type",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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