App Logo
web.whatsapp.com

WhatsApp — Get contact info

Open a chat by exact name and read its Contact-info panel: phone number, About text, shared media/links/docs count, and number of groups in common. For a 1:1 contact (for groups, use get_group_members). If the browser isn't linked to WhatsApp, it says so straight away instead of waiting for a chat list that will never load.

Input

name required

Exact contact/chat name to open (the `name` field from get_inbox).

Output

name required
about required

About text; null if empty.

phone required

Phone number / subtitle under the name.

mediaCount required

Shared media/links/docs count; null if block absent.

groupsInCommon required

FAQ

Open a chat by exact name and read its Contact-info panel: phone number, About text, shared media/links/docs count, and number of groups in common. For a 1:1 contact (for groups, use get_group_members). If the browser isn't linked to WhatsApp, it says so straight away instead of waiting for a chat list that will never load.
Required: name.
It returns name, about, phone, mediaCount, groupsInCommon.
Yes. It acts as you on web.whatsapp.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the web.whatsapp.com cookies saved by the Reduck extension.
It only reads. It looks things up on web.whatsapp.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/web.whatsapp.com/get_contact_info, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/get_contact_info
It is part of Reduck's official curated catalogue.

Start building not clicking