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