Overview
The ScrapeGraphAI Claude Code Skill gives AI coding agents full access to ScrapeGraphAI’s web scraping, search, and crawling APIs. Once installed, agents like Claude Code, Cursor, Copilot, and Cline can scrape websites, extract structured data, and crawl pages — all from natural language prompts.GitHub Repository
View the skill source code and documentation
Installation
The fastest way to install. Requires Node.js.
git clone https://github.com/ScrapeGraphAI/skill.git ~/.claude/skills/scrapegraphai
ln -sf ~/.claude/skills/scrapegraphai/SKILL.md ~/.claude/skills/scrapegraphai.md
Setup
Set your ScrapeGraphAI API key as an environment variable:Get your API key from the dashboard.
What’s Included
The skill installs the following files:| File | Description |
|---|---|
SKILL.md | Main skill file with API reference, examples, and decision guide |
references/api-endpoints.md | Full parameter tables for all endpoints |
references/sdk-examples.md | Python and JavaScript SDK examples |
references/advanced-features.md | Stealth mode, schemas, scrolling, pagination, and more |
Capabilities
SmartScraper
Extract structured data from any webpage using natural language prompts
SearchScraper
Search the web and extract results with AI or as markdown
Markdownify
Convert any webpage into clean, formatted markdown
SmartCrawler
Crawl multiple pages from a website with depth and path controls
Sitemap
Extract all URLs from a website’s sitemap
Agentic Scraper
Browser automation — login, click, navigate, fill forms, then extract
Example Prompts
Once the skill is installed, you can use natural language prompts directly in your AI coding agent:Supported Agents
This skill works with any AI coding agent that supports the skills protocol:- Claude Code — Anthropic’s CLI agent
- Cursor — AI-powered code editor
- GitHub Copilot — AI pair programmer
- Cline — VS Code AI agent
- Windsurf — AI coding assistant
- And any other agent supporting skills.sh