orth) lets you search, explore, and run tools and APIs from your terminal.
Installation
orth.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Access Orthogonal APIs from the command line
orth) lets you search, explore, and run tools and APIs from your terminal.
npm install -g @orth/cli
orth.
export ORTHOGONAL_API_KEY=orth_live_your_key_here
orth --key orth_live_your_key_here <command>
orth search "web scraping"
olostep Olostep (4 endpoints)
scrapegraph ScrapeGraph AI (3 endpoints)
riveter Riveter (2 endpoints)
orth api
orth api olostep
Olostep (olostep)
POST /v1/scrapes $0.01
Scrape any webpage and get clean markdown
POST /v1/answers $0.02
Get AI-powered answers from web content
GET /v1/scrapes/{id} free
Check scrape status
orth api olostep /v1/scrapes
olostep/v1/scrapes
Scrape any webpage and get clean markdown
Price: $0.01
Body Parameters:
url_to_scrape* (string) - URL to scrape
formats (array) - Output formats (markdown, html, text)
wait_for (string) - CSS selector to wait for
Example:
orth run olostep /v1/scrapes --body '{"url_to_scrape": "<url>"}'
# With query parameters
orth run hunter /v2/domain-search -q domain=orthogonal.com
# With JSON body
orth run olostep /v1/scrapes --body '{
"url_to_scrape": "https://news.ycombinator.com"
}'
orth account
orth run hunter /v2/email-finder -q domain=stripe.com -q first_name=Patrick -q last_name=Collison
orth run olostep /v1/scrapes --body '{
"url_to_scrape": "https://example.com",
"formats": ["markdown"]
}'
orth run tavily /search --body '{
"query": "latest AI news",
"search_depth": "advanced"
}'
orth run tomba /v1/email-verifier -q email=hello@orthogonal.com
| Flag | Description |
|---|---|
--key <key> | API key (overrides env var) |
--json | Output raw JSON |
--help | Show help |
--version | Show version |
| Variable | Description |
|---|---|
ORTHOGONAL_API_KEY | Your Orthogonal API key |
