DocumentationWorkers
Workers
Standalone task executors that combine multiple plugins for specific data extraction needs.
Overview
Workers are specialized task executors that combine multiple plugins to perform specific data extraction and analysis tasks. Unlike workflows that chain multiple steps together, workers are focused on single, well-defined tasks that require coordination between multiple plugins.
Features
- šÆ Task-specific implementations
- š Automated data extraction
- š Structured output
- š Plugin integration
- ā” Efficient processing
Available Workers
PricingResearchWorker
Extracts structured pricing data from any SaaS website by combining:
- Serper Web Search: Finds pricing pages
- Jina AI Reader: Extracts clean content
- LiteLLM: Analyzes and structures pricing data
Usage
Output Structure
Creating Custom Workers
- Inherit from base Worker class
Updated 1 month ago
Edit this page