Morpho Blue Vaults Scraper
parseforge/morpho-blue-vaults-scraper
AutomationIntegrationsDeveloper tools
Scrapes Morpho Blue vaults from Ethereum or Base. Returns each vault as a flat row with chain, asset, and ranking metrics like TVL and net APY.
- Total users
- 2
- Monthly active
- 1
- Total runs
- 88
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 8 days ago
Overview
Morpho Blue Vaults Scraper
Scrape Morpho Blue vaults from Ethereum or Base, ranked by TVL, net APY, or name. Every vault comes with its chain, asset, and ranking metrics. No API key or GraphQL setup. Export to CSV, JSON, Excel, or XML.
Morpho Blue's official API requires GraphQL queries and pagination logic. This reads the public vault data directly, filtered by chain and asset symbol, and returns each vault in one fixed schema. You get the same vaults a DeFi dashboard would show, without writing a single query.
| Who uses it | What they scrape Morpho Blue for |
|---|---|
| DeFi analysts | Which Morpho Blue vaults are attracting the most TVL this week |
| Yield farmers | Which vault offers the highest net APY right now |
| Protocol researchers | How vault rankings shift across Ethereum and Base |
| Portfolio trackers | A daily snapshot of vault TVL and APY for their dashboards |
What it does
This Actor collects Morpho Blue vaults from Ethereum or Base and returns each one as a flat row with its chain, asset, and ranking metrics.
- โ๏ธ Chain selection: scrape Ethereum, Base, or both in separate runs.
- ๐ Ranking metrics: order by Total Assets USD, Net APY, or Name.
- ๐ Asset filter: narrow results to a single underlying asset like USDC or WETH.
- ๐ฆ Flat output: every vault is one row, ready for CSV, JSON, Excel, or XML.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Morpho Blue data
๐ Track vault TVL trends.
A DeFi analyst runs the Actor daily on Ethereum, orders by Total Assets USD, and spots which vaults are gaining or losing deposits.
๐ฐ Find the best yield.
A yield farmer filters by asset symbol USDC, orders by Net APY, and picks the vault that pays the most after fees.
๐ Compare chains.
A protocol researcher runs the Actor twice, once for Ethereum and once for Base, and compares vault rankings across networks.
๐ Feed a dashboard.
A portfolio tracker schedules the Actor hourly, exports JSON, and updates their internal TVL and APY dashboard.
Why choose this scraper
| What you get | |
|---|---|
| No GraphQL | You never write a query or handle pagination; the Actor does it for you. |
| Two chains | Ethereum and Base are both supported from the same input. |
| Ranked output | Vaults are sorted by TVL, net APY, or name before they reach your dataset. |
| Fixed schema | Every vault returns the same fields, so your pipeline never breaks. |
How it compares
This Actor covers all Morpho Blue vaults on Ethereum and Base, while Morpho Vault Scanner focuses on curated vaults from specific curators.
| Feature | ParseForge | Morpho Vault Scanner |
|---|---|---|
| All Morpho Blue vaults | Yes | Not listed |
| Curated vaults only (Gauntlet, Steakhouse, RE7) | Not listed | Yes |
| Ethereum and Base support | Yes | Yes |
| Ranking by Total Assets USD | Yes | Not listed |
| Ranking by Net APY | Yes | Not listed |
| Filter by asset symbol | Yes | Not listed |
| GraphQL API access | Not listed | Yes |
Configure the run
Drive the Actor from chain and asset symbol, and the ranking metric determines which vaults appear first in your dataset. The Input tab lists every parameter.
A first run with the defaults:
{
"chainId": "1",
"maxItems": 10
}
A larger pull:
{
"chainId": "1",
"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
- Create a free Apify account with $5 in credit.
- Open the Morpho Blue Vaults Scraper.
- Set your inputs and any filters, then click Start.
- 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 Morpho Blue 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/morpho-blue-vaults-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 assetSymbol filter. If you typed a symbol that does not exist on the selected chain, the Actor returns an empty dataset. Remove the filter or try a common symbol like USDC.
Why did I only get 10 vaults?
Free runs are limited to 10 vaults as a preview. Upgrade to a paid plan and set maxItems higher to get more.
Why is my run slow?
The Actor reads vault data from the Morpho public API. If the API is under load, runs can take longer. Try reducing maxItems or running during off-peak hours.
Why are my results different from the Morpho app?
Vault metrics like TVL and APY change constantly. If you compare at different times, the numbers will differ. Run the Actor again to get the latest values.
Can I get vaults from both chains in one run?
No. The chainId input accepts one chain per run. Run the Actor twice, once for Ethereum and once for Base, and merge the datasets.
FAQ
| Question | Answer |
|---|---|
| What is a Morpho Blue vault? | A Morpho Blue vault is a curated lending market on the Morpho protocol. Each vault has an underlying asset, a curator, and performance metrics like TVL and APY. |
| Which chains does this Actor support? | Ethereum and Base. You choose one chain per run from the input. |
| Do I need a Morpho API key? | No. The Actor reads public vault data directly, so there is no API key or authentication to configure. |
| Can I filter by asset? | Yes. Use the assetSymbol input to return only vaults whose underlying asset matches, for example USDC or WETH. |
| How are vaults sorted? | You choose the orderBy input: Total Assets USD, Net APY, or Name. The Actor returns vaults in that order. |
| What is the maximum number of vaults I can scrape? | Free users get up to 10 vaults as a preview. Paid users can set maxItems up to 1,000,000. |
| What output formats are supported? | CSV, JSON, Excel, and XML. You choose the format when you export the dataset. |
| Does this Actor return historical data? | No. It returns the current state of vaults at the time of the run. For historical data, schedule regular runs and store the results. |
| Is the data the same as the Morpho app? | Yes. The Actor reads the same public vault data that the Morpho interface displays. |
| Can I run this on a schedule? | Yes. Use Apify's scheduler to run the Actor hourly, daily, or weekly and keep your dataset fresh. |
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 Morpho Association. 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
| Field | Type | What it does | Default |
|---|---|---|---|
| chainId | string (2 options) | Blockchain network whose Morpho Blue vaults you want to scrape. | 1 |
| maxItems | integer | Free users limited to 10 items (preview). Paid users optional, max 1,000,000. | 10 |
| orderBy | string (3 options) | Vault ranking metric. | TotalAssetsUsd |
| assetSymbol | string | Optional filter, vault underlying asset symbol (e.g. USDC, WETH). | not set |
Pricing
from $7.50 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.0075 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.
curl -X POST "https://api.apify.com/v2/acts/parseforge~morpho-blue-vaults-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"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.
