Back to CRM record management

Contacts List

HubSpot

List contacts from a connected HubSpot account with selected properties and paging.

Current price
$0.0050/call
Availability
Connected app
Last accepted verification

What this API does

Lists contacts from the connected HubSpot account. Billed per upstream request: one page (up to 100 contacts) is one request at $0.0050, so fetching 5 pages costs $0.0250 regardless of how many records come back.

Agents select this operation with tool ID hubspot.contacts-list, then inspect its current executable contract before a run.

Public input and output shape

Input

max_pagesinteger · optional

Upstream pages to fetch. Each page is one request and bills $0.0050.

minimum: 1 · maximum: 10

queryobject · optional

Query-string parameters passed to HubSpot, e.g. limit and properties.

Output

pagesnumber

Returned pages value.

resultsarray

Returned results value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "hubspot.contacts-list",
  "input": {
    "query": {
      "limit": 100,
      "properties": "email,firstname,lastname"
    },
    "max_pages": 1
  }
}

Output

{
  "pages": 1,
  "results": [
    {
      "id": "100000000001",
      "url": "https://app-eu1.hubspot.com/contacts/123456789/record/0-1/100000000001",
      "archived": false,
      "createdAt": "2026-07-27T12:19:07.156Z",
      "updatedAt": "2026-07-27T20:23:05.119Z",
      "properties": {
        "email": "ada@example.com",
        "lastname": "Lovelace (Sample Contact)",
        "firstname": "Ada",
        "createdate": "2026-07-27T12:19:07.156Z",
        "hs_object_id": "100000000001",
        "lastmodifieddate": "2026-07-27T20:23:05.119Z"
      }
    }
  ]
}
Teaching errors and limitations
  • connection_required: This capability acts on your own HubSpot account, which isn't connected yet.Open connect_url, approve access, then retry unchanged. example: {"query":{"limit":100},"max_pages":1}
Updated
18 August 2026

Use Contacts List with Scrollport

Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.