Voltar à vitrine

whatsapp-checker

Oficial
eduair940
TypeScript
SDKs e ferramentas

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).

Pontos de extremidade que utiliza

GET /number/{phone} — typed response with presence and profile fields.
Bulk + rate-limit + retry helpers built in.

A mesma chamada

TYPESCRIPT
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);

Como executar

1
npm install whatsapp-checker
2
Provide your API key via environment variable.
3
Call client.check(number) or the bulk helper.

Construa com a mesma API

Este projeto utiliza a API pública de dados do WhatsApp. Obtenha uma chave e faça sua primeira solicitação em minutos.

O Que Nossos Usuários Dizem

Avaliações reais de nossos clientes satisfeitos

4.5/5 (176 avaliações)