n8n-nodes-felo-ai
v0.1.0
Published
Professional n8n community node for Felo AI Search with OpenSearch links, configurable API requests, retries, and AI-friendly outputs.
Maintainers
Readme
n8n-nodes-felo-ai
Professional n8n community node for Felo AI Search.
Important API Note
During research, the public Felo web app exposed a stable OpenSearch definition:
https://felo.ai/search?q={searchTerms}The site also preconnects to:
https://api.felo.ai
https://api-ext.felo.aiI did not find a public official API reference for third-party developers. Because of that, this node avoids hard-coding fragile private endpoints as the only path. It gives you a stable OpenSearch workflow plus configurable API requests for Felo Enterprise/private tokens.
Features
- Create Felo search URLs
- Fetch Felo search page metadata
- Configurable API Search
- Custom API Request
- API token / Bearer / custom header / cookie support
api.felo.ai,api-ext.felo.ai, web, and absolute URL targets- Automatic retries
- Exponential backoff
Retry-Afterhandling- JSON or text response support
- Item path extraction
- AI-agent friendly outputs
Recommended Easy Use
Use:
Resource: Search
Operation: Create Search URL
Query: your research question
Language: English or ArabicThen pass the returned data.url to a Browser/Open URL step, HTTP Request, or an AI Agent as a source link.
If You Have Felo API Access
Use:
Resource: Search
Operation: API Search
Target: Felo API
Endpoint: endpoint provided by Felo
Body: extra JSON required by your plan
Item Path: response path containing answer/itemsIf your auth is not Bearer, change credential Auth Type to Custom Header or Cookie.
Development
npm install
npm run build
npm test