Package Exports
- n8n-nodes-exa-websets
- n8n-nodes-exa-websets/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-exa-websets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
n8n-nodes-exa-websets
An n8n community node for the Exa Websets API that allows you to create, manage, and query structured datasets from web sources.

Features
This node provides comprehensive access to all Exa Websets API functionality:
🗂️ Websets
- Create websets with sophisticated search configurations
- Get, Update, and Delete existing websets
- List all websets with filtering options
- Preview webset configurations before creation
- Cancel running webset operations
📄 Items
- Get individual items by ID
- Delete specific items from websets
- List all items with advanced filtering (content type, domain, language, score)
🔍 Searches
- Create targeted searches within websets
- Get search results and status
- Cancel running searches
- Advanced search configuration including neural/keyword search types, domain filtering, and content categorization
🧠 Enrichments
- Create AI-powered enrichments for webset content
- Support for multiple AI models (GPT-4, Claude, etc.)
- Get, Update, Delete, and Cancel enrichments
- Configurable prompts, output formats, and processing options
📥 Imports
- Create imports from multiple sources:
- URL lists
- CSV content
- JSON data
- Sitemaps
- Get, Update, Delete, and List import jobs
- Advanced processing options including duplicate detection and content classification
📊 Monitors
- Create automated monitors for ongoing content collection
- Configurable monitoring frequencies (hourly, daily, weekly, monthly)
- Get, Update, Delete, and List monitors
- Email and webhook notifications for new content
Installation
To install this node, run:
npm install n8n-nodes-exa-websetsConfiguration
API Credentials
You'll need an Exa API key to use this node:
- Visit dashboard.exa.ai to get your API key
- In n8n, go to Credentials and create new Exa Websets API credentials
- Enter your API key
Usage Examples
Creating a Webset
- Select Websets as the resource
- Choose Create operation
- Configure your search parameters:
- Query: "artificial intelligence startups"
- Count: 50
- Search Type: Neural
- Include domains: "techcrunch.com, venturebeat.com"
Enriching Content
- Select Enrichments as the resource
- Choose Create operation
- Specify the webset ID
- Set enrichment type and prompt:
- Type: Extract
- Prompt: "Extract key company information including funding, location, and product description"
Setting up Monitoring
- Select Monitors as the resource
- Choose Create operation
- Configure monitoring settings:
- Query: "new AI funding rounds"
- Frequency: Daily
- Enable email notifications
API Reference
This node implements the complete Exa Websets API v0. For detailed API documentation, visit docs.exa.ai.
Support
If you encounter issues:
- Check your API key is valid and has sufficient credits
- Verify the webset/item/enrichment IDs are correct
- Review the API response for detailed error messages
Development
This node follows n8n community node development best practices:
- Service-based architecture for clean code organization
- Comprehensive TypeScript typing
- Extensive input validation and error handling
- Follows n8n UI/UX patterns and conventions
License
MIT
Version History
1.0.0
- Initial release with full Exa Websets API support
- All 6 resources implemented (Websets, Items, Searches, Enrichments, Imports, Monitors)
- Production-ready with comprehensive error handling and validation