CoinCodex Market Data Scraper avatar

CoinCodex Market Data Scraper

Pricing

from $7.69 / 1,000 results

Go to Apify Store
CoinCodex Market Data Scraper

CoinCodex Market Data Scraper

Scrapes CoinCodex market data by coin symbol or from the full ranked list. Returns each market as a flat row with price, volume, market cap, and 24h change.

Pricing

from $7.69 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

ParseForge

CoinCodex Market Data Scraper

Scrape CoinCodex market data for any coin or the full ranked list, up to a million rows per run. Every row includes price, volume, market cap, and 24h change. No API key. Export to CSV, JSON, Excel, or XML.

CoinCodex publishes live prices, market caps, and trading volumes for thousands of cryptocurrencies, but the site has no official API and scraping it by hand means fighting pagination and rate limits. This Actor reads the public market pages directly, either the full ranked list or a single coin's detail page, and returns each market in one flat row.

Who uses itWhat they scrape CoinCodex for
Crypto tradersWhich coins are moving the most in the last 24 hours
Market researchersHow the total market cap is distributed across the top coins
Portfolio trackersThe latest price and volume for a specific coin they hold
Data analystsA clean dataset of the top N coins for a model or dashboard

What it does

This Actor collects CoinCodex market data by coin symbol or from the full ranked list, and returns each market as a flat row with price, volume, market cap, and 24h change.

  • ๐Ÿ“‹ Full market list: leave the symbol empty and set maxItems to pull the ranked list by market cap.
  • ๐Ÿ” Single coin detail: set a symbol like BTC or ETH to fetch that coin's full stats.
  • ๐Ÿ”Ž Name search: filter the list by symbol or name, for example doge, to keep only matching coins.
  • ๐Ÿ“Š Flat rows: every market comes back as one row with price, volume, market cap, and 24h change.

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

What you can do with CoinCodex data

๐Ÿ“ˆ Track daily movers.

A trader runs the Actor with no symbol and maxItems 100, then sorts the output by 24h change to see which coins are pumping or dumping.

๐Ÿ’ผ Monitor a watchlist.

A portfolio tracker sets the symbol to each coin they hold and stores the latest price and volume in a spreadsheet.

๐Ÿงช Build a market dataset.

A data analyst pulls the top 1000 coins every day and feeds the flat rows into a model or dashboard.

๐Ÿ”Ž Filter by name.

A researcher sets search to doge and gets every coin whose symbol or name contains that text, then exports the list.

Why choose this scraper

What you get
No API keyReads the public CoinCodex pages directly, no registration or token
One fixed schemaEvery market returns the same flat fields, so joins and exports are trivial
List or detailPull the whole ranked list or zoom into one coin with the same Actor
Up to a million rowsSet maxItems as high as you need for a full market snapshot

How it compares

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

CoinCodex Market Data ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When CoinCodex 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 coin symbol, an optional name search, and a maximum number of markets. The search filter applies to the list mode only. 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 CoinCodex Market Data 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 CoinCodex 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/coincodex-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 the symbol is spelled correctly and exists on CoinCodex. If you are using search, make sure the text matches a symbol or name in the list.

Why did the run stop before reaching maxItems?

CoinCodex may not have that many markets listed, or the site may have rate-limited the run. Try a lower maxItems or run again later.

Why is my search filter not working?

The search filter only applies to list mode, not when a symbol is set. Leave the symbol empty to use search.

Why are some fields empty?

CoinCodex sometimes omits data for new or low-volume coins. Empty fields mean the site did not provide that value.

Can I get historical data?

No, this Actor scrapes the current market pages only. For historical data you would need a different source or archive.

FAQ

QuestionAnswer
Do I need a CoinCodex API key?No. The Actor reads the public CoinCodex pages directly, so there is no registration or token.
What is the difference between list mode and symbol mode?Leave the symbol empty to get the full ranked market list. Set a symbol like BTC to get that one coin's detail page.
Can I filter the list by name?Yes, the search input keeps only coins whose symbol or name contains the text you enter. It applies to list mode only.
How many markets can I get in one run?You can set maxItems up to 1,000,000. The Actor will collect that many markets, subject to what CoinCodex lists.
What fields does each row contain?Each row includes the coin's symbol, name, price, 24h change, volume, and market cap, plus other fields shown in the sample output.
Can I export the data?Yes, the Actor returns a dataset you can export to CSV, JSON, Excel, or XML from the Apify platform.
Does this work for any coin on CoinCodex?Yes, any coin listed on CoinCodex can be fetched by its symbol, and the full list includes all listed markets.
Is the data live?The Actor scrapes the current public pages at run time, so the data reflects what CoinCodex shows when the run starts.
Can I schedule this to run daily?Yes, you can set up a schedule in Apify to run the Actor at any interval and store the results automatically.
What if a coin symbol is not found?If the symbol does not exist on CoinCodex, the run will return no rows for that symbol. Check the symbol spelling.

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 CoinCodex. 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.