VOOZH about

URL: https://apify.com/parseforge/etf-com-scraper

⇱ ETF.com Scraper | ETF Data Holdings and Returns Β· Apify


πŸ‘ ETF.com Scraper | ETF Data Holdings and Returns avatar

ETF.com Scraper | ETF Data Holdings and Returns

Pricing

from $19.00 / 1,000 results

Go to Apify Store

ETF.com Scraper | ETF Data Holdings and Returns

Pull ETF data from ETF.com including ticker, issuer, expense ratio, AUM, holdings, sector breakdown, returns, dividend yield, and benchmark. Compare thousands of ETFs for portfolio analysis, fund research, finance dashboards, and investment screening at scale across markets.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

a month ago

Last modified

Share

πŸ‘ ParseForge Banner

πŸ“ˆ ETF Directory Scraper

πŸš€ Export ETF data with expense ratios, AUM, returns, and categories in seconds. No account needed - just run and download.

πŸ•’ Last updated: 2026-05-22 Β· πŸ“Š 14 fields per record Β· 4,500+ ETFs Β· US market coverage

Pull structured data from the ETF Database screener - tickers, fund names, issuers, expense ratios, assets under management, categories, index tracked, YTD returns, 1-year returns, and average daily volume. Data is collected in real time via the ETF Database public API and detail pages.

The dataset covers all US-listed ETFs tracked by ETF Database (etfdb.com), sourced from live market data. Every record includes the core metrics passive investors and financial researchers need most.


Target Audience / Use Cases

AudienceUse Case
Passive investorsScreen ETFs by expense ratio, AUM, and category
Financial researchersBuild ETF comparison datasets
Portfolio managersTrack universe of available ETFs and performance
Fintech developersPower ETF search and filter tools
Data journalistsAnalyze ETF industry trends and market data
EducatorsTeach passive investing concepts with real data

πŸ“‹ What the ETF Directory Scraper does

  • Fetches all 4,500+ US-listed ETFs from the ETF Database screener API
  • Enriches each record with issuer, expense ratio, inception date, and index tracked from ETF detail pages
  • Supports sorting by AUM, YTD return, or average volume
  • Filters by asset class (Equity, Fixed Income, Commodity, Currency, Alternatives)
  • Respects free/paid user limits automatically
  • Returns clean, structured JSON/CSV ready for download

πŸ’‘ Why it matters: ETF data is scattered across dozens of fund company websites. This scraper unifies it into one flat dataset you can filter, sort, and analyze in minutes.


🎬 Full Demo

🚧 Coming soon


βš™οΈ Input

FieldTypeDefaultDescription
maxItemsinteger10Number of ETFs to return. Free users limited to 10.
assetClassstringAllFilter by asset class: Equity, Fixed Income, Commodity, Currency, Alternatives, Asset Allocation
sortBystringassetsSort field: assets (AUM), ytd (YTD return), average_volume

Example 1 - Top 100 ETFs by AUM:

{
"maxItems":100,
"sortBy":"assets"
}

Example 2 - Top 50 Bond ETFs:

{
"maxItems":50,
"assetClass":"Fixed Income",
"sortBy":"assets"
}

⚠️ Good to Know: Free users are automatically limited to 10 items. Create a free account w/ $5 credit to unlock up to 1,000,000 records.


πŸ“Š Output

FieldTypeExample
πŸ“Œ tickerstring"VOO"
πŸ“› namestring"Vanguard S&P 500 ETF"
πŸ”— urlstring"https://etfdb.com/etf/VOO/"
🏒 issuerstring"Vanguard"
πŸ’° expenseRationumber0.0003
πŸ’΅ aumnumber956804 (millions USD)
πŸ—‚οΈ categorystring"Large Cap Growth Equities"
πŸ“¦ assetClassstring"Equity"
πŸ“ˆ ytdReturnnumber9.23 (%)
πŸ“Š oneYearReturnnumber26.59 (%)
πŸ“‰ avgVolumenumber9301940
🧭 indexTrackedstring"S&P 500 Index"
πŸ—“οΈ inceptionDatestring"Sep 07, 2010"
⏱️ scrapedAtstring"2026-05-22T02:17:44.069Z"
❌ errorstringnull

