Pump.fun Token Scraper & Monitor avatar

Pump.fun Token Scraper & Monitor

Try for free

3 days trial then $14.99/month - No credit card required now

Go to Store
Pump.fun Token Scraper & Monitor

Pump.fun Token Scraper & Monitor

muhammetakkurtt/pump-fun-token-scraper-monitor
Try for free

3 days trial then $14.99/month - No credit card required now

Automated Pump.fun token data collector and real-time monitor. Tracks cryptocurrency tokens by market cap, trade time, or creation time. Features customizable monitoring duration, NSFW filtering, and market cap ranking. Ideal for crypto market analysis.

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

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

An advanced Apify actor for real-time monitoring and scraping of Solana tokens on the Pump.fun platform. Track market caps, trades, new listings, and King of the Hill tokens with customizable monitoring options.

Overview

This automated tool provides real-time tracking and data collection for Solana-based tokens on Pump.fun. Perfect for traders, analysts, and developers who need up-to-date token information and market movements.

Key Features

  • Real-time Token Monitoring: Continuous tracking of token activities and market movements
  • Multiple Sorting Options:
    • Latest Trade Activity Tracking
    • New Token Listings Monitor
    • Community Engagement (Reply) Tracking
    • Market Capitalization Rankings
    • King of the Hill Token Monitoring
  • Customizable Settings:
    • Content Filtering (NSFW/SFW)
    • Flexible Monitoring Duration
    • Market Cap-based Token Limits
  • Automated Data Collection: All data automatically stored in Apify dataset

Features

  • Monitors token data from the Pump.fun platform in real-time
  • Provides a list of tokens based on different sorting criteria:
    • Last trade time
    • Creation time
    • Last reply time
    • Market cap
    • King of the Hill
  • Option to include/exclude NSFW (adult) content tokens
  • Ability to continuously monitor for a specified duration
  • Fetch a specific number of tokens based on market cap ranking
  • Stores collected data in the Apify data store

Usage

  1. Run the actor in the Apify console
  2. Provide the following input parameters:
    • sort: Sorting criteria (last_trade_timestamp, created_timestamp, last_reply, market_cap, king_of_the_hill)
    • includeNsfw: Include NSFW content tokens (true/false)
    • monitoringDuration: Monitoring duration (minutes, 0=unlimited)
    • marketCapLimit: Number of tokens to fetch in market cap ranking (between 50-1050)

Example Input

1{
2  "includeNsfw": false,
3  "sort": "created_timestamp",
4  "marketCapLimit": 50,
5  "monitoringDuration": 3
6}

Output

The collected data is saved to the Apify dataset. The output data includes the following fields:

  • mint: Token's mint address
  • name: Token name
  • symbol: Token symbol
  • description: Token description
  • image_uri: Token logo URL
  • metadata_uri: Metadata URL
  • twitter: Twitter account
  • telegram: Telegram channel
  • bonding_curve: Bonding curve
  • associated_bonding_curve: Associated bonding curve
  • creator: Creator address
  • created_timestamp: Creation time
  • raydium_pool: Raydium pool address
  • complete: Completion status
  • virtual_sol_reserves: Virtual SOL reserves
  • virtual_token_reserves: Virtual token reserves
  • total_supply: Total supply
  • website: Website
  • show_name: Show name status
  • last_trade_timestamp: Last trade time
  • king_of_the_hill_timestamp: King of the Hill time
  • market_cap: Market cap
  • reply_count: Reply count
  • last_reply: Last reply time
  • nsfw: NSFW content status
  • market_id: Market ID
  • is_currently_live: Active status
  • username: Username
  • profile_image: Profile image
  • usd_market_cap: Market cap in USD

Example Output

1{
2  "mint": "9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
3  "name": "Fartcoin ",
4  "symbol": "Fartcoin ",
5  "description": null,
6  "image_uri": "https://ipfs.io/ipfs/QmQr3Fz4h1etNsF7oLGMRHiCzhB5y9a7GjyodnF7zLHK1g",
7  "metadata_uri": "https://ipfs.io/ipfs/QmYfe8zVGHA1heej47AkBX3Nnetg2h2kqj5yymz1xyKeHb",
8  "twitter": "https://www.infinitebackrooms.com/dreams/conversation-1721540624-scenario-terminal-of-truths-txt",
9  "telegram": null,
10  "bonding_curve": "TBHe5tJnuT4CQbHorJ1uVdfUoaYGPKgfCpiv2jgesVN",
11  "associated_bonding_curve": "4oPaRNdUyHNPn7oba9RnY66mkCUeUMZNVLmJ2X6J5a4Z",
12  "creator": "HyYNVYmnFmi87NsQqWzLJhUTPBKQUfgfhdbBa554nMFF",
13  "created_timestamp": 1729231506539,
14  "raydium_pool": "Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw",
15  "complete": true,
16  "virtual_sol_reserves": 115005359177,
17  "virtual_token_reserves": 279900000000000,
18  "hidden": null,
19  "total_supply": 1000000000000000,
20  "website": null,
21  "show_name": true,
22  "last_trade_timestamp": 1729231620000,
23  "king_of_the_hill_timestamp": 1729231563000,
24  "market_cap": 9760000,
25  "reply_count": 3633,
26  "last_reply": 1737322695000,
27  "nsfw": false,
28  "market_id": "HLBdJzA7KE4zxT51opWj2tVfCayB4iZH2RZ18MqKCgNM",
29  "inverted": true,
30  "is_currently_live": false,
31  "username": "shitoshi__",
32  "profile_image": "https://ipfs.io/ipfs/QmcfEMVAD4F8hP3dJ4HDvyVmqGXziC79TT3ShC251J8fPB",
33  "usd_market_cap": 2487824000
34}

This example output shows the structured data of a single cryptocurrency. The actual output will be a list of similar objects for all processed cryptocurrencies.

Notes

  • When market cap sorting is selected, the specified limit of tokens is fetched at once and no monitoring is done
  • Continuous monitoring is done for other sorting options and new tokens are saved as they are found
  • If the monitoring duration is set to 0, monitoring is done indefinitely
  • The collected data is stored in Apify's default data store.
Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 2 stars

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a day ago