Pump.fun Token Scraper & Monitor avatar

Pump.fun Token Scraper & Monitor

Pricing

$19.99/month + usage

Go to Apify Store
Pump.fun Token Scraper & Monitor

Pump.fun Token Scraper & Monitor

Scrape and monitor Pump.fun tokens: new launches, about to graduate, graduated, trending, KOL-traded, top market cap and influencer callouts. 30+ filters (holders, dev/sniper/bundler share, volume, socials), risk metrics and a watch mode that saves each new token.

Pricing

$19.99/month + usage

Rating

5.0

(4)

Developer

Muhammet Akkurt

Muhammet Akkurt

Maintained by Community

Actor stats

16

Bookmarked

222

Total users

0

Monthly active users

4 days ago

Last modified

Share

Pump.fun Token Scraper & Monitor - Real-time Solana Meme Token Tracking Tool

Pump.fun Token Scraper & Monitor - Real-time Solana Token Tracking

Scrape and monitor meme tokens on Pump.fun. Pick a feed — brand-new tokens, tokens about to graduate, graduated tokens, trending, top market cap, influencer callouts — narrow it down with 30+ filters, and get clean structured data for every match. Run it once for a snapshot, or leave it watching and it will save each new token the moment it appears.

Why use this scraper

  • Catch tokens seconds after launch. The "New tokens" feed returns coins that are a handful of seconds old.
  • Filter the way you actually screen. Bonding curve progress, holder count, developer holdings, sniper and bundler share, top-10 concentration, volume, transaction counts, KOL activity, socials, name keywords, launch platform.
  • See who is calling a token. The home feed returns tokens together with the influencer callouts behind them — thesis, entry market cap, PnL and multiple.
  • Every metric on every row. Market feeds ship the full risk picture — no second lookup needed.
  • Watch mode. Keep a run open and stream new tokens as they are created.

Pump.fun Real-Time Trade Monitor

Monitors and records real-time trade transactions for Solana tokens on Pump.fun — buy/sell flow, trade volumes and market movement as they happen.

🔍 Details and usage guide

Feeds

Choose one with the Feed input.

Live market feeds

Rich, fully filterable, up to 150 tokens per run. Every filter is applied upstream.

FeedWhat it returns
newBrand-new tokens, newest first
graduatingTokens close to completing their bonding curve
graduatedTokens that graduated to PumpSwap, most recent first
trendingTokens with the strongest current momentum — like pump.fun's own trending board, it also lists tokens from EVM chains (0x addresses, no solscanUrl)
mayhemTokens in Mayhem mode
liveTokens with an active livestream
kolTokens being traded by known KOL wallets
charityCharity tokens

Deep listings

Page much further — up to 1000 tokens — sorted by market cap or activity.

FeedSorted by
top-marketcapMarket cap
recent-tradesMost recent trade
recent-repliesMost recent reply

Other feeds

FeedWhat it returns
mayhem-modeMayhem-mode tokens with the complete coin record, up to 1000
home-feedTokens influencers are calling, with every callout (thesis, PnL, multiple) — the tokens behind the latest 150 callouts

Deep listings and the other feeds carry the basic token record. Turn on Add advanced metrics to also fetch, for each result, the metrics the live market feeds carry (holders, top-10 holder share, developer / sniper / bundler holdings, KOL count, fees, lifetime volume and trades, curve progress) plus price and insider holdings. This happens automatically whenever you set a filter that needs one of those numbers.

Filters

All optional; leave a field empty to ignore it. They combine freely.

Market — market cap (USD), volume (USD or SOL), 24h volume, bonding curve progress (0-100 %), age in seconds.

Holders and safety — holder count, top-10 holder share %, developer holdings %, snipers-owned %, bundlers-owned %, KOL trader count.

Trading activity — buy / sell / total transaction counts, total fees in SOL.

Social and keywords — has Twitter / Telegram / website / any social, name contains, name does not contain, blocked developer wallets, launch platforms, on-chain programs.

Age is in seconds. For "created in the last five minutes", set Age to (seconds) = 300. Percent and SOL filters take decimals, for example Developer holdings to (%) = 0.5.

Example inputs

New tokens from the last two minutes with a Twitter account

{
"board": "new",
"maxItems": 150,
"ageMaxSeconds": 120,
"hasTwitter": true
}

Safe-looking tokens about to graduate

{
"board": "graduating",
"bondingCurveMin": 85,
"holdersMin": 100,
"devHoldingsMaxPercent": 3,
"snipersOwnedMaxPercent": 10,
"top10HoldersMaxPercent": 35
}

Top 500 tokens by market cap with holder and risk metrics

{
"board": "top-marketcap",
"maxItems": 500,
"enrich": true
}

Tokens influencers are calling right now

{
"board": "home-feed",
"maxItems": 50,
"enrich": true
}

Watch for new dog-themed tokens for 30 minutes

