ParseForge Scrapers

Curve Finance Pools Scraper

parseforge/curve-finance-pools-scraper

AutomationIntegrationsDeveloper tools

Scrapes Curve Finance pool data by chain and registry. Returns pool address, coins, balances, and computed metrics as flat rows.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
87
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Curve Finance Pools Scraper

Scrape Curve Finance pools from any supported chain and registry, up to a million per run. Every pool comes with its address, coins, balances, and computed metrics. No RPC endpoint or API key needed. Export to CSV, JSON, Excel, or XML.

Curve Finance's on-chain data is spread across multiple registries and chains, and querying it manually means running your own node or writing custom contract calls. This Actor reads the public pool registries directly, filtered by chain and registry type, and returns each pool in one fixed schema. It works on Ethereum, Polygon, Arbitrum, Optimism, Base, Fantom, Avalanche, and Gnosis.

Who uses it What they scrape Curve Finance for
DeFi analysts Monitor liquidity distribution across Curve pools on different chains
Yield farmers Find pools with the highest balances and potential yield opportunities
Quant researchers Build datasets of pool composition and balances for backtesting strategies
Crypto data providers Keep an up-to-date catalog of Curve pools for their own products

What it does

This Actor collects Curve Finance pool data by chain and registry, and returns each pool as a flat row with its address, coins, balances, and computed metrics.

  • โ›“๏ธ Chain selection: Ethereum, Polygon, Arbitrum, Optimism, Base, Fantom, Avalanche, or Gnosis.
  • ๐Ÿ“‹ Registry filter: Main, Crypto, Factory, Factory Crypto, Factory crvUSD, Factory Tricrypto, Factory Stable-NG, or all registries.
  • ๐Ÿ”ข Maximum pools: Set a limit from 1 to 1,000,000 pools per run.
  • ๐Ÿ“Š Computed metrics: Total balance, number of coins, and pool type are derived from the raw data.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Curve Finance data

๐Ÿ“ˆ Monitor liquidity across chains.

A DeFi analyst runs the Actor daily on Ethereum and Arbitrum to track how liquidity moves between Curve pools and spot emerging trends.

๐ŸŒพ Find yield farming opportunities.

A yield farmer scrapes all Factory pools on Polygon to identify newly deployed pools with high balances and potential early rewards.

๐Ÿ” Audit pool composition.

A security researcher collects all Crypto registry pools on Ethereum to review coin combinations and detect risky or unusual pools.

๐Ÿ“Š Build historical datasets.

A quant researcher runs the Actor weekly across all chains and registries to assemble a time series of pool balances for backtesting.

Why choose this scraper

What you get
No RPC or API key The Actor queries Curve's public registries directly, so you don't need to run a node or sign up for an API.
Multi-chain coverage Scrape pools from eight different chains with the same input schema.
Registry-level filtering Target only the pools you care about, from stablecoin factories to crypto pools.
Flat row output Each pool is returned as a single row, ready for CSV, JSON, Excel, or XML export.

How it compares

No other Store actor targets Curve Finance the same way, so the honest comparison is with the alternatives teams actually weigh.

Curve Finance Pools Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Curve Finance changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from chain and registry selections, alone or together, and the maximum pools limit stops the run once enough matches are collected. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10
}

A larger pull:

{
  "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

  1. Create a free Apify account with $5 in credit.
  2. Open the Curve Finance Pools Scraper.
  3. Set your inputs and any filters, then click Start.
  4. 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 Curve Finance 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/curve-finance-pools-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that the selected chain has pools in the chosen registry. Some registries may be empty on certain chains. Try setting the registry to 'All registries' or switching to Ethereum.

The run is slow or times out.

Reduce the maximum pools limit or select a single registry instead of all. Some chains have thousands of pools, and collecting all of them can take time.

I see an error about a missing registry.

Not all registries exist on every chain. For example, Factory crvUSD may only be on Ethereum. Choose a registry that is deployed on your selected chain.

The data looks outdated.

The Actor reads live data at the time of the run. If you need fresh data, run the Actor again or set up a schedule.

Can I get historical pool data?

This Actor only returns current pool state. For historical data, you would need to run it repeatedly and store snapshots yourself.

FAQ

Question Answer
Which chains does this Actor support? It supports Ethereum, Polygon, Arbitrum, Optimism, Base, Fantom, Avalanche, and Gnosis. Select one chain per run.
What is a Curve pool registry? A registry is a smart contract that lists pools of a certain type. Curve has separate registries for main stable pools, crypto pools, and various factory pools.
Can I scrape all pools at once? Yes, set the registry to 'All registries' and the chain to your desired chain. The Actor will collect pools from every registry on that chain.
Do I need an RPC endpoint or API key? No. The Actor reads Curve's public registries directly, so no external node or key is required.
What data does each pool row contain? Each row includes the pool address, the coins in the pool, their balances, and computed metrics like total balance and pool type.
How many pools can I collect in one run? You can set the maximum pools from 1 to 1,000,000. The default is 10.
Can I filter by pool type? Yes, use the registry selector to choose Main, Crypto, Factory, Factory Crypto, Factory crvUSD, Factory Tricrypto, Factory Stable-NG, or all.
What output formats are supported? The Actor returns data in JSON, and you can export to CSV, Excel, XML, or JSON from the Apify dataset.
Is the data live or historical? The Actor reads the current state of the registries at the time of the run, so it reflects live on-chain data.
Can I run this on a schedule? Yes, you can set up a recurring schedule in Apify to run the Actor daily, weekly, or at any interval.

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 Curve Finance. 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

FieldTypeWhat it doesDefault
chain string (8 options) Which chain to query Curve pools on. ethereum
registry string (8 options) Which Curve pool registry to scrape. all
maxItems integer How many pools to collect per run. 10

Pricing

from $7.50 per 1,000 results

Charged forWhat it isPrice 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.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~curve-finance-pools-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "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.

Related scrapers

Run Curve Finance Pools Scraper on Apify All scrapers