---
title: "Search Investors"
method: GET
path: "/v2/datasets/odyssey/investors/search"
tags: ["odyssey"]
---

# Search Investors

`GET /v2/datasets/odyssey/investors/search`

Search for investor firms by name.

## Query parameters

- `q` string
- `investor_type` string, nullable
- `stage_focus` string, nullable
- `location` string, nullable
- `min_aum` number, double, nullable
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- InvestorSearchResponse — Investor search response
  - `page` integer
  - `page_size` integer
  - `query` string, nullable
  - `results` InvestorSearchResult[]
    - `enrichment_data` InvestorSearchResultEnrichmentData
    - `headquarters` string, nullable
    - `investor_id` string, required
    - `investor_type` string, nullable
    - `market_data` InvestorSearchResultMarketData
    - `name` string, required
    - `notable_portfolio` string[], nullable
    - `total_investments` integer, nullable
  - `total_results` integer

---

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