# Web Scraper Agents This directory contains examples demonstrating web scraping capabilities with agents. ## Examples - [batched_scraper_agent.py](batched_scraper_agent.py) - Batched web scraping agent - [web_scraper_agent.py](web_scraper_agent.py) - Basic web scraper agent ## Overview These examples demonstrate how to build agents capable of web scraping, extracting information from websites, and processing web content. The batched version shows how to handle multiple URLs efficiently, while the basic example demonstrates core scraping functionality.