> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zenrows.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zenrows' Integration Options

> Explore every Zenrows integration: AI assistants, code editors, agent SDKs and frameworks, no-code platforms, and browser libraries.

Zenrows is a platform built around a small set of primitives, Fetch, Extract, Batch, and Browser Sessions, available however you already build. Integrations connect those primitives to the tools, editors, agents, and platforms you already use, so you don't have to change how you work to get reliable access to the live web.

## AI Assistants

Chat-based AI assistants that can scrape and extract data on your behalf when connected to Zenrows.

<Columns cols={2}>
  <Card href="/integrations/claude-desktop" title="Claude Desktop" icon="message-chatbot">
    Connect Claude Desktop to Zenrows via MCP for real-time web access in your conversations.
  </Card>

  <Card href="/integrations/claude-code" title="Claude Code" icon="terminal">
    Give Claude Code the ability to scrape and extract data while it works in your codebase.
  </Card>
</Columns>

## AI Code Editors

AI-native editors and IDEs that can call Zenrows directly while you write code.

<Columns cols={3}>
  <Card href="/integrations/cursor" title="Cursor" icon="device-laptop">
    Scrape and extract data from inside Cursor's AI coding assistant.
  </Card>

  <Card href="/integrations/windsurf" title="Windsurf" icon="device-laptop">
    Connect Windsurf's AI agent to real-time web data.
  </Card>

  <Card href="/integrations/vscode" title="VS Code" icon="device-laptop">
    Add Zenrows to VS Code's AI features via MCP.
  </Card>

  <Card href="/integrations/zed" title="Zed" icon="device-laptop">
    Connect Zed's AI assistant to Zenrows.
  </Card>

  <Card href="/integrations/jetbrains" title="JetBrains IDEs" icon="device-laptop">
    Add Zenrows to JetBrains' AI assistant across IntelliJ, PyCharm, WebStorm, and more.
  </Card>

  <Card href="/integrations/opencode" title="OpenCode" icon="device-laptop">
    Connect OpenCode's AI agent to real-time web data.
  </Card>

  <Card href="/integrations/antigravity-20" title="Google Antigravity 2.0" icon="device-laptop">
    Add Zenrows to Google's agentic development platform.
  </Card>

  <Card href="/integrations/antigravity-ide" title="Google Antigravity IDE" icon="device-laptop">
    Connect Zenrows to the Antigravity IDE.
  </Card>
</Columns>

## Agent SDKs & Frameworks

Official vendor SDKs and third-party frameworks for building autonomous, multi-step agents.

<Columns cols={3}>
  <Card href="/integrations/claude-agent-sdk" title="Claude Agent SDK" icon="code">
    Build autonomous agents that scrape and automate any site with Anthropic's official SDK.
  </Card>

  <Card href="/integrations/openai-agents-sdk" title="OpenAI Agents SDK" icon="code">
    Build multi-step agents with OpenAI's official Agents SDK.
  </Card>

  <Card href="/integrations/google-adk" title="Google ADK" icon="code">
    Build multi-agent workflows with Google's Agent Development Kit.
  </Card>

  <Card href="/integrations/langchain" title="LangChain" icon="code-branch">
    Orchestrate intelligent, multi-step data extraction workflows using language models.
  </Card>

  <Card href="/integrations/llamaindex" title="LlamaIndex" icon="book">
    Build scalable Retrieval-Augmented Generation (RAG) applications by indexing web data.
  </Card>

  <Card href="/integrations/flowise" title="Flowise" icon="diagram-project">
    Design AI-powered workflows and data pipelines with a visual, low-code builder.
  </Card>

  <Card href="/integrations/mastra" title="Mastra" icon="code">
    Give agents built with the Mastra TypeScript framework reliable access to any website.
  </Card>
</Columns>

## AI Tools

Direct integrations with foundation model APIs and AI-powered platforms.

<Columns cols={2}>
  <Card href="/integrations/openai" title="OpenAI" icon="wand">
    Give GPT models real-time access to any website using Fetch and MCP.
  </Card>

  <Card href="/integrations/anthropic-claude-api" title="Anthropic Claude API" icon="wand">
    Ground Claude's answers in live, protected, or JavaScript-heavy web data.
  </Card>

  <Card href="/integrations/clay" title="Clay" icon="database">
    Enrich leads and automate outbound workflows using AI.
  </Card>

  <Card href="/integrations/lindy" title="Lindy" icon="robot">
    Deploy AI agents for complex scraping and data extraction, no code required.
  </Card>