Sample records:

[
{
"ticker":"VOO",
"name":"Vanguard S&P 500 ETF",
"url":"https://etfdb.com/etf/VOO/",
"issuer":"Vanguard",
"expenseRatio":0.0003,
"aum":956804,
"category":"Large Cap Growth Equities",
"assetClass":"Equity",
"ytdReturn":9.23,
"oneYearReturn":26.59,
"avgVolume":9301940,
"indexTracked":"S&P 500 Index",
"inceptionDate":"Sep 07, 2010",
"scrapedAt":"2026-05-22T02:17:44.069Z"
},
{
"ticker":"IVV",
"name":"iShares Core S&P 500 ETF",
"url":"https://etfdb.com/etf/IVV/",
"issuer":"BlackRock, Inc.",
"expenseRatio":0.0003,
"aum":817532,
"category":"Large Cap Growth Equities",
"assetClass":"Equity",
"ytdReturn":9.23,
"oneYearReturn":26.6,
"avgVolume":7973494,
"indexTracked":"S&P 500 Index",
"inceptionDate":"May 15, 2000",
"scrapedAt":"2026-05-22T02:17:44.631Z"
}
]

✨ Why choose this Actor

  • Zero configuration - runs out of the box with no API keys or accounts
  • Real-time data from ETF Database - not cached or stale
  • Complete field set - 14 fields per ETF including expense ratio, AUM, and 1-year return
  • Asset class filtering - drill down into equity, bonds, commodities, or alternatives
  • Handles 4,500+ ETFs - full US ETF universe in one dataset
  • Clean numerics - AUM in millions, expense ratio as decimal, returns as percentage floats

πŸ“ˆ How it compares to alternatives

FeatureThis ActorManual scrapingFinancial APIs
No API key requiredYesYesNo
4,500+ ETFsYesSlowVaries
Expense ratio includedYesManualSometimes
Category classificationYesManualRarely
Index trackedYesManualRarely
Export to CSV/JSONOne clickManualManual
CostFree (10 items) / PaidFree but time-consumingMonthly subscription

πŸš€ How to use

  1. Go to the ETF Directory Scraper on Apify
  2. Click Try for free
  3. Set maxItems, optionally filter by assetClass or change sortBy
  4. Click Start
  5. Download results as JSON, CSV, Excel, or XML

πŸ’Ό Business use cases

ETF Screening and Selection

Build automated screeners that filter by expense ratio thresholds, AUM minimums, and category. Identify the lowest-cost ETFs in any asset class.

Portfolio Research and Construction

Compare ETFs across the same category side by side. Analyze tracking differences, issuer concentration, and fund age via inception date.

Passive Investing Analysis

Track the evolution of the ETF industry - average expense ratios by category, AUM growth by issuer, and adoption of index-based strategies.

Financial Education

Use real ETF data to teach students about passive investing, index funds, and portfolio diversification with up-to-date market facts.


πŸ”Œ Automating ETF Directory Scraper

Connect to Make (formerly Integromat), Zapier, or any webhook to automate ETF data collection:

  • Make: Trigger the actor on a schedule, send results to Google Sheets
  • Zapier: New dataset item triggers Slack notification or database insert
  • REST API: Call via https://api.apify.com/v2/acts/parseforge~etf-com-scraper/runs with your token

🌟 Beyond business use cases

Academic Research

Study passive investing adoption, expense ratio compression over time, or ETF market concentration by issuer.

Creative Projects

Build a personal ETF discovery tool or portfolio optimizer using real fund data.

Non-profit and Education

Teach financial literacy with real market data - compare low-cost index funds vs. expensive active funds.

Personal Experimentation

Explore the universe of ETFs - find niche thematic ETFs, newly launched funds, or the highest-yield bond ETFs.


πŸ€– Ask an AI assistant about this scraper

You can ask your favorite AI assistant:

