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
Kye Gomez 243df297ef
cleanup examples folder
1 day ago
..
README.md cleanup examples folder 1 day ago
batched_scraper_agent.py [DOCS][Web scraper agents] 2 months ago
web_scraper_agent.py [DOCS][Web scraper agents] 2 months ago

README.md

Web Scraper Agents

This directory contains examples demonstrating web scraping capabilities with agents.

Examples

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.