WhatsApp Bulk Number Validator avatar
WhatsApp Bulk Number Validator

Pricing

Pay per event

Go to Store
WhatsApp Bulk Number Validator

WhatsApp Bulk Number Validator

Developed by

PowerAI

PowerAI

Maintained by Community

Validate multiple phone numbers to check if they are registered as WhatsApp numbers using our API wrapper service

0.0 (0)

Pricing

Pay per event

0

Total users

8

Monthly users

8

Runs succeeded

83%

Last modified

10 days ago

This actor validates multiple phone numbers to determine if they are registered as WhatsApp numbers using our API wrapper service.

Features

  • Bulk Phone Number Validation: Check multiple phone numbers simultaneously
  • Real-time Results: Get instant validation results for all numbers
  • API Integration: Uses our secure API wrapper service
  • Error Handling: Comprehensive error handling and logging
  • Batch Processing: Process up to 10 phone numbers in a single request

Input

The actor accepts the following input parameters:

  • phones (required): Array of phone numbers to validate (maximum 10 numbers)

Output

The actor outputs the following data:

{
"phones": [
{
"Number": "34655719560",
"Exists": true
},
{
"Number": "1234567890",
"Exists": false
}
],
"totalCount": 2,
"scrapedAt": "2024-01-01T00:00:00.000Z"
}

Usage

  1. Input Configuration: Provide an array of phone numbers you want to validate
  2. Run the Actor: Execute the actor with your input
  3. Get Results: Receive validation results for all phone numbers

Examples

Basic Usage

{
"phones": ["34655719560", "1234567890", "9876543210"]
}

Expected Output

{
"phones": [
{
"Number": "34655719560",
"Exists": true
},
{
"Number": "1234567890",
"Exists": false
},
{
"Number": "9876543210",
"Exists": false
}
],
"totalCount": 3,
"scrapedAt": "2025-06-01T12:00:00.000Z"
}

Limitations

  • Maximum 10 phone numbers per request
  • All phone numbers must be valid string format

Support

For technical support or questions about this actor, please contact our support team.