Pump.fun Crypto Coin Search Scraper πŸš€ avatar
Pump.fun Crypto Coin Search Scraper πŸš€

Pricing

$19.99/month + usage

Go to Apify Store
Pump.fun Crypto Coin Search Scraper πŸš€

Pump.fun Crypto Coin Search Scraper πŸš€

Scrape pump.fun board data including token details, market stats, and social metrics. Extract comprehensive information about crypto tokens, their market performance, and community engagement metrics.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

32

Total users

3

Monthly active users

10 months ago

Last modified

Categories

Share

Pump.fun Board Scraper πŸš€

Extract detailed cryptocurrency token data from pump.fun board, including market statistics, social metrics, and token information.

🎯 Use Cases

  • Monitor new token launches and market trends
  • Track market capitalization and trading volumes
  • Analyze community engagement and social metrics
  • Research token creator and project information
  • Monitor price movements and trading activities

✨ Features

  • Comprehensive Data Extraction: Captures detailed token information including:

    • Token name, symbol, and description
    • Market cap and trading statistics
    • Social media links and community metrics
    • Creator information and timestamps
    • Pool and bonding curve details
  • Flexible Search: Search by keywords to find specific tokens or projects

  • Customizable Results: Control the number of results with maxItems parameter

  • Real-time Data: Get up-to-date market and social metrics

  • Clean Output: Well-structured JSON format for easy integration

πŸ’Ž Output

The actor provides detailed information for each token, including:

  • Basic token information (name, symbol, description)
  • Market statistics (market cap, trading volume)
  • Social metrics (reply count, engagement)
  • Technical details (mint address, bonding curves)
  • Timestamps and creation data
  • USD market cap and trading metrics

πŸ” Input Parameters

  • keywords (Array): List of keywords to search for
  • maxItems (Number): Maximum number of results to collect (default: 100)

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"trump"
],
"maxItems": 130
}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"keyword": "trump",
"data": {
"mint": "EmBBhcqgm2acaXv9dXQFyDZDkhL4YMoWnGdHaMQJpump",
"name": "Barron William Trump",
"symbol": "BWT",
"description": "it’s here ",
"image_uri": "https://ipfs.io/ipfs/QmWXR1svYyS56aipCw54GG1absvkzqoQaGYVx2S9tuiXbs",
"metadata_uri": "https://ipfs.io/ipfs/QmYRt9nMU21k98rQpPwaaHVksxmLoacV7Jo4HX4fiCdXZk",
"twitter": null,
"telegram": null,
"bonding_curve": "3gjirQptz2BAoXCz8YTo1ph8pbhXB1rpNp6tZ7EDrQW4",
"associated_bonding_curve": "Nj5bwKT13vYRSyymErpLxZNHAbg7LWaUqfscwb7NQC9",
"creator": "AB2QndfFfTA55CDNgQb9VaaZ9MDc1vzKuBzc3EHTzEE1",
"created_timestamp": 1737427102351,
"raydium_pool": "4oFm8iFVLEz4L9QSkWL7sj2jTr88f63RwDXsWXaoTgaU",
"complete": true,
"virtual_sol_reserves": 115005359066,
"virtual_token_reserves": 279900000000000,
"hidden": null,
"total_supply": 1000000000000000,
"website": null,
"show_name": true,
"last_trade_timestamp": 1737427105000,
"king_of_the_hill_timestamp": 1737427104000,
"market_cap": 25610,
"reply_count": 58,
"last_reply": 1737447377000,
"nsfw": false,
"market_id": "6jdJ75gmR1Nv82ayVGeUksk3oUV5TAJJRKPUCCXNbXrx",
"inverted": true,
"is_currently_live": false,
"username": null,
"profile_image": null,
"usd_market_cap": 6085960.399999999,
"url": "https://pump.fun/coin/EmBBhcqgm2acaXv9dXQFyDZDkhL4YMoWnGdHaMQJpump"
},
"scrapedAt": "2025-01-21T08:52:15.931Z"
},
...
]