VOOZH about

URL: https://apify.com/parseforge/tonapi-jettons-scraper

โ‡ฑ TON Jettons Scraper ยท Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

Survey jetton tokens on The Open Network through tonapi.io. Returns contract address, name, symbol, decimals, image, and verification status. Filter by symbol substring to find a specific asset. Useful for TON wallet integrations, DEX listings, and token discovery research.

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

24 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿ’Ž TON Jettons Scraper

๐Ÿš€ Export TON blockchain jettons (Telegram-Open-Network tokens) in seconds. Addresses, symbols, decimals, holders, total supply, and images โ€” direct from the public TONAPI v2.

๐Ÿ•’ Last updated. 2026-06-05 ยท ๐Ÿ“Š 9 fields per record ยท every indexed jetton on TON mainnet ยท Public API ยท No login required

The TON Jettons Scraper turns the TONAPI v2 public endpoint into a clean, structured dataset. It queries the source live, normalizes the response into one row per record, and pushes the result into an Apify dataset you can download or pipe to your warehouse.

Every indexed jetton on TON mainnet are covered in a single run, with stable field names and null-safe parsing.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿ”Œ TON devsInventory the jetton ecosystem
๐Ÿ“Š AnalystsTrack which jettons have the most holders
๐Ÿค– Telegram botsHot-load jetton metadata for in-app wallets
๐Ÿ“ฐ Crypto mediaProfile emerging TON tokens

๐Ÿ“‹ What the TON Jettons Scraper does

  • Calls the public TONAPI v2 endpoint with the parameters you supply.
  • Parses the response and flattens each record into a single dataset row.
  • Casts numeric fields to numbers where applicable for clean spreadsheet imports.
  • Surfaces rate-limit or upstream errors as a single-row error record instead of crashing.
  • Exports to every Apify dataset format supported in the UI.

๐Ÿ’ก Why it matters. The raw TONAPI v2 response is great for API consumers but awkward for spreadsheets and BI tools. This actor normalizes the shape so the data drops straight into pandas, BigQuery, or a Google Sheet.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
symbolFilterstringNoFilter jettons by symbol substring (case insensitive). Leave empty for all.
maxItemsintegerNoFree users. 10. Paid users. up to 1,000,000. Prefill. 10.

Example 1.

{
"symbolFilter":"example",
"maxItems":10
}

Example 2.

{
"symbolFilter":"example",
"maxItems":50
}

โš ๏ธ Good to Know. This actor calls the public TONAPI v2 endpoint with no authentication required. Upstream rate limits apply; if the source returns a limit notice, you will see it as a single error record in your dataset.

๐Ÿ“Š Output

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

FieldTypeDescription
๐Ÿ”น addressstringField from the TONAPI v2 response.
๐Ÿ”น namestringField from the TONAPI v2 response.
๐Ÿ”น symbolstringField from the TONAPI v2 response.
๐Ÿ”น decimalsstringField from the TONAPI v2 response.
๐Ÿ”น imagestringField from the TONAPI v2 response.
๐Ÿ”น total_supplystringField from the TONAPI v2 response.
๐Ÿ”น holders_countstringField from the TONAPI v2 response.
๐Ÿ”น scrapedAtstringField from the TONAPI v2 response.
๐Ÿ”น errorstringSet if the upstream response was an error or rate-limit.

Sample record.

{
"address":"sample_address",
"name":"sample_name",
"symbol":"sample_symbol",
"decimals":"sample_decimals",
"image":"sample_image",
"total_supply":"sample_total_supply",
"holders_count":"sample_holders_count",
"scrapedAt":"sample_scrapedAt",
"error":null
}

โœจ Why choose this Actor

| ๐Ÿ†“ | Works with the public TONAPI v2 endpoint. No API key, no signup. | | ๐Ÿงน | Clean field names, ready for BI tools. | | ๐Ÿ”ข | Numeric strings cast to real numbers where it makes sense. | | ๐Ÿ›Ÿ | Upstream errors and rate limits surface as a clean error record. | | ๐Ÿ”Œ | One-click export to every Apify dataset format. | | ๐Ÿ’พ | Push to dataset, then pipe to BigQuery, Snowflake, Postgres, or Google Sheets. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetup timeClean shapePaginationError handling
Roll your own fetch30 min +โŒmanualmanual
Copy-paste from the browser5 min, fragileโŒโŒโŒ
This Actor5 sec, no installโœ…โœ…โœ…

๐Ÿš€ How to use

  1. Click Try for free.
  2. Fill in the input (or leave defaults).
  3. Click Start.
  4. Within seconds, the dataset is ready for download or integration.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Analytics. Pipe records into your warehouse and join against internal data for cross-source dashboards.

