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

565 B

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.