Phone Number Age Lookup
Check the network age of a mobile phone number for risk assessment, user profiling, and marketing decisions. Helps businesses understand user activity and stability.
Documentation
Feature Introduction
This API provides a mobile phone number network age lookup service. By entering a mobile phone number, you can retrieve the cumulative usage time of that number within the carrier's network. This service helps businesses quickly understand the activity and stability of a user's phone number, providing data support for business decisions.
Use Cases
- Risk Control: Identify new or abnormal numbers to assist anti-fraud systems in risk assessment, effectively reducing business risks.
- User Profiling: Analyze user loyalty and stability, optimize user segmentation strategies, and provide data support for precision marketing.
- Marketing Strategy: Accurately filter high-value users or potential churn users to improve the conversion rate and effectiveness of marketing campaigns.
- Financial Risk Management: Evaluate the stability of loan applicants as an auxiliary metric for credit assessment, reducing the risk of default.
- Identity Verification: Assist in determining the years of usage of a phone number to enhance the reliability of identity verification.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"mobile": "13800138000"
}Response Example
{
"code": "SUCCESS",
"message": "success",
"data": {
"online_period": "5-10年",
"operator": "中国移动"
}
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| mobile | string | 13800138000 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| code | string | SUCCESS |
| message | string | success |
| data | object | {...} |
| data.online_period | string | 5-10年 |
| data.operator | string | 中国移动 |