CoinMarketCap API - Crypto Prices & Market Data avatar

CoinMarketCap API - Crypto Prices & Market Data

Pricing

from $0.50 / 1,000 results

Go to Apify Store
CoinMarketCap API - Crypto Prices & Market Data

CoinMarketCap API - Crypto Prices & Market Data

The most cheap and fast - Extract real-time crypto prices, market cap, rankings, trending coins, coin profiles and historical OHLCV from CoinMarketCap. No login, no API key. Search, scrape by URL, top lists & history in one clean dataset.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Lofomachines

Lofomachines

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

CoinMarketCap Scraper โ€“ Crypto Prices, Market Cap & Historical Data API ๐Ÿš€

The fastest, most reliable way to extract live cryptocurrency market data from CoinMarketCap โ€” without an API key, without login, without rate-limit headaches.

Get real-time crypto prices, market capitalization, 24h volume, rankings, trending coins, top gainers & losers, full coin profiles, and historical OHLCV price data โ€” all delivered in one clean, structured dataset ready for Excel, Google Sheets, BigQuery, your database, your dashboard, or your AI agent.

๐Ÿ’ก A turnkey CoinMarketCap API alternative for traders, analysts, fintech builders, researchers and AI agents who need accurate crypto data on demand.


โœจ Why use this CoinMarketCap Scraper?

  • โšก Blazing fast & reliable โ€” engineered for speed and high success rates, even at scale.
  • ๐Ÿ”“ No API key, no account, no authentication โ€” just enter what you want and run it.
  • ๐Ÿ’ฐ Cost-efficient โ€” optimized to use minimal compute, so you pay less for more data.
  • ๐Ÿงฑ One clean dataset โ€” consistent, well-typed fields. No messy HTML, no post-processing.
  • ๐ŸŒ 14 display currencies โ€” USD, EUR, GBP, JPY, BTC, ETH and more.
  • ๐Ÿค– AI-agent & automation ready โ€” perfect as a tool for LLM agents, RAG pipelines and no-code workflows.
  • ๐Ÿ“ˆ Everything in one place โ€” search, scrape by URL, top lists, trending, and full price history.

๐ŸŽฏ What can you collect?

This Actor gives you five powerful modes in a single tool:

ModeWhat you get
๐Ÿ† Top coinsThe full ranked market table โ€” price, market cap, volume, supply, % changes (1h/24h/7d/30d/1y) for as many coins as you want.
๐Ÿ”Ž Specific coinsFull profiles for any coins you choose โ€” by name, ticker symbol, or CoinMarketCap URL. Includes description, website, socials, all-time high/low, supply details.
๐Ÿ”ค SearchFind coins by keyword (e.g. ai, gaming, meme, layer 2) and pull their market data.
๐Ÿ”ฅ Trending & moversTrending coins, most-visited coins, and the day's top gainers & losers.
๐Ÿ•’ Historical pricesDaily, hourly or weekly OHLCV (open / high / low / close / volume / market cap) for any coin and any date range.

๐Ÿ‘ค Who is it for?

  • Crypto traders & investors โ€” track prices, monitor movers, build watchlists and screeners.
  • Fintech & Web3 builders โ€” power apps, bots and dashboards with reliable market data.
  • Data analysts & researchers โ€” export historical price series for backtesting and modeling.
  • AI agents & LLM tools โ€” give your agent live access to crypto market data.
  • Content creators & SEO โ€” feed crypto data into newsletters, sites and reports.
  • Portfolio & risk tools โ€” keep market caps, valuations and rankings up to date.

๐Ÿงฉ Use cases

  • ๐Ÿ“Š Build a crypto price tracker or market dashboard.
  • ๐Ÿค– Power a Telegram/Discord trading bot with live prices and movers.
  • ๐Ÿ“‰ Run backtests on years of historical OHLCV data.
  • ๐Ÿง  Add a crypto data tool to your AI agent (ChatGPT, Claude, LangChain, etc.).
  • ๐Ÿ”” Set up price & ranking alerts with scheduled runs.
  • ๐Ÿ—‚๏ธ Create and maintain a coin database with logos, links and descriptions.
  • ๐Ÿ’น Monitor trending coins and top gainers/losers every hour.

