ParseForge Scrapers

Kraken Crypto Exchange Scraper

parseforge/kraken-exchange-scraper

BusinessDeveloper toolsAutomation

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.

Run this scraper See the API call
Total users
1
Monthly active
0
Total runs
113
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

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

  1. Create a free Apify account with $5 in credit.
  2. Open the Kraken Crypto Exchange 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 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.

Input

FieldTypeWhat it doesDefault
pairs array Specific pairs to scrape (e.g. XBTUSD, ETHUSD). Leave empty for all pairs. []
maxItems integer How many tickers to collect per run. 10
sortBy string (3 options) Sort results by this field volume24h

Pricing

from $30.53 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.03053 to $0.0407

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~kraken-exchange-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Kraken Crypto Exchange Scraper on Apify All scrapers