ParseForge Scrapers

Osmosis Zone Liquidity Pools Scraper

parseforge/osmosis-zone-pools-scraper

AutomationIntegrationsBusiness

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.

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

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 it What they scrape Osmosis Zone for
DeFi analysts Track total value locked and liquidity depth across the Osmosis ecosystem
Yield farmers Find the highest APR pools and monitor fee revenue trends
Token project teams Monitor their token's liquidity and trading volume on Osmosis
Arbitrage traders Spot 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 registration Reads the public pool feed directly with zero setup
Fixed schema Every pool returns the same fields so your pipeline never breaks
Bulk collection Grab up to a million pools in a single run
Chain-native data Token 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 Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Osmosis Zone 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 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 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 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

Question Answer
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.

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

Input

FieldTypeWhat it doesDefault
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~osmosis-zone-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 Osmosis Zone Liquidity Pools Scraper on Apify All scrapers