The AI Agent's Window to the Real Web
AI agents make decisions based on web data — but how do they know what's real?
Local-Eye verifies reality: residential IP access, GPU-rendered visual proof, and real phone calls to confirm what's true.
📬 Get Notified When We Launch
Enter your email and we'll send you early access + 100 free API credits.
Base Tier — $0.10/call
Fetch any URL from a residential IP. Returns clean text, HTTP status, and bot-detection check. Perfect for agents that need reliable web data without getting blocked.
Pro Tier — $0.50/call
GPU-rendered screenshot + extracted text. Uses Playwright on NVIDIA RTX 3090. Bypasses Cloudflare and bot detection. Returns visual proof that an agent can "see."
Verified Tier — $5.00/call
Your AI calls a real business via Twilio/Maya to verify details. "Are you open right now?" "Do you have the O2 sensor in stock?" Get transcribed answers from the real world.
# 1. Register for a free API key
curl -X POST https://ron-system-product-name.tail38a93d.ts.net/localeye/v1/register?email=you@example.com
# 2. Verify a URL from residential IP
curl -X POST https://api.localeye.co/v1/verify-web-presence -H "X-API-Key: ley_your_key_here" -H "Content-Type: application/json" -d '{"url": "https://example.com"}'
# 3. Take a GPU-rendered screenshot (Pro tier)
curl -X POST https://api.localeye.co/v1/visual-verify -H "X-API-Key: ley_your_key_here" -H "Content-Type: application/json" -d '{"url": "https://shop.example.com/product/123"}'
Get a free API key.
curl -X POST "https://ron-system-product-name.tail38a93d.ts.net/localeye/v1/register?email=you@example.com"
Returns: {"key_id": "ley_...", "email": "you@example.com", "tier": "free"}
Base Tier — Fetch any URL from residential IP ($0.10/call).
Headers: X-API-Key: ley_your_key
Body: {"url": "https://example.com", "target_element": "text"}
Returns: HTTP status, content snippet, bot-detection check, response time.
Pro Tier — GPU-rendered screenshot + extracted text ($0.50/call).
Headers: X-API-Key: ley_your_key
Body: {"url": "https://example.com", "viewport": "1280x720", "wait_seconds": 2}
Returns: Screenshot URL, page title, extracted text, bot-detection status. Rendered on NVIDIA RTX 3090.
Verified Tier — Phone call verification ($5.00/call).
Headers: X-API-Key: ley_your_key
Body: {"business_phone": "+15125551234", "question": "Are you open right now?"}
Returns: Call SID, status, transcription (via webhook callback).
Check your API key status and daily usage.
Headers: X-API-Key: ley_your_key
Returns: Tier, daily limit, daily used, remaining, per-call cost.
AI Agent Discovery Manifest.
OpenAPI schema + pricing info for autonomous agent discovery. Compatible with OpenAI plugins, Skyfire, and L402 protocols.
Scraping companies steal data. We confirm reality.
Residential IP access confirms a website exists and shows what humans see — not what bots get fed.
GPU-rendered screenshots on RTX 3090. Your agent can see a page with its own eyes, not just parse HTML.
AI phone calls to real businesses. "Are you open?" "Do you carry this?" Verified answers from the source.
OpenAPI schema, /.well-known/ai-plugin.json, and 402 payment headers. Agents can discover and pay autonomously.
# Agent discovery manifest
GET /.well-known/ai-plugin.json
# 402 Payment Required response
# When an agent hits the API without payment:
{
"error": "payment_required",
"message": "Visual verification requires Pro tier",
"upgrade_url": "https://localeye.co/pricing",
"agent_wallet_hint": "Include X-API-Key header or use Skyfire protocol"
}