VOOZH about

URL: https://apify.com/parseforge/defillama-protocols-tvl-scraper

⇱ DeFiLlama Protocols TVL Scraper Β· Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

DeFiLlama Protocols TVL Scraper

Grab every protocol indexed by DeFiLlama with filters for category, chain, name substring, and minimum TVL. Returns name, category, primary chain, all chains, TVL, 1d change, 7d change, market cap, and token symbol. Useful for DeFi screening, competitor research, and dashboards.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

πŸ‘ ParseForge Banner

DeFiLlama Protocols TVL Scraper

πŸš€ Export every DeFi protocol with TVL, category, and chain coverage. Direct from DeFiLlama public API.

πŸ•’ Last updated: 2026-06-05 . πŸ“Š 11 fields per record . Public API . Real-time

The DeFiLlama Protocols TVL Scraper turns the DeFiLlama protocols API public REST endpoint into a clean, structured dataset.

🎯 Target AudienceπŸ’‘ Primary Use Cases
πŸ“Š DeFi analystsRank protocols by TVL
πŸ’Ό VCsDiscover new categories
πŸͺ™ Token researchersTrack chain coverage
πŸ€– ML engineersBuild VC dashboards

πŸ“‹ What the DeFiLlama Protocols TVL Scraper does

  • Calls https://api.llama.fi/protocols.
  • Flattens each protocol into a row with TVL and chain coverage.
  • Supports category, chain, and min TVL filters.
  • Surfaces upstream errors as clean rows.

πŸ’‘ Why it matters. The source returns raw API payloads that most data tools cannot ingest directly. This actor normalizes everything into a flat row format ready for analysis.

🎬 Full Demo

🚧 Coming soon.

βš™οΈ Input

FieldTypeRequiredDescription
maxItemsintegerNoFree users limited to 10. Paid users up to 1,000,000. Prefill 10.

Example 1.

{
"category":"Dexes",
"maxItems":50
}

Example 2.

{
"chain":"Solana",
"minTvl":50000000,
"maxItems":30
}

⚠️ Good to Know. This actor uses a public endpoint. No login or API key is required.

πŸ“Š Output

FieldTypeDescription
🏷️ namestringProtocol name.
🏷️ categorystringDeFi category (e.g. Dexes, Lending).
⛓️ chainstringPrimary chain.
⛓️ chainsarrayAll chains the protocol is on.
πŸ’° tvlnumberTotal value locked in USD.
πŸ“ˆ change_1dnumber24h TVL percent change.
πŸ“Š change_7dnumber7d TVL percent change.
πŸ† mcapnumberToken market cap in USD.
πŸͺ™ symbolstringNative token symbol.
πŸ•’ scrapedAtstringFetch time.
❌ errorstringSet if upstream error.

Sample record.

{
"name":"Lido",
"category":"Liquid Staking",
"chain":"Ethereum",
"chains":[
"Ethereum"
],
"tvl":30000000000,
"change_1d":0.5,
"change_7d":-1.2,
"mcap":1500000000,
"symbol":"LDO",
"scrapedAt":"2026-06-05T12:00:00.000Z",
"error":null
}

✨ Why choose this Actor

| πŸ†“ | Public source, no API key required. | | 🧹 | Clean snake_case fields ready for BI tools. | | πŸ”’ | Numeric values auto-cast for spreadsheets. | | πŸ›Ÿ | Errors surfaced as a clean record instead of crashing. | | πŸ’Ύ | Push to dataset for instant export in multiple formats. |

πŸ“ˆ How it compares to alternatives

ApproachSetup timeClean fields?Numeric casting?
Roll your own fetch30 min+❌❌
Custom Python script1 hr+partialpartial
This Actor5 sec, no installβœ…βœ…

πŸš€ How to use

  1. Click Try for free.
  2. Adjust maxItems if needed (defaults to 10).
  3. Click Start. Within seconds, your dataset is ready for download or integration.

πŸ’Ό Business use cases

πŸ“Š Analytics dashboards. Pipe results into BI tools.

πŸ’Ό Backtesting. Snapshot data daily for reproducible analysis.

πŸ“° Reporting. Embed live numbers in newsletters or briefings.

πŸ€– ML feature engineering. Build training sets from public data.

