CoinMarketCap New Listing Scraper avatar

CoinMarketCap New Listing Scraper

Try for free

1 day trial then $10.00/month - No credit card required now

Go to Store
CoinMarketCap New Listing Scraper

CoinMarketCap New Listing Scraper

harvest/coinmarketcap-new-listing-scraper
Try for free

1 day trial then $10.00/month - No credit card required now

CoinMarketCap New Listings Scraper is an Apify actor designed to scrape the 100 newest cryptocurrency listings from CoinMarketCap. The data includes detailed information about each coin, such as its price changes, platforms, market cap, and more.

CoinMarketCap New Listings Scraper

CoinMarketCap New Listings Scraper is an Apify actor designed to scrape the 100 newest cryptocurrency listings from CoinMarketCap. The data includes detailed information about each coin, such as its price changes, platforms, market cap, and more.


Features

  • Pulls the 100 newest coins listed on CoinMarketCap.
  • Provides detailed data for each coin, including:
    • ID, name, symbol, and slug
    • Rank and active status
    • Price changes (1h, 24h, 7d, 30d)
    • 24h trading volume
    • Supported platforms
    • Market cap and fully diluted market cap
    • Date added
  • Outputs data in JSON format for easy integration into other systems.

Input

This actor does not require any input parameters. Simply run the actor, and it will fetch the data automatically.


Output

The actor returns an array of objects containing details about the newest 100 coins on CoinMarketCap. Each object has the following structure:

1[
2    {
3        "id": 23192,
4        "name": "edeXa",
5        "symbol": "EDX",
6        "slug": "edexa-service-token",
7        "rank": 3471,
8        "priceChange": {
9            "price": 0.07640626680033738,
10            "priceChange1h": -1.45805284,
11            "priceChange24h": -1.45805284,
12            "priceChange7d": -1.45805284,
13            "priceChange30d": -1.45805284,
14            "volume24h": 322795.48395579,
15            "lastUpdate": "2024-11-28T16:12:00.000Z"
16        },
17        "platforms": [
18            {
19                "id": 3890,
20                "name": "Polygon",
21                "symbol": "MATIC",
22                "slug": "polygon"
23            },
24            {
25                "id": 1027,
26                "name": "Ethereum",
27                "symbol": "ETH",
28                "slug": "ethereum"
29            },
30            {
31                "id": 1839,
32                "name": "BNB",
33                "symbol": "BNB",
34                "slug": "bnb"
35            }
36        ],
37        "addedDate": "2024-11-28T15:23:37.000Z",
38        "marketCap": 0,
39        "selfReportedMarketCap": 0,
40        "fullyDilutedMarketCap": 191015667,
41        "isActive": 1
42    },
43    {
44        "id": 34021,
45        "name": "Zon Token",
46        "symbol": "ZON",
47        "slug": "zon-token",
48        "rank": 6401,
49        "priceChange": {
50            "price": 0.009246568057162318,
51            "priceChange1h": -4.70580973,
52            "priceChange24h": -4.70580973,
53            "priceChange7d": -4.70580973,
54            "priceChange30d": -4.70580973,
55            "volume24h": 1171.01976273,
56            "lastUpdate": "2024-11-28T16:12:00.000Z"
57        },
58        "platforms": [
59            {
60                "id": 2634,
61                "name": "XDC Network",
62                "symbol": "XDC",
63                "slug": "xdc-network"
64            }
65        ],
66        "addedDate": "2024-11-28T15:22:17.000Z",
67        "marketCap": 0,
68        "selfReportedMarketCap": 462328.4028581159,
69        "fullyDilutedMarketCap": 933903.38,
70        "isActive": 1
71    }
72]

How It Works

  1. The actor navigates to the CoinMarketCap website and extracts the newest 100 cryptocurrencies listed.
  2. It gathers information such as name, symbol, price changes, platforms, and market cap.
  3. The scraped data is output in structured JSON format for further use.

Use Cases

  • Monitor new cryptocurrency listings for investment opportunities.
  • Build a dashboard for tracking newly listed coins.
  • Integrate with other applications to fetch and analyze crypto data.

Installation & Usage

  1. Log in to your Apify account.
  2. Add the actor to your Apify console.
  3. Run the actor without any input configuration.
  4. Download the resulting JSON data or access it programmatically using Apify's API.

Notes

  • Data is updated in real-time and may reflect the latest changes as listed on CoinMarketCap.
  • Ensure compliance with CoinMarketCap's terms of service when using the data.

Support

For issues or feature requests, please contact the developer or raise an issue in the Apify platform.


Feel free to adjust any sections to better match your actor or preferences!

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 13 days ago