Drift Protocol Markets Scraper avatar

Drift Protocol Markets Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
Drift Protocol Markets Scraper

Drift Protocol Markets Scraper

Scrapes Drift Protocol market listings by symbol filter and returns each market as a flat row with symbol, base asset, quote asset, market type, and status.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

ParseForge

Drift Protocol Markets Scraper

Scrape live Drift Protocol market data for any symbol, up to a million rows per run. Each market comes with its symbol, base asset, quote asset, market type, and current status. No API key or login. Export to CSV, JSON, Excel, or XML.

Drift Protocol's official API requires an account, API key, and rate limits that slow down market research. This reads the public market feeds directly, filtered by symbol, and returns each match in one fixed schema. Get the full list of perpetual and spot markets on Drift in seconds.

Who uses itWhat they scrape Drift Protocol for
Crypto tradersWhich perpetual and spot markets are currently live on Drift
DeFi analystsThe full set of tradable assets and their market types on Drift
Quant researchersA clean dataset of Drift market symbols and metadata for backtesting
Market data providersA reliable feed of Drift market listings to enrich their own products

What it does

This Actor collects Drift Protocol market listings by symbol filter and returns each market as a flat row.

  • ๐Ÿ” Symbol filter: pass a comma-separated list like SOL-PERP,BTC-PERP to collect only those markets, or leave empty for all.
  • ๐Ÿ“Š Flat row output: every market is returned as a single row with symbol, base asset, quote asset, market type, and status.
  • โšก Up to a million rows: set maxItems to collect as many markets as you need in one run.
  • ๐Ÿ“ Multiple export formats: download your data as CSV, JSON, Excel, or XML.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Drift Protocol data

๐Ÿ“ˆ Monitor Drift market listings.

A crypto trader runs the Actor daily with no symbol filter to see which new perpetual and spot markets have been added to Drift.

๐Ÿ”Ž Filter for specific symbols.

A DeFi analyst passes SOL-PERP,BTC-PERP to collect only those two markets and compare their metadata.

๐Ÿงช Build a research dataset.

A quant researcher collects all Drift markets into a CSV to use as the universe for a backtest.

๐Ÿ“ก Feed a downstream system.

A market data provider schedules the Actor to refresh their database with the latest Drift market list.

Why choose this scraper

What you get
No API keyScrape Drift market data without registering an app or managing OAuth
Symbol-level filteringCollect only the markets you care about, like SOL-PERP or BTC-PERP
Flat schemaEvery market is one row, ready for spreadsheets or databases
ScalableCollect up to a million markets per run

How it compares

No other Store actor targets Drift Protocol the same way, so the honest comparison is with the alternatives teams actually weigh.

Drift Protocol Markets ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When Drift Protocol changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor with an optional symbol filter and a maximum number of markets, and filters run as each market is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.85
1,000 results$8.50
10,000 results$85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Drift Protocol Markets Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Drift Protocol through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/drift-protocol-markets-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your symbolFilter is spelled correctly and matches symbols on Drift, such as SOL-PERP. Also ensure maxItems is at least 1.

Why did the run stop before collecting all markets?

The Actor stops when it reaches maxItems. Increase maxItems if you need more markets.

Why is my symbol filter not working?

Make sure you are using a comma-separated list without spaces, for example SOL-PERP,BTC-PERP. The filter is case-sensitive.

Why does the output have fewer rows than expected?

Drift Protocol may have fewer markets than you expect, or some markets may not match your filter. Try running without a filter to see the full list.

FAQ

QuestionAnswer
Do I need a Drift Protocol API key?No. This Actor reads the public market feeds directly, so no API key or login is required.
What data does this Actor return?Each market is returned as a flat row with fields like symbol, base asset, quote asset, market type, and status. The exact field list is shown in the sample output.
Can I filter by symbol?Yes. Use the symbolFilter input with a comma-separated list, for example SOL-PERP,BTC-PERP. Leave it empty to collect all markets.
How many markets can I collect?You can set maxItems up to 1,000,000. The default is 10.
What export formats are supported?You can export the results as CSV, JSON, Excel, or XML.
Does this Actor scrape historical market data?No, it collects the current list of markets available on Drift Protocol at the time of the run.
Is this Actor affiliated with Drift Protocol?No, this is an independent scraper built by a third party. It is not endorsed by or affiliated with Drift Protocol.
Can I schedule this Actor to run automatically?Yes, you can schedule it on Apify to run at any interval, such as hourly or daily.
What if I get no results?Check that your symbolFilter is spelled correctly and that the symbols exist on Drift. Also make sure maxItems is at least 1.
Is there a limit on how often I can run this Actor?No, you can run it as often as you like, subject to your Apify plan limits.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Drift Protocol. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.