MAX Messenger Number Checker - Bulk Validation
Pricing
from $11.99 / 1,000 number checkeds
MAX Messenger Number Checker - Bulk Validation
Check phone numbers in bulk for MAX messenger registration. Find which numbers have a MAX account, clean contact lists, and verify leads. Export results to CSV, JSON, or Excel. Up to 100,000 numbers per run, no proxy or login required.
Pricing
from $11.99 / 1,000 number checkeds
Rating
0.0
(0)
Developer
ClearPath
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
MAX Messenger Number Checker
Check phone numbers in bulk for MAX messenger registration.
The actor processes 1,000 to 100,000 unique numbers per run. Larger inputs are deduped, then trimmed to the first 100,000 unique normalized numbers. Each number returns one of three statuses: registered, unregistered, or unknown.
Use it to find which contacts use MAX, clean and segment lists before outreach, validate leads, and keep CRM phone data fresh.
| Check up to 100,000 phone numbers per run for MAX messenger registration in one result file. |
| Clearpath Phone Intelligence • Bulk validation and profile enrichment for messaging platforms | ||||
|
Bulk WhatsApp yes/no checks |
Bulk Telegram account checks |
Avatar, age & gender enrichment |
Phone Active Status Checker Carrier-level active checks |
Social & Crypto Number Checker 25-platform account checks |
Copy to your AI assistant
clearpath/max-messenger-number-checker on Apify. Bulk MAX messenger registration checks returning registered, unregistered, or unknown per number. Call ApifyClient("TOKEN").actor("clearpath/max-messenger-number-checker").call(run_input={...}), then client.dataset(run["defaultDatasetId"]).list_items().items. Real runs need testMode=false and 1,000-100,000 unique numbers via phoneNumbers or csvFile. Full spec: GET https://api.apify.com/v2/acts/clearpath~max-messenger-number-checker/builds/default (Bearer TOKEN) → inputSchema, actorDefinition.storages.dataset, readme. Token: https://console.apify.com/account/integrations
Quick Start
Preview sample output without charges:
{"testMode": true,"phoneNumbers": ["+79161234567"]}
Check a direct list:
{"testMode": false,"phoneNumbers": ["+79161234567","+79169876543"],"onlyRegisteredNumbers": false}
Upload CSV/XLSX and apply a default country code:
{"testMode": false,"csvFile": "uploaded-file.csv","defaultCountryCode": "7","onlyRegisteredNumbers": true}
Input
For real runs, at least one of phoneNumbers or csvFile is required.
The actor is fully hosted on Apify. You provide phone numbers or an uploaded file; no extra credentials are required.
| Parameter | Type | Description |
|---|---|---|
testMode | boolean | Returns sample output without checking real numbers or charging credits. |
phoneNumbers | array | Phone numbers with country code. Real runs require at least 1,000 unique numbers and process the first 100,000 after dedupe. |
csvFile | string | Uploaded CSV or Excel file with phone numbers. |
defaultCountryCode | string | Country code to prepend to numbers without a + prefix. |
onlyRegisteredNumbers | boolean | Output only numbers where maxStatus is registered. |
CSV/Excel File Requirements
- Supported formats:
.csv,.xlsx - Delimiters: Comma, semicolon, tab, pipe (auto-detected)
- Column detection: Automatically finds phone columns including:
- Standard:
phone,mobile,cell,tel,telephone,whatsapp - Variations:
phone number,mobile number,cell phone,contact number - CRM exports:
mobile phone,direct phone,work phone,personal phone,primary phone - International:
telefon,telefono,téléphone,celular,handy
- Standard:
- No headers? Scans content to find phone-like columns automatically
Output
{"phoneNumber": "+79161234567","originalInput": "+7 916 123 4567","countryCode": "RU","isValidFormat": true,"maxStatus": "registered","isRegistered": true,"checkedAt": "2026-06-10T08:00:00Z"}
Output Fields
| Field | Description |
|---|---|
phoneNumber | Normalized E.164 phone number. |
originalInput | Original value supplied by the user. |
countryCode | Detected country code. |
isValidFormat | Whether the number has a 7-15 digit format. |
maxStatus | registered, unregistered, or unknown. |
isRegistered | true when registered on MAX, false when unregistered, null when unknown. |
checkedAt | ISO timestamp of the check. |
Pricing
The actor uses pay-per-event pricing with one number_checked event per checked number.
Current planned rates per 1,000 checked numbers:
| Plan | Price per 1,000 |
|---|---|
| No subscription / Bronze | $20.00 / $17.00 |
| Silver | $14.00 |
| Gold and above | $12.00 |
Duplicates are removed before checking, so you pay for unique numbers checked.
Notes
unknownmeans the registration status could not be determined for that number; it still counts as a checked number.- Uploaded CSV/XLSX files can use common phone columns such as
phone,mobile, ortelephone. onlyRegisteredNumbersfilters output rows, but billing still applies to every checked number.
FAQ
Q: What is MAX? A: MAX is a messaging platform. This actor checks, in bulk, which phone numbers have a registered MAX account.
Q: How accurate are the results? A: Statuses reflect MAX registration at the time of the check.
Q: What countries are supported?
A: Worldwide. Numbers must include a country code, or set defaultCountryCode for national-format lists.
Q: How fast is it? A: A 1,000-number batch typically completes within a few minutes. Larger batches scale accordingly.
Q: What about duplicates? A: Auto-removed after normalization. You are only charged for unique numbers.
Q: What does unknown mean?
A: The registration status could not be determined for that number. It still counts as a checked number.
Q: Is there a minimum batch size? A: Yes, 1,000 unique numbers per run. The maximum is 100,000.
📧 Support
- Email: max@mapa.slmail.me
- Feature Requests: Email or submit via issues
- Response Time: Typically within 24 hours
Legal
This actor checks MAX messenger registration status. Users are responsible for complying with applicable data protection regulations (GDPR, CCPA) when processing phone number lists.