DeFi Protocols TVL & Yield Scraper
Scrape DeFi protocols with current TVL, category, chains, 1d/7d change, market cap and mcap/TVL ratio. Switch modes to get total value locked per blockchain or liquidity pools with APY. Filter by category, chain or minimum TVL and sort by TVL or momentum. Export to JSON, CSV or Excel.
{ "pool": "747c1d2a-c668-4682-b9f9-296708a3dd90", "project": "lido", "chain": "Ethereum", "symbol": "STETH", "tvlUsd": 17339144798, "apy": 2.182, "apyBase": 2.182, "apyMean30d": 2.2475, "apyPct1D": 0.019 }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Pool | Project | Chain | Symbol |
|---|---|---|---|
| 747c1d2a-c668-4682-b9f9-296708a3d… | lido | Ethereum | STETH |
| 80b8bf92-b953-4c20-98ea-c9653ef2b… | binance-staked-eth | Ethereum | WBETH |
| d8c4eff5-c8a9-46fc-a888-057c4c668… | sky-lending | Ethereum | SUSDS |
| 46bd2bdf-6d92-4066-b482-e885ee172… | ether.fi-stake | Ethereum | WEETH |
| 7c0a89c7-70cf-460c-b62e-cb278bf97… | circle-usyc | BSC | USYC |
{ "pool": "747c1d2a-c668-4682-b9f9-296708a3dd90", "project": "lido", "chain": "Ethereum", "symbol": "STETH", "tvlUsd": 17339144798, "apy": 2.182, "apyBase": 2.182, "apyMean30d": 2.2475, "apyPct1D": 0.019 }
常见问题
What does TVL mean?
Total value locked is the US-dollar value of all assets deposited in a protocol. It is the standard measure of how much capital a DeFi protocol holds.
What is the mcap/TVL ratio?
It divides a protocol's token market cap by its TVL. A low ratio can suggest the token is cheap relative to the capital the protocol secures; a high ratio the opposite. Use it as one signal among many.
Can I get only one category or one chain?
Yes. Use the category filter (for example `Dexes` or `Lending`) and the chain filter (for example `Ethereum`, `Solana` or `Base`) to narrow the results.
What do the yield fields mean?
In yields mode each record is a liquidity pool with its **apy** (total), **apyBase** (from fees), **apyReward** (from incentives) and **tvlUsd**, plus how the APY changed over the last 1, 7 and 30 days.
How fresh is the data?
TVL, market cap and APY are read live at run time, so each record reflects the moment of the run (see observedAt).