New: Facebook profile pictures
Enable fbProfilePic to retrieve the picture linked to a Facebook leak. Images are versioned and remain available from cache.
بازگشت به ویترین
whatsapp-checker
رسمی
eduair940
TypeScript
SDKها و ابزارها
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).
نقاط پایانی که استفاده میکند
GET /number/{phone} — typed response with presence and profile fields.
Bulk + rate-limit + retry helpers built in.
همان تماس
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);نحوه اجرای آن
1
npm install whatsapp-checker
2
Provide your API key via environment variable.
3
Call client.check(number) or the bulk helper.
با همان API بسازید
این پروژه روی API عمومی داده واتساپ اجرا میشود. یک کلید بگیرید و اولین درخواست خود را در عرض چند دقیقه ارسال کنید.
آنچه کاربران ما میگویند
نظرات واقعی از مشتریان راضی ما
4.5/5 (176 نظرات)