This guide provides a quick overview for getting started with ScrapeGraph tools. For detailed documentation of all ScrapeGraph features and configurations head to the API reference. For more information about ScrapeGraph AI:Documentation Index
Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Integration details
| Class | Package | Serializable | JS support | Version |
|---|---|---|---|---|
| SmartScraperTool | langchain-scrapegraph | ✅ | ❌ | |
| SmartCrawlerTool | langchain-scrapegraph | ✅ | ❌ | |
| MarkdownifyTool | langchain-scrapegraph | ✅ | ❌ | |
| AgenticScraperTool | langchain-scrapegraph | ✅ | ❌ | |
| GetCreditsTool | langchain-scrapegraph | ✅ | ❌ |
Tool features
| Tool | Purpose | Input | Output |
|---|---|---|---|
| SmartScraperTool | Extract structured data from websites | URL + prompt | JSON |
| SmartCrawlerTool | Extract data from multiple pages with crawling | URL + prompt + crawl options | JSON |
| MarkdownifyTool | Convert webpages to markdown | URL | Markdown text |
| GetCreditsTool | Check API credits | None | Credit info |