VOOZH about

URL: https://apify.com/felt/aave-scraper

⇱ Aave Scraper Β· Apify


Pricing

from $0.20 / 1,000 results

Go to Apify Store

Actor that scrapes Aave V3 market, reserve, and APY history data from the Aave.

Pricing

from $0.20 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ FELT Labs

FELT Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 months ago

Last modified

Share

Apify Actor for collecting Aave V3 market and reserve data plus per-reserve APY history from the Aave API.

What it can scrape

  • Market snapshots with chain identity, market address, total market size, and available liquidity.
  • Reserve snapshots with token metadata, supply data, borrow data when available, caps, utilization, flags, and incentives.
  • Per-reserve supply and borrow APY history for a selected lookback window.

Example input

{
"chainIds":[1,8453],
"underlyingTokenAddresses":["0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"],
"reserveType":"BOTH",
"reserveOrderBy":"tokenName",
"orderDirection":"ASC",
"includeApyHistory":true,
"includeSupplyApyHistory":true,
"includeBorrowApyHistory":true,
"historyWindow":"LAST_MONTH",
"maxApyHistoryReserves":100
}

Notes

  • marketAddresses can narrow the run to specific Aave markets.
  • underlyingTokenAddresses can narrow reserve and APY history records to specific assets.
  • maxApyHistoryReserves limits the number of per-reserve history requests after market data is read.
  • Run npm run start:dev locally after creating .env if you need environment overrides.

You might also like

Aave V3 Markets Scraper

parseforge/aave-v3-markets-scraper

Pull Aave V3 reserve data across deployed markets. Each record returns symbol, market id, total supply, total supply USD, supply APY, borrow APY, utilization, LTV, liquidation threshold, reserve factor, and available liquidity. Filter by market or symbol for lending analytics.

Snapshot DAO Proposals Scraper

parseforge/snapshot-dao-proposals-scraper

Track governance activity from any Snapshot space such as ens.eth, aave.eth, or uniswapgovernance.eth. Returns proposal id, title, body, choices, scores, start and end timestamps, author, and state. Filter by active, closed, or pending. Useful for DAO research and voter analytics.

DeFiLlama Yield Pools Scraper

parseforge/defillama-yields-pools-v2-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.

Realtor.com Real Estate Property Sales History

scraped/realtor-com-real-estate-property-sales-history

This actor scrapes detailed property and tax history data from Realtor.com

FRED API - Federal Reserve Economic Data

alizarin_refrigerator-owner/fred-api---federal-reserve-economic-data

Access 800,000+ economic time series from the Federal Reserve Bank of St. Louis. Get GDP, inflation, unemployment, interest rates, housing data, and more. Essential for economic analysis, forecasting, and market research.

Related articles

What 54 builds taught us about designing a production-grade marketplace monitoring Actor on Apify
Read more