Pump.fun Scraper avatar

Pump.fun Scraper

Pricing

$5.00 / 1,000 tokens

Go to Apify Store
Pump.fun Scraper

Pump.fun Scraper

Get PRICE information with your Pump.fun tokens. This tool extracts in-depth data about cryptocurrency tokens from Pump.fun, a platform dedicated to Solana-based assets. It provides valuable insights into tokens, including their market caps, trading patterns, social media links, and more.

Pricing

$5.00 / 1,000 tokens

Rating

0.0

(0)

Developer

Sh0ck Labs

Sh0ck Labs

Maintained by Community

Actor stats

4

Bookmarked

156

Total users

1

Monthly active users

3 days ago

Last modified

Share

Pump.fun Token Scraper & API

Pump Fun Logo

Extract in-depth data about Solana meme coins from pump.fun — token details, market cap, bonding curve status, graduation, social links, creator info, and community takeover (CTO) metadata.

Runs as a one-off scraper or as a real-time Standby/MCP API that AI agents can call as a live data tool via Apify's MCP server.

Key Features

  • Scrapes up to 1,000 tokens in a single operation
  • Extensive filtering to save you money on responses:
    • Sort By: Last Trade, Creation Time, Last Reply, or Market Cap
    • Sort Order: Ascending or Descending
    • NSFW Content: Option to include or exclude
    • Market Cap: Filter by minimum/maximum market cap (SOL or USD)
    • Graduation Status: Filter for tokens that have completed their bonding curve and migrated to PumpSwap
    • King of the Hill: Filter for tokens that have reached KOTH status
    • Date Filters: Minimum creation date or last trade date (relative, e.g. "1 hour")
  • All token details returned by the pump.fun API:
    • Basic Data: Token name, symbol, mint address, creator
    • Market Data: Market cap (SOL + USD), ATH market cap, reserves, total supply
    • Pool Data: Bonding curve address, PumpSwap pool address, protocol, program
    • Social Media: Twitter, Telegram, and website links
    • Creator Info: Username, profile image, CTO metadata
    • Status: Graduation status, banned, NSFW, currently livestreaming

Real-time API (Standby / MCP)

When running in Standby mode, the Actor stays warm and accepts HTTP requests with the same parameters as the input schema. AI agents can call it via the Apify MCP server for live, low-latency token data.

Example request:

GET /?filter=FAFO&limit=50&order_by=market_cap&order_by_direction=DESC

Or with a JSON body:

POST /
{
"filter": "FAFO",
"limit": 50,
"min_mkt_cap": 1000,
"is_mkt_cap_usd": true
}

Input Configuration

  • filter (String): Search by token symbol or mint address.
  • order_by (String): Sort by created_timestamp, last_trade_timestamp, last_reply, or market_cap (default: created_timestamp).
  • order_by_direction (String): ASC or DESC (default: DESC).
  • limit (Integer): Max tokens to return, 50-1000 (default: 1000).
  • offset (Integer): Number of tokens to skip (default: 0).
  • is_nsfw (Boolean): Include NSFW tokens (default: true).
  • is_graduated (Boolean): Only graduated tokens (default: false).
  • has_king_of_the_hill (Boolean): Only tokens that have reached KOTH (default: false).
  • min_mkt_cap / max_mkt_cap (Integer): Market cap range filter.
  • is_mkt_cap_usd (Boolean): Use USD market cap for filtering instead of SOL (default: false).
  • min_created_timestamp (String): Minimum creation date, relative format e.g. 1 hour.
  • min_last_trade_timestamp (String): Minimum last trade date, relative format e.g. 10 minutes.

Example Input

{
"filter": "",
"is_graduated": false,
"is_nsfw": true,
"has_king_of_the_hill": false,
"is_mkt_cap_usd": false,
"min_created_timestamp": "1 hour",
"min_last_trade_timestamp": "10 minutes",
"limit": 1000,
"offset": 0,
"order_by": "created_timestamp",
"order_by_direction": "DESC"
}

Sample Output

{
"mint": "6N2yWK4FpeH73G19WToroTocyGPNSKcFuBdQD51skkFQ",
"name": "Example Token",
"symbol": "EXAMPLE",
"description": "An example meme coin",
"creator": "34sNEPBxrThLYbU3GozAqeLMwYPfnrnu2736rbfnNs5p",
"market_cap": 22.21,
"usd_market_cap": 4539.06,
"market_cap_quote": 22.21,
"ath_market_cap": 150.5,
"ath_market_cap_timestamp": "2026-06-20T12:00:00+00:00",
"created_timestamp": "2026-06-20T07:41:48.258000+00:00",
"image_uri": "https://ipfs.io/ipfs/QmExample",
"metadata_uri": "https://ipfs.io/ipfs/QmExample",
"twitter": "https://x.com/example",
"telegram": null,
"bonding_curve": "5hu5MRiYLYMnYXQXUm5vsTd32s4A9mHyuPWznKryD8vD",
"associated_bonding_curve": "2S3QBZwusTP2Li7r2vuHxBfEuPhJRsAgPvkahtP48RAm",
"pump_swap_pool": "7Vux5xC9XZJ89gxRD2bUESjjtY4iRzihnEruVVG1Liag",
"pool_address": "7Vux5xC9XZJ89gxRD2bUESjjtY4iRzihnEruVVG1Liag",
"protocol": "pumpswap",
"program": "pumpfun",
"complete": true,
"virtual_sol_reserves": 115005359342,
"virtual_token_reserves": 279900000000000,
"real_sol_reserves": 85000000000,
"real_token_reserves": 200000000000000,
"total_supply": 1000000000000000,
"website": null,
"show_name": true,
"last_trade_timestamp": "2026-06-20T07:50:05+00:00",
"reply_count": 11,
"nsfw": false,
"is_banned": false,
"is_currently_live": false,
"username": null,
"profile_image": null,
"cto_username": null,
"cto_address": null,
"updated_at": "2026-06-20T08:00:00+00:00",
"scraped_date": "2026-06-20T08:03:56.839560+00:00"
}

Key Use Cases

  • Market Intelligence: Analyze token performance, investor sentiment, and broader market trends.
  • Emerging Token Discovery: Spot new tokens early by tracking creation timestamps and initial trading activity.
  • Data-Driven Trading: Leverage historical market data to refine and backtest trading strategies.
  • Valuation Monitoring: Track market capitalization shifts to uncover promising projects.
  • Social Sentiment Analysis: Assess community engagement by analyzing reply counts and social links.
  • Project Verification: Conduct due diligence with in-depth token metadata and real-time project updates.
  • AI Agent Integration: Connect via MCP for automated, real-time token data retrieval in AI workflows.