Extract details about new coin listings from Pump.fun, enabling you to monitor the latest additions with ease.
The Pump.fun New Listings Scraper is an Apify actor designed to fetch and extract details about new coin listings from Pump.fun, enabling you to monitor the latest additions with ease.
The actor takes a JSON input with the following structure:
1{ 2 "limit": 100 3}
limit
(integer): The maximum number of listings to retrieve. Defaults to 100
.The actor generates an array of objects, each containing detailed information about a coin listing. Here's an example:
1[ 2 { 3 "mint": "9DcRGV5bDNFg6sxhR15vka4ZUduQbr9HbdchuSrkKXDn", 4 "name": "Fanatic", 5 "symbol": "Fanatic", 6 "description": "I‘m a Bitcoin Fanatic spreading the true power of $BTC. Bitcoin is the ultimate path to financial freedom", 7 "image_uri": "https://ipfs.io/ipfs/QmRn2KgdMcgQkmo7rM1F1kTM6LDymGn7QqMEa2Hg7YieZD", 8 "metadata_uri": "https://ipfs.io/ipfs/QmP46fK7dC8KLXaGKyFWZJeeVKkY5Bg68aFfwQBXW4r5hH", 9 "creator": "GTiCQZHknSenLbpbhjrztxDGwWr2fUPJDkefjKRZTwVa", 10 "created_timestamp": 1733119692144, 11 "market_cap": 340.671952992, 12 "total_supply": 1000000000000000, 13 "usd_market_cap": 76804.4918020464, 14 "show_name": true, 15 "initialized": true 16 }, 17 { 18 "mint": "8j9sebqbgCjYdJnabhh62LsMyyb6XXoE8RiM4t1Mpump", 19 "name": "Girl with a Red Hat", 20 "symbol": "RED", 21 "description": "\"Girl with a Red Hat\" (c. 1665) by Johannes Vermeer captures attention with its striking red hat, showcasing Vermeer's mastery of light and texture in a vivid, detailed portrait.", 22 "image_uri": "https://ipfs.io/ipfs/QmSBi53nQeafCSbHkaVcA58QLZBvx95G7xRWu3GdNf2KAi", 23 "metadata_uri": "https://ipfs.io/ipfs/QmP7oSjW3JdeVY17qdovFWXB9sqeCyh3A3AGRDmTXyZFZL", 24 "creator": "7CwbhCXbqWNmpHnYscZ4JVFCGerVDsW2GWSFZ8qNNoLG", 25 "created_timestamp": 1733067214448, 26 "market_cap": 326.727712493, 27 "total_supply": 1000000000000000, 28 "usd_market_cap": 73660.76278154684, 29 "show_name": true, 30 "initialized": true 31 } 32]
mint
: The unique identifier of the coin.name
: The coin's name.symbol
: The coin's symbol.description
: A brief description of the coin.image_uri
: A link to the coin's image.metadata_uri
: A link to the coin's metadata.creator
: The creator's identifier.created_timestamp
: The timestamp of when the listing was created.market_cap
: The coin's market capitalization in SOL.total_supply
: The total supply of the coin.usd_market_cap
: The coin's market capitalization in USD.limit
in the input configuration.This actor is intended for informational and analytical purposes only. Please ensure compliance with the terms of service of Pump.fun and any applicable legal requirements when using this scraper.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!