✦ AI-Powered APIs — Free Tier Available

Web APIs that
see like humans,
think like analysts.

Two production-ready AI APIs that use computer vision and Vision AI (Groq LLaMA Vision + Gemini + OpenRouter) to do what traditional tools can't: scrape any website with plain English, and detect phishing attacks before they hit your users.

$0
Free Tier — No Card
99%
Schema Accuracy
Multi-AI
Vision AI Backend
6
AI Provider Fallbacks

Two APIs. Two problems solved.

Both available with a free tier. No credit card required to start.

🔍
Opticparse
AI Vision Web Scraper
Stop writing CSS selectors. Opticparse screenshots any webpage and extracts exactly what you ask for — in plain English — as structured JSON. Works on React, Vue, Angular, and any JavaScript-heavy site.
  • Strict Schema Enforcement — guarantee matching JSON shapes
  • AI-powered Multi-page Crawling & Pagination
  • Auto-login support for authenticated dashboards
  • Bypasses bot detection (stealth Playwright browser headers)
  • Concurrent Batch API — scrape up to 20 URLs at once
  • Rotational provider failover (Groq → GitHub Models → OpenRouter)
  • Async Processing + Webhooks: Submit jobs and get results via webhook when complete — perfect for batch processing and background automation.
🛡️
PhishVision
AI Phishing & Prompt Injection Detector
Traditional detectors check URL reputation databases — useless for new domains. PhishVision visits the page, screenshots it, and returns a forensic AI verdict. Also catches hidden AI prompt injection payloads that no URL scanner can detect.
  • Fuses Visual AI with RDAP registry/WHOIS domain age checks
  • Tracks full redirect chains (evades link cloaking)
  • JavaScript analysis scanner (catches Magecart form-jacking)
  • On-demand downloadable PDF Forensic Reports
  • Active URL monitoring with Discord/Slack alert Webhooks
  • Resilient batch domain scanning logic
  • Bulk URL Scanning: Scan up to 50 URLs in a single API call. Perfect for security teams auditing large lists of suspicious URLs.

One request. Instant results.

Both APIs accept a simple JSON body and return clean structured JSON — no SDK required.

opticparse.sh Opticparse
# Extract anything with plain English
curl -X POST \
  "https://opticparse-python-sg.onrender.com/api/vision-scrape" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "target_url": "https://news.ycombinator.com",
    "extraction_query": "Get all story titles and upvotes"
  }'

# Response — structured JSON, no parsing needed
[
  { "title": "Show HN: I built X", "upvotes": 342 },
  { "title": "Ask HN: How do you Y?", "upvotes": 187 }
]
phishvision.sh PhishVision
# Analyze any URL for phishing + prompt injection
curl -X POST \
  "https://opticparse-1opticparse-node-sg.onrender.com/api/phish-detect" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://suspicious-login.example.com" }'

# Forensic JSON verdict
{
  "verdict": "malicious",
  "confidence_score_percentage": 97,
  "impersonated_brand": "Microsoft",
  "threat_type": "brand_impersonation",
  "visual_anomalies_detected": ["Pixelated logo"],
  "hidden_payload_detected": "IGNORE ALL PREVIOUS..."
}

How it works under the hood

Both APIs share the same core — headless browser + vision AI + smart provider fallbacks.

STEP 01
Real browser visit
Playwright launches headless Chromium. JavaScript executes, redirects are followed, dynamic content loads fully.
STEP 02
Screenshot + text
The rendered page is captured as JPEG. All text — including hidden elements — is extracted via document.body.innerText.
STEP 03
Vision AI analysis
Both screenshot and text are sent to Vision AI (Groq LLaMA Vision + Gemini + OpenRouter) with a forensic system prompt. Groq (llama-vision) is tried first for speed.
STEP 04
Provider rotation
If one provider rate-limits, the next kicks in: Groq → Gemini → GitHub Models → OpenRouter → DeepSeek → Mistral. Zero downtime.
STEP 05
Structured response
Clean, typed JSON returned. No parsing required. Integrate directly into your pipeline or application.
Unique Feature — No Competitor Offers This
🖥️

Run Locally — Zero Cost AI

OpticParse is the only web scraping API with local browser inference via WebLLM.

  • Run AI on YOUR device — zero API costs
  • Complete privacy — data never leaves browser
  • WebGPU acceleration — fast local inference
  • Auto-fallback to cloud when GPU unavailable
  • First load: 2-5 min, then cached permanently

Experimental Features

We've just launched three powerful new ways to interact with our AI ecosystem.

CHROME EXTENSION
BYOB Extractor
Bring Your Own Browser. Install our Chrome extension, enter your API key, and instantly scrape any page you are currently viewing. Bypasses all bot protection since it runs in your own authenticated browser.
API INTEGRATION
Agentic Actions
Pass a list of click, fill, wait, and keypress commands directly in your JSON payload. OpticParse will execute these actions on the page before taking the screenshot, allowing you to dismiss popups and navigate UI.
SECURITY EXTENSION
PhishVision Sentinel
A lightweight Chrome extension that analyzes any active webpage against our PhishVision models with a single click. Detects sophisticated zero-day phishing pages and brand impersonations instantly.

Start free. Scale as you grow.

Start with 50 free requests. Upgrade anytime — no credit card needed for the free tier.

Basic
$0
forever
50 requests / month
Get Started Free
Business
$99
per month
10,000 requests / month
Subscribe
Enterprise
$249
per month
50,000 requests / month
Subscribe

Redefining how machines "see" the internet.

OpticParse

The modern web is highly dynamic. Traditional DOM scrapers shatter the moment a React component updates or a class name changes. We built OpticParse to solve this by entirely ignoring the code and focusing on the pixels. By utilizing multi-modal Vision AI, OpticParse navigates and extracts data identically to a human researcher—making it the most resilient data pipeline in existence.

PhishVision

Cybercriminals have evolved past simple text-based attacks, using visual trickery like hidden iframes and brand impersonation to steal credentials. PhishVision acts as a synthetic visual analyst. It looks at the rendered page, evaluates the logos, checks the domain logic, and runs deep JavaScript analysis to catch zero-day phishing attacks before they happen.

We are a dedicated team pushing the boundaries of what is possible with applied artificial intelligence. Whether you are extracting thousands of data points a day or securing your enterprise against visual threats, our infrastructure is built to scale seamlessly alongside your business.

Ready to get started?

Both APIs are live, running in Singapore, and free to try — no credit card required.