Raydium Solana Liquidity Pools Scraper
Pricing
from $7.50 / 1,000 results
Raydium Solana Liquidity Pools Scraper
Browse Raydium liquidity pools on Solana with pool type, sort field, and sort direction inputs. Returns pool id, type, mintA and mintB addresses, symbols, current price, TVL, fee rate, 24h, 7d, and 30d volume. Useful for Solana DeFi screening and liquidity analytics.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

Raydium Solana Pools Scraper
๐ Export Raydium Solana pools in seconds. Token pair, price, TVL, fees, and rolling volume direct from api-v3.raydium.io.
๐ Last updated: 2026-06-05 . ๐ 14 fields per record . Public API . Real-time
The Raydium Solana Pools Scraper turns the Raydium API v3 public REST endpoint into a clean, structured dataset.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐ Solana DeFi analysts | Track Raydium TVL |
| ๐ช LPs | Find high-APR pools |
| ๐ผ Quant traders | Build Solana dashboards |
| ๐ค ML engineers | Backtest LP strategies |
๐ What the Raydium Solana Pools Scraper does
- Calls https://api-v3.raydium.io/pools/info/list.
- Flattens each pool into a row.
- Supports pool type and sort filters.
- Surfaces upstream errors as clean rows.
๐ก Why it matters. The source returns raw API payloads that most data tools cannot ingest directly. This actor normalizes everything into a flat row format ready for analysis.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free users limited to 10. Paid users up to 1,000,000. Prefill 10. |
Example 1.
{"maxItems": 50}
Example 2.
{"poolType": "concentrated","sortField": "liquidity","maxItems": 30}
โ ๏ธ Good to Know. This actor uses a public endpoint. No login or API key is required.
๐ Output
| Field | Type | Description |
|---|---|---|
๐ id | string | Pool address. |
๐ท๏ธ type | string | Pool type (Concentrated, Standard). |
๐ช mintA | string | Token A mint address. |
๐ช mintB | string | Token B mint address. |
๐ท๏ธ symbolA | string | Token A symbol. |
๐ท๏ธ symbolB | string | Token B symbol. |
๐ฐ price | number | Current pool price. |
๐ต tvl | number | Pool TVL USD. |
๐ธ feeRate | number | Swap fee rate. |
๐ volume24h | number | 24h volume USD. |
๐ volume7d | number | 7d volume USD. |
๐ volume30d | number | 30d volume USD. |
๐ scrapedAt | string | Fetch time. |
โ error | string | Set if upstream error. |
Sample record.
{"id": "3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv","type": "Concentrated","mintA": "So11111111111111111111111111111111111111112","mintB": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","symbolA": "WSOL","symbolB": "USDC","price": 145.2,"tvl": 12000000,"feeRate": 0.0001,"volume24h": 30000000,"volume7d": 200000000,"volume30d": 850000000,"scrapedAt": "2026-06-05T12:00:00.000Z","error": null}
โจ Why choose this Actor
| ๐ | Public source, no API key required. | | ๐งน | Clean snake_case fields ready for BI tools. | | ๐ข | Numeric values auto-cast for spreadsheets. | | ๐ | Errors surfaced as a clean record instead of crashing. | | ๐พ | Push to dataset for instant export in multiple formats. |
๐ How it compares to alternatives
| Approach | Setup time | Clean fields? | Numeric casting? |
|---|---|---|---|
| Roll your own fetch | 30 min+ | โ | โ |
| Custom Python script | 1 hr+ | partial | partial |
| This Actor | 5 sec, no install | โ | โ |
๐ How to use
- Click Try for free.
- Adjust
maxItemsif needed (defaults to 10). - Click Start. Within seconds, your dataset is ready for download or integration.
๐ผ Business use cases
๐ Analytics dashboards. Pipe results into BI tools.
๐ผ Backtesting. Snapshot data daily for reproducible analysis.
๐ฐ Reporting. Embed live numbers in newsletters or briefings.
๐ค ML feature engineering. Build training sets from public data.
๐ Automating Raydium Solana Pools Scraper
- Make / Zapier. Trigger this actor on a schedule, push results to Airtable, Google Sheets, or Slack.
- Cron schedule. Native Apify scheduler.
- Webhooks. POST to your endpoint when a run finishes.
- Pipe to BigQuery, Snowflake, Postgres. Native Apify integrations.
๐ Beyond business use cases
๐ Education. Use real data in finance and economics classes.
๐งช Personal research. Track your own metrics without coding.
๐ค Non-profit and open data. Build public dashboards with current numbers.
๐งฐ Tinkering and prototyping. Spin up a feed in seconds for new ideas.
๐ค Ask an AI assistant about this scraper
Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor inputs.
โ Frequently Asked Questions
โ Do I need an API key? No. Raydium v3 is public.
โ How fresh is data? Real-time.
โ Can I filter by pool type? Yes via the poolType input.
โ How is sorting handled? Use the sortField input.
โ What if upstream errors? A single record with error is pushed.
โ Will the schema change? id, mintA, mintB, price, tvl are stable.
โ Can I schedule runs? Yes via Apify scheduler, Make, Zapier, or cron.
โ Is rate limiting strict? Raydium is generous.
โ Which export formats? Apify dataset UI exposes multiple structured formats.
โ Is this scraping or API? API.
๐ Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, and indicators. |
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA.com. |
| ParseForge CurseForge Mods Scraper | Public mod metadata from CurseForge. |
๐ก Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.