
Pump.fun Token Scraper & Monitor
Pricing
$14.99/month + usage

Pump.fun Token Scraper & Monitor
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.
5.0 (4)
Pricing
$14.99/month + usage
7
Total users
80
Monthly users
36
Runs succeeded
>99%
Last modified
7 days ago
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.
🔗 Related Actors
Pump.fun Real-Time Trade Monitor
An advanced Apify actor that monitors and records real-time trade transactions of Solana (SOL) tokens on the Pump.fun platform. Track buy/sell transactions, trade volumes, and market movements instantly!
🚀 Key Features:
- Real-Time Trade Monitoring: Track instant buy/sell transactions
- Detailed Transaction Data:
- Transaction Details (Buy/Sell, Amount, Price)
- Token Information
- Market Data
- Social Links
- Creator Details
- Customizable Settings:
- Flexible Monitoring Duration
- Automated Data Collection and Analysis
🔍 Click for Detailed Information and Usage Guide
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
- Currently Live Token Listing
- Featured Tokens Listing
- Customizable Settings:
- Sort Order (Ascending/Descending)
- Content Filtering (NSFW/SFW)
- Flexible Monitoring Duration
- Token Fetch 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
- Currently Live
- Featured
- Option to include/exclude NSFW (adult) content tokens
- Ability to continuously monitor for a specified duration
- Fetch a specific number of tokens based on selected criteria
- Control the sort order (ascending or descending)
- Stores collected data in the Apify data store
Usage
- Run the actor in the Apify console
- Provide the following input parameters:
- sort: Sorting criteria (last_trade_timestamp, created_timestamp, last_reply, market_cap, king_of_the_hill, currently_live, featured)
- order: Sort order (ASC or DESC)
- includeNsfw: Include NSFW content tokens (true/false)
- monitoringDuration: Monitoring duration in minutes (0=single request without continuous monitoring, >0=continuous monitoring for specified duration)
- marketCapLimit: Number of tokens to fetch for market_cap, currently_live, and featured sorting options (between 1-1050)
Example Input
1{ 2 "sort": "created_timestamp", 3 "order": "DESC", 4 "includeNsfw": false, 5 "monitoringDuration": 3, 6 "marketCapLimit": 50 7}
Output
The collected data is saved to the Apify dataset. The output data includes the following fields:
mint
: Token's mint addressname
: Token namesymbol
: Token symboldescription
: Token descriptionimage_uri
: Token logo URLmetadata_uri
: Metadata URLtwitter
: Twitter accounttelegram
: Telegram channelbonding_curve
: Bonding curveassociated_bonding_curve
: Associated bonding curvecreator
: Creator addresscreated_timestamp
: Creation timeraydium_pool
: Raydium pool addresscomplete
: Completion statusvirtual_sol_reserves
: Virtual SOL reservesvirtual_token_reserves
: Virtual token reservestotal_supply
: Total supplywebsite
: Websiteshow_name
: Show name statuslast_trade_timestamp
: Last trade timeking_of_the_hill_timestamp
: King of the Hill timemarket_cap
: Market capreply_count
: Reply countlast_reply
: Last reply timensfw
: NSFW content statusmarket_id
: Market IDhidden
: Hidden statusinverted
: Inverted statusis_currently_live
: Active status (true if token is currently in a live session)num_participants
: Number of participants (for live sessions)username
: Usernameprofile_image
: Profile imageusd_market_cap
: Market cap in USD
Example Output
1{ 2 "mint": "8nB5q1UQg2nVkL46GeRwTb3GZafqP49pbU2HELXspump", 3 "name": "First Bonk Currency", 4 "symbol": "BONKMEME", 5 "description": "", 6 "image_uri": "https://ipfs.io/ipfs/QmdPHyn24gqcboyhF7VqsggqhffLWgjUNY1YrN8X3Kq8Jf", 7 "metadata_uri": "https://ipfs.io/ipfs/QmehkqJMdEiPX7c6ZK2fzP37dyPexXATtVoP8Rd3YfntYu", 8 "twitter": null, 9 "telegram": null, 10 "bonding_curve": "vj3bYQWCjXVsREzd1ZFoGmxyKH5nYZp91Wt5WxAjaB1", 11 "associated_bonding_curve": "9459knckDyFmQLUdbsfJsF8AN2PhJGBY66wuzGbcxQAv", 12 "creator": "Hgvw6WsT48Xu5hdnK1C4tjJndnpugjbQYc4oVU6u92m", 13 "created_timestamp": 1745790650139, 14 "raydium_pool": null, 15 "complete": false, 16 "virtual_sol_reserves": 31980198019, 17 "virtual_token_reserves": 1006560371542270, 18 "hidden": null, 19 "total_supply": 1000000000000000, 20 "website": "https://www.google.com/url?sa=i&url=https%3A%2F%2Finvestorplace.com%2F2023%2F01%2Fwhat-is-the-bonk-crypto-new-meme-coin-rockets-4800%2F&psig=AOvVaw2ugmMcp8W92b2BF9gwsuZ-&ust=1745876704226000&source=images&cd=vfe&opi=89978449&ved=0CBcQjhxqFwoTCOCRlc-Y-YwDFQAAAAAdAAAAABAE", 21 "show_name": true, 22 "last_trade_timestamp": 1745790649000, 23 "king_of_the_hill_timestamp": null, 24 "market_cap": 31.771763446, 25 "reply_count": 0, 26 "last_reply": null, 27 "nsfw": false, 28 "market_id": null, 29 "inverted": null, 30 "is_currently_live": false, 31 "num_participants": null, 32 "username": null, 33 "profile_image": null, 34 "usd_market_cap": 4749.560917542541 35}
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, Currently Live, or Featured sorting is selected, the specified limit of tokens is fetched at once and no continuous monitoring is done
- For Last Trade Time, Creation Time, Last Reply, and King of the Hill sorting options:
- If monitoring duration is set to 0, a single request is made without continuous monitoring
- If monitoring duration is > 0, continuous monitoring is done for the specified duration
- The collected data is stored in Apify's default data store.