We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
Was this tool helpful to use?
Your feedback helps us make it better
Batch verify the consistency of ID, name, and phone numbers to prevent fraud and fake information.
Input Format
One record per line, format: 姓名 身份证号 手机号
Supports space, comma, tab separators
• Supports up to 500 records per batch
• Automatic 身份证号 validation after clicking 'Next'
• If deduplication is enabled, duplicate records will be removed automatically
When a user's provided ID number, name, and phone number do not match, there is often a risk of fraud. By connecting to authoritative data sources, this tool batch-verifies the consistency of these three elements (ID number, real name, and phone number) and outputs structured results containing extended information such as the carrier and location. A complete verification unit includes: an 18-digit ID number (including the checksum digit), a 2-4 character Chinese name, and an 11-digit mobile phone number.
What should I do if the verification result shows 'No Record'?
Possible reasons: 1) The phone number is not registered with a real name. 2) The ID number was entered incorrectly. 3) The carrier's data has not yet synced.
How is data security ensured during batch processing?
All transmissions are encrypted via HTTPS. The server does not store verification records, and processing logs are automatically cleared after 30 minutes.
The maximum limit per batch is 100 records. The ID number must include the checksum digit. For phone numbers from Hong Kong, Macau, or Taiwan, the corresponding carrier must be selected. Verification results cannot be used as legal evidence.
Typical use case: During e-commerce platform registration reviews, it is recommended to first validate the ID number's format (via the 18th checksum digit) before executing the 3-element verification. Example data:
Input: 110101199003075678,Zhang San,13800138000
Output: {Match Status: Matched, Carrier: China Mobile, Location: Dongcheng District, Beijing}