Coinmarketcap Crypto Scraper
Pricing
Pay per event
Go to Apify Store

Coinmarketcap Crypto Scraper
Scrape real-time cryptocurrency data from CoinMarketCap. Get prices, market cap, volume, rankings, and price changes (1h to 1yr) for 5000+ cryptos. Filter by coins/tokens, sort by market cap or volume, convert to any currency.
Pricing
Pay per event
Rating
0.0
(0)
Developer

Agenscrape
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
CoinMarketCap Cryptocurrency Scraper
Scrape real-time cryptocurrency data from CoinMarketCap. Get prices, market cap, volume, rankings, and price changes for thousands of cryptocurrencies.
Features
- Real-time Crypto Data: Get current prices, market caps, and trading volumes
- Top Rankings: Scrape top cryptocurrencies by market cap or volume
- Price Changes: Track 1h, 24h, 7d, 30d, 60d, 90d, and 1-year price changes
- Multiple Currencies: Convert prices to USD, EUR, GBP, BTC, and more
- Flexible Sorting: Sort by market cap, volume, or price changes
- Filter by Type: Get all cryptos, coins only, or tokens only
- Pagination Support: Scrape any range of cryptocurrencies
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
limit | Integer | Number of cryptocurrencies to scrape (1-5000) | 100 |
start | Integer | Starting position for pagination | 1 |
sortBy | String | Sort field (market_cap, volume_24h, percent_change_24h, percent_change_7d, name) | market_cap |
sortType | String | Sort order (desc, asc) | desc |
convert | String | Currency for price conversion (USD, EUR, GBP, BTC, etc.) | USD |
cryptoType | String | Filter type (all, coins, tokens) | all |
Output Data
Each cryptocurrency record includes:
| Field | Description |
|---|---|
id | CoinMarketCap ID |
rank | Market cap ranking |
name | Cryptocurrency name |
symbol | Trading symbol |
slug | URL-friendly name |
price | Current price |
marketCap | Total market capitalization |
volume24h | 24-hour trading volume |
volumeChange24h | Volume change percentage |
percentChange1h | 1-hour price change |
percentChange24h | 24-hour price change |
percentChange7d | 7-day price change |
percentChange30d | 30-day price change |
percentChange60d | 60-day price change |
percentChange90d | 90-day price change |
percentChange1y | 1-year price change |
circulatingSupply | Circulating coin supply |
totalSupply | Total coin supply |
maxSupply | Maximum supply limit |
fullyDilutedMarketCap | Fully diluted market cap |
dominance | Market dominance percentage |
marketPairCount | Number of trading pairs |
tags | Category tags |
dateAdded | Date added to CoinMarketCap |
lastUpdated | Last data update time |
platform | Token platform info (for tokens) |
currency | Price currency |
scrapedAt | Scrape timestamp |
Example Output
{"id": 1,"rank": 1,"name": "Bitcoin","symbol": "BTC","slug": "bitcoin","price": 95000.50,"marketCap": 1875000000000,"volume24h": 45000000000,"volumeChange24h": -5.2,"percentChange1h": 0.15,"percentChange24h": 2.35,"percentChange7d": -3.20,"percentChange30d": 12.50,"circulatingSupply": 19700000,"totalSupply": 19700000,"maxSupply": 21000000,"marketPairCount": 12500,"tags": ["mineable", "pow", "store-of-value"],"currency": "USD","scrapedAt": "2024-01-15T10:30:00.000Z"}
Use Cases
- Portfolio Tracking: Monitor cryptocurrency holdings and performance
- Market Analysis: Analyze market trends and trading volumes
- Price Alerts: Track price changes across multiple cryptocurrencies
- Research: Gather data for cryptocurrency research and analysis
- Trading Bots: Feed real-time data to trading algorithms
- Dashboards: Build crypto market dashboards and visualizations