# CoinMarketCap scraper | Fast & reliable (`adventurous_nut/coinmarketcap-scraper-fast-reliable`) Actor

🚀 Fast & reliable CoinMarketCap scraper supporting Trending, Top, Most Visited & New coins. Extract rich crypto data including price, volume, market cap, % change, CMC rank, supply & more. Ideal for traders, analysts, bots & dashboards.

- **URL**: https://apify.com/adventurous\_nut/coinmarketcap-scraper-fast-reliable.md
- **Developed by:** [abdelhafid hasnaoui](https://apify.com/adventurous_nut) (community)
- **Categories:** Other, Developer tools
- **Stats:** 4 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

📝 **Description**

🚀 Powerful & Fast CoinMarketCap Scraper Actor
Extract rich, up-to-date cryptocurrency market data directly from CoinMarketCap with high speed and reliability.

This Actor supports multiple CoinMarketCap categories and is perfect for traders, analysts, developers, researchers, and crypto dashboards.

📊 **Supported Categories**

```
🔥 Trending List – Top trending cryptocurrencies (24h)

🏆 Top List – Ranked coins by CMC rank

👀 Most Visited List – Most viewed coins in the last 24h

🆕 New List – Newly added cryptocurrencies
```

📌 **Extracted Data Fields**

```
You get rich & structured data, including:

💰 Price (USD, BTC, ETH)

📈 24h / 7d / 30d Volume

📊 Percentage Price Change

🏦 Market Capitalization

🏆 CoinMarketCap Rank (CMC Rank)

🔄 Circulating, Total & Max Supply

📅 Date Added

🔢 Number of Market Pairs

📉 ATH / ATL / High 24h / Low 24h
…and more!
```

⚡ **Why Use This Actor?**

```
✅ Fast & Lightweight – Uses CMC internal data APIs
✅ Reliable & Stable – Minimal request limits, optimized pagination
✅ Flexible Input – Choose category & max items
✅ Scalable – Ideal for automation & scheduled runs
✅ Multiple Output Formats – JSON, CSV, XLSX
✅ Developer-Friendly – Clean, structured datasets
```

🎯 **Example Output**

```json
{
  "type": "listing",
  "cryptoId": 18679,
  "slug": "onyxcoin",
  "tokenSymbol": "XCN",
  "tokenName": "Onyxcoin",
  "tokenAddress": "0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
  "platformId": 1,
  "platformName": "Ethereum",
  "dexerPlatformName": "Ethereum",
  "platformCryptoId": 1027,
  "priceUsd": "0.01030852268718017",
  "volume24h": "108004625.39197859",
  "pricePercentageChange24h": "9.39882606",
  "pricePercentageChange1h": "6.77245",
  "pricePercentageChange7d": "146.97809834",
  "pricePercentageChange30d": "97.65924865",
  "marketCap": "378273373.45",
  "selfReportedMarketCap": "0",
  "liquidity": "2170339.4668292751663",
  "txs24h": "1931",
  "age": "1646842243000",
  "riskLevel": "safe",
  "lastUpdate": "1767821100000",
  "listingRank": 118,
  "stats1m": {
    "type": "1m",
    "volume": "0",
    "txs": "0",
    "numBuy": "0",
    "numSell": "0"
  },
  "stats5m": {
    "type": "5m",
    "volume": "6642.57675334430948967",
    "txs": "6",
    "numBuy": "4",
    "numSell": "2"
  },
  "stats1h": {
    "type": "1h",
    "volume": "170279.955750866206991335",
    "txs": "146",
    "numBuy": "74",
    "numSell": "72"
  },
  "stats4h": {
    "type": "4h",
    "volume": "386048.751404271792132645",
    "txs": "387",
    "numBuy": "191",
    "numSell": "196"
  },
  "stats24h": {
    "type": "24h",
    "volume": "1753411.401429921444256206",
    "txs": "1931",
    "numBuy": "953",
    "numSell": "978"
  },
  "acronymName": "ETH"
}

```

📊 \*\* Example Overview\*\*

![screenshot](https://i.ibb.co/qY7P3kY3/Screenshot-coin-Market-Cap.png)

🎯 **Perfect For**

```
📊 Crypto market analysis & research

🤖 Trading bots & signals

🧠 Machine learning & data science

📈 Portfolio tracking dashboards

📰 Crypto news & insights platforms
```

🛠️ **Support**

```
Need help or have a question? I’ve got you covered.

📩 Fast Response – I usually reply within 24 hours

🐞 Bug Reports – Found an issue? I’ll fix it quickly

⚙️ Customization Requests – Need extra fields or new categories? Just ask

📘 Usage Guidance – Help with inputs, limits, or automation

🚀 Feature Requests – Your feedback helps improve this Actor

👉 Contact support directly via Apify messages or the Actor discussion section.
```

💡 \**Save hours of manual work and get accurate CoinMarketCap data instantly.*
👉 \**Start scraping smarter crypto data today!*

# Actor input Schema

## `categorie` (type: `string`):

select categorie you want to scrape

## `MaxItems` (type: `integer`):

Number of items you want to scrape

## Actor input object example

```json
{
  "categorie": "Top List",
  "MaxItems": 500
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("adventurous_nut/coinmarketcap-scraper-fast-reliable").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("adventurous_nut/coinmarketcap-scraper-fast-reliable").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call adventurous_nut/coinmarketcap-scraper-fast-reliable --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=adventurous_nut/coinmarketcap-scraper-fast-reliable",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ShrxbLrpobqnZKD2G/builds/0HZ8stLsNTSj7wu76/openapi.json
