Morpho Scraper avatar

Morpho Scraper

Pricing

from $0.10 / 1,000 results

Go to Apify Store
Morpho Scraper

Morpho Scraper

Apify Actor for scraping Morpho market and vault listings, current state, asset metadata, warnings, and optional historical snapshots.

Pricing

from $0.10 / 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

4 days ago

Last modified

Share

Apify Actor for collecting Morpho market and vault listings plus per-entity historical state from the Morpho.

What it can scrape

  • Market listings with core market parameters, current state, asset metadata, oracle metadata, and warnings.
  • Vault listings with current allocation/state, asset metadata, metadata/curation fields, and warnings.
  • Per-market historical state via marketByUniqueKey.
  • Per-vault historical state via vaultByAddress.

Example input

{
"includeMarkets": true,
"includeVaults": true,
"includeMarketHistory": true,
"includeVaultHistory": true,
"chainIds": [1, 8453],
"listedOnly": true,
"maxMarkets": 100,
"maxVaults": 100,
"pageSize": 50,
"historyDays": 30,
"historyInterval": "DAY"
}

Notes

  • Historical data is fetched in separate requests after list responses.
  • marketUniqueKeys and vaultAddresses can narrow list queries and can also be used for history-only runs when a single chainIds value is provided.
  • Run npm run start:dev locally after creating .env if you need environment overrides.