Pump.fun New Listings Scraper avatar

Pump.fun New Listings Scraper

Try for free

Pay $5.00 for 1,000 results

Go to Store
Pump.fun New Listings Scraper

Pump.fun New Listings Scraper

harvest/pump-fun-new-listings-scraper
Try for free

Pay $5.00 for 1,000 results

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.


📜 Features

  • Fetch recent listings: Scrape the most recent coins listed on Pump.fun.
  • Customizable limit: Control the number of listings to retrieve.
  • Detailed output: Retrieve comprehensive data, including metadata, market stats, and creator details.

🔧 Input Schema

The actor takes a JSON input with the following structure:

1{
2    "limit": 100
3}

Input Fields

  • limit (integer): The maximum number of listings to retrieve. Defaults to 100.

📝 Output Format

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]

Key Fields in Output

  • 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.

📖 How to Use

  1. Create a task on Apify using this actor.
  2. Provide the desired limit in the input configuration.
  3. Run the actor and retrieve the results from the dataset or directly from the run output.

🛡️ Disclaimer

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.

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 2 days ago