---
title: "Find actor suggestions for a prefix search term. Expected use is for auto-completion during text field entry."
method: GET
path: "/xrpc/place.stream.live.searchActorsTypeahead"
tags: ["place.stream.live"]
---

# Find actor suggestions for a prefix search term. Expected use is for auto-completion during text field entry.

`GET /xrpc/place.stream.live.searchActorsTypeahead`

## Query parameters

- `q` string — Search query prefix; not a full query string.
- `limit` integer

## Response `200`

Success

- object
  - `actors` PlaceStreamLiveSearchActorsTypeaheadActor[], required
    - `did` string, did, required — The actor's DID
    - `handle` string, handle, required — The actor's handle

## Changes

- **2026-04-20** `3353f5f6354a` — 1 info
  - endpoint added
- **2026-04-20** `f6e6f5a5a3cb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/place.stream.live.searchActorsTypeahead/get.md)

---

[API](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/revisions/8e2ce7f5d85b/schema)
