VOOZH about

URL: https://apify.com/devscrapper/whatsapp-number-validator

⇱ WhatsApp Number Validator Β· Apify


Pricing

from $3.00 / 1,000 number checkeds

Go to Apify Store

WhatsApp Number Validator

Instantly verify if a phone number is active on WhatsApp. Fast, secure, and reliable validation service.

Pricing

from $3.00 / 1,000 number checkeds

Rating

5.0

(3)

Developer

πŸ‘ Oussama Production

Oussama Production

Maintained by Community

Actor stats

14

Bookmarked

475

Total users

90

Monthly active users

14 days ago

Last modified

Share

Instantly verify if any phone number is registered on WhatsApp.

This Apify Actor validates WhatsApp numbers worldwide with a single API call β€” powered by WAValidator.com (a dedicated WhatsApp validation platform & API).

βœ… Want bulk validation, campaigns, dashboards, and exports?

Try WAValidator.com: validate thousands of numbers, manage campaigns, and integrate with your tools in minutes.

🌟 Why WAValidator.com?

WAValidator.com is the main service behind this actor, built for serious WhatsApp list validation:

  • πŸš€ Bulk validation at scale (upload lists, validate thousands)
  • πŸ“Š Campaign dashboard & progress tracking
  • πŸ“₯ CSV/Excel export + clean your leads before outreach
  • πŸ”Œ API + Integrations for CRMs, automations, and pipelines
  • πŸ›‘οΈ Stable infrastructure optimized for reliability

πŸ‘‰ Visit: https://wavalidator.com

πŸš€ Features

  • βœ… Simple & Fast - Just provide a phone number and get instant validation
  • βœ… Global Coverage - Works with phone numbers from any country
  • βœ… Clean Results - Returns structured JSON data ready to use
  • βœ… No Setup Required - No API keys or configuration needed
  • βœ… Reliable - Powered by WAValidator.com validation infrastructure

πŸ“– How to Use

Step 1: Provide Input

The actor accepts a single required parameter:

{
"phoneNumber":"212612542343"
}

Important:

  • Include the full country code (e.g., 1 for USA, 212 for Morocco)
  • No spaces, hyphens, or special characters - just digits
  • Example formats: 12125551234, 447700900123, 212612542343

Step 2: Run the Actor

Click the Run button in the Apify Console. The actor will:

  1. Clean and format your phone number
  2. Send a validation request to the verification service (WAValidator.com)
  3. Process the response
  4. Store results in the Dataset

Typical runtime: 5-10 seconds

Step 3: Get Your Results

Access your results from the Dataset tab. Here's what you'll receive:

βœ… Valid Number Example:

{
"phoneNumber":"212612542343",
"isValid":true,
"exists":true,
"timestamp":"2025-12-31T11:50:21.808482Z",
"meta":{
"instance":"wavalidator.com",
"source":"live",
"timestamp":"2025-12-31T11:50:21.808482Z"
},
"status":"success"
}

❌ Invalid Number Example:

{
"phoneNumber":"123456789",
"isValid":false,
"exists":false,
"timestamp":"2025-12-31T11:51:14.206953Z",
"meta":{
"instance":"wavalidator.com",
"source":"live",
"timestamp":"2025-12-31T11:51:14.206953Z"
},
"status":"success"
}

πŸ“Š Output Fields

FieldTypeDescription
phoneNumberstringThe phone number you validated
isValidbooleantrue if the number is registered on WhatsApp
existsbooleanSame as isValid (for compatibility)
timestampstringISO 8601 timestamp when the check was performed
meta.instancestringThe validation service instance used
meta.sourcestringThe source of the validation
statusstringsuccess for completed checks, or error message

πŸ’‘ Use Cases

  • Marketing Campaigns - Validate contact lists before WhatsApp campaigns
  • Customer Verification - Confirm customers have active WhatsApp accounts
  • Data Cleaning - Remove invalid numbers from your database
  • CRM Integration - Verify numbers before adding to your CRM
  • Lead Qualification - Check if leads are reachable on WhatsApp

