n8n-nodes-critique-api
v0.1.2
Published
n8n node for Critique AI search and content API. https://critique-labs.ai/search
Maintainers
Readme
n8n-nodes-critique-api
This is an n8n community node that lets you use Critique AI in your workflows. Critique AI is an AI-powered search engine that dynamically searches the web, follows links, and recursively explores related topics to provide comprehensive, up-to-date responses.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation. The package name is n8n-nodes-critique-api
Operations
- Search: Perform AI-powered web search with optional image input, source filtering, and structured output formatting
- Get Content: Retrieve post-processed content from a webpage URL
Credentials
This node requires Critique API credentials. You need:
- API Key: Your Critique API key from Critique Labs
Compatibility
- Minimum n8n version: 0.175.0
- Tested against n8n version: 1.0.0+
Usage
Search Operation
The search operation allows you to:
- Send text queries to Critique AI
- Include images (base64 encoded or URLs) for visual search
- Filter results by including/excluding specific domains
- Request structured output in JSON format
- Get comprehensive, up-to-date search results
Example search query: "What are the latest developments in AI for 2024?"
Get Content Operation
Extract and process content from any webpage URL. Critique AI will:
- Retrieve the webpage content
- Process and clean the content
- Return structured, readable text