๐Ÿค– Automation. Trigger this actor on a schedule, then push results to Slack, Airtable, or Google Sheets.

๐Ÿงช Research. Snapshot the public state of TONAPI v2 on a date and archive it for reproducible studies.

๐Ÿ“ฐ Editorial. Verify quotes, numbers, or records cited in stories with a one-click fresh pull.

๐Ÿ”Œ Automating TON Jettons Scraper

  • Make / Zapier. Trigger this actor on a schedule, push results to Slack, Airtable, Google Sheets, or anywhere else.
  • Cron schedule. Use the native Apify scheduler to run on any cadence.
  • Webhooks. Get a POST to your endpoint the moment a run finishes.
  • Pipe to BigQuery / Snowflake / Postgres. Native Apify integrations move datasets straight into your warehouse.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Build classroom datasets without paying for a commercial feed.

๐Ÿงช Personal research. Track changes in the source over time on your own schedule.

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

๐Ÿงฐ Tinkering and prototyping. Wire up a fresh data feed in seconds to test a new chart or model.

๐Ÿค– 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. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.

โ“ Frequently Asked Questions

โ“ Do I need an API key? No. This actor calls the public TONAPI v2 endpoint with no authentication required.

โ“ Is there a rate limit? The upstream source may rate-limit aggressive use. If you hit a limit, the actor pushes a single error record rather than crashing.

โ“ Which formats can I download? Every format Apify's dataset UI supports.

โ“ Are values cast to numbers? Where the source returns numeric strings for numeric fields, yes.

โ“ How do you handle upstream errors? A single record with a populated error field is pushed, then the actor exits cleanly.

โ“ Can I schedule runs? Yes. Use Apify's native scheduler, Make, Zapier, or cron.

โ“ Is this scraping or API? API. The TONAPI v2 endpoint is fully public; this actor only normalizes the response.

โ“ Will the schema change? Core fields are stable. Optional fields surface as null when the source omits them.

โ“ How fresh is the data? Each run hits the live endpoint, so the data is as fresh as the source allows.

โ“ Can I filter the output? Yes. The input fields above let you narrow the result set before it lands in your dataset.

๐Ÿ”Œ 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. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.

๐Ÿ”— Recommended Actors

ActorWhat it does
ParseForge OurAirports ScraperGlobal airport database.
ParseForge Alpha Vantage ScraperStocks, FX, crypto, and indicators.
ParseForge CurseForge Mods ScraperPublic mod metadata from CurseForge.
ParseForge NBA Stats ScraperPlayer and team stats from NBA.com.

๐Ÿ’ก Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


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

Base Token List Scraper

parseforge/base-org-token-list-scraper

Tap the official Base bridge token list and return every supported asset with chainId, address, name, symbol, decimals, and logo URI. Filter by chain ID or symbol substring. Handy for wallet integrations, DEX listings, portfolio tools, and on chain analytics workflows.

Uniswap Token List Scraper

parseforge/uniswap-token-list-scraper

Pull the full Uniswap default token list spanning Ethereum, Arbitrum, Optimism, Polygon, and Base. Returns chainId, address, name, symbol, decimals, and logo URI. Filter by chain or symbol substring. Useful for DEX integrations, wallet builders, and crypto research dashboards.

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.

Optimism Superchain Token List Scraper

parseforge/optimism-superchain-tokens-scraper

Read the Superchain token list maintained by Optimism with filters for chain id, ticker symbol, and name substring. Returns chain id, token address, name, symbol, decimals, logo URI, and extension metadata. Useful for Superchain wallet integrations and bridging research.

DEX Screener Scraper

parseforge/dexscreener-scraper

Scrape live DEX trading pairs from DEX Screener public API. Look up a token address, a chain+pair address, or search by name/symbol. Returns price, volume, liquidity, FDV, transactions, and multi-window price change. No API key required.

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.

Arkham Intelligence Wallet Transfers & Swaps Scraper

muhammetakkurtt/arkham-intelligence-wallet-transfers-swaps-scraper

Extract enriched wallet transaction data from Arkham. Covers Transfers & DEX Swaps on EVM, BTC, SOL, TON & more. Features real-world entity resolution (CEX, Whales), token details, and precise USD valuations. Export structured, reliable data for crypto investigations.

๐Ÿ‘ User avatar

Muhammet Akkurt

27

5.0

Coinpaprika Coins List Scraper

parseforge/coinpaprika-coins-scraper

Pull the master Coinpaprika coin list with filters for coin type, active only, new listings, and symbol substring. Returns id, name, symbol, market rank, type, is active, and is new flags. Useful for crypto universe building, watchlists, and exchange listing trackers.

Jupiter Solana Token Prices Scraper

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

Related articles

Introducing scoped API tokens: better security for your Apify integrations
Read more