You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/guides/web_scraper_agents/README.md

14 lines
565 B

# 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.