Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n template demonstrates how to export all icons metadata from an Iconfinder account into an organized format with previews, names, iconset names and tags. It generates HTML and CSV outputs. ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.converttofile, n8n-nodes-base.merge, n8n-nodes-base.set, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nexio_2000.
Original n8n.io sourceIconfinder does not provide a built-in feature to export all icon data at once for contributors, which motivated the creation of this workflow.
The workflow exports all iconsets for selected user account and can handle large collections.
Preview image URLs are extracted in a consistent size (e.g., 128x128) for easy viewing.
Basic icon metadata, including tags and iconset names is included for reference or further automation.
The workflow fetches all iconsets from your Iconfinder account.
The workflow loops through all your iconsets, handling pagination automatically if an iconset contains more than 100 icons.
Each icon is processed to retrieve its metadata, including name, tags, preview image URLs, and the iconset name it belongs to.
An HTML file with a preview table and a CSV file with all icon details are generated.
Retrieve your User ID – A dedicated node in the workflow is available to fetch your Iconfinder user ID. This ensures the workflow knows which contributor account to access.
Setup API access – The workflow includes a setup node where you provide your Iconfinder API key. This node passes the authorization token to all subsequent HTTP request nodes, so you don’t need to manually enter it multiple times.
Trigger the workflow – You can start it manually or attach it to a different trigger, such as a webhook or schedule.
Export Outputs – The workflow generates an HTML file with preview images and a CSV file containing all metadata. Both files are ready for download or further processing.
You can adjust the preview size or choose which metadata to include in HTML and CSV outputs.
Combine with other workflows to automate asset cataloging.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Export icon metadata from Iconfinder to HTML & CSV with previews |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Document Extraction |
| Author | Nexio_2000 |
| Published | 01 Nov 2025 |
Use the JSON export at /data/workflows/10404/10404.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n template demonstrates how to export all icons metadata from an Iconfinder account into an organized format with previews, names, iconset names and tags. It generates HTML and CSV outputs. ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.