New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
Trở lại trang trưng bày
whatsapp-checker
Chính thức
eduair940
TypeScript
Bộ công cụ phát triển phần mềm (SDK) và các công cụ khác
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).
Các điểm cuối mà nó sử dụng
GET /number/{phone} — typed response with presence and profile fields.
Bulk + rate-limit + retry helpers built in.
Cuộc gọi tương tự
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ách vận hành nó
1
npm install whatsapp-checker
2
Provide your API key via environment variable.
3
Call client.check(number) or the bulk helper.
Được xây dựng bằng cùng một API
Dự án này hoạt động trên API dữ liệu công khai của WhatsApp. Hãy lấy khóa API và thực hiện yêu cầu đầu tiên của bạn chỉ trong vài phút.
Người Dùng Nói Gì
Đánh giá thực từ khách hàng hài lòng của chúng tôi
4.5/5 (176 đánh giá)