DefiLlama Scraper โ€” Protocols, Yields, Chains & Stablecoins avatar

DefiLlama Scraper โ€” Protocols, Yields, Chains & Stablecoins

Pricing

from $0.0008 / item scraped

Go to Apify Store
DefiLlama Scraper โ€” Protocols, Yields, Chains & Stablecoins

DefiLlama Scraper โ€” Protocols, Yields, Chains & Stablecoins

Scrape DefiLlama for DeFi protocols (TVL, category, chains, market cap), yield pools (APY, TVL), blockchain TVL rankings and stablecoins. Filter by chain, category, TVL or APY. Clean public API, no key.

Pricing

from $0.0008 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

DefiLlama Scraper โ€” Protocols, Yields, Chains & Stablecoins in Clean JSON

Pull DeFi market data and export it as clean, structured JSON, CSV, Excel or XML. In one run you can scrape the full protocol universe (TVL, category, chains), yield pools with live APY, blockchain TVL rankings, or the stablecoin landscape โ€” filtered by chain, category, minimum TVL or minimum APY. Fast and reliable, with no account to manage.

DefiLlama Scraper input โ€” dataset choice, chain and category filters in the Apify Console

What does DefiLlama Scraper do?

This DefiLlama scraper turns DeFi analytics into a structured dataset. Choose one of four datasets โ€” protocols, yields, chains or stablecoins โ€” apply filters, and it returns a flat record per item with TVL, category, chain coverage, price changes and direct links. Use it to build dashboards, screen yields and feed research models, and export the results in any format the Apify platform supports.

What data can you scrape from DefiLlama?

Data pointDescription
Protocol name & symbolName and token symbol of the protocol.
CategoryDefiLlama category (e.g. Dexs, Lending, Liquid Staking).
Chain & chainsPrimary chain and the full list of chains a protocol runs on.
TVLTotal value locked in USD.
Price changes1h, 1d and 7d change percentages.
Description & logoShort description and logo URL.
LinksProject URL and a direct DefiLlama page URL.
Yields fieldsFor the yields dataset: APY, base/reward APY, pool id and risk flags.
Stablecoin fieldsFor the stablecoins dataset: peg type, price and circulating supply.

Use cases

  • TVL dashboards โ€” build a DeFi TVL leaderboard that refreshes on a schedule.
  • Yield screening โ€” surface pools above a target APY on specific chains.
  • Stablecoin monitoring โ€” track circulating supply and peg mechanisms across the market.
  • Research pipelines โ€” feed clean protocol and chain data into models or internal analytics.
  • Dataset building โ€” assemble a structured snapshot of the DeFi market.

How to scrape DefiLlama data

  1. Add DefiLlama Scraper to your Apify account and open its input.
  2. Pick a dataset: protocols, yields, chains or stablecoins.
  3. Set filters โ€” chains, categories, minTvl, minApy โ€” and a maxItems cap.
  4. Click Run.
  5. Export the results as JSON, CSV, Excel or XML, or fetch them through the Apify API.

Input

{
"dataset": "protocols",
"chains": ["Ethereum", "Arbitrum"],
"categories": ["Dexs", "Lending"],
"minTvl": 1000000,
"minApy": 0,
"maxItems": 200
}
FieldDescription
datasetWhich dataset to scrape: protocols, yields, chains or stablecoins.
chainsOnly include items on these chains (e.g. Ethereum, Solana). Empty = all chains.
categoriesFor protocols: keep only these exact DefiLlama categories. Empty = all.
minTvlMinimum total value locked (USD) an item must have.
minApyFor the yields dataset: minimum APY % a pool must have.
maxItemsCap on output items (0 = all). Highest TVL/APY kept first.

What you get

Each record is a flat JSON object; the example below is from the protocols dataset. Ready to export to CSV, Excel, JSON or XML.

DefiLlama Scraper output example โ€” protocol rows with TVL, category and chains as structured JSON

{
"name": "Lido",
"symbol": "LDO",
"category": "Liquid Staking",
"chain": "Ethereum",
"chains": ["Ethereum", "Moonbeam", "Moonriver"],
"tvl": 32150000000,
"change1h": 0.12,
"change1d": -1.45,
"change7d": 3.88,
"url": "https://lido.fi",
"description": "Lido is a liquid staking solution.",
"logo": "https://icons.llama.fi/lido.png",
"geckoId": "lido-dao",
"defillamaUrl": "https://defillama.com/protocol/lido"
}

Output schema (protocols dataset)

FieldTypeDescription
namestringProtocol name.
symbolstringToken symbol for the protocol.
categorystringDefiLlama category (e.g. Dexs, Lending).
chainstringPrimary chain for the protocol.
chainsarrayAll chains the protocol runs on.
tvlnumberTotal value locked in USD.
change1hnumberPrice/TVL change over the last hour (%).
change1dnumberChange over the last day (%).
change7dnumberChange over the last 7 days (%).
urlstring (URL)The protocol's own website.
descriptionstringShort description of the protocol.
logostring (URL)URL of the protocol's logo.
geckoIdstringAssociated CoinGecko id, when available.
defillamaUrlstring (URL)Direct link to the DefiLlama page.

The yields, chains and stablecoins datasets return their own relevant fields (for example apy, apyBase, poolId for yields, and pegType, price, circulating for stablecoins).

Need more market data?

FAQ

Do I need an account or API key? No. There is no login or key โ€” just set your inputs and click Run.

How many items can I get per run? Set maxItems to cap the output, or use 0 to fetch everything in the chosen dataset. Results are sorted by TVL (or APY for yields), so a cap keeps the largest entries first.

Which datasets can I scrape? Protocols, yields, chains and stablecoins โ€” selectable with the dataset input.

How fresh is the data? It reflects DefiLlama's latest published values at the moment the run starts.

What export formats are available? JSON, CSV, Excel and XML, plus programmatic access through the Apify API.

Can I connect this to my other tools? The DefiLlama Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Is this official DefiLlama data? The data reflects public DefiLlama analytics, but this actor is an independent tool and is not affiliated with or endorsed by DefiLlama.

Notes

Original clean-room implementation. Returns only public market data; you are responsible for compliant use. Not affiliated with DefiLlama; all trademarks belong to their respective owners.