ares-cli-0.1.0 is not a library.
ares-cli
Command-line interface for Ares, the industrial-grade AI web scraper.
This crate provides a CLI to interact with Ares core features:
ares scrape: Perform a one-shot scrape and extractionares worker: Start a background worker to process scrape jobs from the queueares job: Create, list, show, or cancel jobsares history: View extraction history for specific URLs
Overview
Ares fetches web pages, converts HTML to Markdown, and uses LLM APIs to extract structured data defined by JSON Schemas. It supports persistent job queues with retries, circuit breaking, rate-limiting, and more.
For full documentation, see the main Ares repository.