Pump.fun King of the Hill Scraper
1 day trial then $5.00/month - No credit card required now
Pump.fun King of the Hill Scraper
1 day trial then $5.00/month - No credit card required now
There is a spot on the top of pump website reserved for the King of the Hill. Once a token reaches around $30K marketcap it will dethrone the current king of the hill and get displayed on the featured spot
This Apify scraper fetches the latest King of the Hill data from Pump.fun, a platform showcasing tokens competing for the top spot. The King of the Hill is the token with a market cap exceeding $30,000, displayed prominently on the website.
Features
-
Fetch Detailed Token Data:
- Retrieves comprehensive information about the current King of the Hill token, including name, symbol, creator, market cap, and metadata links.
-
Real-Time Updates:
- Extracts data from Pump.fun in real-time for the most accurate and current information.
-
Structured Output:
- Provides all token details in a well-organized JSON format, ready for analysis or integration.
Input
This scraper does not require any input. Simply run the actor to get the latest data.
Output
The scraper produces a JSON object with detailed information about the current King of the Hill. Below is an example of the output, with data types specified:
1{ 2 "mint": "string", 3 "name": "string", 4 "symbol": "string", 5 "description": "string", 6 "image_uri": "string", 7 "video_uri": "string|null", 8 "metadata_uri": "string", 9 "twitter": "string|null", 10 "telegram": "string|null", 11 "bonding_curve": "string", 12 "associated_bonding_curve": "string", 13 "creator": "string", 14 "created_timestamp": "integer", 15 "raydium_pool": "string|null", 16 "complete": "boolean", 17 "virtual_sol_reserves": "integer", 18 "virtual_token_reserves": "integer", 19 "total_supply": "integer", 20 "website": "string|null", 21 "show_name": "boolean", 22 "king_of_the_hill_timestamp": "integer", 23 "market_cap": "float", 24 "reply_count": "integer", 25 "nsfw": "boolean", 26 "market_id": "string|null", 27 "inverted": "string|null", 28 "is_currently_live": "boolean", 29 "username": "string|null", 30 "profile_image": "string|null", 31 "usd_market_cap": "float" 32}
Field Descriptions
mint
: Unique token identifier.name
: Name of the King of the Hill token.symbol
: Token symbol.description
: Token description (if available).image_uri
: Link to the token’s image.video_uri
: Link to the token’s video, if available.metadata_uri
: Link to the token’s metadata.twitter
: Associated Twitter link.telegram
: Associated Telegram link, if available.bonding_curve
: Identifier for the token’s bonding curve.associated_bonding_curve
: Linked bonding curve identifier.creator
: The wallet or user who created the token.created_timestamp
: UNIX timestamp when the token was created.raydium_pool
: Associated liquidity pool, if applicable.complete
: Boolean indicating if the token is fully configured.virtual_sol_reserves
/virtual_token_reserves
: Liquidity data in integers.total_supply
: Total supply of the token.website
: Website URL, if available.show_name
: Boolean indicating if the token's name is displayed.king_of_the_hill_timestamp
: UNIX timestamp when the token became the King of the Hill.market_cap
: Market capitalization in SOL.reply_count
: Number of replies or comments associated with the token.nsfw
: Boolean indicating if the token is flagged as not safe for work.market_id
: Identifier for the market, if applicable.inverted
: String indicating inversion status, if any.is_currently_live
: Boolean indicating if the token is live.username
: Associated username, if applicable.profile_image
: URL of the profile image, if available.usd_market_cap
: Market capitalization in USD.
How to Use
- Deploy on Apify:
- Add the actor to your Apify account.
- Run the Actor:
- Start the actor without any input parameters.
- Retrieve Results:
- Download the JSON output containing all relevant King of the Hill details.
Notes
- King of the Hill Threshold: Tokens need a market cap of approximately $30,000 to dethrone the current King of the Hill.
- Compliance: Ensure you use this data responsibly and in compliance with Pump.fun's terms of service.
Support
If you encounter issues or have feature requests, feel free to reach out through Apify’s support or contact me directly. Let’s make your Pump.fun experience even better! 🚀
Actor Metrics
2 monthly users
-
1 star
Created in Nov 2024
Modified 8 hours ago