</Columns>

## Agent Platforms

Hosted, autonomous agent products that run the agent loop and infrastructure for you.

<Columns cols={3}>
  <Card href="/integrations/claude-managed-agents" title="Claude Managed Agents" icon="cloud">
    Let Anthropic manage the agent loop and sandbox while Zenrows handles the scraping layer.
  </Card>

  <Card href="/integrations/hermes" title="Hermes" icon="cloud">
    Give Hermes Agent reliable, scheduled access to any website.
  </Card>

  <Card href="/integrations/openclaw" title="OpenClaw" icon="cloud">
    Connect OpenClaw's autonomous agent to Zenrows MCP for real-time web access.
  </Card>
</Columns>

## No-Code & Automation

Visual workflow builders for automating scraping without writing code.

<Columns cols={3}>
  <Card href="/integrations/zapier" title="Zapier" icon="bolt">
    Automate workflows between Zenrows and 5,000+ SaaS apps.
  </Card>

  <Card href="/integrations/make" title="Make" icon="gears">
    Visual workflow builder for custom automations.
  </Card>

  <Card href="/integrations/n8n" title="n8n" icon="sitemap">
    Open-source workflow automation for self-hosted integrations.
  </Card>

  <Card href="/integrations/pipedream" title="Pipedream" icon="chart-line">
    Event-driven automation platform for APIs and data pipelines.
  </Card>

  <Card href="/integrations/mulesoft" title="MuleSoft" icon="cubes">
    Enterprise integration platform for connecting apps, data, and APIs.
  </Card>

  <Card href="/integrations/node-red" title="Node-RED" icon="route">
    Visual flow-based programming for IoT and web automation workflows.
  </Card>
</Columns>

<Tip>Integration not on the list? Chances are you can still integrate Zenrows. [Contact us](mailto:support@zenrows.com) for assistance.</Tip>

## Browser & Scraping Frameworks

Code libraries for developers building custom, code-driven scraping workflows.

<Columns cols={4}>
  <Card href="/integrations/playwright" title="Playwright" icon="code">
    Modern browser automation for dynamic website scraping.
  </Card>

  <Card href="/integrations/puppeteer" title="Puppeteer" icon="chrome">
    Headless Chrome automation for advanced scraping and testing.
  </Card>

  <Card href="/integrations/scrapy" title="Scrapy" icon="spider">
    Python framework for scalable, modular scraping projects.
  </Card>

  <Card href="/integrations/selenium" title="Selenium" icon="globe">
    Browser-based automation and testing across languages.
  </Card>
</Columns>

<Card href="/integrations/undici" title="Undici" icon="plug">
  High-performance HTTP/1.1 client built for Node.js
</Card>

## Why Integrate Zenrows?

Connecting Zenrows with your existing stack unlocks its full potential. Integrations help you:

* Automate end-to-end workflows by triggering scraping jobs, transforming results, and sending data wherever you need it.
* Boost productivity by reducing manual work and connecting Zenrows to your favorite automation and workflow tools.
* Scale operations by orchestrating hundreds or thousands of scraping tasks in parallel, all managed through platforms you already know.
* Improve reliability by combining Zenrows' anti-bot capabilities with third-party automation and AI tools.

## How Integrations Work

Zenrows integrations are designed to be plug-and-play. Each integration provides:

* **Step-by-step setup guides** to get you started quickly, whether you are connecting code libraries, workflow builders, or AI platforms.
* **Code samples and templates** you can copy, customize, and deploy for your use case.
* **Best practices** for securing your API keys, handling errors, and optimizing performance.
* **Real-world examples** showing how fast-growing startups and enterprises use Zenrows integrations to drive results.

## Example Use Cases

* Monitor competitor pricing using [Playwright](/integrations/playwright) or [Puppeteer](/integrations/puppeteer) with Zenrows to extract prices daily and feed insights into Google Sheets through [Zapier](/integrations/zapier).
* Automate lead enrichment by scraping company data with Zenrows, enriching it using [Clay](/integrations/clay), and pushing it to your CRM in a single automated workflow.
* Power AI-driven research by combining Zenrows with [Lindy](/integrations/lindy) to collect, structure, and analyze data for market research or content generation.
* Scale scraping operations by orchestrating thousands of parallel scraping jobs in [n8n](/integrations/n8n) or [Make](/integrations/make).
* Create an AI-powered knowledge base by scraping industry news and documentation with Zenrows, indexing the data using [LlamaIndex](/integrations/llamaindex), and enabling instant search and automated question-answering for your team.
* Give an autonomous agent standing web access by connecting [Claude Managed Agents](/integrations/claude-managed-agents) or [OpenClaw](/integrations/openclaw) to Zenrows MCP, so it can scrape and monitor sites without you writing orchestration code.

