πŸ“ˆ Discover, enrich & store cryptocurrency data with CoinMarketCap API

⚑ 60 views Β· πŸ“ˆ Crypto Trading & Stock Market

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

CoinMarketCap Token Discovery (Free API)

Automatically discover cryptocurrency tokens from CoinMarketCap, clean the data, enrich it with official websites, and store the results in your preferred database or sheet.

This workflow is designed to be safe for free API usage, easy to understand, and ready for extension.


What This Workflow Does

This workflow runs on a schedule and:

  1. Randomly selects pages from CoinMarketCap listings
  2. Fetches token data using the free CoinMarketCap API
  3. Cleans and normalizes token fields
  4. Enriches each token with official website data
  5. Processes tokens in safe batches with delays
  6. Outputs clean, structured token records
  7. Optionally saves results to a database or sheet

Who This Is For

This workflow is useful if you are:

No advanced n8n knowledge is required.


Setup Instructions (Required)

Follow these steps before running the workflow:

1. Get a CoinMarketCap API Key

2. Add Your API Key

X-CMC_PRO_API_KEY = YOUR_API_KEY 

3. Connect Storage

Replace the storage node with your preferred option:

Add your own credentials before running the workflow.


4. Activate the Workflow


How the Workflow Is Structured


Output Example

Each valid token produces a clean record like:

Invalid or incomplete entries are automatically skipped.


Customization Ideas

You can easily extend this workflow to:


Important Notes


License

This workflow is provided for educational and practical use.
You are free to modify and adapt it for your own projects.


Author

Built and shared by Itunu Ola
n8n automation builder focused on practical, production-ready workflows.

πŸ”— Nodes Used

HTTP Request, NocoDB, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup