# AnyAPI Threads Search Users

> AnyAPI Threads Search Users is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Search for users on Threads (Meta's text-based social platform) by keyword or username query

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/threads.search_users
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-threads-search-users-65ef957d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3rGBF0RN-Cg3M0sbuwGBg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-threads-search-users-65ef957d -d '<json body>'
```

Example prompt: Search Threads for users matching 'sustainable fashion' and give me a list of the top accounts that come up — I want their usernames, display names, and follower counts if available.

## When to prefer this

Use this endpoint when you need to find and discover Threads users by name, keyword, or topic without managing a direct Threads API integration or OAuth. Ideal for influencer discovery, brand monitoring, competitive research, or verifying whether a specific person or brand has a Threads presence.

## Known failure modes

- No users found for the given query — empty results array returned
- Invalid or missing query parameter — API returns 400-level error
- Threads platform rate limiting or blocking — API returns error or empty results
- Query too generic returning irrelevant results
- Payment failure via x402 — request not processed

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON response containing a list of Threads user profiles matching the search query, typically including usernames, display names, follower counts, bios, and profile links.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-threads-search-users-65ef957d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
