---
title: "Search for Accounts"
method: POST
path: "/accounts/search"
tags: ["Accounts"]
---

# Search for Accounts

`POST /accounts/search`

This endpoint doesn't consume Apollo credits. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

 An <a href="https://knowledge.apollo.io/hc/en-us/articles/5995865049229-View-and-Edit-Accounts" target="_blank">account</a> is a company saved in Apollo.<br><br>Use the Search for Accounts endpoint to search for an account that has been saved to Apollo.<br><br>This endpoint only returns accounts in the search results. To search for companies in Apollo, call the <a href="https://docs.apollo.io/reference/organization-search">Organization Search endpoint</a>.<br><br>To protect Apollo's performance for all users, this endpoint has a display limit of 50,000 records (100 records per page, up to 500 pages). Add more filters to narrow your search results as much as possible.

## Request body

- object
  - `q_organization_name` string — Add keywords to narrow the search of the accounts in your team's Apollo account. Keywords should directly match at least part of an account's name. For example, searching the keyword `marketing` might return the result `NY Marketing Unlimited`, but not `NY Market Analysts`. This parameter only searches account names, not other account fields. Examples: `apollo`; `microsoft`; `marketing`
  - `account_stage_ids` string[] — The Apollo IDs for the account stages that you want to include in your search results. If you add multiple account stages, Apollo will include all accounts that match any of the stages, along with the other parameters, in the search results. Call the [List Account Stages endpoint](https://docs.apollo.io/reference/list-account-stages) to retrieve a list of all the account stage IDs available in your Apollo account. Example: `61b8e913e0f4d2012e3af74e`
  - `account_label_ids` string[] — The Apollo IDs for the labels that you want to include in your search results. If you add multiple labels, Apollo will include all accounts connected to any of the labels, along with the other parameters, in the search results. Example: `['6095a710bd01d100a506d4ae']`
  - `sort_by_field` 'account_last_activity_date' | 'account_created_at' | 'account_updated_at' — Sort the matching accounts by 1 of the following options: - `account_last_activity_date`: The most recent activity date recorded first. - `account_created_at`: The most recently created first. - `account_updated_at`: The most recently updated first.
  - `sort_ascending` boolean — Set to `true` to sort the matching accounts in ascending order. This parameter must be used with `sort_by_field`. Otherwise, the sorting logic is not applied. Example: `true`
  - `page` integer — The page number of the Apollo data that you want to retrieve. Use this parameter in combination with the `per_page` parameter to make search results navigable and improve the performance of the endpoint. Example: `4`
  - `per_page` integer — The number of search results that should be returned for each page. Limiting the number of results per page improves the endpoint's performance. Use the `page` parameter to navigate through the different pages of data. Example: `10`

## Response `200`

200

- object
  - `breadcrumbs` object[]
    - `label` string
    - `signal_field_name` string
    - `value` string
    - `display_name` string
  - `partial_results_only` boolean
  - `has_join` boolean
  - `disable_eu_prospecting` boolean
  - `partial_results_limit` integer
  - `pagination` object
    - `page` integer
    - `per_page` integer
    - `total_entries` integer
    - `total_pages` integer
  - `accounts` object[]
    - `id` string
    - `domain` string
    - `name` string
    - `team_id` string
    - `organization_id` unknown
    - `account_stage_id` string
    - `source` string
    - `original_source` string
    - `creator_id` unknown
    - `owner_id` string
    - `created_at` string
    - `phone` string
    - `phone_status` string
    - `hubspot_id` unknown
    - `salesforce_id` unknown
    - `crm_owner_id` unknown
    - `parent_account_id` unknown
    - `linkedin_url` unknown
    - `sanitized_phone` string
    - `account_playbook_statuses` unknown[]
      - unknown
    - `account_rule_config_statuses` unknown[]
      - unknown
    - `existence_level` string
    - `label_ids` unknown[]
      - unknown
    - `typed_custom_fields` object
    - `custom_field_errors` object
    - `modality` string
    - `source_display_name` string
    - `crm_record_url` unknown
    - `contact_emailer_campaign_ids` unknown[]
      - unknown
    - `contact_campaign_status_tally` object
    - `num_contacts` integer
    - `last_activity_date` unknown
    - `intent_strength` unknown
    - `show_intent` boolean
    - `has_intent_signal_account` boolean
    - `intent_signal_account` unknown
  - `num_fetch_result` unknown

## Other responses

- `401` — 401
- `403` — 403
- `422` — 422
- `429` — 429

---

[API](https://skmtc.dev/apollo/apis/apollo-rest-api.md) · [All operations](https://skmtc.dev/apollo/apis/apollo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apollo/apollo-rest-api/revisions/c715a05fa6e2/schema)
