CoinGecko Markets Scraper - Crypto Prices & Market Data
Pricing
from $2.00 / 1,000 results
CoinGecko Markets Scraper - Crypto Prices & Market Data
Export cryptocurrency prices, market caps, volume, supply, 24-hour changes, all-time highs and lows, and market ranks from CoinGecko's API.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Thirdwatch
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
CoinGecko Markets Scraper
Export CoinGecko cryptocurrency prices, market caps, rankings, volume, supply, 24-hour changes, and historical extremes.
What you get
Collect exact coins, a CoinGecko category, or ranked markets as clean Apify dataset rows. Choose the quote currency and ordering for repeatable portfolio snapshots, alerts, spreadsheets, dashboards, and warehouse feeds.
Output fields
| Field | Description |
|---|---|
id | CoinGecko coin ID |
symbol | Trading symbol |
name | Coin name |
image_url | Coin image URL |
currency | Requested quote currency |
current_price | Current price |
market_cap | Market capitalization |
market_cap_rank | Market-cap rank |
fully_diluted_valuation | Fully diluted valuation |
total_volume | Reported 24-hour volume |
high_24h, low_24h | 24-hour price range |
price_change_24h | Absolute 24-hour price change |
price_change_percentage_24h | Percentage 24-hour price change |
market_cap_change_24h | Absolute 24-hour market-cap change |
market_cap_change_percentage_24h | Percentage market-cap change |
circulating_supply | Circulating supply |
total_supply, max_supply | Total and maximum supply |
ath, ath_change_percentage, ath_date | All-time-high data |
atl, atl_change_percentage, atl_date | All-time-low data |
last_updated | Source update timestamp |
source_url | Coin page |
source | Data-source name |
Example output
{"id": "bitcoin","symbol": "btc","name": "Bitcoin","currency": "usd","current_price": 118250,"market_cap_rank": 1,"total_volume": 42100000000,"price_change_percentage_24h": 1.25,"last_updated": "2026-07-21T03:58:12.000Z"}
Input parameters
| Parameter | Required | Description |
|---|---|---|
coinIds | No | Exact IDs such as bitcoin or ethereum; empty means ranked markets |
vsCurrency | No | Quote currency such as usd, eur, or inr; defaults to usd |
category | No | Optional CoinGecko category slug |
order | No | market_cap_desc, market_cap_asc, volume_desc, volume_asc, id_desc, or id_asc |
maxResults | No | Maximum records; defaults to 20 |
apiKey | No | Optional CoinGecko Demo API key for a higher upstream allowance |
Use cases
- Analysts: build scheduled market snapshots and comparison tables.
- Portfolio teams: feed prices and market movements into dashboards.
- Developers: power alerts and downstream automations from a stable dataset.
- Researchers: compare market-cap, volume, and supply across a category.
Limitations
CoinGecko controls availability and request allowances. A keyless run is suitable for bounded use; sustained schedules may need your Demo key. Prices can change rapidly, categories and IDs follow CoinGecko naming, and the output is informational rather than financial advice.
Compared to alternatives
Compared with real1ty/coingecko, this Actor focuses on the markets workflow with a small, predictable input. Compared with benthepythondev/crypto-intelligence, it exposes supply, historical extremes, category filtering, ordering, and optional authenticated capacity in one dataset.
FAQ
Do I need an API key?
Not for the default bounded run. Add a CoinGecko Demo key for higher upstream usage.
Can I request Bitcoin and Ethereum only?
Yes. Set coinIds to bitcoin and ethereum.
Can I schedule price snapshots?
Yes. Save an Apify Task and attach the frequency that fits your source allowance.
Explore more at thirdwatch.dev. Related Actors: Google Search Scraper, Google News Scraper, and Trade Data Scraper.
Last verified: 2026-07