# Find defense ETF data on Finanzfluss

**Use case:** 

Search Finanzfluss ETF database for defense-themed funds. Export ISINs, names, costs, and performance fields for investment research and portfolio screening.

## 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.