Kraken Crypto Exchange Scraper
Pricing
from $30.53 / 1,000 results
Kraken Crypto Exchange Scraper
Scrapes Kraken crypto exchange tickers by trading pair. Returns each ticker as a flat row with last price, 24h volume, and pair data. Export to CSV, JSON, Excel, or XML.
Pricing
from $30.53 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
9 days ago
Last modified
Categories
Share
Kraken Crypto Exchange Scraper
Scrape Kraken crypto exchange tickers for any trading pair, up to a million per run. Get last price, 24h volume, and pair data in a flat row. No API key or login. Export to CSV, JSON, Excel, or XML.
Kraken's official API needs an account, API keys, and rate limits you. This reads the public ticker feed directly, filtered by trading pair and sorted by volume or price, and returns each match in one fixed schema.
| Who uses it | What they scrape Kraken for |
|---|---|
| Crypto traders | Monitor Kraken prices and volume for specific pairs before trading |
| Market analysts | Track Kraken market activity and liquidity trends |
| Arbitrage bots | Feed Kraken ticker data into cross-exchange price comparison |
| Portfolio trackers | Update holdings with current Kraken prices |
| Researchers | Collect Kraken historical ticker snapshots for analysis |
What it does
This Actor collects Kraken crypto exchange tickers by trading pair and returns each one as a flat row with last price, 24h volume, and pair data.
- ๐ Computed signals: last price, 24h volume, and pair name for each ticker.
- ๐ Pair filtering: scrape specific pairs like XBTUSD or ETHUSD, or leave empty for all pairs.
- ๐ Sorting: order results by 24h volume, last price, or pair name before limiting.
- โก High volume: collect up to 1,000,000 tickers per run.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Kraken data
๐ Monitor Kraken prices.
A trader runs the Actor on XBTUSD and ETHUSD to get current prices and volume for quick decisions.
๐ Track market activity.
An analyst scrapes all pairs sorted by 24h volume to see which assets are moving on Kraken.
โ๏ธ Compare across exchanges.
An arbitrage bot collects Kraken tickers and compares them with other exchanges to find price gaps.
๐ Update portfolio values.
A portfolio tracker scrapes specific pairs to refresh holdings with the latest Kraken prices.
๐งช Research liquidity.
A researcher collects ticker snapshots over time to study Kraken market depth and trends.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Scrape Kraken public ticker data without registration or rate limits |
| Flat rows | Each ticker is one row with last price, 24h volume, and pair |
| Flexible pairs | Target specific pairs or scrape all available |
| Sortable output | Order by volume, price, or pair before export |
How it compares
This Actor focuses on Kraken ticker data with pair filtering and sorting, while the competitors cover listings or order books across multiple exchanges.
| Feature | ParseForge | CEX Token Listings Tracker - New Listings & Delistings | Unified Crypto Orderbook Scraper |
|---|---|---|---|
| Kraken ticker data | Yes | Not listed | Not listed |
| Pair filtering | Yes | Not listed | Yes |
| Sort by volume or price | Yes | Not listed | Not listed |
| No API key required | Yes | Not listed | Not listed |
| Export to CSV, JSON, Excel, XML | Yes | Not listed | Not listed |
Configure the run
Drive the Actor from trading pairs, and filters run as each ticker is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10,"sortBy": "volume24h"}
A larger pull:
{"maxItems": 200,"sortBy": "volume24h"}
Pricing
Pay-per-result: $0.0407 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $4.07 |
| 1,000 results | $40.70 |
| 10,000 results | $407.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
- Create a free Apify account with $5 in credit.
- Open the Kraken Crypto Exchange Scraper.
- Set your inputs and any filters, then click Start.
- 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 Kraken 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/kraken-exchange-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 the pairs you specified exist on Kraken. If pairs is empty, ensure maxItems is set high enough to include tickers.
Why is my run slow?
Scraping many pairs can take time. Reduce maxItems or specify fewer pairs to speed up the run.
Why are some fields empty?
Some tickers may not have all fields populated. Check the Kraken feed for the specific pair to see available data.
Can I get historical data?
This Actor provides current ticker data only. For historical data, consider scheduling regular runs and storing snapshots.
Why did my run fail?
Check the Actor log for errors. Common issues include network problems or invalid input values.
FAQ
| Question | Answer |
|---|---|
| Do I need a Kraken API key? | No, this Actor scrapes the public ticker feed directly, so no API key or login is required. |
| Can I scrape specific trading pairs? | Yes, use the pairs input to list pairs like XBTUSD or ETHUSD. Leave it empty to scrape all pairs. |
| What data does each ticker include? | Each row includes the pair name, last price, and 24h volume, along with other fields from the Kraken ticker feed. |
| How many tickers can I collect? | You can set maxItems up to 1,000,000 per run, limited by the number of pairs available on Kraken. |
| Can I sort the results? | Yes, sort by 24h volume, last price, or pair name before the maxItems limit is applied. |
| What export formats are supported? | You can export the dataset to CSV, JSON, Excel, or XML. |
| Is this real-time data? | The Actor fetches the current ticker data at the time of the run, so it reflects the latest public feed. |
| Can I schedule this Actor? | Yes, you can schedule runs on Apify to collect Kraken tickers at regular intervals. |
| Does it work with Kraken futures? | The Actor scrapes the spot ticker feed. For futures, check Kraken's specific endpoints or other actors. |
| What if a pair is not found? | If a specified pair does not exist on Kraken, it will be skipped and not included in the output. |
Related actors
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 Kraken (Payward, Inc.). 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.
