Discover/n8n Templates API
live

n8n Templates APInot_yet_determined.com

Access n8n workflow templates via API. Search by keyword or category, get full workflow JSON with nodes and connections, find similar templates, and list by creator.

Endpoints
5
Updated
14d ago
Try it
Page number for pagination.
Number of results per page.
Search keyword to filter templates by name or description.
Filter by category name (e.g. 'Engineering', 'AI', 'Marketing').
api.parse.bot/scraper/95a44f30-07ab-4697-93f1-75aded2038fe/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/95a44f30-07ab-4697-93f1-75aded2038fe/search_templates?rows=3&query=slack' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for n8n workflow templates with optional keyword and category filters. Returns paginated results sorted by creation date (newest first).

Input
ParamTypeDescription
pageintegerPage number for pagination.
rowsintegerNumber of results per page.
querystringSearch keyword to filter templates by name or description.
categorystringFilter by category name (e.g. 'Engineering', 'AI', 'Marketing').
Response
{
  "type": "object",
  "fields": {
    "workflows": "array of workflow template summaries including id, name, totalViews, user, description, createdAt, and nodes",
    "totalWorkflows": "integer total number of matching templates"
  },
  "sample": {
    "data": {
      "workflows": [
        {
          "id": 12345,
          "name": "Scrape physician profiles from BrowserAct into Google Sheets and notify Slack",
          "user": {
            "id": 98533,
            "name": "Madame AI Team | Kai",
            "username": "madame-ai",
            "verified": true
          },
          "nodes": [],
          "price": 0,
          "createdAt": "2026-01-01T06:03:29.887Z",
          "totalViews": 52,
          "description": "Scrape physician profiles from BrowserAct to Google Sheets...",
          "purchaseUrl": null
        }
      ],
      "totalWorkflows": 1363
    },
    "status": "success"
  }
}

About the n8n Templates API

The n8n Templates API exposes 5 endpoints for searching, browsing, and retrieving workflow templates from the n8n template library. Use search_templates to query by keyword and category, or get_template_details to fetch a full workflow JSON including every node, connection, and analytics field for a specific template ID. The API also covers per-user template listings and category-based similarity matching.

Search and Browse Templates

The search_templates endpoint accepts a query string, a category name (such as 'AI', 'Engineering', or 'Marketing'), and pagination controls (page, rows). It returns an array of workflows, each carrying id, name, totalViews, user, description, createdAt, and a nodes array — enough to render a template card and understand what services a workflow touches. The totalWorkflows integer tells you how many results match your query across all pages.

The list_all_templates endpoint iterates through the full catalog sorted newest-first. Pass a limit to cap the result set or omit it to walk the entire catalog. The response returns count (templates in this response), total (full catalog size), and the same workflows array shape as search results. This is useful for building indexes or monitoring when new templates appear.

Full Workflow Details and Similarity

get_template_details takes a numeric template_id and returns the complete template object: id, name, views, totalViews, createdAt, description, the full workflow object with nodes and connections, user info, and categories. The workflow field contains the actual n8n workflow JSON, which you can import directly into an n8n instance.

get_similar_templates accepts a template_id and an optional limit. It resolves the template's category, then returns an array of other templates in that same category along with a category_id field identifying which category drove the match. get_user_templates accepts a username and optional limit, returning all published templates from that creator — useful for browsing work by a specific contributor.

Common use cases
  • Index the full n8n template catalog and keep a local mirror synced by polling list_all_templates for new createdAt values.
  • Build a template search UI that lets users filter by category and keyword using search_templates.
  • Auto-import workflow JSON from get_template_details into a self-hosted n8n instance via the n8n REST API.
  • Generate 'you might also like' suggestions in a workflow tool by querying get_similar_templates with the active template's ID.
  • Audit which node types are most commonly used by scanning the nodes array across all templates returned by list_all_templates.
  • Retrieve all templates published by a specific contributor using get_user_templates and display them on a profile page.
  • Track popularity trends over time by storing totalViews from repeated search_templates or get_template_details calls.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does n8n have an official developer API for its template library?+
n8n does not publish a documented public REST API specifically for its community template library. The n8n core product has a REST API for managing workflows on a self-hosted or cloud instance (documented at docs.n8n.io/api), but that is separate from the template catalog this API covers.
What does `get_template_details` return beyond what the search results include?+
get_template_details returns the full workflow object containing the complete nodes and connections arrays — the actual importable workflow JSON. Search and list results return only a summary nodes array used for display. get_template_details also returns per-template category assignments and both views and totalViews analytics fields.
How does `get_similar_templates` determine which templates are 'similar'?+
Similarity is category-based. The endpoint fetches the primary category of the given template_id, then queries for other templates in that same category. The category_id field in the response shows which category was used. Templates are not matched by node type, description embedding, or any semantic signal.
Does the API expose template version history or changelogs?+
Not currently. The API returns a single createdAt timestamp and the current workflow JSON per template; there is no revision history or diff data. You can fork this API on Parse and revise it to add an endpoint that tracks version changes if the source exposes that data.
Can I filter `search_templates` by node type — for example, to find all templates using the Slack node?+
The search_templates endpoint filters by query keyword and category name only; there is no dedicated node-type filter parameter. The nodes array is present in each result, so you can filter client-side after fetching. You can fork this API on Parse and revise it to add server-side node-type filtering as an additional parameter.
Page content last updated . Spec covers 5 endpoints from not_yet_determined.com.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.