Bybit Market Scraper avatar

Bybit Market Scraper

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Bybit Market Scraper

Bybit Market Scraper

Scrape live market data for all Bybit spot and futures (linear/inverse) pairs in one run โ€” last price, 24h change, high/low, volume, turnover, bid/ask, funding rate and open interest. Schedule it for a continuously fresh price feed.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

1

Bookmarked

27

Total users

1

Monthly active users

9 hours ago

Last modified

Share

๐ŸŸ  Bybit Market Scraper โ€” Live Spot & Futures Prices, Volume, Funding Rate to JSON & CSV

Scrape live cryptocurrency market data from Bybit, one of the world's largest crypto exchanges, straight from its official public API. This Bybit scraper returns a clean, structured snapshot of every Bybit spot and futures (linear/inverse) trading pair in a single run โ€” last price, 24h change, high/low, volume, turnover, bid/ask, funding rate and open interest. No login, no API key, no proxy, no blocking. Export Bybit price data to JSON, CSV or Excel.

Crypto prices move every second, so this Actor is built for scheduled, recurring runs โ€” point it at the categories you care about and get a continuously fresh Bybit market feed with zero manual work.

โœจ What this Actor does / Key features

  • ๐ŸŸ  Official Bybit public API โ€” reliable, fast, fully structured data with no scraping fragility.
  • ๐Ÿ“Š Complete market coverage โ€” every Bybit spot, linear (USDT futures) and inverse (coin-margined futures) pair in one run.
  • ๐Ÿ’น Rich data per pair โ€” last price, 24h percent change, 24h high/low, volume, turnover and best bid/ask.
  • ๐Ÿ”ฎ Futures metrics โ€” funding rate and open interest included for linear and inverse contracts.
  • ๐Ÿ”ข Sort & rank โ€” order pairs by 24h turnover, volume, price change or last price.
  • ๐ŸŽฏ Flexible scope โ€” leave maxPairs empty to pull every available pair, or set a number for a smaller, faster run.
  • ๐Ÿ”‘ No authentication โ€” no Bybit account, no API key, no proxy required.
  • ๐Ÿ“ฆ Export-ready output โ€” flat JSON downloadable as CSV, Excel, JSON or XML, with a pre-built Overview dataset view.

๐Ÿ” Input

FieldTypeDescription
categoriesarray of stringsWhich Bybit markets to scrape: spot, linear (USDT futures), inverse (coin-margined futures). Prefilled with ["spot", "linear"].
sortBystring (enum)Metric used to rank pairs: turnover24h, volume24h, priceChangePercent24h or lastPrice. Default turnover24h.
maxPairsintegerMaximum number of pairs to save. 0 = all available pairs.

๐Ÿš€ Example input

{
"categories": ["spot", "linear"],
"sortBy": "turnover24h",
"maxPairs": 0
}

๐Ÿ“ฆ Output

One Apify dataset record per Bybit trading pair. Records are flat JSON and can be exported to CSV, Excel, JSON or XML, or pulled via the Apify API. A pre-built Overview dataset view shows the key columns.

FieldDescription
symbolTrading pair symbol (e.g. BTCUSDT)
categoryMarket category: spot, linear or inverse
lastPriceMost recent traded price
priceChangePercent24h24-hour price change, percent
highPrice24hHighest price in the last 24 hours
lowPrice24hLowest price in the last 24 hours
volume24h24-hour traded volume (base asset)
turnover24h24-hour turnover (quote asset value)
bid1PriceBest bid price
ask1PriceBest ask price
fundingRateCurrent funding rate (futures only)
openInterestOpen interest (futures only)
scrapedAtISO-8601 timestamp of when the snapshot was taken

๐Ÿ’ก Use cases

  • Traders & trading bots โ€” feed live Bybit prices, spreads and funding rates into automated strategies and dashboards.
  • Market researchers & analysts โ€” track volume, volatility and price trends across the entire exchange.
  • Price monitoring & alerts โ€” watch specific pairs on a schedule and trigger notifications on big moves.
  • Quant & data teams โ€” build a historical Bybit market-data archive by running the Actor on a recurring schedule.
  • Arbitrage & comparison tools โ€” combine Bybit data with other exchange scrapers to spot price gaps.

โ“ Frequently Asked Questions

Is using this Bybit scraper allowed? Yes. It reads only public market data from Bybit's official public API endpoints โ€” no private account data, no order placement. Use the data responsibly and in line with Bybit's terms.

Do I need a Bybit account or API key? No. The Actor uses Bybit's public market endpoints, so there is no login, no API key and no proxy required.

Which markets can I scrape? Spot, linear (USDT-margined futures) and inverse (coin-margined futures). You choose any combination via the categories input.

How many pairs can I get and how fast? You can pull every available pair on Bybit in a single run, or cap it with maxPairs for a smaller run. Because it uses the official API, runs are fast and lightweight.

Can I get funding rate and open interest? Yes โ€” both are included for linear and inverse futures pairs. For spot pairs these fields are not applicable and will be empty.

Can I schedule it for a continuously updated feed? Yes. Crypto prices change constantly, so the Actor is designed for scheduled runs โ€” every few minutes, hourly or daily โ€” to keep a fresh dataset.

What output formats are supported? Every run produces a structured dataset you can export to JSON, CSV, Excel or XML, or access through the Apify API.

โฐ Scheduling & integration

Schedule this Actor on Apify to run every few minutes, hourly or daily for a continuously updated Bybit market dataset. Export results to JSON, CSV or Excel, or use the Apify API and webhooks to push live prices into Google Sheets, a database, a trading bot or a monitoring dashboard.