Skip to main content
0
R

Rtrvr Cli

CLI + SDK to automate, scrape, and extract from the web — for AI agents and humans. Cloud or local b

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

rtrvr CLI + SDK

](https://www.npmjs.com/package/@rtrvr-ai/cli) [ [](LICENSE)

Browser automation for AI agents and humans. One CLI, three execution modes: cloud, local browser extension, or auto-routed.

  • Cloud mode — run agents and scrape pages via rtrvr's cloud infrastructure
  • Extension mode — route to your local browser extension for authenticated sessions
  • Auto mode — smart routing with automatic fallback between cloud and extension

Install

bash
# CLI (global)
npm install -g @rtrvr-ai/cli

# SDK (in your project)
npm install @rtrvr-ai/sdk

Quick Start

bash
# Authenticate
rtrvr auth login

# Run an AI agent task
rtrvr run "Extract the top 10 products and prices" --url https://example.com

# Scrape a page
rtrvr scrape --url https://example.com

# Check what you can do
rtrvr capabilities

# Diagnose connectivity
rtrvr doctor

Authentication

Login methods

bash
# Browser-based OAuth (recommended)
rtrvr auth login --oauth

# Direct API key
rtrvr auth login --api-key rtrvr_...

# Check auth status
rtrvr auth status

Token types

TokenPrefixAccess
API keyrtrvr_Full cloud + CLI endpoints
OAuth tokenmcp_at_MCP endpoint only

Storage

Tokens are stored securely in your OS keychain (macOS Keychain / Linux secret-service) by default. Fallback to ~/.config/rtrvr/config.json if no secure store is available.

Environment variables override stored credentials:

bash
export RTRVR_API_KEY=rtrvr_...
# or
export RTRVR_AUTH_TOKEN=rtrvr_...

Commands

rtrvr run / rtrvr agent

Run an AI agent task with smart routing.

bash
rtrvr run "Find the latest pricing for each plan" --url https://example.com
rtrvr run --input-file ./task.txt --url https://example.com --target cloud
echo "Summarize this page" | rtrvr run --url https://example.com
OptionDescription
``Task description (positional)
--input Task description (flag)
--input-file Read task from file
--url Target URL(s)
--target Routing: auto, cloud, extension
--cloudShortcut for --target cloud
--extensionShortcut for --target extension
--device-id Target a specific browser extension device
--schema-file JSON schema for structured output
--jsonMachine-readable JSON output
--no-streamDisable real-time progress streaming

rtrvr scrape

Scrape URLs with cloud or extension routing.

bash
rtrvr scrape --url https://example.com
rtrvr scrape --url https://example.com --target extension --device-id my-device

Don't lose this

Three weeks from now, you'll want Rtrvr Cli again. Will you remember where to find it?

Save it to your library and the next time you need Rtrvr Cli, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

This plugs directly into your AI and gives it new abilities it didn't have before. CLI + SDK to automate, scrape, and extract from the web — for AI agents and humans. Cloud or local b. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.