DeFi Rate Yields Scraper
Pricing
from $7.69 / 1,000 results
DeFi Rate Yields Scraper
Track lending and borrowing yields across DeFi protocols on DeFi Rate. Each entry returns the token, protocol, side, total APY with base and reward splits, chain, and category. Useful for yield research, comparing protocols, and following rates across the market over time.
Pricing
from $7.69 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
π DeFi Rate Yields Scraper
π Compare DeFi lending and borrowing rates in one pass. Get APY, base rate, and reward rate per token and protocol from DeFi Rate.
Reads the public DeFi Rate comparison tables. No key, no login.
π What it does
- Scrapes supply (lending) or borrow rates from DeFi Rate.
- Returns one record per token + protocol pair with the current APY.
- Splits APY into base and reward components when available.
- Covers protocols like Aave v3, Compound v3, Morpho Blue, Sparklend, Spark, Lido, Venus, and more.
- Filters by token symbol and/or protocol slug.
βοΈ Input
| Field | Type | Description |
|---|---|---|
page | select | Lending/supply rates or borrow rates. |
token | string | Optional token symbol filter (e.g. USDC, ETH). |
protocol | string | Optional protocol slug filter (e.g. aave-v3, compound-v3). |
maxItems | integer | How many records to return. Free plan is capped at 10. |
{ "maxItems": 25, "page": "lend", "token": "USDC" }
π Output
| Field | Description |
|---|---|
token / tokenName | Token symbol and name |
category | Token category (e.g. stablecoins) |
protocol / chain | Protocol slug and chain |
side | supply or borrow |
apyPercent | Total APY |
baseApyPercent / rewardApyPercent | Rate breakdown |
displayRate | Rate as shown on the site |
sourceUrl | The page scraped |
scrapedAt | When the record was collected |
error | Null on success |
β FAQ
Do I need an API key? No. DeFi Rate tables are public.
How is APY split? apyPercent is the total; baseApyPercent and rewardApyPercent break it down where the source provides it.
β οΈ Disclaimer: Independent tool, not affiliated with DeFi Rate. Rates are informational only, not financial advice. Only publicly available data is collected.