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

Explore Products ⭐ Star on GitHub
$0
Free Tier — No Card
99%
Schema Accuracy
Multi-AI
Vision AI Backend
6
AI Provider Fallbacks
Products

Two APIs. Two problems solved.

Both available on RapidAPI 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)
🛡️
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

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

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

Start free. Scale as you grow.

All plans available on RapidAPI. 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

Ready to get started?

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