DeFiLlama TVL & Yields Scraper avatar

DeFiLlama TVL & Yields Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
DeFiLlama TVL & Yields Scraper

DeFiLlama TVL & Yields Scraper

Fast, zero-overhead HTTP scraper for DeFiLlama. Extract real-time TVL, APY yields, DEX volume, stablecoins, protocol audits, and chain metrics for quantitative crypto analysis.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Willy Lengkong

Willy Lengkong

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

๐Ÿฆ™ DeFiLlama Scraper - TVL, Yields, Stablecoins & Multi-Chain Intelligence

High-performance, zero-overhead HTTP scraper for DeFiLlama. Extract comprehensive multi-chain DeFi data, protocol TVL rankings, APY yield pools, stablecoin market caps, and audits with sub-second latency.


โšก Key Features

  • ๐Ÿš€ 100% HTTP & Zero-Browser Overhead: Instant response times without heavy headless browsers (saving 95% Compute Units).
  • ๐Ÿ“Š 4 Rich Data Modes:
    • protocols: TVL rankings, chain breakdowns, categories, audits, token symbols, Twitter handles, and change metrics (1h, 1d, 7d).
    • yields: Live yield farming pools, base APY, reward APY, underlying tokens, and impermanent loss risk.
    • chains: Multi-chain total value locked and market share.
    • stablecoins: Stablecoin market capitalization, peg type, backing mechanisms, and circulating supply.
  • ๐ŸŽฏ Granular Filters: Filter by blockchain (Ethereum, Solana, Arbitrum, etc.), protocol category (Dexs, Lending, Liquid Staking, etc.), minimum TVL, or minimum APY.
  • ๐Ÿ›ก๏ธ WAF & Rate-Limit Resilient: Emulates modern Chrome TLS fingerprints with exponential backoff.

๐Ÿ“ฅ Input Parameters

ParameterTypeDefaultDescription
modeString"protocols"Choose protocols, yields, chains, or stablecoins.
chainString"all"Filter by blockchain (e.g. Ethereum, Solana, Polygon, all).
categoryString"all"Filter by protocol category (e.g. Dexs, Lending, Liquid Staking, all).
minTvlInteger100000Minimum TVL in USD to include in results.
minApyNumber1.0Minimum APY percentage for yield pools.
maxItemsInteger100Maximum number of records to return.
proxyConfigurationObjectnullApify Proxy configuration (optional).

๐Ÿ“ค Sample Output (protocols mode)

{
"id": "1",
"name": "Uniswap",
"symbol": "UNI",
"url": "https://uniswap.org/",
"category": "Dexs",
"tvl": 5890234120.50,
"chain": "Ethereum",
"chains": ["Ethereum", "Arbitrum", "Polygon", "Optimism", "Base"],
"change_1h": 0.12,
"change_1d": -1.45,
"change_7d": 4.82,
"audits": "2",
"defillama_url": "https://defillama.com/protocol/uniswap"
}