App Logo
app.hubspot.com

Search HubSpot contacts

Automatically search HubSpot contacts on app.hubspot.com. Search the contacts in a HubSpot account and return the matching rows with name, email, phone, owner, company and dates. Finds the right account and region automatically, and reports a search that matches nothing as an empty result.

Input

query required

Text to search contacts for — a name, an email, or part of either. Pass an empty string to list without filtering.

portalId optional

The HubSpot account id to read, when the login has more than one. Omit it to use the default account, or the only one.

Output

query required
contacts required
portalId required

The HubSpot account the contacts were read from.

url optional
columns optional

The contact table's column headings, in the account's own interface language. A named field below is filled only where its heading appears here.

matched optional

Whether the search returned any contacts at all. False means HubSpot reported the search as empty, which is an answer rather than a failure.

accountName optional
contactCount optional

FAQ

Search the contacts in a HubSpot account and return the matching rows with name, email, phone, owner, company and dates. Finds the right account and region automatically, and reports a search that matches nothing as an empty result.
Ask an AI agent connected to Reduck to run reduck/app.hubspot.com/search_contacts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.hubspot.com/search_contacts
You do not need one. "Search HubSpot contacts" drives the real app.hubspot.com pages in a browser, so it works whether or not app.hubspot.com offers an API for this.
Required: query. Optional: portalId.
It returns url, query, columns, matched, contacts, portalId, accountName, contactCount.
Yes. It acts as you on app.hubspot.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.hubspot.com cookies saved by the Reduck extension.
It only reads. It looks things up on app.hubspot.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/app.hubspot.com/search_contacts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.hubspot.com/search_contacts
It is part of Reduck's official curated catalogue.

Start building not clicking