πŸ”₯ Need Bulk Validation (Thousands of Numbers)?

This actor is perfect for single checks per run.

For bulk list validation, exports, team workflows, and campaign management:

  • βœ… Upload CSV / Google Sheets
  • βœ… Validate at scale with progress tracking
  • βœ… Export clean lists ready for outreach

➑️ Use the full platform: https://wavalidator.com

πŸ”Œ Integration Examples

Using Apify API

// Node.js example
const{ ApifyClient }=require("apify-client");
const client =newApifyClient({
token:"YOUR_APIFY_TOKEN",
});
const input ={
phoneNumber:"212612542343",
};
const run =await client
.actor("devscrapper/whatsapp-number-validator")
.call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0].isValid);// true or false

Using curl

curl-X POST https://api.apify.com/v2/acts/devscrapper~whatsapp-number-validator/runs \
-H"Authorization: Bearer YOUR_APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"phoneNumber": "212612542343"}'

Python Example

from apify_client import ApifyClient
client = ApifyClient('YOUR_APIFY_TOKEN')
run_input ={
"phoneNumber":"212612542343"
}
run = client.actor('devscrapper/whatsapp-number-validator').call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"Number {item['phoneNumber']} is {'valid'if item['isValid']else'invalid'}")

⚑ Pricing

This actor charges 1 compute unit per number checked, in addition to standard Apify compute time.

If you want predictable bulk pricing + campaign features, use WAValidator.com.

πŸ“Œ Important Notes

  • βœ… One phone number per actor run
  • βœ… Results are automatically stored in the Dataset
  • βœ… All phone numbers must include country code
  • βœ… No rate limits (subject to Apify platform limits)
  • ⚠️ Invalid/malformed numbers may return isValid: false

πŸ›Ÿ Support

Need help? Have questions?

  • πŸ“§ Contact support through the Apify platform
  • 🌐 Full platform & API: https://wavalidator.com
  • πŸ“– Check the Apify documentation

πŸ“œ License

This actor is available for use on the Apify platform.

You might also like

WhatsApp Number Validator

bhansalisoft/whatsapp-number-validator

WhatsApp Number Validator : Bulk WhatsApp Number Verification.

62

WhatsApp Number Validator

api_factory/whatsapp-number-validator

Checks whether a phone number is registered on WhatsApp. Useful for CRM cleaning, lead validation and campaign optimisation.

πŸ‘ User avatar

Michael Hunter

149

3.3

Whatsapp Number Validator (Pay Per Result)

vtrdev/whatsapp-number-validator

Quickly verify WhatsApp presence for phone numbers. Enjoy accurate, bulk validation with pay-per-result pricing. Validate up to 19.200 numbers/min. Perfect for marketing, support, and data enrichment. Efficient, scalable, and reliable.

WhatsApp Number Filter Pro

wilcode/whatsapp-number-filter-pro

Quickly verify and filter valid WhatsApp registered phone numbers in bulk

WhatsApp Number Validator - Bulk Check 10K per Run

clearpath/whatsapp-phone-number-validator-api

Check if phone numbers have WhatsApp. Validate up to 10,000 numbers per run from CSV, Excel, or direct input. Yes/no result per number. Clean contact lists before WhatsApp campaigns.

Whatsapp Scraper Profile By Number

antonio_cesar/whatsapp-scraper-profile

WhatsApp Scraper Profile By Number allows you to extract public profile information directly from a WhatsApp number.

πŸ‘ User avatar

AntΓ΄nio CΓ©sar

268

5.0

WhatsApp Number Checker

maged120/whatsapp-number-checker

Verify WhatsApp registration for up to 1,000 numbers per run β€” no account login, no QR code, no ban risk. Just paste your numbers and get instant results..

Whatsapp Profiles Scraper

inutil_labs/wscrp-free

Scrape the Whatsapp network and fetch profile info of any user, including: Profile picture, About status, or check if it's a Whatsapp for Business or personal account.

4.2K

5.0

Whatsapp Scraper

inutil_labs/whatsapp-scraper

Fetch Whatsapp profiles data, including: display picture, name and status.

8

1.0