Aave Scraper avatar

Aave Scraper

Pricing

from $0.20 / 1,000 results

Go to Apify Store
Aave Scraper

Aave Scraper

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

8 days 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.