One API call scores any message, email, listing or job post across seven scam types — fake jobs, phishing, advance-fee, impersonation, investment and romance fraud — in under a second.
No card to test · 1,000 free checks a month · Cancel anytime
Paste a message, email, listing or job post, drop in a URL, or load an example. No key needed to try it out.
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.io/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 is live today. Every layer below plugs 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.