Make.com (Integromat) — WhatsApp Profile API
Add a WhatsApp profile lookup module to any Make scenario. Use the built-in HTTP module — no custom connector required.
Setup
- Add module → HTTP → Make a request.
- Configure:
- URL:
https://whatsapp-proxy.checkleaked.cc/number/{{number}} - Method: GET
- Headers: Headers: x-rapidapi-key → YOUR_DIRECT_KEY (direct-purchase key from our dashboard).
For RapidAPI marketplace: change URL host to whatsapp-data1.p.rapidapi.com AND add x-rapidapi-host: whatsapp-data1.p.rapidapi.com. - Parse response: Yes
- URL:
- Run once — Make parses the JSON, fields become referenceable ({{5.isWAContact}}, {{5.about}}, {{5.profilePic}}, etc.).
- Feed fields into downstream modules (Airtable, Google Sheets, Slack, HubSpot, etc.).
Iterate over many numbers
- Trigger with an array (e.g., Google Sheets → "Search Rows" returning many rows).
- Add Iterator module — pass the rows array.
- Add the HTTP module after the iterator — it now runs once per row.
- Add an Aggregator at the end to collect results into a single array if your downstream action expects a batch.
For high-volume runs, use our bulk-check endpoint instead — one HTTP call per 1,000 numbers saves scenario operations.
Error handling
Wrap the HTTP module with a Break or Resume error handler so a single bad number doesn't fail the entire scenario. For 429 responses, configure retry with exponential backoff.
Related
What Our Users Say
Real reviews from our satisfied customers
4.5/5 (162 reviews)