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.
Two APIs. Two problems solved.
Both available with a free tier. No credit card required to start.
- 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.
- 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.
# 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 } ]
# 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.
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.
Start free. Scale as you grow.
Start with 50 free requests. Upgrade anytime — no credit card needed for the free tier.
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.