File size: 974 Bytes
459265b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"@context": "https://schema.org",
"@type": "Dataset",
"@id": "https://reapx.dev/data/coingecko-scraper/",
"name": "CoinGecko Scraper \u2014 Coin Prices, Market Caps & Exchanges",
"description": "Scrape CoinGecko coin prices, market caps, volumes, supply and all-time highs in any of 63 currencies, plus exchange trust scores and volumes. No login, no API key.",
"url": "https://reapx.dev/data/coingecko-scraper/",
"identifier": "coingecko-scraper",
"license": "https://creativecommons.org/licenses/by/4.0/",
"creator": {
"@type": "Organization",
"name": "reapx",
"url": "https://reapx.dev"
},
"isAccessibleForFree": true,
"dateModified": "2026-08-03",
"variableMeasured": "id",
"distribution": [
{
"@type": "DataDownload",
"encodingFormat": "text/html",
"contentUrl": "https://reapx.dev/data/coingecko-scraper/"
}
],
"measurementTechnique": "Apify Actor reapx/coingecko-scraper",
"sameAs": "https://apify.com/reapx/coingecko-scraper"
}
|