- Home
- Search & Web
- Rtrvr Cli
Rtrvr Cli
CLI + SDK to automate, scrape, and extract from the web — for AI agents and humans. Cloud or local b
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
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
# CLI (global)
npm install -g @rtrvr-ai/cli
# SDK (in your project)
npm install @rtrvr-ai/sdkQuick Start
# 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 doctorAuthentication
Login methods
# Browser-based OAuth (recommended)
rtrvr auth login --oauth
# Direct API key
rtrvr auth login --api-key rtrvr_...
# Check auth status
rtrvr auth statusToken types
| Token | Prefix | Access |
|---|---|---|
| API key | rtrvr_ | Full cloud + CLI endpoints |
| OAuth token | mcp_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:
export RTRVR_API_KEY=rtrvr_...
# or
export RTRVR_AUTH_TOKEN=rtrvr_...Commands
rtrvr run / rtrvr agent
Run an AI agent task with smart routing.
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| Option | Description |
|---|---|
| `` | Task description (positional) |
--input | Task description (flag) |
--input-file | Read task from file |
--url | Target URL(s) |
--target | Routing: auto, cloud, extension |
--cloud | Shortcut for --target cloud |
--extension | Shortcut for --target extension |
--device-id | Target a specific browser extension device |
--schema-file | JSON schema for structured output |
--json | Machine-readable JSON output |
--no-stream | Disable real-time progress streaming |
rtrvr scrape
Scrape URLs with cloud or extension routing.
rtrvr scrape --url https://example.com
rtrvr scrape --url https://example.com --target extension --device-id my-deviceDon'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
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
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
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.