Jupiter Solana Token Prices Scraper avatar

Jupiter Solana Token Prices Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
Jupiter Solana Token Prices Scraper

Jupiter Solana Token Prices Scraper

Scrapes live token prices from Jupiter for any Solana token mint or symbol. Returns flat rows with price, mint, symbol, and quote token. No API key required.

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

12 days ago

Last modified

Share

ParseForge

Jupiter Solana Token Prices Scraper

Scrape live Solana token prices from Jupiter, the leading DEX aggregator. Get real-time quotes for any token mint or symbol, quoted in USDC or any other token. No API key, no rate limits, export to CSV, JSON, Excel, or XML.

Jupiter's official API requires an API key and has rate limits that slow down bulk price collection. This actor reads the public price endpoint directly, so you can pull quotes for hundreds or thousands of Solana tokens in a single run. Each row is a flat record with the token mint, symbol, price, and quote token.

Who uses itWhat they scrape Jupiter for
DeFi tradersMonitor real-time prices for their Solana token portfolio
Crypto analystsBuild historical price datasets for Solana tokens
DApp developersFeed live token prices into their applications
Market researchersTrack price movements across the Solana ecosystem

What it does

This Actor collects live token prices from Jupiter for any list of Solana token mints or symbols, and returns each quote as a flat row.

  • โšก Bulk quotes: request up to 1,000,000 token prices in a single run
  • ๐Ÿ” Any quote token: price tokens in USDC, SOL, or any other Solana mint
  • ๐Ÿ“Š Flat output: each quote is one row with mint, symbol, price, and quote token
  • ๐ŸŒ No API key: reads Jupiter's public endpoint, no registration needed

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

What you can do with Jupiter data

๐Ÿ“ˆ Monitor a token portfolio.

A trader runs the actor every minute with their token list to track price changes and trigger alerts.

๐Ÿงช Build a price dataset.

An analyst collects daily prices for hundreds of Solana tokens to study market trends.

๐Ÿ› ๏ธ Power a DApp.

A developer integrates the actor into their backend to serve live token prices to users.

๐Ÿ” Research new tokens.

A researcher pulls prices for newly listed tokens to evaluate their initial market performance.

Why choose this scraper

What you get
Live pricesGet the current price for any Solana token from Jupiter's aggregated liquidity
Bulk collectionFetch thousands of prices in one run without hitting rate limits
Flexible quotingQuote in USDC, SOL, or any other token mint
Simple outputFlat rows ready for CSV, JSON, Excel, or XML export

How it compares

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

Jupiter Solana Token Prices ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When Jupiter 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

Provide a comma-separated list of token mints or symbols, choose the quote token, and set a maximum number of tokens to collect. The actor fetches each price and returns only the requested tokens. The Input tab lists every parameter.

A first run with the defaults:

{
"ids": "SOL,USDC,BONK,JUP,WIF",
"vsToken": "USDC",
"maxItems": 10
}

A larger pull:

{
"ids": "SOL,USDC,BONK,JUP,WIF",
"vsToken": "USDC",
"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 Jupiter Solana Token Prices 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 Jupiter 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/jupiter-solana-token-prices-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 your token mints or symbols are correct and that they have markets on Jupiter. Also ensure maxItems is set to at least 1.

Why is the price different from what I see on the Jupiter website?

Prices can change rapidly. The actor fetches the price at the moment of the run, which may differ from a cached website display.

Can I use a custom quote token?

Yes, set the vsToken input to any Solana mint address or symbol. If the token has no market against your quote token, the price may be null.

Why did the run fail with a timeout?

If you request a very large number of tokens, the run may take longer. Increase the actor's timeout in the Apify settings or reduce maxItems.

How do I get historical prices?

This actor returns only the current price at the time of the run. To build a history, schedule the actor to run periodically and store the results.

FAQ

QuestionAnswer
Do I need a Jupiter API key?No. This actor reads Jupiter's public price endpoint, so no API key or registration is required.
Can I get prices for any Solana token?Yes, as long as the token has a market on Jupiter. Provide the token mint address or symbol.
What quote tokens are supported?Any Solana token mint can be used as the quote token. Common choices are USDC, USDT, or SOL.
How many tokens can I fetch in one run?You can fetch up to 1,000,000 tokens per run, limited only by the maxItems input.
What format is the output?Each token price is returned as a flat row with fields like mint, symbol, price, and quote token. You can export to CSV, JSON, Excel, or XML.
How often are prices updated?Prices are fetched live from Jupiter at the moment the actor runs, so they reflect current market conditions.
Can I use token symbols instead of mint addresses?Yes, you can provide symbols like SOL, USDC, or BONK. The actor resolves them to mint addresses automatically.
Is there a rate limit?No rate limits are imposed by this actor. It reads Jupiter's public endpoint directly.
Can I schedule this actor to run periodically?Yes, you can set up a schedule on Apify to run it every minute, hour, or day.
What if a token has no price on Jupiter?Tokens without a market on Jupiter will be skipped or returned with a null price, depending on the endpoint response.

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