Osmosis Zone Liquidity Pools Scraper avatar

Osmosis Zone Liquidity Pools Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
Osmosis Zone Liquidity Pools Scraper

Osmosis Zone Liquidity Pools Scraper

Scrapes Osmosis Zone liquidity pools and returns each one as a flat row with its token pair, reserves, total liquidity, 24h volume, swap fees, and APR. Export to CSV, JSON, Excel, or XML.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

ParseForge

Osmosis Zone Liquidity Pools Scraper

Scrape liquidity pool data from Osmosis Zone, the leading Cosmos DEX, up to a million pools per run. Every pool comes with its ID, token pair, total liquidity, 24h volume, fees, and APR. Export to CSV, JSON, Excel, or XML.

Osmosis Zone is the largest decentralized exchange in the Cosmos ecosystem, but its front-end and API are built for traders, not bulk data collection. This Actor reads the public pool listing directly, collecting every available pool in one flat dataset. No API key, no rate-limit headaches, no manual clicking through pages.

Who uses itWhat they scrape Osmosis Zone for
DeFi analystsTrack total value locked and liquidity depth across the Osmosis ecosystem
Yield farmersFind the highest APR pools and monitor fee revenue trends
Token project teamsMonitor their token's liquidity and trading volume on Osmosis
Arbitrage tradersSpot price discrepancies and pool imbalances before they close

What it does

This Actor collects Osmosis Zone liquidity pools and returns each one as a flat row with its token pair, liquidity depth, volume, fees, and yield metrics.

  • ๐Ÿ”ข Pool count control: set a hard limit from 1 to 1,000,000 pools per run so you collect exactly what you need.
  • ๐Ÿ“Š Flat row output: every pool lands as one row with a fixed schema, ready for spreadsheets, databases, or notebooks.
  • ๐Ÿ”„ Fresh data every run: each execution hits the live Osmosis Zone endpoint, so your dataset reflects the current state of the chain.
  • ๐Ÿ“ Multi-format export: download your results as CSV, JSON, Excel, or XML without any post-processing.

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

What you can do with Osmosis Zone data

๐Ÿ“ˆ Monitor DeFi liquidity trends.

A DeFi analyst runs the Actor daily to track total value locked per pool and identify which token pairs are gaining or losing liquidity.

๐Ÿ’ฐ Find the best yield opportunities.

A yield farmer scrapes all pools, sorts by APR and 24h fee revenue, and decides where to allocate capital this week.

๐Ÿ” Audit token health.

A project team scrapes pools containing their token to verify liquidity depth and trading activity before a major announcement.

โšก Feed an arbitrage bot.

A quant trader collects pool reserves and swap fees every few minutes to detect price gaps between Osmosis and other exchanges.

Why choose this scraper

What you get
No API registrationReads the public pool feed directly with zero setup
Fixed schemaEvery pool returns the same fields so your pipeline never breaks
Bulk collectionGrab up to a million pools in a single run
Chain-native dataToken amounts, swap fees, and APR come straight from the Osmosis chain

How it compares

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

Osmosis Zone Liquidity Pools ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When Osmosis Zone changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor by setting a maximum pool count, and it collects the most recent pools from Osmosis Zone until that limit is reached. 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 collectedApproximate 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 Osmosis Zone Liquidity 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 Osmosis Zone 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/osmosis-zone-pools-scraper"

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

Troubleshooting

Why am I getting fewer pools than my maxItems setting?

The Actor stops when it has collected the number of pools you requested or when it reaches the end of the Osmosis pool listing, whichever comes first. If Osmosis has fewer total pools than your maxItems value, you will get all available pools.

The run timed out. What should I do?

Lower your maxItems value and try again. Collecting a very large number of pools can take time. If you need all pools, consider splitting the work across multiple runs or increasing the run timeout in your Apify actor settings.

Some pool fields are empty or zero. Is that an error?

No. Newly created pools or pools with very low activity may have zero 24h volume or an APR that has not been calculated yet. Empty fields usually mean the data is not available on-chain, not that the scrape failed.

The APR values look different from what I see on the Osmosis Zone website.

APR on Osmosis is calculated from swap fees and external incentives, and it changes block by block. The Actor captures the value at the moment of the request. A slight difference from the website is normal if a few seconds have passed.

I am getting a 403 or connection error.

The Osmosis Zone endpoint may be rate-limiting or temporarily unavailable. Wait a few minutes and retry. If the problem persists, check the Osmosis status page or community channels for any ongoing infrastructure issues.

FAQ

QuestionAnswer
Do I need an Osmosis wallet or API key to use this?No. The Actor reads the public pool listing endpoint that the Osmosis Zone front-end uses. No wallet connection, no API registration, no authentication of any kind is required.
What data does each pool row include?Each row includes the pool ID, the two tokens in the pair, their respective reserves, total liquidity, 24-hour trading volume, swap fee percentage, and the current APR. The exact fields appear in the sample output on this page.
How many pools can I scrape in one run?You set the limit with the maxItems input, anywhere from 1 to 1,000,000 pools. The Actor stops when it hits your number or runs out of pools on Osmosis.
Does this scrape historical pool data?No. Each run returns the current state of the pools as they exist on-chain at that moment. For historical data, schedule recurring runs and store the results yourself.
Can I filter by specific tokens or pool types?The Actor collects pools in the order Osmosis returns them and stops at your maxItems limit. It does not filter by token symbol or pool type during collection. You can filter the exported dataset afterward in your spreadsheet or script.
How often does the data refresh?Every run hits the live Osmosis Zone endpoint, so you get the current on-chain state. Schedule the Actor to run every 5 minutes, hourly, or daily depending on how fresh you need the data.
Is this faster than querying the Osmosis chain directly?Yes. The Actor reads from the same cached index that powers the Osmosis Zone front-end, so it returns results faster than walking the chain state or running individual RPC queries.
What export formats are supported?You can download your dataset as CSV, JSON, Excel, or XML directly from the Apify run detail page.
Does this work for other Cosmos DEXes like Crescent or JunoSwap?No. This Actor is built for Osmosis Zone specifically. Other DEXes have different APIs and data structures and would need their own dedicated Actor.
Can I run this on a schedule?Yes. Apify supports scheduled runs. Set it to run every hour, every day, or any custom cron interval, and your dataset will stay current automatically.

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 Osmosis Foundation. 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.