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

# Search people

`GET /v2/datasets/odyssey/people/search`

Search for people by name, company, title, or location

## Query parameters

- `q` string, required
- `location` string, nullable
- `company` string, nullable
- `title` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- PersonSearchResponse — Person search results.
  - `has_more` boolean
  - `limit` integer
  - `offset` integer
  - `query` string, required
  - `results` PersonSearchResult[]
    - `company` string, nullable
    - `description` string, nullable
    - `entity_id` string, required
    - `followers` integer, nullable
    - `full_name` string, required
    - `headline` string, nullable
    - `linkedin_url` string, nullable
    - `location` string, nullable
    - `school` string, 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)
