← Back to Blog

How AI Agents Browse the Web: Introducing Local-Eye API

How AI Agents Browse the Web: Introducing Local-Eye API

If you're building AI agents — chatbots, research assistants, automation tools — you've probably hit the same wall: your agent can't actually see the web.

Oh sure, it can fetch HTML. But that's like reading a movie script instead of watching the movie. You miss:

That's why we built Local-Eye API — three endpoints that give your AI agent a human's view of the web.

The Three Superpowers

1. Residential IP Access — Bypass Bot Detection

POST https://api.localeye.co/v1/verify-web-presence

Your agent fetches any URL from a real residential IP address. No datacenter blocks, no Cloudflare challenges, no CAPTCHAs. Just clean HTML the way a human browser sees it.

Use cases:

2. GPU-Rendered Screenshots — See What Humans See

POST https://api.localeye.co/v1/visual-verify

This doesn't just fetch HTML — it renders the full page on an NVIDIA RTX 3090 GPU using headless Chromium. Your agent gets a screenshot of exactly what a human would see, including:

Use cases:

3. Phone Verification — Prove a Business Is Real

POST https://api.localeye.co/v1/phone-verify

Your agent calls a real business phone number and asks a question. The AI-powered receptionist (powered by Twilio + LLM) gets a real human response, proving:

Use cases:

Real-World Example: Agent-to-Agent Discovery

Local-Eye is now listed on Skyfire — the agent-to-agent marketplace. This means any AI agent using Skyfire can discover and use Local-Eye automatically, without manual API key management:

1. Agent needs to verify a website 2. Agent finds Local-Eye on Skyfire 3. Agent sends a skyfire-pay-id token with the request 4. Local-Eye validates the token, serves the request, and charges automatically

No signup. No API key management. No billing setup. The agent economy handles it.

Pricing That Makes Sense

| Tier | Price | Included | Per-Call Cost | |------|-------|----------|---------------| | Free | $0 | 5 calls/day | $0.00 | | Starter | $29/mo | 2,000 calls/mo | $0.015 | | Pro | $99/mo | 10,000 calls/mo | $0.01 | | Enterprise | $499/mo | 50,000 calls/mo | $0.005 |

Phone verification is priced separately at $5/call because it involves a real phone call with AI analysis.

Get Started in 30 Seconds

# Get your free API key
curl -X POST https://api.localeye.co/v1/register?email=you@example.com

Verify a website

curl -X POST https://api.localeye.co/v1/verify-web-presence \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://any-website.com"}'

Get a screenshot

curl -X POST https://api.localeye.co/v1/visual-verify \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://any-website.com"}'

No credit card. No setup. Just start building.

Get your free API key → Local-Eye API is a BrandBoost Studio product. We build tools that help businesses grow.

Ready to improve your online presence?

Get a Free Consultation →