๐Ÿ› ๏ธ How to use it (in 30 seconds)

  1. Pick a mode (Top coins, Specific coins, Search, Trending, or Historical).
  2. Fill in the few fields that matter for that mode (coins, keyword, currency, date range).
  3. Click Start โ–ถ๏ธ
  4. Download your dataset as JSON, CSV, Excel, or via API.

No proxies to configure. No tokens to manage. It just works.


๐Ÿ“ฅ Example inputs

Get the top 200 coins in EUR:

{
"mode": "top_coins",
"maxItems": 200,
"convert": "EUR"
}

Get full profiles for specific coins (by name, symbol or URL):

{
"mode": "specific_coins",
"coins": ["bitcoin", "ETH", "https://coinmarketcap.com/currencies/solana/"],
"convert": "USD"
}

Search for AI coins:

{
"mode": "search",
"searchKeyword": "ai",
"maxItems": 50
}

Get the daily price history of Bitcoin for Q1 2024:

{
"mode": "historical",
"coins": ["bitcoin"],
"startDate": "2024-01-01",
"endDate": "2024-03-31",
"interval": "1d"
}

๐Ÿ“ค Example output

Every run produces a single, clean dataset. A Top coins record looks like this:

{
"recordType": "coin",
"rank": 1,
"name": "Bitcoin",
"symbol": "BTC",
"slug": "bitcoin",
"url": "https://coinmarketcap.com/currencies/bitcoin/",
"logo": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png",
"currency": "USD",
"price": 58383.35,
"marketCap": 1170600830102,
"fullyDilutedMarketCap": 1226456462467,
"volume24h": 28485232785,
"percentChange1h": 0.30,
"percentChange24h": -2.07,
"percentChange7d": -7.07,
"percentChange30d": -18.87,
"percentChange1y": -45.84,
"marketCapDominance": 57.6,
"circulatingSupply": 20050259,
"totalSupply": 20050259,
"maxSupply": 21000000,
"tags": ["mineable", "pow", "store-of-value"],
"dateAdded": "2010-07-13T00:00:00.000Z"
}

A Historical record (one row per interval):

{
"recordType": "historical",
"name": "Bitcoin",
"symbol": "BTC",
"timestamp": "2024-01-02T00:00:00.000Z",
"open": 44187.10,
"high": 45879.63,
"low": 44168.07,
"close": 44957.97,
"volume": 33055563286,
"marketCap": 881174204394
}

๐Ÿ”— Integrations & automation

Connect your crypto data to the tools you already use โ€” no code required:

  • ๐ŸŸฃ Make (Integromat) โ€” trigger scenarios on each run and route data anywhere.
  • ๐Ÿ”ต n8n โ€” build automated crypto pipelines and alerts.
  • ๐ŸŸ  Zapier โ€” push prices into Sheets, Slack, Notion, Airtable and 6,000+ apps.
  • ๐ŸŸข API & webhooks โ€” pull results straight into your backend or notebook.
  • ๐Ÿค– AI agents โ€” expose it as a tool for ChatGPT, Claude and other LLM agents.

Schedule the Actor to run every hour or every day and keep your data always fresh.


โ“ FAQ

Do I need a CoinMarketCap API key? No. There's nothing to sign up for โ€” just run the Actor.

Which currencies are supported? USD, EUR, GBP, JPY, AUD, CAD, CHF, CNY, INR, KRW, BRL, RUB, BTC and ETH.

How far back does historical data go? You can request any date range; the Actor walks back through history to cover it.

In what formats can I export? JSON, CSV, Excel, HTML table, or via the Apify API.

Is it fast enough for large jobs? Yes โ€” it's tuned for high throughput and reliability so you can pull thousands of records efficiently.


๐Ÿงฐ More tools by lofomachines

If you found this useful, explore other high-performance Actors from the same author:

๐Ÿ‘‰ See all Actors: apify.com/lofomachines


โญ If this Actor saves you time, please leave a review โ€” it helps a lot!

Keywords: coinmarketcap scraper, coinmarketcap api, crypto data api, cryptocurrency price api, crypto market data, bitcoin price scraper, ethereum price data, crypto historical data, trending crypto coins, top gainers losers, crypto market cap, web3 data, defi data, crypto api alternative.