CoinGecko Derivatives Scraper avatar

CoinGecko Derivatives Scraper

Pricing

$2.00 / 1,000 results

Go to Apify Store
CoinGecko Derivatives Scraper

CoinGecko Derivatives Scraper

Scrape 22,000+ crypto derivative tickers from CoinGecko in one run โ€” price, 24h change, funding rate, open interest, basis, spread and 24h volume across every derivatives exchange. Schedule it for a continuously fresh feed.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

16

Total users

4

Monthly active users

8 hours ago

Last modified

Share

๐Ÿ“‘ CoinGecko Derivatives Scraper โ€” Scrape Crypto Futures & Perpetual Tickers

Scrape 22,000+ crypto derivative tickers from CoinGecko in a single run โ€” every perpetual and futures contract across all derivatives exchanges โ€” and export them to JSON, CSV or Excel. This CoinGecko derivatives scraper pulls price, funding rate, open interest, basis, spread and 24h volume straight from the official CoinGecko API, with no login and no API key required.

Derivatives data moves constantly, so this Actor is built for scheduled, recurring use: run it on an interval to keep a continuously fresh crypto derivatives feed for trading, risk and research.

โœจ What this Actor does / Key features

  • ๐Ÿ“‘ Official CoinGecko API โ€” reliable, fully structured data with no blocking and no scraping headaches.
  • ๐ŸŒ Massive coverage โ€” 22,000+ derivative tickers across every derivatives exchange in one run.
  • ๐Ÿ“Š Rich metrics per ticker โ€” market, symbol, contract type, price, 24h price change, index, basis, spread, funding rate, open interest and 24h volume.
  • ๐Ÿ”Ž Contract type filter โ€” focus on perpetual, futures, or leave empty for all.
  • ๐Ÿ’ง Volume filtering โ€” drop low-liquidity tickers with a minimum 24h volume threshold.
  • ๐Ÿ”ƒ Sort by metric โ€” rank tickers by 24h volume, open interest, 24h price change or price.
  • ๐Ÿ“ˆ Full or targeted runs โ€” leave maxTickers empty to pull every ticker, or set a number for a smaller run.
  • ๐Ÿ“ค Structured output โ€” clean JSON records ready for CSV, Excel, dashboards or your database.

๐Ÿ” Input

FieldTypeDescription
contractTypestringFilter by contract type, e.g. perpetual or futures. Leave empty for all.
minVolume24hintegerDrop tickers with 24h volume below this value. 0 = no filter.
sortBystringRank tickers by this metric: volume24h, openInterest, priceChangePercent24h or price. Default volume24h.
maxTickersintegerMaximum number of tickers to save. 0 = all (22,000+).

๐Ÿš€ Example input

{
"contractType": "perpetual",
"minVolume24h": 100000,
"sortBy": "volume24h",
"maxTickers": 0
}

๐Ÿ“ฆ Output

Each derivative ticker is saved as one structured record in the dataset. Export the full dataset to JSON, CSV or Excel.

FieldDescription
marketDerivatives exchange / market name
symbolContract symbol
indexIdUnderlying index identifier
contractTypeContract type (e.g. perpetual, futures)
priceCurrent contract price
priceChangePercent24h24-hour price change (%)
indexUnderlying index price
basisBasis between contract price and index
spreadBid/ask spread
fundingRateCurrent funding rate
openInterestOpen interest
volume24h24-hour trading volume
lastTradedAtTimestamp of the last trade
expiredAtContract expiry timestamp (for dated futures)
scrapedAtTimestamp when the record was scraped

๐Ÿ’ก Use cases

  • Derivatives traders & bots โ€” monitor funding rates, open interest and basis across exchanges in one feed.
  • Risk & arbitrage โ€” spot funding-rate and basis opportunities between markets.
  • Market research โ€” track derivatives volume and positioning across the crypto market.
  • Quant datasets โ€” schedule runs to build a historical derivatives market archive for backtesting.
  • Dashboards & alerting โ€” power a derivatives analytics dashboard with continuously refreshed data.
  • Exchange comparison โ€” compare pricing, funding and liquidity for the same contract across venues.

โ“ Frequently Asked Questions

Do I need an API key or login? No. This Actor uses the official, public CoinGecko API โ€” no API key, no account and no login are required.

Is using CoinGecko data allowed? The Actor consumes CoinGecko's public API directly. Always use the data responsibly and in line with CoinGecko's terms.

How much data can I get? You can pull all 22,000+ derivative tickers in a single run. Set maxTickers to 0 for the full set, or a smaller number for a quick targeted run.

Can I filter by contract type or volume? Yes. Use contractType to focus on perpetuals or futures, and minVolume24h to drop low-liquidity tickers. You can also sort by volume, open interest, price change or price.

How fresh is the data? The data reflects CoinGecko's current values at the time of the run. Because derivatives data changes constantly, schedule the Actor to run frequently for an up-to-date feed.

Can I build a historical archive? Yes. Schedule the Actor on a fixed interval and each run appends a fresh snapshot, giving you a longitudinal dataset of funding rates, open interest and volume.

What output formats are supported? Results are stored as structured JSON and can be exported to JSON, CSV, Excel or XML, or accessed via the Apify API.

โฐ Scheduling & integration

Schedule this Actor on Apify to run on an interval for a continuously fresh crypto derivatives feed. Export results to JSON, CSV or Excel, push them to Google Sheets, or connect the Apify API and webhooks to feed CoinGecko derivatives data directly into your trading models, dashboards and analytics pipelines.