DeFiLlama Yield Pools Scraper
Pricing
from $7.50 / 1,000 results
DeFiLlama Yield Pools 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.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share

DeFiLlama Yields Pools Scraper
π Export DeFi pool yields in seconds. APY, TVL, project, and chain for thousands of pools direct from DeFiLlama.
π Last updated: 2026-06-05 . π 13 fields per record . Public API . Real-time
The DeFiLlama Yields Pools Scraper turns the DeFiLlama yields API public REST endpoint into a clean, structured dataset.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| π DeFi analysts | Compare APY across chains |
| πͺ Yield farmers | Track stablecoin yields |
| πΌ Treasury teams | Build DeFi dashboards |
| π€ ML engineers | Backtest yield strategies |
π What the DeFiLlama Yields Pools Scraper does
- Calls https://yields.llama.fi/pools.
- Flattens each pool into a row with APY and metadata.
- Supports chain, project, 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
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free users limited to 10. Paid users up to 1,000,000. Prefill 10. |
Example 1.
{"chain": "Ethereum","minTvl": 1000000,"maxItems": 100}
Example 2.
{"project": "aave-v3","stablecoinOnly": true,"maxItems": 50}
β οΈ Good to Know. This actor uses a public endpoint. No login or API key is required.
π Output
| Field | Type | Description |
|---|---|---|
π pool | string | DeFiLlama pool id. |
π’ project | string | Protocol name. |
πͺ symbol | string | Pool token symbol. |
βοΈ chain | string | Blockchain. |
π° tvlUsd | number | Pool TVL in USD. |
π apy | number | Total APY percent. |
βοΈ apyBase | number | Base APY without rewards. |
π apyReward | number | Reward APY. |
πͺ stablecoin | boolean | True if stablecoin pool. |
β οΈ ilRisk | string | Impermanent loss risk flag. |
π― exposure | string | Single or multi-asset exposure. |
π scrapedAt | string | Fetch time. |
β error | string | Set if upstream error. |
Sample record.
{"pool": "abc-123","project": "lido","symbol": "STETH","chain": "Ethereum","tvlUsd": 13700000000,"apy": 2.72,"apyBase": 2.72,"apyReward": null,"stablecoin": false,"ilRisk": "no","exposure": "single","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
| Approach | Setup time | Clean fields? | Numeric casting? |
|---|---|---|---|
| Roll your own fetch | 30 min+ | β | β |
| Custom Python script | 1 hr+ | partial | partial |
| This Actor | 5 sec, no install | β | β |
π How to use
- Click Try for free.
- Adjust
maxItemsif needed (defaults to 10). - 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 Yields Pools 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. DeFiLlama yields is public.
β How fresh are yields? DeFiLlama refreshes yields roughly hourly.
β Can I filter by chain? Yes via the chain input.
β Can I filter by project? Yes via the project input.
β Can I require stablecoin pools? Yes via the stablecoinOnly input.
β What if upstream errors? A single record with error is pushed.
β Will the schema change? pool, project, symbol, chain, tvlUsd, apy are stable.
β Can I schedule runs? Yes via Apify scheduler, Make, Zapier, or cron.
β Is this scraping or API? API.
β Which export formats? Apify dataset UI exposes multiple structured formats.
π 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
| Actor | What it does |
|---|---|
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, and indicators. |
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA.com. |
| ParseForge CurseForge Mods Scraper | Public 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.