πŸ”Œ Automating DeFiLlama Protocols TVL Scraper

  • Make / Zapier. Trigger this actor on a schedule, push results to Airtable, Google Sheets, or Slack.
  • Cron schedule. Native Apify scheduler.
  • Webhooks. POST to your endpoint when a run finishes.
  • Pipe to BigQuery, Snowflake, Postgres. Native Apify integrations.

🌟 Beyond business use cases

πŸŽ“ Education. Use real data in finance and economics classes.

πŸ§ͺ Personal research. Track your own metrics without coding.

🀝 Non-profit and open data. Build public dashboards with current numbers.

🧰 Tinkering and prototyping. Spin up a feed in seconds for new ideas.

πŸ€– Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor inputs.

❓ Frequently Asked Questions

❓ Do I need an API key? No. Endpoint is public.

❓ How fresh is TVL? Updated roughly every 5 minutes.

❓ Can I filter by category? Yes via the category input.

❓ Can I filter by chain? Yes via the chain input.

❓ What if upstream errors? A single record with error is pushed.

❓ Will the schema change? name, category, chain, tvl are stable.

❓ Can I schedule runs? Yes via Apify scheduler, Make, Zapier, or cron.

❓ Which export formats? Apify dataset UI exposes multiple structured formats.

❓ Is rate limiting strict? DeFiLlama is generous.

❓ Is this scraping or API? API.

πŸ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.

πŸ”— Recommended Actors

ActorWhat it does
ParseForge Alpha Vantage ScraperStocks, FX, crypto, and indicators.
ParseForge OurAirports ScraperGlobal airport database.
ParseForge NBA Stats ScraperPlayer and team stats from NBA.com.
ParseForge CurseForge Mods ScraperPublic mod metadata from CurseForge.

πŸ’‘ Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

DeFiLlama Chains TVL Scraper

parseforge/defillama-chains-tvl-scraper

Hit DeFiLlama for total value locked across every supported blockchain with optional minimum TVL, name substring, and sort by TVL, name, or chain id. Returns chain name, chain id, TVL in USD, native token symbol, and gecko id. Useful for DeFi dashboards and ecosystem research.

DefiLlama Scraper

gio21/defillama-scraper

Scrape DefiLlama TVL data: protocols, chains, and yield pools. Returns TVL, APY, chain, project, symbol, audits, and more. Useful for DeFi analytics, yield farming research, treasury management, and crypto market intelligence.

DefiLlama DeFi Protocol Scraper

parseforge/defillama-scraper

Scrape DeFi protocol analytics from DefiLlama. Get total value locked (TVL), yields, stablecoins, and chain data for 4,000+ protocols. Track TVL changes across timeframes, chain breakdowns, market cap, and protocol categories across 570+ blockchains.

DefiLlama Scraper

piotrv1001/defillama-scraper

Scrapes DeFi and blockchain data from DefiLlama public APIs, extracting chain TVL, historical TVL changes, on-chain fees, DEX volumes, protocol metrics, and stablecoin supply. Ideal for crypto market research, DeFi analytics, and portfolio tracking.

19

DefiLlama Scraper

crawlerbros/defillama-scraper

Pull DeFi data from DefiLlama's public APIs with protocols + historical TVL, chain TVL aggregates, stablecoins, yield pools, DEX volumes, lending markets, bridge volumes. No auth, no proxy, no cookies.

DeFiLlama Yield Pools Scraper

parseforge/defillama-yields-pools-v2-scraper

Fetch live yield farming pools from DeFiLlama with filters for chain, project, symbol, minimum TVL, minimum APY, and stablecoin only. Returns pool id, project, symbol, chain, TVL in USD, APY, base APY, reward APY, and IL risk. Useful for yield hunting and DeFi screening.

DeFi DEX Volume, Fees & Revenue Scraper (DefiLlama)

foxlabs/defillama-volume-fees

Export clean DeFi leaderboards from the free DefiLlama API: DEX trading volume, protocol fees, protocol revenue and TVL β€” flattened to sortable CSV/Excel rows. Filter by chain, category, min volume; sort by 24h/7d/30d or growth. No API key, no proxy, runs in seconds, built for scheduled feeds.

2

DeFi Chain Metrics API - TVL, Fees, Volume for Agents

george.the.developer/defi-chain-metrics-api

Real-time DeFi chain metrics for crypto trading agents. 16 metrics across 6 chains. Pay-per-call at $0.005. Data from DefiLlama, CoinGecko, Hyperliquid, Etherscan.