get_scorecard
Retrieve a ranked leaderboard of providers for any web automation job, with measured performance metrics and dates, to compare all options.
Instructions
Full benchmark leaderboard for one job/verb: every scored provider on the auxiliar.ai gateway, best first, with raw measured metrics and run dates. Use to compare all options rather than be handed a pick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | The verb to rank. search = Web search: query → ranked results | scrape = One URL → clean page content/markdown, anti-bot handled | crawl = Site → enumerate and fetch many pages | extract_ai = Page → structured fields from an AI/natural-language schema | extract_rules = Page → structured fields via CSS/XPath rules | answer = Question → synthesized answer with cited sources | screenshot = URL → rendered page image | scrape_domain = Domain-specific scrapers for hard targets (e-commerce, social) | act = Declarative page interactions (click, fill, scroll) in one call | act_agent = Autonomous natural-language browser agent for multi-step goals | serp = Google SERP verticals (web, news, images, places, scholar) as structured JSON | parse = PDF/document → text (OCR where supported) | watch = URL → change detection / monitoring |