Paste any suspicious text, email or link — Fraud Filter tells you if it's a scam in seconds. Free, no card needed.
No sign-up to try it · Add it to your phone in a tap · 10 free checks/month with an account
# score any message in one call curl https://fraudfilter.space/api/check-job \ -H "X-API-Key: sf_live_…" \ -d '{"content":"You're hired! Pay a $150 fee…"}' # → 0.4s { "verdict": "critical", "risk_score": 94, "categories": { "fake_job": 92, "advance_fee": 88 } }
Drop in a message, email, listing, job post or URL — or load an example — and get back a risk score, the exact scam types detected, a plain-English reason, and what to do next. No key, no sign-up. The sample below is a real response.
No SDK to learn. Send a POST, read the response. Works with any language.
# Score any content across every scam type curl -X POST https://fraudfilter.space/api/check-job \ -H "X-API-Key: sf_live_your_key" \ -H "Content-Type: application/json" \ -d '{ "content": "You are hired! Pay a $150 activation fee via Western Union to start. Earn $25,000/week.", "contact_email": "globalopps2024@gmail.com" }' # 200 OK { "overall_risk_score": 94, "overall_verdict": "critical", "scam_categories": { "fake_job": { "score": 92, "flags": ["activation_fee", "unrealistic_pay"] }, "advance_fee": { "score": 88, "flags": ["western_union"] }, "phishing": { "score": 45, "flags": [] } }, "recommendations": ["Do not pay any fee", "Do not proceed"], "explanation": { "summary": "Classic fake-job + advance-fee scam.", "confidence": 94 }, "calls_remaining": 847 }
Multi-scam detection and the platform tools below are live today. The next layers plug new fraud signals into the same API — no re-integration on your side.
Pricing and your integration stay the same as each layer ships. Want early access to a specific signal? Tell us.
Pay by card. Cancel anytime — no contracts, no setup fees.
The things people ask before they send us their first scam.
Still stuck? Email us at info@fraudfilter.space — a human reads every message.