🚀 Now Live — Built on Residential IP + NVIDIA RTX 3090

👁️ Local-Eye API

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.

Three Tiers. Real Data. No Blocks.

POST/v1/verify-web-presence

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.

POST/v1/visual-verify

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."

POST/v1/phone-verify

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.

Quick Start

# 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"}'

API Reference

GET/v1/register

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"}

POST/v1/verify-web-presence

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.

POST/v1/visual-verify

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.

POST/v1/phone-verify

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).

GET/v1/status

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.

GET/.well-known/ai-plugin.json

AI Agent Discovery Manifest.
OpenAPI schema + pricing info for autonomous agent discovery. Compatible with OpenAI plugins, Skyfire, and L402 protocols.

Pricing

Free

$0/mo
  • 5 requests/day
  • Text fetch only
  • Residential IP
  • Bot-detection check
Start Free

Agency Pro

$99/mo
  • 10,000 calls/month
  • All tiers including Phone Verify
  • White-label screenshots
  • API key management
Get Agency

Enterprise

$499/mo
  • 50,000 calls/month
  • Dedicated GPU instance
  • Custom SLA
  • Phone support
Contact Sales

Prefer Pay-Per-Call? No Subscription Needed.

⚡ 100 Calls

$12one-time
  • $0.12/call
  • All tiers included
  • Calls never expire
  • No monthly commitment
Buy 100 Calls

⚡ 2,000 Calls

$149one-time
  • $0.075/call (38% off)
  • All tiers included
  • Calls never expire
  • No monthly commitment
Buy 2,000 Calls

Not Scraping. Verification.

Scraping companies steal data. We confirm reality.

🏠 Is It Real?

Residential IP access confirms a website exists and shows what humans see — not what bots get fed.

📸 Visual Proof

GPU-rendered screenshots on RTX 3090. Your agent can see a page with its own eyes, not just parse HTML.

📞 Ground Truth

AI phone calls to real businesses. "Are you open?" "Do you carry this?" Verified answers from the source.

🤖 Agent-Ready

OpenAPI schema, /.well-known/ai-plugin.json, and 402 payment headers. Agents can discover and pay autonomously.

Built for AI Agents

# 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" }