Coinbase Assets Scraper avatar

Coinbase Assets Scraper

Pricing

from $18.75 / 1,000 asset record scrapeds

Go to Apify Store
Coinbase Assets Scraper

Coinbase Assets Scraper

Collects every trading pair from the Coinbase public catalog. Returns each pair as a flat row with symbol, base and quote currency, listing status, and optional coin metadata like market cap and logo.

Pricing

from $18.75 / 1,000 asset record scrapeds

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 hours ago

Last modified

Share

ParseForge

Coinbase Assets Scraper

Scrape every trading pair on Coinbase, filtered by quote currency and listing status, up to a million per run. Each pair comes with its base and quote asset, status, and optional coin metadata like market cap, rank, and logo. No API key required. Export to CSV, JSON, Excel, or XML.

Coinbase lists thousands of trading pairs across spot markets, and the official exchange API needs an account, key management, and rate limits. This Actor reads the public asset catalog directly, filters it by quote currency or listing status, and returns each matching pair in one flat row. It also optionally enriches each pair with the base coin's description, logo, market cap rank, and blockchain network.

Who uses itWhat they scrape Coinbase for
Crypto tradersSpot new trading pairs the moment they appear on Coinbase.
Market analystsBuild a complete catalog of Coinbase pairs for liquidity and volume research.
Portfolio trackersPull live asset metadata like market cap and rank for every coin in a watchlist.
Arbitrage botsMonitor delistings and new listings to adjust cross-exchange strategies.

What it does

This Actor collects every trading pair from the Coinbase public catalog and returns each one as a flat row, with optional per-coin metadata.

  • ๐Ÿ’ฑ Quote currency filter: restrict pairs to USD, USDC, EUR, BTC, ETH, and more.
  • ๐Ÿ†• Listing status filter: isolate new listings, actively trading pairs, or delisted assets.
  • ๐Ÿ“Š Coin metadata enrichment: fetch description, logo URL, market cap rank, and blockchain network for each base coin.
  • โšก Bulk collection: pull up to a million pairs in a single run with no per-request throttling.

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

What you can do with Coinbase data

๐Ÿ†• Catch new Coinbase listings early.

A trader runs the Actor with the 'New listings only' filter every hour and feeds the symbols into a Telegram alert bot.

๐Ÿ“‹ Build a master Coinbase asset database.

A data engineer pulls all pairs with USD and USDC quotes, enriches them with market cap and rank, and loads the result into a PostgreSQL warehouse.

๐Ÿšซ Track delistings for risk management.

A fund analyst runs the Actor daily with the 'Delisted only' filter and cross-references removed pairs against the firm's holdings.

๐ŸŒ Map the Coinbase blockchain landscape.

A researcher enables asset details, collects every pair, and groups coins by blockchain network to study ecosystem growth.

Why choose this scraper

What you get
No API keyReads the public catalog, no Coinbase account or API secret needed.
Fixed schemaEvery pair returns the same flat fields, ready for databases and spreadsheets.
Optional enrichmentAdd coin descriptions, logos, and market cap data with one checkbox.
Multi-currencyFilter pairs quoted in USD, USDC, EUR, GBP, BTC, ETH, and more.

How it compares

This Actor focuses exclusively on the Coinbase asset catalog with per-coin metadata enrichment, while the competitors below track listings across multiple exchanges or monitor reserves and arbitrage spreads.

FeatureParseForgeCEX Token Listings TrackerKimchi Premium TrackerCEX Reserve Tracker
Coinbase trading pair catalogYes, every pair with quote currency and status filtersYes, Coinbase listings includedYes, Coinbase prices used for arbitrageYes, Coinbase wallet balances tracked
Per-coin metadata enrichmentYes, description, logo, market cap rank, and blockchain networkNot listedNot listedNot listed
Quote currency filterYes, 11 fiat and crypto quote currenciesNot listedNot listedNot listed
Listing status filterYes, online, new, and delistedYes, new listings and delistingsNot listedNot listed
No API key requiredYes, reads public catalogNot listedNot listedNot listed

Configure the run

Drive the Actor by setting a maximum number of assets, then narrow the catalog by quote currency and listing status. Filters run as each pair 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.025 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$2.50
1,000 results$25.00
10,000 results$250.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 Coinbase Assets 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 Coinbase 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/coinbase-assets-scraper"

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

Troubleshooting

Why am I getting no results?

Check your filters. If you set a very specific quote currency and listing status combination that has no matches, the dataset will be empty. Try setting both filters to 'All' to see the full catalog first.

The run is slow when I enable asset details.

Enrichment makes an extra request per unique base coin. For large catalogs, this adds time. Disable 'Include Asset Details' if you only need the trading pair symbols and statuses.

Some coins are missing market cap or rank.

Coin metadata comes from Coinbase's public pages. New or very small coins may not have a market cap rank listed yet. This is expected and not an error.

I hit the maximum assets limit but want more.

Increase the 'Maximum assets' value up to 1,000,000. If you need more than that, run the Actor multiple times with different filters to partition the catalog.

The dataset has duplicate rows.

The Actor returns each trading pair once per run. If you see duplicates across runs, use the deduplication feature in Apify's dataset or filter by a unique key like the pair symbol in your downstream process.

FAQ

QuestionAnswer
Do I need a Coinbase API key?No. This Actor reads the public Coinbase asset catalog, so no account, API key, or authentication is required.
What data does each row contain?Each row returns the trading pair symbol, base and quote currencies, listing status, and when enrichment is enabled, the base coin's description, logo URL, market cap rank, and blockchain network.
Can I filter by a specific quote currency?Yes. Use the Quote Currency dropdown to return only pairs quoted in USD, USDC, EUR, GBP, BTC, ETH, USDT, INR, AUD, CAD, or SGD.
How do I get only the newest Coinbase listings?Set the Listing Status filter to 'New listings only'. The Actor will return only pairs recently added to the Coinbase catalog.
Does this Actor scrape delisted coins?Yes. Set the Listing Status filter to 'Delisted only' to collect pairs that have been removed from active trading on Coinbase.
What does the asset details enrichment add?When 'Include Asset Details' is checked, the Actor fetches each base coin's description, logo image URL, market cap rank, and blockchain network. This adds a few extra requests per coin.
How many pairs can I collect in one run?You can set the maximum up to 1,000,000 assets. The Actor will stop once it reaches that count or exhausts the catalog.
What export formats are supported?You can export your dataset to CSV, JSON, Excel, or XML directly from the Apify platform.
Can I schedule this Actor to run automatically?Yes. Use Apify's scheduler to run the Actor on a recurring interval, such as every hour or once daily.
Is this Actor affiliated with Coinbase?No. This is an independent scraper that reads publicly available data from Coinbase. It is not endorsed by or affiliated with Coinbase, Inc.

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 Coinbase, 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.