> For the complete documentation index, see [llms.txt](https://docs.scraperapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scraperapi.com/resources/release-notes/june-2026/scraperapi-plugin-for-ai-agents.md).

# ScraperAPI Plugin for AI Agents

The **ScraperAPI Plugin** is now available for Claude Code and OpenClaw. Install it once and your AI agent gets everything it needs to scrape the web like a pro — 22 MCP tools plus 18 skills covering onboarding, SDKs, CLI workflows, and ready-to-run data pipelines.

## Install

```
# Claude Code
npx skills add scraperapi/scraperapi-skills

# Claude Plugin Hub
npx claudepluginhub scraperapi/scraperapi-skills --plugin scraperapi

# OpenClaw
openclaw plugins install clawhub:@scraperapitech/scraperapi-skills
```

**What the plugin includes**

* **22 MCP tools** — authenticated via your `SCRAPERAPI_API_KEY`, ready to use out of the box
* **18 skills** — teach your agent which tool to use, how to tune it, and how to build end-to-end pipelines
* **CLI** — [`scraperapi-cli`](https://www.npmjs.com/package/scraperapi-cli) — a dedicated npm package for running ScraperAPI from the command line, alongside shells, pipelines, and CI
* **SDK guides** — Python, Node.js, Ruby, PHP, Java
* **Workflow skills** — scraper builder, lead enrichment, research agent, SEO audit, price monitoring, and more

**Links:** [Claude Plugin Hub](https://claudepluginhub.com/plugins/scraperapi-scraperapi) · [ClawHub](https://clawhub.ai/plugins/@scraperapitech/scraperapi-skills) · [Docs](https://docs.scraperapi.com/integrations/llm-integrations/claude-mcp-skill) · [GitHub](https://github.com/scraperapi/scraperapi-skills)

<a href="https://www.scraperapi.com/solutions/ai/" class="button primary" data-icon="hand-point-right">Learn more</a><a href="https://docs.scraperapi.com/integrations/llm-integrations/claude-mcp-skill" class="button secondary" data-icon="file-lines">Check documentation</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.scraperapi.com/resources/release-notes/june-2026/scraperapi-plugin-for-ai-agents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
