CoinMarketCap Scraper avatar

CoinMarketCap Scraper

Try for free

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

View all Actors
CoinMarketCap Scraper

CoinMarketCap Scraper

muhammetakkurtt/coinmarketcap-scraper
Try for free

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

CoinMarketCap Scraper is an Apify actor that collects cryptocurrency data from CoinMarketCap. It pulls cryptocurrency information according to start and end parameters and saves it to the Apify dataset. It includes market data, metadata and audit information.

CoinMarketCap Scraper

CoinMarketCap Scraper

This project is an Apify actor designed to scrape cryptocurrency information from CoinMarketCap. It collects details such as cryptocurrency name, symbol, market cap rank, and more based on the specified start and limit parameters.

Features

  • Fetches cryptocurrency data from CoinMarketCap based on the specified start and limit.
  • Collects comprehensive information about each cryptocurrency, including metadata, market data, and audit information.
  • Saves the collected data to the Apify dataset.

Usage

  1. Run this actor in the Apify console.
  2. Provide the desired inputs:
    • start: The starting position according to Marketcap ranking.
    • limit: The total number of cryptocurrencies to fetch (default: 100).

Example Input

1{
2  "start": 1,
3  "limit": 100
4}

Output

The collected data is saved to the Apify dataset. The output data includes the following fields:

  • id: Unique identifier of the cryptocurrency
  • logoUrl: Kripto paranın logo URL'si
  • name: Name of the cryptocurrency
  • symbol: Symbol of the cryptocurrency
  • cmcRank: Market cap rank
  • marketPairCount: Number of market pairs
  • circulatingSupply: Circulating supply
  • selfReportedCirculatingSupply: Self-reported circulating supply
  • totalSupply: Total supply
  • ath: All-time high price
  • atl: All-time low price
  • high24h: 24-hour high price
  • low24h: 24-hour low price
  • isActive: Whether the cryptocurrency is active
  • lastUpdated: Last updated timestamp
  • dateAdded: Date added to CoinMarketCap
  • price: Current price in USD
  • volume24h: 24-hour trading volume
  • volume7d: 7-day trading volume
  • volume30d: 30-day trading volume
  • marketCap: Market capitalization
  • selfReportedMarketCap: Self-reported market capitalization
  • percentChange1h: 1-hour price change percentage
  • percentChange24h: 24-hour price change percentage
  • percentChange7d: 7-day price change percentage
  • percentChange30d: 30-day price change percentage
  • percentChange60d: 60-day price change percentage
  • percentChange90d: 90-day price change percentage
  • fullyDilluttedMarketCap: Fully diluted market capitalization
  • marketCapByTotalSupply: Market cap by total supply
  • dominance: Market dominance
  • turnover: Turnover rate
  • ytdPriceChangePercentage: Year-to-date price change percentage
  • percentChange1y: 1-year price change percentage
  • usdQuoteLastUpdated: Last updated timestamp for USD quote
  • isAudited: Whether the cryptocurrency is audited
  • auditInfo: Audit information, including:
    • auditor: Name of the auditor
    • auditStatus: Status of the audit
    • score: Audit score
    • auditTime: Time of the audit
    • reportUrl: URL to the audit report

Example Output

1{
2    "id": 52,
3    "logoUrl": "https://s2.coinmarketcap.com/static/img/coins/128x128/52.png",
4    "name": "XRP",
5    "symbol": "XRP",
6    "cmcRank": 7,
7    "marketPairCount": 1400,
8    "circulatingSupply": 56564039920,
9    "selfReportedCirculatingSupply": 0,
10    "totalSupply": 99987161962,
11    "ath": 3.841939926147461,
12    "atl": 0.002802350092679262,
13    "high24h": 0.536341616635965,
14    "low24h": 0.5268968405994953,
15    "isActive": 1,
16    "lastUpdated": "2024-10-05T19:41:00.000Z",
17    "dateAdded": "2013-08-04T00:00:00.000Z",
18    "price": 0.5330829865180338,
19    "volume24h": 727310239.4412147,
20    "volume7d": 6700700847.023869,
21    "volume30d": 26597553702.163055,
22    "marketCap": 30153327330.078884,
23    "selfReportedMarketCap": 0,
24    "percentChange1h": 0.21780229,
25    "percentChange24h": -0.60403417,
26    "percentChange7d": -14.35731985,
27    "percentChange30d": -2.01017541,
28    "percentChange60d": 3.26531819,
29    "percentChange90d": 24.37414876,
30    "fullyDilluttedMarketCap": 53308298651.8,
31    "marketCapByTotalSupply": 53301454912.165306,
32    "dominance": 1.4039,
33    "turnover": 0.0241204,
34    "ytdPriceChangePercentage": -15.3947,
35    "percentChange1y": 2.22706974,
36    "usdQuoteLastUpdated": "2024-10-05T19:41:00.000Z",
37    "isAudited": true,
38    "auditInfo": [
39      {
40        "auditor": "CertiK",
41        "auditStatus": 2,
42        "score": null,
43        "auditTime": "2023-08-15T21:12:27.861Z",
44        "reportUrl": "https://cmc.certik-skynet.com/redirect?project=xrp-ledger"
45      }
46    ]
47  }

This example output shows the structured data of a single cryptocurrency. The actual output will be a list of similar objects for all processed cryptocurrencies.

Notes

  • The collected data is stored in Apify’s default data store.
Developer
Maintained by Community
Actor metrics
  • 6 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 13 days ago