Go to Hyperscrape Store

Crypto Price History Scraper

hyperscrape/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=bitcoin

Swap 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

  • coinIds are CoinGecko IDs (bitcoin, ethereum, solana…), not ticker symbols.
  • The free API is rate-limited; requesting many coins at once will be paced automatically.