# Bond ETF Directory Scraper

**Use case:** 

Extract fixed income ETFs ranked by year-to-date performance. Track bond fund returns and metrics for income-focused research.

## Input

```json
{
  "maxItems": 3,
  "assetClass": "Fixed Income",
  "sortBy": "ytd"
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "issuer": {
    "label": "Issuer",
    "format": "text"
  },
  "expenseRatio": {
    "label": "Expense Ratio",
    "format": "number"
  },
  "aum": {
    "label": "Aum",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "assetClass": {
    "label": "Asset Class",
    "format": "text"
  },
  "ytdReturn": {
    "label": "Ytd Return",
    "format": "number"
  },
  "oneYearReturn": {
    "label": "One Year Return",
    "format": "number"
  },
  "avgVolume": {
    "label": "Avg Volume",
    "format": "number"
  },
  "indexTracked": {
    "label": "Index Tracked",
    "format": "text"
  },
  "inceptionDate": {
    "label": "Inception Date",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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