Coinpaprika Crypto Scraper β Prices, Market Cap & ATH
Pricing
from $1.00 / 1,000 coins
Coinpaprika Crypto Scraper β Prices, Market Cap & ATH
Scrape crypto market data from Coinpaprika: price, market cap, volume, 24h/7d/30d change, ATH and supply. No API key.
Pricing
from $1.00 / 1,000 coins
Rating
0.0
(0)
Developer
Hichem Ben Moussa
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 hours ago
Last modified
Categories
Share
Coinpaprika Crypto Scraper β Prices, Market Cap, ATH & Supply
Get clean, structured cryptocurrency market data from Coinpaprika in one run: live price, market cap, 24h volume, 24h / 7d / 30d % change, all-time high (ATH) with date and % from ATH, plus circulating / total / max supply.
No API key. No sign-up. Just run it and get a table (or JSON / CSV / Excel) you can drop straight into a spreadsheet, dashboard, or bot.
What you can do with it
- π Build a top-N coins by market cap watchlist (Bitcoin, Ethereum, Solanaβ¦)
- π Track specific coins on a schedule and feed alerts / Google Sheets / Airtable
- π Snapshot the market for research, backtesting, or newsletters
- π€ Power a trading dashboard or Discord/Telegram bot without maintaining scraping code
Input
| Field | Type | Description |
|---|---|---|
coinIds | array | Specific Coinpaprika coin IDs, e.g. btc-bitcoin, eth-ethereum, sol-solana. Leave empty for the top coins by rank. |
maxCoins | integer | How many top coins to fetch when no specific coins are given (default 100). |
proxyConfiguration | object | Optional. The API is public β no proxy required. |
Example β top 20 coins
{ "maxCoins": 20 }
Example β specific coins
{ "coinIds": ["btc-bitcoin", "eth-ethereum", "sol-solana"] }
Output
Each item is one coin:
{"id": "btc-bitcoin","name": "Bitcoin","symbol": "BTC","rank": 1,"price": 61234.5,"marketCap": 1208000000000,"volume24h": 24500000000,"change24hPct": 1.83,"change7dPct": -2.11,"change30dPct": 9.42,"athPrice": 73750.0,"athDate": "2024-03-14T00:00:00Z","fromAthPct": -16.9,"circulatingSupply": 19700000,"totalSupply": 19700000,"maxSupply": 21000000,"lastUpdated": "2026-07-26T10:00:00Z","url": "https://coinpaprika.com/coin/btc-bitcoin/"}
Export to JSON, CSV, Excel, or HTML, or pull it live via the Apify API.
Notes
- Data is sourced from Coinpaprika's public API.
- Coin IDs use the
symbol-nameformat (btc-bitcoin, notBTC). LeavecoinIdsempty to auto-fetch the top coins by rank.