ショーケースに戻る

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.

同じ電話

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

実行方法

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

同じAPIで構築する

このプロジェクトは、公開されているWhatsAppデータAPI上で動作します。キーを取得すれば、数分で最初のリクエストを実行できます。

ユーザーの声

満足した顧客からの実際のレビュー

4.5/5 (176 レビュー)