Any publicly accessible webpage. This includes React/Vue/Angular SPAs, e-commerce sites (Amazon, Shopify stores), news sites, social media public pages, SaaS landing pages, and more. We render JavaScript fully, so dynamic content is captured. Private/login-required pages are not supported.
Give Your Agents Vision.
AI agents are blind. They can't read modern websites—React apps, paywalls, CAPTCHAs, messy HTML. Send us any URL, get back clean, structured markdown.
The Web Is Hostile to AI
Modern websites weren't built for machines. Until now.
Agents Can't See
Your AI agent needs to check a product price, read a news article, or extract data from a competitor's site. But modern websites are built with React, protected by CAPTCHAs, hidden behind paywalls. Your agent sees gibberish HTML—not data.
Send us any URL. Our headless browsers render JavaScript, bypass common anti-bot measures, and extract the actual content. Your agent gets clean, structured JSON or Markdown—ready to process, no parsing required.
Scraper Maintenance Hell
Building scrapers is a full-time job. Every site has different HTML structure. They change layouts monthly. CAPTCHAs evolve. Rate limits block you. You spend more time maintaining scrapers than building your actual product.
We maintain the scrapers so you don't have to. Our infrastructure handles browser rendering, proxy rotation, CAPTCHA solving, and format standardization. One API call replaces thousands of lines of scraping code.
Expensive Infrastructure
Running headless browsers at scale is expensive. Puppeteer clusters, proxy services, CAPTCHA solving APIs—costs add up fast. And you still need engineers to maintain it all. Most teams can't justify the investment.
Pay $0.05 per successful read. No infrastructure costs. No monthly minimums. No engineer time wasted. Your agents pay per request via Stripe credits or instant x402 micropayments. Scale from 10 to 10 million requests seamlessly.
Everything Your Agents Need to See
One API replaces your entire scraping infrastructure. Send URL, receive structured data.
JavaScript Rendering
Full headless browser rendering. We execute JavaScript, wait for React/Vue/Angular to hydrate, then extract the actual content your agents need.
Anti-Bot Bypass
Automatic proxy rotation, browser fingerprint randomization, and CAPTCHA solving. We handle the cat-and-mouse game so you don't have to.
Structured Output
Get clean JSON with extracted data fields, or semantic Markdown for LLM consumption. No more regex parsing of messy HTML soup.
Agent-Native
Built for AI agents from day one. x402 micropayments for autonomous operation, MCP protocol support, and LLM-friendly output formats.
Dual-Mode Billing
Humans buy credits via Stripe ($5 for 100 reads). Agents pay per-request via x402 Lightning micropayments. Capture 100% of the market.
Global Edge Network
Requests routed to the nearest edge node. Geo-distributed proxy pools for maximum success rates and minimum latency worldwide.
URL In, JSON Out
Three steps to give your agents vision. No scraper maintenance required.
Send Any URL
Your agent or application sends a URL to our API. Any public webpage—e-commerce, news, social media, SaaS dashboards. We handle the rest.
// POST /v1/read - Read any webpage (1 credit)
const response = await fetch('https://api.tryb.dev/v1/read', {
method: 'POST',
headers: {
'Authorization': 'Bearer sk_live_xxx',
'Content-Type': 'application/json'
},
body: JSON.stringify({
url: 'https://amazon.com/dp/B0EXAMPLE',
format: 'json' // or 'markdown' for LLMs
})
});We Render & Extract
Our headless browsers render the full page—JavaScript, lazy loading, dynamic content. We clean the HTML and extract structured data.
// Behind the scenes (you don't need to worry about):
// 1. Puppeteer renders page in headless Chrome
// 2. Execute all JavaScript (React/Vue/Angular)
// 3. Bypass Cloudflare, PerimeterX, CAPTCHAs
// 4. Extract clean content and metadata
// 5. Return structured JSON or LLM-ready Markdown
// Average response time: 2-3 secondsReceive Clean Data
Get back structured JSON with extracted fields, or LLM-ready Markdown. No HTML parsing required. Your agent can immediately process the information.
// Response from /v1/read
{
"success": true,
"data": {
"title": "iPhone 15 Pro Max",
"price": 1199.00,
"rating": 4.8,
"reviews": 12847,
"inStock": true,
"features": [
"A17 Pro chip",
"Titanium design",
"48MP camera"
]
},
"markdown": "# iPhone 15 Pro Max\n\n**$1,199.00**...",
"credits_used": 1
}Five Lines. Full Vision.
Give your agents the ability to read any website in minutes.
1import { TrybVision } from '@tryb/vision';23const vision = new TrybVision({4 apiKey: process.env.TRYB_API_KEY5});67// Read any webpage, get structured data8const result = await vision.read({9 url: 'https://amazon.com/dp/B0EXAMPLE',10 format: 'json'11});1213console.log(result.data.title); // "iPhone 15 Pro"14console.log(result.data.price); // "$999.00"15console.log(result.data.rating); // 4.8Credit PackagesPay for What You Use.
Buy credits upfront and save. No subscriptions, no hidden fees. Volume discounts up to 60%.
Starter
100 reads
$0.05 per read
Perfect for testing and small projects
Pro
1,000 reads
$0.04 per read
For production workloads
Scale
10,000 reads
$0.03 per read
High-volume applications
Enterprise
100,000+ reads
$0.02+ per read
Dedicated infrastructure & SLA
All Plans Include
Credits never expire. Unused credits roll over month to month.
Agents That Can Finally See
From scraper maintenance nightmares to clean data pipelines in minutes.
"We were spending $50K/month maintaining 200+ scrapers. They broke constantly. Tryb Vision replaced all of them with one API call. Our engineering team actually builds product now."
"Our AI agent needs to research competitors in real-time. Before Tryb, it was blind—just error messages from blocked requests. Now it reads any site and returns structured data. Game changer."
"The x402 integration is genius. Our autonomous trading bot pays per-read with Lightning—no API keys to manage, no credit limits to hit. It just works, 24/7, without human intervention."
Frequently Asked
Everything you need to know about giving your agents vision.
When an agent hits our API without an API key, we return HTTP 402 Payment Required with a Lightning invoice in the header. The agent pays the invoice (5 cents), includes the preimage in a retry request, and gets the data. No account creation, no API key management. Fully autonomous operation for AI agents.
JSON (structured data extraction), Markdown (LLM-ready text), and raw HTML. For JSON, we use GPT-4o mini to intelligently extract fields like title, price, description, images, etc. For Markdown, we convert the page to clean, semantic text perfect for feeding into language models.
We maintain a constantly-rotating pool of residential proxies, randomize browser fingerprints, solve common CAPTCHAs automatically, and use stealth techniques to appear as normal browser traffic. Our success rate is ~99% on most sites. For exceptionally protected sites, we may need custom solutions.
Average response time is ~2 seconds. This includes: spinning up a headless browser, navigating to the URL, waiting for JavaScript to execute, extracting content, and LLM parsing. For cached/simple pages, it can be under 1 second. Not instant, but fast enough for most agent workflows.
No. You're only charged for successful reads that return data. If we can't access a page (blocked, timeout, 404, etc.), no credit is deducted. For x402 payments, the invoice is only generated after we've confirmed we can read the page.
Don't Build a Scraper. Just Pay $0.05.
Your agents deserve to see the web. One API call, any website, clean structured data. The universal reader for the agent economy.