VOOZH about

URL: https://apify.com/parseforge/jupiter-solana-token-prices-scraper

โ‡ฑ Jupiter Solana Token Prices Scraper ยท Apify


๐Ÿ‘ 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

Query the Jupiter aggregator for live Solana token prices by mint or symbol against any quote token. Returns mint, symbol, name, price, vs_token, and type. Feed in tickers like SOL, USDC, BONK, JUP. Useful for portfolio trackers, DeFi dashboards, and arbitrage scouting.

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

23 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿ“Š Jupiter Solana Token Prices Scraper

๐Ÿš€ Export Jupiter Solana token prices data in seconds. Structured records direct from the public Jupiter Price API to CSV, Excel, JSON, or XML.

๐Ÿ•’ Last updated: 2026-06-05 ยท ๐Ÿ“Š 8 fields per record ยท Public REST API ยท Jupiter Solana token prices

The Jupiter Solana Token Prices Scraper turns the public Jupiter Price API into a clean, structured dataset. You pass token symbols (e.g. SOL,USDC,BONK,JUP,WIF) or raw Solana mint addresses; the actor resolves each symbol to its verified mint, fetches the live USD price, converts it into your chosen vsToken, and flattens each record into one row.

Dataset coverage depends on the upstream source. All field names are clean snake_case / camelCase, numeric strings are auto-cast to numbers, and upstream rate-limit notes are surfaced as a clean error record instead of crashing your pipeline.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿ“Š AnalystsPull structured records for analysis
๐Ÿข Finance teamsSnapshot data for dashboards and reports
๐Ÿค– ML engineersBuild training sets from public sources
๐Ÿ“ฐ JournalistsVerify numbers for stories with one click
๐Ÿ‘ฉโ€๐Ÿ’ป DevelopersMirror upstream data into your own DB without writing client code
๐ŸŽ“ ResearchersRun reproducible studies on public data

๐Ÿ“‹ What the Jupiter Solana Token Prices Scraper does

  • Resolves token symbols to verified Solana mints via the public Jupiter token search API, and calls the live lite-api.jup.ag Price API.
  • Parses the JSON response and flattens each record into a clean row.
  • Casts numeric fields to numbers so they import cleanly into Excel and BI tools.
  • Surfaces upstream rate-limit or error notes as a single-row error record instead of crashing.
  • Exports as CSV, Excel, JSON, JSONL, XML, RSS, or HTML.

๐Ÿ’ก Why it matters: The raw Jupiter Solana token prices JSON is verbose and hard to consume in spreadsheets. This actor normalizes the payload into one row per record so the data drops straight into pandas, BigQuery, or a Google Sheet.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
idsstringYesComma-separated mints/symbols.
vsTokenstringNoQuote token (default USDC).
maxItemsintegerNoFree users: 10. Paid users: up to 1,000,000. Prefill: 10.

Example 1:

{
"ids":"SOL,USDC,BONK",
"maxItems":10
}

Example 2:

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

โš ๏ธ Good to Know: The Jupiter Solana token prices API is rate-limited. This actor surfaces rate-limit notes as a clean error record so your downstream pipeline can decide how to retry.

๐Ÿ“Š Output

Each record is a flat object. error is always last.

FieldTypeDescription
๐Ÿ†” mintstringToken mint address.
๐Ÿ’  symbolstringToken symbol.
๐Ÿ“ namestringToken name.
๐Ÿ’ฒ pricenumberQuoted price.
โ†”๏ธ vsTokenstringQuote token (default USDC).
๐Ÿท๏ธ priceTypestringderivedPrice or buyPrice.
๐Ÿ•’ scrapedAtstringFetch timestamp.
โŒ errorstringSet on upstream error.

Sample record:

{
"mint":"So11111111111111111111111111111111111111112",
"symbol":"SOL",
"name":"SOL",
"price":168.42,
"vsToken":"USDC",
"priceType":"derivedPrice",
"scrapedAt":"2026-05-29T12:00:00.000Z",
"error":null
}

โœจ Why choose this Actor

| ๐Ÿ†“ | Works with the free, public Jupiter Solana token prices endpoint. | | ๐Ÿงน | Clean snake_case keys ready for BI. | | ๐Ÿ”ข | Auto-casts numeric strings to real numbers. | | ๐Ÿ›Ÿ | Surfaces rate-limit notes as a clean error record. | | ๐Ÿ”Œ | Drop-in dataset replacement for the raw API. | | ๐Ÿ’พ | Push to dataset โ†’ instant CSV / Excel / JSON / XML / RSS / HTML export. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetup timeClean keys?Numeric casting?Rate-limit handling?
Roll your own fetch30 min +โŒโŒโŒ
Generic API client1 hr install + scriptpartialpartialpartial
This Actor5 sec, no installโœ…โœ…โœ…

