Coinmarketcap Crypto Scraper avatar
Coinmarketcap Crypto Scraper

Pricing

Pay per event

Go to Apify Store
Coinmarketcap Crypto Scraper

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

Agenscrape

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

ParameterTypeDescriptionDefault
limitIntegerNumber of cryptocurrencies to scrape (1-5000)100
startIntegerStarting position for pagination1
sortByStringSort field (market_cap, volume_24h, percent_change_24h, percent_change_7d, name)market_cap
sortTypeStringSort order (desc, asc)desc
convertStringCurrency for price conversion (USD, EUR, GBP, BTC, etc.)USD
cryptoTypeStringFilter type (all, coins, tokens)all

Output Data

Each cryptocurrency record includes:

FieldDescription
idCoinMarketCap ID
rankMarket cap ranking
nameCryptocurrency name
symbolTrading symbol
slugURL-friendly name
priceCurrent price
marketCapTotal market capitalization
volume24h24-hour trading volume
volumeChange24hVolume change percentage
percentChange1h1-hour price change
percentChange24h24-hour price change
percentChange7d7-day price change
percentChange30d30-day price change
percentChange60d60-day price change
percentChange90d90-day price change
percentChange1y1-year price change
circulatingSupplyCirculating coin supply
totalSupplyTotal coin supply
maxSupplyMaximum supply limit
fullyDilutedMarketCapFully diluted market cap
dominanceMarket dominance percentage
marketPairCountNumber of trading pairs
tagsCategory tags
dateAddedDate added to CoinMarketCap
lastUpdatedLast data update time
platformToken platform info (for tokens)
currencyPrice currency
scrapedAtScrape 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