Pump Fun Crypto Coin Scraper
Pay $4.00 for 1,000 results
Pump Fun Crypto Coin Scraper
Pay $4.00 for 1,000 results
Discover Solana's token landscape with lightning-fast data extraction from Pump.fun! Effortlessly sort listings by trade activity, creation date, or market cap. Access vital stats like market metrics, social links, and trading data. Perfect for market analysis, and spotting emerging trends.
This actor scrapes detailed information about crypto coins from Pump.fun, a platform for Solana-based tokens. Get comprehensive data about tokens including market caps, trading activity, social links, and more.
Features
- Fast & efficient scraping of 1050 tokens in a single run
- Simple configuration with just 3 options:
- Sort by: Last Trade, Creation Time, Last Reply, or Market Cap
- Sort order: Ascending or Descending
- Include/exclude NSFW content
- Comprehensive token data returned automatically:
- Basic info (name, symbol, mint address)
- Market metrics (cap, reserves, trading data)
- Social presence (Twitter, Telegram, website)
- Full metadata (descriptions, images)
Use Cases
- Market research and analysis: Get comprehensive data to understand token performance, market trends, and investor behavior
- Token discovery: Find promising new tokens early by monitoring creation dates and initial trading activity
- Trading strategy development: Access historical price data and market metrics to build and backtest trading strategies
- Market cap monitoring: Track changes in market capitalization to identify growing projects and market movements
- Social engagement tracking: Monitor social metrics and community growth through reply counts and platform engagement
- Due diligence: Verify token legitimacy and project activity through comprehensive metadata
- Competitive analysis: Compare similar tokens and track relative performance metrics
- Community insights: Analyze social presence and engagement levels across platforms
Input Configuration
sort
(String): Sort results by:last_trade_timestamp
,created_timestamp
,last_reply
, ormarket_cap
(default:created_timestamp
)order
(String): Sort order:ASC
orDESC
(default:DESC
)includeNsfw
(Boolean): Whether to include NSFW tokens in results (default: false)
Example Input
1{ 2 "sort": "created_timestamp", 3 "order": "ASC", 4 "includeNsfw": true 5}
Output Dataset
The actor stores results in a dataset, with each item containing detailed token information.
Here's a description of all fields in the output dataset:
Token Information
mint
: Unique token mint address on Solananame
: Display name of the tokensymbol
: Trading symbol of the tokendescription
: Token's description texttotal_supply
: Total token supplyshow_name
: Whether to display the name (boolean)
Market Data
market_cap
: Market capitalization in SOLusd_market_cap
: Market capitalization in USDvirtual_sol_reserves
: Virtual SOL reserves in the poolvirtual_token_reserves
: Virtual token reserves in the poolmarket_id
: Unique market identifierinverted
: Whether the market is inverted (boolean)is_currently_live
: Whether the market is currently active (boolean)raydium_pool
: Raydium pool addressbonding_curve
: Bonding curve contract addressassociated_bonding_curve
: Associated bonding curve address
Metadata & URIs
image_uri
: URI of the token's imagemetadata_uri
: URI of the token's metadatawebsite
: Project website URLtwitter
: Twitter/X profile URLtelegram
: Telegram group URL
Activity & Timestamps
created_timestamp
: Token creation timestamplast_trade_timestamp
: Last trade timestampking_of_the_hill_timestamp
: King of the hill timestamplast_reply
: Last reply timestampreply_count
: Number of replies/comments
Creator & Profile
creator
: Creator's wallet addressusername
: Creator's usernameprofile_image
: Creator's profile image URL
Flags & Status
complete
: Whether token setup is complete (boolean)hidden
: Whether token is hidden (boolean or null)nsfw
: Whether token is marked as NSFW (boolean)
Example output:
1{ 2 "mint": "AxGAbdFtdbj2oNXa4dKqFvwHzgFtW9mFHWmd7vQfpump", 3 "name": "TOP HAT", 4 "symbol": "HAT", 5 "description": "Solana's first no-code AI agent launchpad.", 6 "image_uri": "https://ipfs.io/ipfs/QmPPhPbe9t5AKkBgBP4uon7aBdwLzukdS5PJoujC4YjJBj", 7 "metadata_uri": "https://ipfs.io/ipfs/QmRGP81WsfLPtw4VaExcsJr2sE2P1qftuiszQx5aHBwce6", 8 "twitter": "https://x.com/TopHat_One", 9 "telegram": "https://t.me/+DLUgJl8MCDBjNTFk", 10 "bonding_curve": "EopMZSxBTEad6Y43zvfd4LntmULkqp5hFYViC5cFn4oT", 11 "associated_bonding_curve": "9v7VXvR2rytENnBrYbzAfTpwACNxTdGubD5Wdi7Y8xM8", 12 "creator": "BXjEFPEDwgNrAdLRHb9kqLK4DrLtd3uQPcmiQpKPZTd5", 13 "created_timestamp": 1730374103343, 14 "raydium_pool": "Hoz3sC78FMWSziyyvJuv5kTEamBMSe2j1LUGAMP9SbYU", 15 "complete": true, 16 "virtual_sol_reserves": 115005359321, 17 "virtual_token_reserves": 279900000000000, 18 "hidden": null, 19 "total_supply": 1000000000000000, 20 "website": "tophat.one", 21 "show_name": true, 22 "last_trade_timestamp": 1730375245000, 23 "king_of_the_hill_timestamp": 1730374135000, 24 "market_cap": 121100, 25 "reply_count": 429, 26 "last_reply": 1734886752430, 27 "nsfw": false, 28 "market_id": "HTJT8npsXVVAYH9QTZ3cJAFpZ33JzaR9QBBkvtxR9NDF", 29 "inverted": true, 30 "is_currently_live": false, 31 "username": null, 32 "profile_image": null, 33 "usd_market_cap": 22678397 34}
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Dec 2024
Modified a day ago