Pump Fun Crypto Coin Scraper

Pump Fun Crypto Coin Scraper

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.

DEVELOPER_TOOLSAUTOMATIONApify

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, or market_cap (default: created_timestamp)
  • order (String): Sort order: ASC or DESC (default: DESC)
  • includeNsfw (Boolean): Whether to include NSFW tokens in results (default: false)
  • searchTerms (Array of Strings): Optional array of search terms to filter tokens by.
  • maxItems (Number): Maximum number of tokens to scrape (default: 1050, min: 50, max: 1050)

Example Input

1{
2    "sort": "created_timestamp",
3    "order": "ASC",
4    "includeNsfw": true,
5    "searchTerms": ["doge", "pepe"],
6    "maxItems": 500
7}

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 Solana
  • name: Display name of the token
  • symbol: Trading symbol of the token
  • description: Token's description text
  • total_supply: Total token supply
  • show_name: Whether to display the name (boolean)

Market Data

  • market_cap: Market capitalization in SOL
  • usd_market_cap: Market capitalization in USD
  • virtual_sol_reserves: Virtual SOL reserves in the pool
  • virtual_token_reserves: Virtual token reserves in the pool
  • market_id: Unique market identifier
  • inverted: Whether the market is inverted (boolean)
  • is_currently_live: Whether the market is currently active (boolean)
  • raydium_pool: Raydium pool address
  • bonding_curve: Bonding curve contract address
  • associated_bonding_curve: Associated bonding curve address

Metadata & URIs

  • image_uri: URI of the token's image
  • metadata_uri: URI of the token's metadata
  • website: Project website URL
  • twitter: Twitter/X profile URL
  • telegram: Telegram group URL

Activity & Timestamps

  • created_timestamp: Token creation timestamp
  • last_trade_timestamp: Last trade timestamp
  • king_of_the_hill_timestamp: King of the hill timestamp
  • last_reply: Last reply timestamp
  • reply_count: Number of replies/comments

Creator & Profile

  • creator: Creator's wallet address
  • username: Creator's username
  • profile_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}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!