# Verteidigungs-ETFs auf Finanzfluss finden

**Use case:** 

ETF-Suche auf Finanzfluss.de nach Rüstungs- und Defense-Fonds. ISIN, Name, Kosten und Kennzahlen für Investment-Recherche und Portfolio-Screening exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.finanzfluss.de/informer/etf/suche?q=defense"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "isin": {
    "label": "Isin"
  },
  "ter": {
    "label": "Ter"
  },
  "fundVolumeFormatted": {
    "label": "Fund volume formatted"
  },
  "replication": {
    "label": "Replication"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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