Integrations for Reader across automation platforms and AI frameworks.
| Package | Platform | Registry | Description |
|---|---|---|---|
| n8n | n8n | npm (n8n-nodes-reader) |
Community node for n8n workflows |
| Zapier | Zapier | Zapier Platform | Actions and triggers for Zapier |
| Make | Make | Make Platform | Modules for Make scenarios |
| LangChain Python | LangChain | PyPI (langchain-reader) |
Document loader for LangChain |
| LangChain JS | LangChain | npm (@vakra-dev/langchain-reader) |
Document loader for LangChain.js |
| LlamaIndex | LlamaIndex | PyPI (llama-index-readers-reader) |
Data reader for LlamaIndex |
| CrewAI | CrewAI | PyPI (reader-crewai) |
Tool for CrewAI agents |
All integrations expose the same core operations:
| Operation | Description |
|---|---|
| Scrape | Extract content from a single URL as markdown, HTML, or screenshot |
| Batch Scrape | Scrape multiple URLs in parallel |
| Crawl | Discover and scrape all pages on a site |
| Discover | Discover all URLs on a site without scraping content |
| Extract | Scrape a URL and extract structured data using AI (schema or prompt) |
| Get Job Status | Check status and results of an async job |
| Cancel Job | Cancel a running job |
MIT