大规模验证、格式化和丰富电话号码。支持所有国际格式,检测国家、地区、运营商类型和线路类型。输出E.164和国内格式。无需代理 -- 纯计算处理。
# 通过Apify API启动一次运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~phone-validator/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "phoneNumbers": [ "+49 30 123456", "044 123 45 67", "(415) 555-0132" ], "defaultCountry": "DE" }' # 或通过MCP与AI代理一起使用: # https://mcp.apify.com?tools=santamaria-automations/phone-validator
| 特性 | NanoScrape | 基于API的验证器 |
|---|---|---|
| Docker镜像 | ~12MB | 不适用(托管API) |
| 每1k号码成本 | 按结果付费 | $5 - $15 |
| 速度 | 10k+/分钟 | 速率限制 |
| 是否需要代理 | 否 | 不适用 |
| 离线能力 | 支持(libphonenumber) | 否 |
| 数据隐私 | 您的Apify账户 | 第三方API |
| 字段 | 类型 | 示例 |
|---|---|---|
| input | string | +49 30 123456 |
| valid | boolean | true |
| e164 | string | +4930123456 |
| national | string | 030 123456 |
| country_code | string | DE |
| country_name | string | Germany |
| line_type | string | FIXED_LINE |