ParseForge Scrapers

DeFi Llama Yield Pools Scraper

parseforge/llama-yields-scraper

BusinessAutomationOther

Scrapes DeFi Llama yield pools by project, chain, token symbol, or minimum TVL. Returns each pool as a flat row with APY, TVL, and identifiers.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
44
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

DeFi Llama Yield Pools Scraper

Scrape DeFi Llama yield pools by project, chain, or token symbol, up to a million per run. Each pool comes with its APY, TVL, and pool identifiers. No API key. Export to CSV, JSON, Excel, or XML.

DeFi Llama's yield data is spread across hundreds of protocols and chains, and the official API needs you to know exact pool IDs. This reads the public yield pool listings directly, filtered by project, chain, token symbol, or minimum TVL, and returns each match in one fixed schema.

Who uses it What they scrape DeFi Llama for
Yield farmers Which pools currently offer the highest APY for a given token
DeFi analysts How TVL and yields shift across chains and protocols
Portfolio managers Which yield opportunities meet a minimum TVL threshold
Crypto researchers What yield products exist for a specific project or token

What it does

This Actor collects DeFi Llama yield pools by project, chain, token symbol, or minimum TVL, and returns each one as a flat row.

  • ๐Ÿ” Project filter: substring match on protocol name, for example aave, lido, uniswap.
  • โ›“๏ธ Chain filter: substring match on blockchain, for example Ethereum, Arbitrum, Base.
  • ๐Ÿช™ Token symbol filter: substring match on token symbol, for example USDC, ETH, DAI.
  • ๐Ÿ’ฐ Minimum TVL: only return pools with total value locked at or above a USD amount.
  • ๐Ÿ“ฆ Maximum pools: cap the number of yield pools collected per run, up to one million.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with DeFi Llama data

๐ŸŒพ Find the best yield for a token.

A yield farmer filters by token symbol USDC and minimum TVL $1,000,000 to see which pools offer the highest APY with enough liquidity.

๐Ÿ“Š Track yields across chains.

A DeFi analyst runs the Actor with chain filter Arbitrum to compare yield opportunities on that chain against Ethereum.

๐Ÿ”Ž Monitor a protocol's pools.

A researcher filters by project aave to list all Aave yield pools and their current APY and TVL.

๐Ÿ’ผ Screen for institutional-grade pools.

A portfolio manager sets minimum TVL to $10,000,000 to only see pools large enough for a meaningful allocation.

Why choose this scraper

What you get
No API key Reads the public yield pool listings directly, no registration or rate limits.
One fixed schema Every pool returns as a flat row with the same fields, ready for analysis.
Filter as you go Project, chain, symbol, and TVL filters run before data is written, so your dataset stays clean.
Export anywhere CSV, JSON, Excel, or XML, straight from the Apify platform.

How it compares

This Actor focuses on DeFi Llama yield pools with simple filters and a flat schema, while the competitors below offer broader or different crypto data.

Feature ParseForge DeFi Yield & APY Scraper Crypto Intel Crypto Whale Wallet Tracker - ETH USDT USDC Holdings
Scrapes DeFi Llama yield pools Yes Not listed Not listed Not listed
Filter by project name Yes Not listed Not listed Not listed
Filter by chain Yes Not listed Not listed Not listed
Filter by token symbol Yes Not listed Not listed Not listed
Filter by minimum TVL Yes Not listed Not listed Not listed
Returns APY data Yes Yes Not listed Not listed
Returns TVL data Yes Yes Not listed Not listed

Configure the run

Drive the Actor from project, chain, token symbol, and minimum TVL filters, alone or together, and filters run as each pool is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the DeFi Llama Yield Pools Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to DeFi Llama through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/llama-yields-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your filters. If you set a project, chain, or symbol filter, make sure it matches an existing pool. Also, if you set a minimum TVL, lower it to see if any pools meet that threshold.

Why is my run taking a long time?

The Actor reads all matching pools up to your maximum pools setting. If you set a high maximum, it will take longer. Reduce the maximum or add filters to narrow the results.

Why are some pools missing?

DeFi Llama may not list every pool, especially very new or small ones. Also, check that your filters do not exclude them. The Actor only returns pools that are currently listed on DeFi Llama.

Can I get historical yield data?

No, this Actor only returns current yield data from DeFi Llama. For historical data, you would need to run the Actor periodically and store the results yourself.

Why did I get an error about the input?

Make sure your inputs are valid. Project, chain, and symbol are text fields, minimum TVL is a non-negative integer, and maximum pools is an integer between 1 and 1,000,000.

FAQ

Question Answer
What is DeFi Llama? DeFi Llama is a free and open data platform that tracks total value locked and yield pools across hundreds of DeFi protocols and blockchains.
Do I need a DeFi Llama API key? No. This Actor reads the public yield pool listings directly, so no API key or registration is required.
What filters can I use? You can filter by project name, chain, token symbol, and minimum TVL in USD. All filters are optional and can be combined.
How many pools can I scrape in one run? You can set the maximum pools input up to 1,000,000. The default is 10.
What data does each pool include? Each pool returns its APY, TVL, project, chain, token symbols, and pool identifiers. The exact fields are shown in the sample output.
Can I export the results? Yes, you can export to CSV, JSON, Excel, or XML directly from the Apify platform.
Is this Actor free? The Actor is free to use on the Apify platform, subject to Apify's standard usage limits.
How often is the data updated? The Actor reads live data from DeFi Llama on each run, so you always get the current yields and TVL.
Can I schedule this Actor to run automatically? Yes, you can set up a schedule in Apify to run the Actor at regular intervals, such as hourly or daily.
What is the difference between this and the DeFi Llama API? This Actor provides a simplified interface with built-in filters and export options, without needing to handle API endpoints or pagination.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by DeFi Llama. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
project string Optional. Filter pools by protocol/project (substring match, for example aave, lido, uniswap). not set
chain string Optional. Filter pools by blockchain (substring match, for example Ethereum, Arbitrum, Base). not set
symbol string Optional. Filter pools by token symbol (substring match, for example USDC, ETH, DAI). not set
minTvlUsd integer Optional. Only return pools with total value locked at or above this amount in US dollars. not set
maxItems integer How many yield pools to collect per run. 10

Pricing

from $7.69 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00769 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~llama-yields-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run DeFi Llama Yield Pools Scraper on Apify All scrapers