Export Icon Metadata from Iconfinder to HTML & CSV with Previews
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.
Good to know
Iconfinder 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.
How it works
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.
How to use
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.
Requirements
Iconfinder account with an API key.
Customising this workflow
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.
Related Templates
Create a Speech-to-Text API with OpenAI GPT4o-mini Transcribe
Description This template provides a simple and powerful backend for adding speech-to-text capabilities to any applicat...
Automate Daily Keyword Research with Google Sheets, Suggest API & Custom Search
Who's it for This workflow is perfect for SEO specialists, marketers, bloggers, and content creators who want to automa...
USDT And TRC20 Wallet Tracker API Workflow for n8n
Overview This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It u...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments