Crypto Price History Scraper
Historical price, market cap and volume time series for any cryptocurrency.
AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.
https://hyperscrape.com/api/scrape/crypto-price-history-scraper?coinIds=bitcoinSwap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide
Fetches historical price data for any cryptocurrency from the official public
CoinGecko API (/api/v3/coins/{id}/market_chart) — no API key required.
One item is produced per data point. Each item includes the coin id / symbol / name, the point's UNIX timestamp and ISO date, price, market cap and 24h volume in the chosen quote currency, plus the change (absolute and %) versus the previous point and versus the first point of the series.
Granularity is chosen automatically by CoinGecko:
- 1 day → ~5-minute points
- 2–90 days → hourly points
90 days → daily points
Source: official public JSON API (no HTML parsing).
Tips
coinIdsare CoinGecko IDs (bitcoin,ethereum,solana…), not ticker symbols.- The free API is rate-limited; requesting many coins at once will be paced automatically.
Related scrapers
Broken Link Checker
hyperscrape/broken-link-checker
Crawl a site, check every link and report status, redirects and dead ends.
Bitcoin Address Scraper
hyperscrape/bitcoin-address-scraper
On-chain stats for any Bitcoin address — balance, totals, USD value, recent txs.
CoinGecko Coins Scraper
hyperscrape/coingecko-coins-scraper
Live crypto market data — price, market cap, volume, supply and ATH for any coin.