---
title: "Organization Search"
method: POST
path: "/mixed_companies/search"
tags: ["Search"]
---

# Organization Search

`POST /mixed_companies/search`

This endpoint consumes **1 Apollo credit per page** when results are returned. Each page can include up to 100 results. If Apollo doesn't return results, the request consumes **0 credits**. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

<a href="https://knowledge.apollo.io/hc/en-us/articles/4412658766477-Search-for-Companies" target="_blank">Organizations</a> are companies you haven't yet saved as accounts on Apollo.<br><br>Use the Organization Search endpoint to find companies in the Apollo database. Several filters are available to help narrow your search.<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.

## Query parameters

- `q_organization_domains_list[]` string[]
- `organization_num_employees_ranges[]` string[]
- `organization_locations[]` string[]
- `organization_not_locations[]` string[]
- `revenue_range[min]` integer
- `revenue_range[max]` integer
- `currently_using_any_of_technology_uids[]` string[]
- `q_organization_keyword_tags[]` string[]
- `q_organization_name` string
- `organization_ids[]` string[]
- `latest_funding_amount_range[min]` integer
- `latest_funding_amount_range[max]` integer
- `total_funding_range[min]` integer
- `total_funding_range[max]` integer
- `latest_funding_date_range[min]` string, date
- `latest_funding_date_range[max]` string, date
- `q_organization_job_titles[]` string[]
- `organization_job_locations[]` string[]
- `organization_num_jobs_range[min]` integer
- `organization_num_jobs_range[max]` integer
- `organization_job_posted_at_range[min]` string, date
- `organization_job_posted_at_range[max]` string, date
- `page` integer
- `per_page` integer

## 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` unknown[]
    - unknown
  - `organizations` object[]
    - `id` string
    - `name` string
    - `website_url` string
    - `blog_url` unknown
    - `angellist_url` unknown
    - `linkedin_url` string
    - `twitter_url` string
    - `facebook_url` string
    - `primary_phone` object
      - `number` string
      - `source` string
      - `sanitized_number` string
    - `languages` string[]
    - `alexa_ranking` integer
    - `phone` string
    - `linkedin_uid` string
    - `founded_year` integer
    - `publicly_traded_symbol` unknown
    - `publicly_traded_exchange` unknown
    - `logo_url` string
    - `crunchbase_url` unknown
    - `primary_domain` string
    - `sanitized_phone` string
    - `owned_by_organization_id` unknown
    - `intent_strength` unknown
    - `show_intent` boolean
    - `has_intent_signal_account` boolean
    - `intent_signal_account` unknown
  - `model_ids` string[]
  - `num_fetch_result` unknown
  - `derived_params` unknown

## Other responses

- `401` — 401
- `403` — 403
- `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)
