Nuevo: fotos de perfil de Facebook
Activa fbProfilePic para obtener la foto asociada al leak de Facebook. Las imágenes quedan versionadas y disponibles desde caché.
Volver a la presentación
whatsapp-checker
Oficial
eduair940
TypeScript
SDK y herramientas
whatsapp-checker is the official TypeScript SDK for the WhatsApp Data API. It wraps the profile endpoint with a typed client, automatic rate-limit handling, retry-with-backoff, and bulk helpers so you don't have to reimplement the plumbing.
This is the recommended starting point for a new TypeScript or Node.js integration — install it, pass your key, and call check(number).
Puntos finales que utiliza
GET /number/{phone} — typed response with presence and profile fields.
Bulk + rate-limit + retry helpers built in.
La misma llamada
import { WhatsappChecker } from "whatsapp-checker";
const client = new WhatsappChecker({ apiKey: process.env.RAPIDAPI_KEY! });
const result = await client.check("14155552671");
console.log(result.isBusiness, result.pushname);Cómo ejecutarlo
1
npm install whatsapp-checker
2
Provide your API key via environment variable.
3
Call client.check(number) or the bulk helper.
Construir con la misma API
Este proyecto funciona con la API pública de datos de WhatsApp. Obtén una clave y realiza tu primera solicitud en minutos.
Lo Que Dicen Nuestros Usuarios
Reseñas reales de nuestros clientes satisfechos
4.5/5 (176 reseñas)