Pump.fun Token Scraper: Extract Cryptocurrency Data Efficiently

·

This powerful tool extracts comprehensive data about Solana-based cryptocurrency tokens from Pump.fun, delivering actionable insights for traders, analysts, and researchers. It captures essential metrics like market capitalization, trading activity, social media presence, and metadata to streamline your crypto analysis workflow.

Key Features

👉 Explore advanced crypto analytics tools

Comprehensive Token Data Output

Key Use Cases

Market Intelligence & Trading

Project Due Diligence

Input Configuration

| Parameter | Description | Default Value |
|-----------------------|-----------------------------------------------------------------------------|------------------------|
| sort | Sort by last_trade_timestamp, created_timestamp, last_reply, or market_cap. | created_timestamp |
| order | Sort order: ASC (ascending) or DESC (descending). | DESC |
| includeNsfw | Include NSFW tokens (true/false). | false |

Example Input

{
  "has_king_of_the_hill": false,
  "include_pricing": true,
  "is_graduated": false,
  "min_created_timestamp": "1 hour",
  "limit": 1000,
  "order_by": "created_timestamp",
  "order_by_direction": "DESC"
}

👉 Optimize your crypto research workflow

Sample Output

{
  "mint": "hXiY1MPjbuuWCeg5AYUgAawqsmJkm7i9rw4W8vKpump",
  "name": "Bearly AI",
  "market_cap": 22.21,
  "twitter": "https://x.com/bearlyai",
  "pool": {
    "price": 4.29e-6,
    "price_change_24h": -96.5
  }
}

FAQs

How often is the data updated?

The scraper fetches real-time data from Pump.fun, with price updates sourced directly from Raydium pools.

Can I filter tokens by liquidity?

Yes—use the market_cap parameter to target tokens above specific liquidity thresholds.

Is there a limit to the number of tokens I can scrape?

The tool processes up to 1,000 tokens per request, balancing efficiency with data depth.

How do I access social media links for tokens?

All scraped tokens include attached Twitter, Telegram, and website URLs in the output.