๐Ÿš€ How to use

  1. Click Try for free.
  2. Adjust input fields (or leave defaults).
  3. Click Start. Within seconds, your dataset is ready โ€” download as CSV, Excel, JSON, or XML, or pipe to your warehouse.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Analytics & dashboards. Pull Jupiter Solana token prices data into a single CSV, feed BI tools, share with stakeholders.

๐Ÿค– ML feature engineering. Build clean training sets from Jupiter Solana token prices for downstream models.

๐Ÿ“ฐ Newsroom fact-checking. Verify numbers for stories in 30 seconds.

๐Ÿข Treasury / ops. Schedule daily runs and pipe to your dashboard.

๐Ÿ”Œ Automating Jupiter Solana Token Prices 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 the moment a run finishes.
  • Pipe to BigQuery / Snowflake / Postgres: native Apify integrations.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Teach a class with real Jupiter Solana token prices data instead of toy datasets.

๐Ÿงช Personal research. Track Jupiter Solana token prices signals on your own schedule.

๐Ÿค Non-profit & open data. Build public dashboards without writing client code.

๐Ÿงฐ Tinkering & prototyping. Spin up a feed in 5 seconds to test a new idea.

๐Ÿค– Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor's inputs.

โ“ Frequently Asked Questions

โ“ Do I need an API key? No. The Jupiter price API is open.

โ“ Which chain is this? Solana.

โ“ Can I quote vs a non-USDC token? Yes. Set vsToken to any mint or symbol.

โ“ Is there a rate limit? Yes. We surface 429 responses as a clean error record.

โ“ How many tokens per call? Jupiter recommends 100 or fewer per request.

โ“ What format can I download? CSV, Excel, JSON, JSONL, XML, RSS, or HTML.

๐Ÿ”Œ 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

ActorWhat it does
ParseForge Alpha Vantage ScraperStocks, FX, crypto, indicators.
ParseForge Yahoo Finance ScraperEquities, funds, indices.
ParseForge OurAirports ScraperGlobal airport database.
ParseForge NBA Stats ScraperPlayer and team stats from NBA.com.

๐Ÿ’ก 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's terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

Fetch Solana Token OHLCV Candles API

vybe/solana-token-ohlc-api

Solana API endpoint for fetching token candles OHLCV prices for any Token-2022 or SPL token on Solana. Multiple resolutions from 1-minute to 1-year. Docs: https://docs.vybenetwork.com/reference/get_token_trade_ohlc_v4

Fetch Solana Token List API

vybe/solana-tokens-api

Solana API endpoint for fetching Token-2022 and SPL token lists in the form of paginated lists of all tracked Solana tokens with summary metrics. Docs: https://docs.vybenetwork.com/reference/get_tokens_summary_v4

Build Close Token Accounts Transaction API

vybe/solana-close-token-accounts-api

Solana API endpoint for closing empty Solana token accounts. Build a transaction to close Token-2022 and SPL token accounts to recover locked SOL. Docs: https://docs.vybenetwork.com/reference/close_token_accounts

Blockscout Multichain Tokens Scraper

parseforge/blockscout-multichain-tokens-scraper

Pull token listings from Blockscout explorers across multiple EVM chains. Each record returns address, name, symbol, decimals, total supply, token type, exchange rate, circulating market cap, icon URL, and chain. Filter by chain, token type, or search query for token research.

Arbitrum Bridge Token List Scraper

parseforge/arbitrum-bridge-tokens-scraper

Read the official Arbitrum bridge token list for chain 42161 with filters for symbol, name substring, and exact address. Returns chain id, token contract address, name, symbol, decimals, and logo URI. Useful for Arbitrum bridging tools, wallet listings, and DeFi research.

Fetch Historical Solana Token Transfers API

vybe/solana-transfers-api

Solana API endpoint for fetching historical Token-2022 and SPL transfers by mint, sender, receiver, amount, and time range for analytics and whale tracking. Docs: https://docs.vybenetwork.com/reference/get_token_transfers_v4

ApeGuard โ€” Solana Token Risk Scanner

purapuraninja/apeguard-solana-scanner

Scan Solana tokens for rug pull risks, whale activity, and buy signals. 7-factor risk analysis with verdict scoring. Powered by RugCheck, DEXScreener, OKX, and Jupiter.

๐Ÿ‘ User avatar

Haris Munandar

2

Solana Tokens Leaderboard

websift/solana-tokens-leaderboard

Easily retrieve real-time rankings of Solana tokens with the Solana Token Leaderboard API. Sort by market cap, holders, or price with customizable limits and sorting options. Perfect for investors, researchers, and blockchain analysts tracking token performance

Fetch Solana Token Details API

vybe/solana-token-details-api

Solana API endpoint for fetching complete Token-2022 and SPL token details such as price, volume, market cap, holder count, supply and social links. Docs: https://docs.vybenetwork.com/reference/get_token_details_v4