Spaces:
Paused
Paused
File size: 3,853 Bytes
bcf46c3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | # opticparse.com Listing Content
## OPTICPARSE β AI Vision Web Scraper
*(For existing listing β update these fields)*
### Short Description (100 chars)
Scrape any website with plain English. No CSS selectors. AI vision extracts structured JSON.
### Long Description
Opticparse is an AI-powered web scraping API that works fundamentally differently from traditional scrapers.
Instead of CSS selectors or XPath (which break every time a site updates), Opticparse:
- Launches a real Chromium browser with stealth mode enabled
- Navigates to your URL and waits for all JavaScript to load
- Screenshots the rendered page
- Sends the screenshot to a vision AI model
- Returns clean, structured JSON based on your natural language query
**Why this approach wins:**
β
Works on React, Vue, Angular, and any JavaScript-heavy site
β
Never breaks when a site redesigns their frontend
β
No DOM inspection, no selector maintenance
β
Anti-bot stealth mode bypasses basic Cloudflare detection
β
Multi-provider AI (Groq, Vision AI (Groq LLaMA Vision + Gemini)) for fast, reliable responses
**Performance optimizations:**
- Blocks media/font/websocket assets β ~60% less bandwidth per request
- 5-minute response cache for repeated URL+query combinations
- AI provider rotation for zero downtime
### Tags
web-scraping, ai, vision, playwright, no-selector, data-extraction, python, fastapi, gpt4, automation
### Category
Data β Web Scraping
---
## PHISHVISION β AI Phishing & Prompt Injection Detector
*(New listing β use this content)*
### Short Description (100 chars)
Detect phishing pages & hidden AI prompt injection attacks using Vision AI (Groq LLaMA Vision + Gemini) vision analysis.
### Long Description
PhishVision is a cybersecurity API that catches what traditional phishing detectors miss β by actually rendering and analyzing webpages instead of just checking URL reputation.
**What it detects:**
1. **Brand impersonation phishing** β visual analysis identifies pixelated logos, wrong color schemes, and fake login forms even on brand-new domains not in any blacklist
2. **Hidden AI prompt injection** β extracts ALL page text including CSS-hidden elements to find attack strings like "IGNORE ALL PREVIOUS INSTRUCTIONS" targeting AI agents
**How it works:**
- Launches headless Chromium (bandwidth-optimized, blocks non-essential assets)
- Screenshots the rendered page in 1280Γ720
- Extracts `document.body.innerText` including hidden elements
- Sends both to Vision AI (Groq LLaMA Vision + Gemini) with a forensic analyst system prompt
- Returns structured JSON verdict
**Response schema:**
```json
{
"verdict": "malicious | suspicious | safe",
"confidence_score_percentage": 97,
"impersonated_brand": "Microsoft | null",
"threat_type": "brand_impersonation | prompt_injection | multiple | none",
"visual_anomalies_detected": ["Pixelated logo", "Urgency message"],
"hidden_payload_detected": "IGNORE ALL PREVIOUS INSTRUCTIONS... | null"
}
```
**Why PhishVision vs. VirusTotal/URLScan:**
- VirusTotal: checks URL reputation β useless for new domains
- URLScan: screenshots pages but doesn't analyze them
- PhishVision: AI forensic analysis of visual content AND hidden text
### Tags
cybersecurity, phishing, ai-security, prompt-injection, gpt4, vision, threat-detection, api
### Category
Security β Threat Detection
### Pricing Tiers β BOTH APIS (Opticparse & PhishVision)
| Tier | Price | Calls/month | Features |
|---|---|---|---|
| **Free** | $0 | 50 req | Full access, all response fields β no credit card |
| **Pro** | $29 / mo | 2 000 req | Priority queue, no cold-start waits, email support |
| **Business** | $99 / mo | 10 000 req | Priority queue, SLA guarantee, dedicated support |
| **Enterprise** | $249 / mo | 50 000 req | Custom rate limits, SLA, white-glove onboarding |
|