GET openrouter.ai HTTP 200167 ms8.8 KB$0.000386 captured Aug 8, 2026
openrouter.ai, as data
One API turns any openrouter.ai page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 167 ms
- Page size
- 8.8 KB of markdown, 141 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 8, 2026
Free balance on signup, no card. This openrouter.ai page cost $0.000386 to fetch.
# The Unified Interface For LLMs## Featured Agents250k+ apps using OpenRouter with 4.2M+ users globallyReplit The easiest way to go from idea to app Hermes Agent An autonomous agent that grows with you Kilo Code Everything you need for agentic development### SignupCreate an account to get started. You can set up an org for your team later.### Buy creditsCredits can be used with any model or provider.### Get your API keyCreate an API key and start making requests. Fully OpenAI compatible.## Recent Blog Posts### Governing AI Spend Across a Team on OpenRouter Your team's AI bill is the total of every key each engineer holds. OpenRouter gives you six ways to control that spend, from per-key limits to Enterprise workspace budgets. This guide explains what each control caps, what plan it needs, and which ones fit your team. August 6, 2026 ### Ori Harness: The Best Way to Use OpenRouter with Any Harness Using OpenRouter with your favorite harness usually means ad-hoc scripts or a wall of environment variables. Install the ori CLI, log in once, and every supported harness runs with an optimized configuration out of the box. August 4, 2026 ### Ori Eval: Find the Best Model for What You're Building Choosing the model inside your product is often decided without a systematic method. Ori Eval answers the question with proof: it runs your agent on your own prompts, checks the tools it called, and grades the answers. August 3, 2026## Featured Models400+ active models on 70+ providersClaude Fable 5 by anthropic Tokens234.3B Weekly Trend-5% GPT-5.6 Sol by openai Tokens607.4B Weekly Trend+24% Muse Spark 1.2 New by meta Tokens33.6B Weekly Trend0% What Spider does on openrouter.ai
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
167 ms · $0.000386Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://openrouter.ai/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://openrouter.ai/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://openrouter.ai/", {
return_format: "markdown",
});
console.log(page.content); What openrouter.ai costs
Multiplied from the measured 8.8 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of openrouter.ai.
The capture above took 167 ms and cost $0.000386. The same call takes any URL on openrouter.ai.