Documentation
README
Web Scraper
Overview
Extract content and data from websites using various techniques including crawling, scraping, and structured data extraction.
When to Use
- Extract text content from web pages
- Crawl entire websites
- Collect structured data
- Research and gather information
- Monitor website changes
- Extract tables and lists
Tools Available
Content Extraction
// Use extract_content_from_websites for structured extraction
// Supports batch processing of multiple URLs
// Returns JSON format with extracted content
Task Format
{
tasks: [
{
url: "https://example.com",
prompt: "Extract specific information",
task_name: "optional_name"
}
]
}
Usage Patterns
This is the opening of the README. Read the full README on GitHub.