CoinMarketCap API - Crypto Prices & Market Data
Pricing
from $0.50 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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:
| Mode | What you get |
|---|---|
| ๐ Top coins | The full ranked market table โ price, market cap, volume, supply, % changes (1h/24h/7d/30d/1y) for as many coins as you want. |
| ๐ Specific coins | Full profiles for any coins you choose โ by name, ticker symbol, or CoinMarketCap URL. Includes description, website, socials, all-time high/low, supply details. |
| ๐ค Search | Find coins by keyword (e.g. ai, gaming, meme, layer 2) and pull their market data. |
| ๐ฅ Trending & movers | Trending coins, most-visited coins, and the day's top gainers & losers. |
| ๐ Historical prices | Daily, 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)
- Pick a mode (Top coins, Specific coins, Search, Trending, or Historical).
- Fill in the few fields that matter for that mode (coins, keyword, currency, date range).
- Click Start โถ๏ธ
- 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:
- ๐จ Telegram Keyword Search Scraper โ track crypto chatter and signals across public Telegram channels.
- ๐ผ LinkedIn Post Search Scraper โ capture market sentiment and announcements by keyword.
- ๐ต๏ธ Watson โ Username Finder โ due diligence on founders and projects across 700+ sources.
- ๐งฌ Website Tech Profiler โ analyze the tech stack behind any crypto project or exchange.
- ๐ Dark Web Search Results Scraper โ monitor the dark web for leaks and threat intel.
๐ 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.