ares-cli-0.3.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 URLsares crawl: Recursive web crawling with link discoveryares schema: Validate JSON Schema files- Multiple output formats:
json,jsonl,csv,table,jq
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.