FraudLabs Pro
使用 AI 筛查订单信息以检测欺诈
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 安全
简介
FraudLabs Pro 筛查订单欺诈——IP 地理定位、代理/VPN 检测和风险评分。认证是免费 API 密钥。
⚠️ 坑(2026-08 实测):无效密钥返回 HTTP 200 带
NA/空值(如"ip_country":"")而不是 401——请检查响应里的ip_country(或fraudlabspro_validation)来识别坏密钥。
快速开始
筛查订单(替换 YOUR_KEY):
curl "https://api.fraudlabspro.com/v1/order/screen?format=json&key=YOUR_KEY&ip=8.8.8.8"
{
"ip_country": "US",
"is_country_match": "Y",
"is_high_risk_country": "N",
"is_proxy": "N",
"is_vpn": "N",
"fraudlabspro_score": 0.5,
"fraudlabspro_status": "APPROVE"
}
认证方式
- 在 fraudlabspro.com 注册 → 免费 API 密钥(邮件发送)。
- 通过
key查询参数携带。
速率限制与注意事项
- 免费层:约 500 笔/月(以文档为准);付费档可扩展。
- 订单筛查返回风险标记:代理、VPN、高危国家和评分。
- 坏密钥返回 200 + NA 值(已实测)——请校验响应。
常见问题
FraudLabs Pro 免费吗? 免费层:约 500 笔/月;更多需要付费。
为什么 200 但 NA 值?
无效密钥返回 200 带空数据(已实测)——请检查 ip_country。
它筛查什么? IP、代理/VPN、国家风险和卡片筛查。
安全 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Application Environment Verification Android library and API to verify the safety of user devices, detect rooted devices and other risks | API Key | Yes | Yes | ↗ |
| BinaryEdge Provide access to BinaryEdge 40fy scanning platform | API Key | Yes | Yes | ↗ |
| BitWarden Best open-source password manager | OAuth | Yes | Unknown | ↗ |
| Botd Botd is a browser library for JavaScript bot detection | API Key | Yes | Yes | ↗ |
| Bugcrowd Bugcrowd API for interacting and tracking the reported issues programmatically | API Key | Yes | Unknown | ↗ |