> For the complete documentation index, see [llms.txt](https://docs.geeknums.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geeknums.io/checknumber-api-shou-ji-hao-ma-yan-zheng-fu-wu.md).

# CheckNumber API - 手机号码验证服务

欢迎来到 **CheckNumber API** — 面向开发者和企业的**手机号码验证**服务，为全球开发者和企业提供解决方案。

## API 简介

CheckNumber 提供**先进的手机号码验证 API**，帮助你批量验证 20+ 个平台上的手机号码。无论你需要验证 WhatsApp 注册、检测社交媒体账户、查询加密货币交易所用户，还是查询手机运营商信息，CheckNumber 都能帮助你。

**典型应用场景：**

* 营销名单清洗 — 发送活动前去除非活跃号码
* 欺诈防护 — 验证用户注册时提供的手机号码
* CRM 数据丰富 — 识别联系人使用的平台
* 加密货币交易所 KYC — 交叉验证用户号码与交易所注册信息

## 快速开始

{% stepper %}
{% step %}

### 获取 API Key

在 [checknumber.ai](https://checknumber.ai/) 注册并从仪表盘获取 API Key。
{% endstep %}

{% step %}

### 提交批量任务

上传 `.txt` 或 `.csv` 文件，每行一个手机号（E.164 格式，如 `+8613800138000`）：

```bash
curl --location 'https://api.checknumber.ai/v1/tasks' \--header 'X-API-Key: YOUR_API_KEY' \--form 'file=@"./numbers.txt"' \--form 'task_type="ws"'
```

{% endstep %}

{% step %}

### 轮询获取结果

```bash
curl --location 'https://api.checknumber.ai/v1/gettasks' \--header 'X-API-Key: YOUR_API_KEY' \--form 'task_id="TASK_ID_FROM_STEP_2"'
```

当 `status` 变为 `exported` 时，从 `result_url` 下载结果文件。
{% endstep %}
{% endstepper %}

## API 概览

| 项目     | 详情                                    |
| ------ | ------------------------------------- |
| 基础 URL | `https://api.checknumber.ai`          |
| 认证     | `X-API-Key` 请求头                       |
| 提交任务   | `POST /v1/tasks`（multipart/form-data） |
| 查询状态   | `POST /v1/gettasks`（form-data）        |
| 查看余额   | `GET /v1/balance`                     |
| 文件格式   | `.txt` 或 `.csv`，每行一个条目                |
| 最大批次大小 | 每个任务最多 1,000,000 条目                   |

### 认证

所有请求都需要在请求头中传递 API Key：

```
X-API-Key: YOUR_API_KEY
```

### 任务状态

| 状态           | 含义                        |
| ------------ | ------------------------- |
| `pending`    | 任务已入队，等待开始                |
| `processing` | 任务正在处理                    |
| `exported`   | 结果已准备好，可从 `result_url` 下载 |

## API 参考

产品分为**平台与邮箱**（混合）、**加密货币交易所**、**号码与邮箱检测**和**运营商过滤**四类。

### 平台与邮箱

按照营销网站顺序列出手机号和邮箱任务（Telegram → WhatsApp → … → Netflix / Spotify 邮箱）。

#### Telegram

| API                                                                         | task\_type             | 说明                                      |
| --------------------------------------------------------------------------- | ---------------------- | --------------------------------------- |
| [Telegram 检测](broken://pages/309bf18ac21ed972ba3dd7cee5bcb33f7785bc25)      | `tg`                   | Telegram 账户注册检测                         |
| [Telegram 活跃检测](broken://pages/dc4c5ba1d2a61122abc72118ccd8b53086795399)    | `tg_active`            | Telegram 最后在线天数                         |
| [Telegram 头像检测](broken://pages/e1cf403b5743084031536b28aa79561e20e571af)    | `tg_avatar`            | Telegram 头像、年龄、性别分析                     |
| [Telegram 用户名开通检测](broken://pages/985942ceacbfca243a167f9ba99dbc937fdc79b4) | `tg_username`          | 通过用户名检测 Telegram 是否开通                   |
| [Telegram 用户名活跃检测](broken://pages/d87490680993309b5de80435fcbadad2bd75d7d3) | `tg_username_activity` | 通过用户名获取 Telegram 用户 ID、最近上线时间、活跃天数与会员状态 |
| [Telegram 用户名资料检测](broken://pages/383c58da8b686f92dce72386e1023b486af16925) | `tg_username_profile`  | 通过用户名获取 Telegram 资料并进行头像识别              |

#### WhatsApp

| API                                                                      | task\_type   | 说明               |
| ------------------------------------------------------------------------ | ------------ | ---------------- |
| [WhatsApp 检测](broken://pages/fa139c679768098c9485c3dda1cdb39f3f28679e)   | `ws`         | 批量 WhatsApp 注册检测 |
| [WhatsApp 活跃检测](broken://pages/f6e70ddd3916e326631b8fd2df2f131f19a1e461) | `ws_active`  | 最后在线天数、商业账户状态    |
| [WhatsApp 头像检测](broken://pages/eb792ad936da2ea344ec71f3c79363c1c609bfa0) | `ws_avatar`  | 头像、年龄、性别、肤色分析    |
| [手机号码验证](broken://pages/d73f4fe7693d080b221de55430377432bbd2622a)        | `phoneCheck` | 批量格式/有效性/编号检测    |

#### 更多平台与邮箱

| API                                                                          | task\_type         | 说明                          |
| ---------------------------------------------------------------------------- | ------------------ | --------------------------- |
| [Facebook 检测](/facebook-bulk-number-checker-api-fast-number-verification.md) | `facebook`         | Facebook 账户验证               |
| [Facebook 邮箱检测](/facebook-email-checker-api-fast-email-verification.md)      | `facebook_email`   | Facebook 邮箱账户检测             |
| [Apple 检测](/apple-bulk-number-checker-api-fast-number-verification.md)       | `apple`            | Apple 手机号码账户检测              |
| [Apple 邮箱检测](/apple-email-checker-api-fast-email-verification.md)            | `apple_email`      | Apple 邮箱账户检测                |
| [iMessage 检测](broken://pages/1bfbd61a8d6790ce3e3c6c596710800433b2f63c)       | `imessage`         | iMessage（Apple）激活检测         |
| [RCS 检测](broken://pages/4e2b6142fc546a3ea49cc24c5584b9fa038c6acc)            | `rcs`              | RCS（富通信服务）支持检测              |
| [Instagram 检测](broken://pages/17d98d3f9c645c3294b403c5e331ad8ce6ed17c3)      | `instagram`        | Instagram 账户验证              |
| [Instagram 邮箱检测](broken://pages/e5f2c63e442e323a44bf9d730e7d487d7aa202f0)    | `instagram_email`  | Instagram 邮箱账户检测            |
| [Amazon 检测](/amazon-bulk-number-checker-api-fast-number-verification.md)     | `amazon`           | Amazon 手机号码账户检测             |
| [Amazon 邮箱检测](/amazon-email-checker-api-fast-email-verification.md)          | `amazon_email`     | Amazon 邮箱账户检测               |
| [Airbnb 检测](/airbnb-checker-api-bulk-phone-number-registration-detection.md) | `airbnb`           | Airbnb 手机号码账户检测             |
| [Twitter 检测](broken://pages/6ce28b105f1f92ee8f8b95695c01427619b32d57)        | `twitter`          | Twitter 账户验证                |
| [Twitter/X 邮箱检测](broken://pages/e6753551aa0171fc890b89b5c3f09f865b44fe48)    | `twitter_email`    | Twitter/X 邮箱账户检测            |
| [Line 检测](broken://pages/203ca7c81784169b47d48caa22cfb03fb1e4cafb)           | `line`             | Line 账户注册检测                 |
| [Microsoft 检测](broken://pages/46138aa1515f1da14464e6fcaadadddf7db079de)      | `microsoft`        | Microsoft 手机号码账户检测          |
| [Band 检测](/band-checker-api-bulk-phone-number-verification.md)               | `band`             | Band 账户注册检测                 |
| [GoTo 检测](/goto-checker-api-bulk-phone-number-verification.md)               | `goto`             | GoTo 账户注册检测                 |
| [Threads 检测](broken://pages/ed666996326397aeff9832207f8514af7fe05e36)        | `threads`          | Threads 账户注册检测              |
| [Signal 检测](broken://pages/2bc60e2e14498ceba5cd0dd8a60e72f19b2c27b1)         | `signal`           | Signal 账户注册检测               |
| [Snapchat 检测](broken://pages/714c6654542b4d36c31650d806bc93afbd18ad37)       | `snapchat`         | Snapchat 账户注册检测             |
| [Messenger 检测](broken://pages/e609e579c4cbdb61c62d5bbe9d4afacdf2517fc2)      | `messenger`        | Messenger 账户注册检测            |
| [MAX 检测](broken://pages/b9d0fab897a2a2c78962273566a8afc5b25b66fa)            | `max`              | MAX 消息应用注册检测                |
| [MAX 完整档案检测](broken://pages/d952e4ddf2a0d314d802d6f3f7c80457d6877875)        | `max_full`         | MAX 消息应用完整档案（名称、性别、最后看见、头像） |
| [Viber 检测](broken://pages/54fa0a68d15242b893bf9eb2fa4ce2622e982e9c)          | `viber`            | Viber 账户注册检测                |
| [Viber 活跃检测](broken://pages/80fa722b193d94f6d4f5accd747e725715e5069f)        | `viber_active`     | Viber 最后在线天数                |
| [TikTok 检测](broken://pages/a6ae3329d76dc3305514cbffc9270e0ca347231f)         | `tiktok`           | TikTok 手机号账户检测              |
| [Viber 年龄性别检测](broken://pages/e1778418c9a04f5dee1efa1ead1565b64b3741f8)      | `viber_senior`     | Viber 画像：年龄、性别、头像、活跃度       |
| [VK（VKontakte）检测](broken://pages/11d9d10b8c108cb944fa5fdb9d53dc93ffe11761)   | `vk`               | VK 账户检测（仅俄罗斯）               |
| [Temu 检测](broken://pages/7657ede0f091d9d86b3c43a85311a472855a7d13)           | `temu`             | Temu 账户注册检测                 |
| [LinkedIn 号码检测](broken://pages/7fc6efd1df0246c133192d035d3b7b8b1bdb625f)     | `linkedin_phone`   | LinkedIn 手机号检测（美国与印度）       |
| [LinkedIn 邮箱检测](broken://pages/c973be1794bb22349da6d5b15f37d463878a65cd)     | `linkedin`         | LinkedIn 邮箱账户检测             |
| [Pornhub 邮箱检测](broken://pages/f0f8dc968b0b7d2beab83e5c160189b10583b1d1)      | `pornhub`          | Pornhub 邮箱账户检测              |
| [LinkedIn 邮箱画像检测](broken://pages/34c07a96c587caab4ccb8ef3683adb0785ecbb3c)   | `linkedin_profile` | LinkedIn 邮箱检测 + 画像补全        |
| [Zalo 检测](broken://pages/71d178b5f7d20f9e18e61f7af0df43f7b624e36e)           | `zalo`             | Zalo 账户注册检测                 |
| [Netflix 检测](broken://pages/db93e71dcd932a87dc610a622c61e6d27565a80f)        | `netflix`          | Netflix 手机号码账户检测            |
| [Netflix 邮箱检测](broken://pages/700ed0c0006f3df296f7a648c1776fe4d3df8ab1)      | `netflix_email`    | Netflix 邮箱账户检测              |
| [Spotify 邮箱检测](broken://pages/abae294036e3bac5aa916787756ff47b4d1fe6ab)      | `spotify_email`    | Spotify 邮箱账户检测              |

### 加密货币交易所检测

先是交易所手机号检测，然后是各交易所邮箱检测。

| API                                                                             | task\_type      | 说明                |
| ------------------------------------------------------------------------------- | --------------- | ----------------- |
| [Binance 检测](/binance-bulk-number-checker-api-fast-number-verification.md)      | `Binance`       | Binance 已注册账户检测   |
| [Binance 邮箱检测](/binance-email-checker-api-bulk-email-verification.md)           | `binance_email` | Binance 邮箱账户检测    |
| [Kucoin 检测](broken://pages/c7aa8dccfd888d424d9e4227f23407f233985497)            | `Kucoin`        | KuCoin 已注册账户检测    |
| [KuCoin 邮箱检测](broken://pages/659315b9b624a28c6297ebd00ee364ea62a0a619)          | `kucoin_email`  | KuCoin 邮箱账户检测     |
| [CoinW 检测](/coinw-bulk-number-checker-api-fast-number-verification.md)          | `coinW`         | CoinW 已注册账户检测     |
| [CoinW 邮箱检测](/coinw-email-checker-api-bulk-email-verification.md)               | `coinw_email`   | CoinW 邮箱账户检测      |
| [HTX 检测](/htx-bulk-number-checker-api-fast-phone-number-verification.md)        | `htx`           | HTX（Huobi）已注册账户检测 |
| [HTX 邮箱检测](broken://pages/7dc55b3c9c79207652b44a0b0702cc77e1ea5368)             | `htx_email`     | HTX 邮箱账户检测        |
| [Crypto.com 邮箱检测](/crypto.com-email-checker-api-bulk-registration-detection.md) | `crypto_email`  | Crypto.com 邮箱账户检测 |

### 号码与邮箱检测

手机号码活跃度、高价值用户信号和邮箱有效性检测。

| API                                                                     | task\_type         | 说明               |
| ----------------------------------------------------------------------- | ------------------ | ---------------- |
| [号码活跃检测](broken://pages/0b517bdbcbb32e330a138ce2bd0b3c267132a258)       | `active_check`     | 手机号码活跃度等级检测      |
| [高价值用户检测](/high-value-users-checker-api-bulk-phone-number-detection.md) | `high_value_users` | 根据手机号码的高价值用户信号检测 |
| [邮箱检测](/bulk-email-checker-api-gmail-outlook-yahoo-and-more.md)         | `email_check`      | 批量邮箱地址有效性检测      |

### 运营商检测

识别手机号码的运营商和地区信息。

| API                                                                | task\_type                          | 说明                  |
| ------------------------------------------------------------------ | ----------------------------------- | ------------------- |
| [运营商查询（单号）](/global-phone-carrier-inquiry.md)                      | `usaCarrier`                        | 同步单号运营商 / 号码类型查询    |
| [运营商批量查询](broken://pages/4004e9ab67b0d38c13abb2b2808420257eb1fc9e) | `usaCarrier` … `us_carrier_premium` | 批量运营商、号码类型、国家及地区/城市 |

### 账户管理

管理你的 CheckNumber 账户和监控使用情况。

| API                                                     | 方法                | 说明       |
| ------------------------------------------------------- | ----------------- | -------- |
| [余额查询 API](/balance-query-api-check-account-balance.md) | `GET /v1/balance` | 查询可用账户余额 |

## 产品目录

### Social Platform Registration Checkers

#### Telegram

| Product                                                                     | Task type   | Return fields                                                                                                                                              |
| --------------------------------------------------------------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [CheckNumber](broken://pages/309bf18ac21ed972ba3dd7cee5bcb33f7785bc25)      | `tg`        | `number`, `activated`                                                                                                                                      |
| [Activity Checker](broken://pages/dc4c5ba1d2a61122abc72118ccd8b53086795399) | `tg_active` | `number`, `activated`, `uid`, `username`, `lastseen`, `activedays`, `member`                                                                               |
| [Profile Checker](broken://pages/e1cf403b5743084031536b28aa79561e20e571af)  | `tg_avatar` | `Phone`, `activated`, `uid`, `username`, `Gender`, `Age`, `Ethnicity`, `Avatar`, `Last Online Time`, `Active Days`, `Is Member`, `first_name`, `last_name` |

#### WhatsApp

| Product                                                                     | Task type   | Return fields                                                                                      |
| --------------------------------------------------------------------------- | ----------- | -------------------------------------------------------------------------------------------------- |
| [CheckNumber](broken://pages/fa139c679768098c9485c3dda1cdb39f3f28679e)      | `ws`        | `number`, `activated`                                                                              |
| [Activity Checker](broken://pages/f6e70ddd3916e326631b8fd2df2f131f19a1e461) | `ws_active` | `number`, `activated`, `activetime`, `activedays`, `business`                                      |
| [Profile Checker](broken://pages/eb792ad936da2ea344ec71f3c79363c1c609bfa0)  | `ws_avatar` | `number`, `activated`, `age`, `avatar`, `category`, `gender`, `hair_color`, `number`, `skin_color` |

#### CheckNumber

| Product                                                                            | Task type          | Return fields             |
| ---------------------------------------------------------------------------------- | ------------------ | ------------------------- |
| [Validity Checker](broken://pages/d73f4fe7693d080b221de55430377432bbd2622a)        | `phoneCheck`       | `number`, `activated`     |
| [Activity Checker](broken://pages/0b517bdbcbb32e330a138ce2bd0b3c267132a258)        | `active_check`     | `number`, `activated`     |
| [High-Value Checker](/high-value-users-checker-api-bulk-phone-number-detection.md) | `high_value_users` | `Mobile Number`, `Result` |

#### Viber

| Product                                                                     | Task type      | Return fields                                                                                                                                       |
| --------------------------------------------------------------------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| [CheckNumber](broken://pages/54fa0a68d15242b893bf9eb2fa4ce2622e982e9c)      | `viber`        | `number`, `activated`                                                                                                                               |
| [Activity Checker](broken://pages/80fa722b193d94f6d4f5accd747e725715e5069f) | `viber_active` | `number`, `activated`, `mid`, `last_online_time`, `active_days`                                                                                     |
| [Profile Checker](broken://pages/e1778418c9a04f5dee1efa1ead1565b64b3741f8)  | `viber_senior` | `number`, `activated`, `last_online_time`, `active_days`, `mid`, `nickname`, `person_count`, `avatar_type`, `age`, `skin_color`, `gender`, `avatar` |

#### iMessage

| Product                                                                | Task type  | Return fields         |
| ---------------------------------------------------------------------- | ---------- | --------------------- |
| [CheckNumber](broken://pages/1bfbd61a8d6790ce3e3c6c596710800433b2f63c) | `imessage` | `number`, `activated` |

#### RCS

| Product                                                                | Task type | Return fields                   |
| ---------------------------------------------------------------------- | --------- | ------------------------------- |
| [CheckNumber](broken://pages/4e2b6142fc546a3ea49cc24c5584b9fa038c6acc) | `rcs`     | `number`, `activated`, `system` |

#### Signal

| Product                                                                | Task type | Return fields         |
| ---------------------------------------------------------------------- | --------- | --------------------- |
| [CheckNumber](broken://pages/2bc60e2e14498ceba5cd0dd8a60e72f19b2c27b1) | `signal`  | `number`, `activated` |

#### VK

| Product                                                                | Task type | Return fields         |
| ---------------------------------------------------------------------- | --------- | --------------------- |
| [CheckNumber](broken://pages/11d9d10b8c108cb944fa5fdb9d53dc93ffe11761) | `vk`      | `number`, `activated` |

#### Apple ID

| Product                                                                   | Task type     | Return fields         |
| ------------------------------------------------------------------------- | ------------- | --------------------- |
| [CheckNumber](/apple-bulk-number-checker-api-fast-number-verification.md) | `apple`       | `number`, `activated` |
| [Email Checker](/apple-email-checker-api-fast-email-verification.md)      | `apple_email` | `email`, `activated`  |

#### Facebook

| Product                                                                      | Task type        | Return fields         |
| ---------------------------------------------------------------------------- | ---------------- | --------------------- |
| [CheckNumber](/facebook-bulk-number-checker-api-fast-number-verification.md) | `facebook`       | `number`, `activated` |
| [Email Checker](/facebook-email-checker-api-fast-email-verification.md)      | `facebook_email` | `email`, `activated`  |

#### Amazon

| Product                                                                    | Task type      | Return fields         |
| -------------------------------------------------------------------------- | -------------- | --------------------- |
| [CheckNumber](/amazon-bulk-number-checker-api-fast-number-verification.md) | `amazon`       | `number`, `activated` |
| [Email Checker](/amazon-email-checker-api-fast-email-verification.md)      | `amazon_email` | `email`, `activated`  |

#### Instagram

| Product                                                                  | Task type         | Return fields         |
| ------------------------------------------------------------------------ | ----------------- | --------------------- |
| [CheckNumber](broken://pages/17d98d3f9c645c3294b403c5e331ad8ce6ed17c3)   | `instagram`       | `number`, `activated` |
| [Email Checker](broken://pages/e5f2c63e442e323a44bf9d730e7d487d7aa202f0) | `instagram_email` | `email`, `activated`  |

#### MAX

| Product                                                                    | Task type  | Return fields         |
| -------------------------------------------------------------------------- | ---------- | --------------------- |
| [CheckNumber](broken://pages/b9d0fab897a2a2c78962273566a8afc5b25b66fa)     | `max`      | `number`, `activated` |
| [Profile Checker](broken://pages/d952e4ddf2a0d314d802d6f3f7c80457d6877875) | `max_full` | `number`, `activated` |

#### Netflix

| Product                                                                  | Task type       | Return fields         |
| ------------------------------------------------------------------------ | --------------- | --------------------- |
| [CheckNumber](broken://pages/db93e71dcd932a87dc610a622c61e6d27565a80f)   | `netflix`       | `number`, `activated` |
| [Email Checker](broken://pages/700ed0c0006f3df296f7a648c1776fe4d3df8ab1) | `netflix_email` | `email`, `activated`  |

#### Line

| Product                                                                    | Task type     | Return fields         |
| -------------------------------------------------------------------------- | ------------- | --------------------- |
| [CheckNumber](broken://pages/203ca7c81784169b47d48caa22cfb03fb1e4cafb)     | `line`        | `number`, `activated` |
| [Profile Checker](broken://pages/df83dd05687b9c7059a674f16e76b6636fcf3632) | `line_senior` | `number`, `activated` |

#### X (Twitter)

| Product                                                                  | Task type       | Return fields         |
| ------------------------------------------------------------------------ | --------------- | --------------------- |
| [CheckNumber](broken://pages/6ce28b105f1f92ee8f8b95695c01427619b32d57)   | `twitter`       | `number`, `activated` |
| [Email Checker](broken://pages/e6753551aa0171fc890b89b5c3f09f865b44fe48) | `twitter_email` | `email`, `activated`  |

#### Telegram (username)

| Product                                                                         | Task type              | Return fields                                                                                                                             |
| ------------------------------------------------------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| [Registration Checker](broken://pages/985942ceacbfca243a167f9ba99dbc937fdc79b4) | `tg_username`          | `username`, `activated`, `avatar_url`                                                                                                     |
| [Activity Checker](broken://pages/d87490680993309b5de80435fcbadad2bd75d7d3)     | `tg_username_activity` | `username`, `activated`, `uid`, `lastseen`, `activedays`, `member`, `avatar_url`                                                          |
| [Profile Checker](broken://pages/383c58da8b686f92dce72386e1023b486af16925)      | `tg_username_profile`  | `username`, `activated`, `avatar_url`, `uid`, `lastseen`, `activedays`, `member`, `category`, `gender`, `hair_color`, `skin_color`, `age` |

#### LinkedIn

| Product                                                                          | Task type          | Return fields                                                                         |
| -------------------------------------------------------------------------------- | ------------------ | ------------------------------------------------------------------------------------- |
| [CheckNumber](broken://pages/7fc6efd1df0246c133192d035d3b7b8b1bdb625f)           | `linkedin_phone`   | `number`, `activated`                                                                 |
| [Email Checker](broken://pages/c973be1794bb22349da6d5b15f37d463878a65cd)         | `linkedin`         | `email`, `activated`                                                                  |
| [Email Profile Checker](broken://pages/34c07a96c587caab4ccb8ef3683adb0785ecbb3c) | `linkedin_profile` | `email`, `activated`, `country`, `gender`, `industry`, `job_title`, `inferred_salary` |

#### Zalo

| Product                                                                | Task type | Return fields         |
| ---------------------------------------------------------------------- | --------- | --------------------- |
| [CheckNumber](broken://pages/71d178b5f7d20f9e18e61f7af0df43f7b624e36e) | `zalo`    | `number`, `activated` |

#### TikTok

| Product                                                                | Task type | Return fields                            |
| ---------------------------------------------------------------------- | --------- | ---------------------------------------- |
| [CheckNumber](broken://pages/a6ae3329d76dc3305514cbffc9270e0ca347231f) | `tiktok`  | `number`, `activated`, `username`, `uid` |

#### Microsoft

| Product                                                                | Task type   | Return fields         |
| ---------------------------------------------------------------------- | ----------- | --------------------- |
| [CheckNumber](broken://pages/46138aa1515f1da14464e6fcaadadddf7db079de) | `microsoft` | `number`, `activated` |

#### Snapchat

| Product                                                                | Task type  | Return fields         |
| ---------------------------------------------------------------------- | ---------- | --------------------- |
| [CheckNumber](broken://pages/714c6654542b4d36c31650d806bc93afbd18ad37) | `snapchat` | `number`, `activated` |

#### Messenger

| Product                                                                | Task type   | Return fields         |
| ---------------------------------------------------------------------- | ----------- | --------------------- |
| [CheckNumber](broken://pages/e609e579c4cbdb61c62d5bbe9d4afacdf2517fc2) | `messenger` | `number`, `activated` |

#### GoTo

| Product                                                            | Task type | Return fields         |
| ------------------------------------------------------------------ | --------- | --------------------- |
| [CheckNumber](/goto-checker-api-bulk-phone-number-verification.md) | `goto`    | `number`, `activated` |

#### Threads

| Product                                                                | Task type | Return fields         |
| ---------------------------------------------------------------------- | --------- | --------------------- |
| [CheckNumber](broken://pages/ed666996326397aeff9832207f8514af7fe05e36) | `threads` | `number`, `activated` |

#### Spotify

| Product                                                                  | Task type       | Return fields        |
| ------------------------------------------------------------------------ | --------------- | -------------------- |
| [Email Checker](broken://pages/abae294036e3bac5aa916787756ff47b4d1fe6ab) | `spotify_email` | `email`, `activated` |

#### Band

| Product                                                            | Task type | Return fields         |
| ------------------------------------------------------------------ | --------- | --------------------- |
| [CheckNumber](/band-checker-api-bulk-phone-number-verification.md) | `band`    | `number`, `activated` |

#### DHL

| Product                                                                   | Task type | Return fields         |
| ------------------------------------------------------------------------- | --------- | --------------------- |
| [CheckNumber](/dhl-checknumber-api-bulk-delivery-account-verification.md) | `dhl`     | `number`, `activated` |

#### Sideline

| Product                                                                | Task type  | Return fields         |
| ---------------------------------------------------------------------- | ---------- | --------------------- |
| [CheckNumber](broken://pages/2adcd8c2127b9b27cd88909eb8b774e32eca7c05) | `sideline` | `Number`, `activated` |

#### Airbnb

| Product                                                                        | Task type | Return fields         |
| ------------------------------------------------------------------------------ | --------- | --------------------- |
| [CheckNumber](/airbnb-checker-api-bulk-phone-number-registration-detection.md) | `airbnb`  | `number`, `activated` |

#### Pornhub

| Product                                                                  | Task type | Return fields        |
| ------------------------------------------------------------------------ | --------- | -------------------- |
| [Email Checker](broken://pages/f0f8dc968b0b7d2beab83e5c160189b10583b1d1) | `pornhub` | `email`, `activated` |

#### Temu

| Product                                                                | Task type | Return fields         |
| ---------------------------------------------------------------------- | --------- | --------------------- |
| [CheckNumber](broken://pages/7657ede0f091d9d86b3c43a85311a472855a7d13) | `temu`    | `number`, `activated` |

#### Botim

| Product                                                          | Task type      | Return fields                          |
| ---------------------------------------------------------------- | -------------- | -------------------------------------- |
| [CheckNumber](/botim-checknumber-api-bulk-registration-check.md) | `botim`        | `number`, `activated`                  |
| [Age & Gender Checker](/botim-age-and-gender-checker-api.md)     | `botim_gender` | `number`, `activated`, `gender`, `age` |

### Exchange Registration Checkers

#### Binance

| Product                                                                     | Task type       | Return fields         |
| --------------------------------------------------------------------------- | --------------- | --------------------- |
| [CheckNumber](/binance-bulk-number-checker-api-fast-number-verification.md) | `Binance`       | `number`, `activated` |
| [Email Checker](/binance-email-checker-api-bulk-email-verification.md)      | `binance_email` | `email`, `activated`  |

#### KuCoin

| Product                                                                  | Task type      | Return fields         |
| ------------------------------------------------------------------------ | -------------- | --------------------- |
| [CheckNumber](broken://pages/c7aa8dccfd888d424d9e4227f23407f233985497)   | `Kucoin`       | `number`, `activated` |
| [Email Checker](broken://pages/659315b9b624a28c6297ebd00ee364ea62a0a619) | `kucoin_email` | `email`, `activated`  |

#### Htx

| Product                                                                       | Task type   | Return fields         |
| ----------------------------------------------------------------------------- | ----------- | --------------------- |
| [CheckNumber](/htx-bulk-number-checker-api-fast-phone-number-verification.md) | `htx`       | `number`, `activated` |
| [Email Checker](broken://pages/7dc55b3c9c79207652b44a0b0702cc77e1ea5368)      | `htx_email` | `email`, `activated`  |

#### CoinW

| Product                                                                   | Task type     | Return fields         |
| ------------------------------------------------------------------------- | ------------- | --------------------- |
| [CheckNumber](/coinw-bulk-number-checker-api-fast-number-verification.md) | `coinW`       | `number`, `activated` |
| [Email Checker](/coinw-email-checker-api-bulk-email-verification.md)      | `coinw_email` | `email`, `activated`  |

#### Crypto.com

| Product                                                                       | Task type      | Return fields        |
| ----------------------------------------------------------------------------- | -------------- | -------------------- |
| [Email Checker](/crypto.com-email-checker-api-bulk-registration-detection.md) | `crypto_email` | `email`, `activated` |

#### OKX

| Product                                                                | Task type | Return fields         |
| ---------------------------------------------------------------------- | --------- | --------------------- |
| [CheckNumber](broken://pages/9cb210e376b5401707eb19dd63d6ff308648f53a) | `okx`     | `number`, `activated` |

### Email And Global Carrier Checkers

#### Email Validation

| Product                                                                | Task type     | Return fields        |
| ---------------------------------------------------------------------- | ------------- | -------------------- |
| [Upload Task](/bulk-email-checker-api-gmail-outlook-yahoo-and-more.md) | `email_check` | `email`, `activated` |

#### Global Carrier Checker

| Product                                                                           | Task type    | Return fields                                                                              |
| --------------------------------------------------------------------------------- | ------------ | ------------------------------------------------------------------------------------------ |
| [Global Carrier Checker](broken://pages/4004e9ab67b0d38c13abb2b2808420257eb1fc9e) | `usaCarrier` | `number`, `number_type`, `country_code`, `carrier`, `underlying_carrier`, `region`, `city` |

#### Advanced US Carrier Checker

| Product                                                                        | Task type            | Return fields                              |
| ------------------------------------------------------------------------------ | -------------------- | ------------------------------------------ |
| [Advanced US Carrier Checker](/advanced-us-carrier-api-bulk-carrier-lookup.md) | `us_carrier_premium` | `Number`, `number_type`, `carrier`, `city` |

## 共享接口

| API                                                              | Description                                                                          |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [Global Phone Carrier Inquiry](/global-phone-carrier-inquiry.md) | Legacy synchronous single-number carrier lookup; not part of the 74-product catalog. |
| [Balance Query API](/balance-query-api-check-account-balance.md) | Query available account balance.                                                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geeknums.io/checknumber-api-shou-ji-hao-ma-yan-zheng-fu-wu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