{
"board": "new",
"monitoringDuration": 30,
"searchKeywords": ["dog", "doge", "shib"],
"excludeKeywords": ["test"]
}

Output

One row per token with the same shape across every feed (the home feed adds a narrative and a callouts list).

{
"mint": "j2eYZpCRAUkNv1Xk2WKaCSUXGsoZzP566aVUwNJpump",
"name": "XTAL",
"symbol": "XTAL",
"description": null,
"imageUrl": "https://...",
"chain": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"program": "pump",
"platform": "pump",
"pair": "SOL",
"marketCapUsd": 311297199.28,
"athMarketCapUsd": 311742042.95,
"priceUsd": 0.3113,
"bondingCurveProgress": 100,
"graduated": true,
"graduatedAt": "2026-08-14T21:12:03+00:00",
"poolAddress": "5mKiZV9hr4nJfCdj4h1fMXTSrXvThupm7xPw3xWHKw6t",
"bondingCurveAddress": "8xcQQFha9yUCHKzPs2EiQGVKPNaQei6MeHuqMnzpYFaN",
"volumeSol": 1321.4,
"volumeUsd": 99655.2,
"volume5mUsd": 421.0,
"volume1hUsd": 8123.5,
"volume24hUsd": 74210.9,
"buyTransactions": 2404,
"sellTransactions": 1877,
"transactions": 4281,
"transactions5m": 209,
"holders": 148649,
"top10HoldersPercent": 23.4,
"devHoldingsPercent": 0.02,
"snipersOwnedPercent": 0.0,
"bundlerOwnedPercent": 1.2,
"sniperCount": 6,
"kolCount": 17,
"totalFeesSol": 12.01,
"insidersOwnedPercent": 3.4,
"insiderCount": 11,
"bundlerCount": 2,
"totalFeesUsd": 1502.3,
"twitterReuseCount": 0,
"telegramReuseCount": 0,
"websiteReuseCount": 1,
"dev": "BAgjbTe2YnbeDVU9i8MsJAVxxsUCte1LhY4KVMW8dtxD",
"twitter": "https://x.com/...",
"telegram": null,
"website": "https://...",
"hasTwitter": true,
"hasTelegram": false,
"hasWebsite": true,
"hasAnySocial": true,
"isCurrentlyLive": false,
"liveParticipants": null,
"isMayhem": false,
"mayhemState": null,
"isCharity": false,
"isCashbackEnabled": true,
"createdAt": "2026-08-14T18:40:11+00:00",
"ageSeconds": 10269,
"pumpFunUrl": "https://pump.fun/coin/j2eYZpCRAUkNv1Xk2WKaCSUXGsoZzP566aVUwNJpump",
"solscanUrl": "https://solscan.io/token/j2eYZpCRAUkNv1Xk2WKaCSUXGsoZzP566aVUwNJpump",
"board": "top-marketcap",
"scrapedAt": "2026-08-15T09:41:52+00:00"
}

Fields that a feed does not provide come back as null rather than being dropped, so the shape is stable.

Home feed rows also carry every callout on the token:

{
"narrative": "AI agents",
"callouts": [
{
"user": "someTrader",
"wallet": "8h8C783QE93nY5TDBqMtu1ysGgynzPEjraRV1avav78V",
"pnlUsd": 1840.5,
"pnlPercent": 212.4,
"thesis": "Early on the agent narrative, dev still holding.",
"calledOutAt": "2026-09-21T08:02:02.843Z",
"calledOutAtMcap": 41000,
"multiple": 3.1,
"maxMultiplier": 4.6
}
]
}

Notes

  • Market cap is in USD (marketCapUsd); volume is available in both SOL (volumeSol) and USD (volumeUsd).
  • chain is a CAIP-2 chain id (solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp for Solana); pair is the quote asset — SOL, USDC, or the quote token's symbol or address.
  • graduated marks tokens that completed their bonding curve and moved to PumpSwap; bondingCurveProgress is the pre-graduation progress in percent.
  • Filters on deep listings and the other feeds are applied as the feed is read, which continues until maxItems tokens match (or 1000 tokens have been checked). They run after the enrichment step, so a token whose metrics could not be fetched is left out rather than guessed at. Tokens that are no longer active come back with holders and holdings only (top-10 share, KOL count, fees and lifetime volume stay empty), so a filter on those leaves them out.
  • insidersOwnedPercent is the share of supply held by insider wallets — a strong rug-risk signal alongside developer, sniper and bundler holdings. It comes with Add advanced metrics on deep listings and the other feeds.
  • twitterReuseCount / telegramReuseCount / websiteReuseCount count other tokens that used the same social link — a recycled link is a common copy-paste scam pattern. They also come with Add advanced metrics.
  • transactions, buyTransactions, sellTransactions, volumeSol and volumeUsd are lifetime figures; the 5m / 1h / 24h fields cover those windows.
  • The actor rotates proxies automatically and steps up to a residential exit when needed — no proxy input required.