"How do I use the ParseForge ETF Directory Scraper to find the cheapest S&P 500 ETFs?" "What ETF data fields does the Apify etf-com-scraper return?" "How do I filter ETFs by asset class with the ParseForge scraper?"


❓ Frequently Asked Questions

πŸ” Where does the data come from? Data is collected in real time from ETF Database (etfdb.com), which aggregates data from fund companies, exchanges, and market data providers.

πŸ’° How is AUM measured? AUM is reported in millions of USD as shown on ETF Database.

πŸ“Š What does expenseRatio represent? It is the annual fund operating expense as a decimal. For example, 0.0003 means 0.03% (3 basis points per year).

πŸ†“ How many ETFs can free users get? Free users get up to 10 ETFs. Upgrade to access the full 4,500+ ETF universe.

πŸ“… How current is the data? Data is scraped live at the time of your run. ETF Database updates daily.

🏒 Which issuers are included? All issuers on ETF Database are included - Vanguard, BlackRock, State Street, Invesco, Fidelity, and hundreds more.

🧭 What does indexTracked mean? It is the benchmark index the ETF aims to replicate. Active ETFs may have null here.

πŸ—‚οΈ What categories are available? ETF Database uses its own category taxonomy - Large Cap Growth Equities, Corporate Bonds, Gold, etc. Use the assetClass filter for broad groupings.

πŸ“ˆ Are returns real-time? Returns reflect the most recent data available on ETF Database at run time.

πŸ”’ How many ETFs are in the database? The ETF Database currently tracks 4,591 US-listed ETFs.


πŸ”Œ Integrate with any app

Export to Google Sheets, Airtable, PostgreSQL, MongoDB, Slack, Excel, or any REST API. Apify supports webhook triggers, scheduled runs, and direct API access.


πŸ”— Recommended Actors

ActorDescription
OurAirports Global Airport Database ScraperGlobal airport data with IATA codes, coordinates, and runway info
Stock Analysis ScraperPublic company financials and stock data
Financial Data ScraperBroad financial market datasets

πŸ’‘ Pro Tip: browse the complete ParseForge collection for more financial and data scrapers.


Disclaimer: This tool collects publicly available data from ETF Database for research and informational purposes. Always verify data with official fund documents before making investment decisions. ETF data changes daily - run frequency should match your data freshness requirements.

You might also like

Dividend & ETF Scraper

sheshinmcfly/dividend-etf-scraper

Extract full dividend history and ETF data from Yahoo Finance by ticker: every dividend's ex-date and amount, trailing-twelve-month payout, plus ETF expense ratio, yield, top holdings, sector weightings and returns. No login or API key needed. Export to JSON, CSV or Excel.

ETF Trends Analyzer

young_billionaires/etf-trends-analyzer

AI-powered ETF market trend analyzer. Get real-time reasons for top gainers, losers, most active, and trending ETFs. Understand ETF price movements, volume spikes and market sentiment with clear, data-driven insights.

πŸ‘ User avatar

Young Billionaires

7

5.0

JustETF - ETF Extractor (ISIN, TER, Returns, Holdings, Risk)

giovannibiancia/justetf---etf-extractor-isin-ter-returns-holdings-risk

Extract comprehensive ETF and fund data from JustETF. Get ISIN, TER, returns (1M to MAX), top holdings, sector/country allocation, volatility, Sharpe ratio, max drawdown, and yearly performance. Perfect for portfolio analysis and financial research. Supports 2,800+ European UCITS ETFs.

πŸ‘ User avatar

Giovanni Bianciardi

17

Morningstar Scraper | Fund and Stock Research

parseforge/morningstar-scraper

Extract Morningstar data on stocks, mutual funds, and ETFs including star ratings, fundamentals, returns, expense ratios, holdings, sector breakdowns, and analyst reports. Power investment research, portfolio analysis, and finance dashboards with trusted data from Morningstar.

Stock Analysis Scraper

crawlerbros/stock-analysis-scraper

Scrape stockanalysis.com for stock financials, ETF data, IPO calendar, and stock lists. Extracts embedded Next.js JSON data for complete financial metrics including revenue, earnings, PE ratio, and more.