# 💹 VettaFi ETFdb Screener Data Export

**Use case:** 

Data Export of 💹 VettaFi ETFdb Screener. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "symbol": {
    "label": "🔣 Symbol",
    "format": "text"
  },
  "price": {
    "label": "💵 Price",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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