## Getting Started

1. Select the integration that best aligns with your workflow and technical expertise.
2. Follow the integration guide for setup instructions, best practices, and troubleshooting tips.
3. Secure your credentials by using environment variables or secure vaults for API keys, such as `YOUR_ZENROWS_API_KEY`.
4. Test your workflow with a simple example, then scale up and customize as your needs grow.

## Best Practices

* Always secure your API keys and never hard-code them in public code repositories.
* Monitor your Zenrows quota at the [Analytics Page](https://app.zenrows.com/analytics/scraper-api) and integration limits to avoid interruptions.
* Use stable CSS selectors when scraping to minimize maintenance. See our [Selector Best Practices](/fetch/troubleshooting/advanced-css-selectors) for more guidance.

Zenrows integrations are built to help you move faster, automate more, and unlock the full power of web data, regardless of your stack or skill set. If you have questions, feedback, or would like to suggest a new integration, please get in touch with our team via <a href="mailto:success@zenrows.com" rel="nofollow">email</a> anytime.

## Frequently Asked Questions (FAQ)

<Accordion title="Which integration category is right for my team?">
  Choose based on your technical expertise and goals:

  * **AI Assistants / AI Code Editors**: For anyone who wants their AI assistant or editor to scrape and extract data directly, via MCP.
  * **Agent SDKs & Frameworks**: For engineers building autonomous, multi-step agents with an official vendor SDK or a framework like LangChain, LlamaIndex, Flowise, or Mastra.
  * **Agent Platforms**: For teams that want a hosted, autonomous agent product to run the loop for them.
  * **No-Code & Automation**: For operations, marketing, and growth teams automating processes without engineering resources.
  * **Browser & Scraping Frameworks**: For engineers building custom, code-driven scraping workflows.
</Accordion>

<Accordion title="Do I need coding experience to use Zenrows integrations?">
  Not necessarily. No-code integrations like Zapier, Make, n8n, and Pipedream let you build automated workflows using visual interfaces without writing code. AI assistants and agent platforms like Claude Desktop, Lindy, and OpenClaw also require no code. Developer tools like Playwright, Puppeteer, Scrapy, and Selenium, along with agent SDKs and frameworks, require programming knowledge in languages like Python, JavaScript, or others.
</Accordion>

<Accordion title="How do I secure my Zenrows API key when using integrations?">
  Always use environment variables or secure vaults to store your API keys. Never hard-code credentials like `YOUR_ZENROWS_API_KEY` directly in your code, especially in public repositories. Most integration platforms provide secure credential storage features you should use.
</Accordion>

<Accordion title="Can I use multiple integrations together?">
  Yes, you can combine multiple integrations to create powerful workflows. For example, you might use Playwright to scrape data, Zapier to process and route it, and Clay to enrich it with AI - all in a single automated pipeline.
</Accordion>

<Accordion title="What's the difference between an Agent SDK, an Agent Framework, and an Agent Platform?">
  * **Agent SDK** (Claude Agent SDK, OpenAI Agents SDK, Google ADK): an official vendor code library you use to build an agent yourself.
  * **Agent Framework** (LangChain, LlamaIndex, Flowise, Mastra): a third-party library or visual builder for the same job, not tied to one model vendor.
  * **Agent Platform** (Claude Managed Agents, Hermes, OpenClaw): a hosted product that runs the agent loop and infrastructure for you, you connect Zenrows and point it at a task.
</Accordion>

<Accordion title="What should I do if my integration stops working?">
  Follow these troubleshooting steps:

  1. Check your Zenrows quota and integration limits at the Analytics Page
  2. Verify your API keys are correctly configured and haven't expired
  3. Review the integration's error logs for specific error messages
  4. Ensure your CSS selectors are still valid (websites may have changed)
  5. Check our [Selector Best Practices](/fetch/troubleshooting/advanced-css-selectors) for guidance
  6. Contact our support team
</Accordion>

<Accordion title="Can I scale my scraping operations using these integrations?">
  Yes, integrations enable massive scaling through parallel processing. Platforms like n8n, Make, and Pipedream can orchestrate hundreds or thousands of scraping jobs simultaneously. Combine this with Zenrows' anti-bot capabilities to build enterprise-scale scraping operations.
</Accordion>
