--- license: cc-by-4.0 pretty_name: "DefiLlama Yields Scraper" tags: [crypto, web-scraping, apify, business, developer-tools, scraper] size_categories: - n<1K --- # DefiLlama Yields Scraper Scrape DeFi yield & APY pools from DefiLlama — APY, TVL, base/reward yield, 1d/7d/30d APY trend, impermanent-loss risk and volume for 20,000+ pools across every chain. Filter by chain, protocol, TVL and APY. Schedule it daily to track the best yields. ## What the actor scrapes # 💰 DefiLlama Yields Scraper — DeFi APY & TVL Pool Data Across All Chains Scrape **DeFi yield and APY pools from DefiLlama**, the most trusted DeFi data source. This Apify Actor extracts APY, TVL, base and reward yield, multi-timeframe APY trends, impermanent-loss risk, and trading volume for **20,000+ yield pools** across Ethereum, Arbitrum, Solana, Base, and every other chain. No login, no API key, no blocking. If you need bulk **DefiLlama yields data** or a continuously fresh DeFi APY feed yo ## Who this is for This sample is useful for anyone working in **crypto, business, developer tools** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. ## Source **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/defillama-yields-scraper](https://apify.com/logiover/defillama-yields-scraper) ## Fields - **`poolId`** — identifier - **`project`** — field captured by the actor - **`symbol`** — asset ticker symbol - **`chain`** — field captured by the actor - **`tvlUsd`** — field captured by the actor - **`apy`** — field captured by the actor - **`apyBase`** — field captured by the actor - **`apyReward`** — field captured by the actor - **`apyPct1D`** — field captured by the actor - **`apyPct7D`** — field captured by the actor - **`apyPct30D`** — field captured by the actor - **`apyMean30d`** — field captured by the actor - **`stablecoin`** — field captured by the actor - **`ilRisk`** — field captured by the actor - **`exposure`** — field captured by the actor - **`rewardTokens`** — field captured by the actor - **`volumeUsd1d`** — field captured by the actor - **`volumeUsd7d`** — field captured by the actor - **`poolMeta`** — field captured by the actor - **`url`** — canonical URL of the item - **`scrapedAt`** — timestamp the row was scraped ## Sample preview ```json [ { "poolId": "747c1d2a-c668-4682-b9f9-296708a3dd90", "project": "lido", "symbol": "STETH", "chain": "Ethereum", "tvlUsd": 20266411073, "apy": 2.47, "apyBase": 2.47, "apyReward": null, "apyPct1D": 0.018, "apyPct7D": -0.762, "apyPct30D": 0.059, "apyMean30d": 2.55226, "stablecoin": false, "ilRisk": "no", "exposure": "single", "rewardTokens": [], "volumeUsd1d": null, "volumeUsd7d": null, "poolMeta": null, "url": "https://defillama.com/yields/pool/747c1d2a-c668-4682-b9f9-296708a3dd90", "scrapedAt": "2026-05-14T18:30:40.788Z" }, { "poolId": "80b8bf92-b953-4c20-98ea-c9653ef2bb98", "project": "binance-staked-eth", "symbol": "WBETH", "chain": "Ethereum", "tvlUsd": 8042689549, "apy": 2.48054, "apyBase": 2.48054, "apyReward": null, "apyPct1D": -0.02446, "apyPct7D": -0.0814, "apyPct30D": -0.05658, "apyMean30d": 2.5945, "stablecoin": false, "ilRisk": "no", "exposure": "single", "rewardTokens": [], "volumeUsd1d": null, "volumeUsd7d": null, "poolMeta": null, "url": "https://defillama.com/yields/pool/80b8bf92-b953-4c20-98ea-c9653ef2bb98", "scrapedAt": "2026-05-14T18:30:40.788Z" } ] ``` ## Snapshot stats - Row count in this sample: **100** - Data quality flag at capture time: `EXISTING_USED` ## License & Attribution Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/defillama-yields-scraper](https://apify.com/logiover/defillama-yields-scraper). The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.