---
title: "Find More Search"
method: POST
path: "/v1/search/{search_id}/find-more"
---

# Find More Search

`POST /v1/search/{search_id}/find-more`

Find more results for a search.

Creates a new search that excludes all people from previous results in the search chain.
Uses the same query and settings as the original search.
Can only be called on the parent search (searches without a parent_search_id).

Requires sufficient credits. Returns 402 Payment Required if not enough credits.
Returns 429 Too Many Requests if you have 10 or more search requests currently running.

## Path parameters

- `search_id` string, required

## Response `200`

Successful Response

- FindMoreSearchResponseV1 — Response from POST /v1/search/{id}/find-more - finding more results for a search.
  - `page_id` string, required — Page identifier for the new result page. Use as the page_id query parameter on GET /v1/search/{id}?page_id={page_id} to retrieve results.
  - `parent_search_id` string, required — ID of the original parent search
  - `warning` string, nullable — Warning message when credit balance is low

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Validation Error
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/happenstance/apis/happenstance-api.md) · [All operations](https://skmtc.net/happenstance/apis/happenstance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/happenstance/happenstance-api/revisions/d5e1f45dc5e4/schema)
