ParseForge Scrapers

TON Jettons Scraper

parseforge/tonapi-jettons-scraper

AutomationIntegrationsDeveloper tools

Scrapes TON jettons from the TON blockchain and returns each one as a flat row with symbol, name, description, and on-chain metadata. Filter by symbol and set max items.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
86
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

TON Jettons Scraper

Scrape TON jettons from the TON blockchain, up to a million per run. Every jetton comes with its symbol, name, description, and on-chain metadata. No API key or login. Export to CSV, JSON, Excel, or XML.

TON jettons are the fungible tokens of The Open Network, and tracking them usually means running your own indexer or parsing raw blockchain data. This Actor reads the public TON API directly and returns each jetton as a flat row with its symbol, name, description, and metadata. Filter by symbol substring and cap the number of jettons per run.

Who uses it What they scrape TON Jettons for
Crypto analysts Which jettons are newly listed and what their metadata says
DeFi developers A clean dataset of jetton symbols and descriptions for their dApp
Market researchers The current landscape of TON jettons for a report
Traders A list of jettons to watch for potential opportunities

What it does

This Actor collects TON jettons from the TON blockchain and returns each one as a flat row with its symbol, name, description, and on-chain metadata.

  • ๐Ÿ” Symbol filter: return only jettons whose symbol contains the substring you provide, case insensitive.
  • ๐Ÿ“Š Flat rows: every jetton is one row with symbol, name, description, and metadata, ready for export.
  • โš™๏ธ Flexible volume: collect from 1 up to 1,000,000 jettons per run.
  • ๐Ÿ“ Multiple formats: export to CSV, JSON, Excel, or XML.

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

What you can do with TON Jettons data

๐Ÿ“ˆ Track new jetton listings.

A crypto analyst runs the Actor daily with no symbol filter to capture every jetton currently on TON, then checks which ones are new and what their metadata says.

๐Ÿ”Ž Filter jettons by symbol.

A trader sets the symbol filter to 'USDT' to get only Tether-related jettons on TON, then exports the list to CSV for further analysis.

๐Ÿงช Build a jetton database.

A DeFi developer runs the Actor with a high maxItems value to collect all jettons, then imports the JSON into their dApp's token list.

๐Ÿ“Š Research the TON ecosystem.

A market researcher collects all jettons and uses the descriptions to categorize the ecosystem, then exports to Excel for a report.

Why choose this scraper

What you get
No API key Uses the public TON API, no registration or token required
On-chain metadata Each row includes the jetton's symbol, name, description, and metadata
Scalable Collect up to a million jettons in a single run
Export ready Download as CSV, JSON, Excel, or XML for further analysis

How it compares

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

TON Jettons Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When TON Jettons 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 with an optional symbol substring filter and a maximum number of jettons per run. Filters run as each jetton is read so only matches reach your dataset. 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 TON Jettons 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 TON Jettons 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/tonapi-jettons-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your symbolFilter input. If you set a filter, it must match a substring of the jetton symbol, case insensitive. Try leaving it empty to see all jettons. Also ensure maxItems is at least 1.

Why is the run taking so long?

The Actor reads jettons from the TON API, and a high maxItems value can take time. Reduce maxItems or use a symbol filter to narrow the results.

Why are some jettons missing from the results?

The TON API may paginate results, and the Actor collects up to maxItems. If you need more, increase maxItems. Also check if the jetton's symbol matches your filter.

Can I get more metadata than what is shown?

The Actor returns the standard jetton metadata from the TON API. If you need additional fields, consider using the TON API directly or another Actor.

FAQ

Question Answer
What is a TON jetton? A jetton is a fungible token on The Open Network (TON), similar to an ERC-20 token on Ethereum. Jettons have a symbol, name, description, and metadata stored on-chain.
Do I need an API key to use this Actor? No. This Actor uses the public TON API and does not require any registration or API key.
How many jettons can I collect in one run? You can set the maximum number of jettons from 1 up to 1,000,000 per run using the maxItems input field.
Can I filter jettons by symbol? Yes. Use the symbolFilter input to return only jettons whose symbol contains the substring you provide, case insensitive. Leave it empty to get all jettons.
What data does each jetton row include? Each row includes the jetton's symbol, name, description, and on-chain metadata. The exact fields are shown in the sample output.
What export formats are supported? You can export the results as CSV, JSON, Excel, or XML.
Is the data live? Yes. The Actor reads the current state of the TON blockchain each time it runs, so you get the latest jettons.
Can I schedule this Actor to run automatically? Yes. You can set up a schedule in Apify to run the Actor at regular intervals, such as daily or weekly.
What is the difference between a jetton and a TON coin? TON coin is the native cryptocurrency of The Open Network. Jettons are tokens issued on top of TON, similar to how ERC-20 tokens are issued on Ethereum.
Does this Actor return jetton prices? No. This Actor returns on-chain metadata such as symbol, name, and description. It does not include market prices or trading data.

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 TON 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
symbolFilter string Filter jettons by symbol substring (case insensitive). Leave empty for all. not set
maxItems integer How many jettons 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~tonapi-jettons-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 TON Jettons Scraper on Apify All scrapers