Class | Package | Serializable | JS support | Package latest |
---|---|---|---|---|
SmartScraperTool | langchain-scrapegraph | ✅ | ❌ | |
SmartCrawlerTool | langchain-scrapegraph | ✅ | ❌ | |
MarkdownifyTool | langchain-scrapegraph | ✅ | ❌ | |
GetCreditsTool | langchain-scrapegraph | ✅ | ❌ |
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 |