# AnyAPI Threads Search

> AnyAPI Threads Search 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 threads on the Threads social platform and retrieve matching post results via a pay-per-request scraping API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/threads.search
- 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-d0b7d429
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gbu6CdzyrYneidFwWcssr

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-d0b7d429 -d '<json body>'
```

Example prompt: Search Threads for posts about 'AI agents' and show me the top results including who posted them and what they said.

## When to prefer this

Use this endpoint when you need to search public posts on Meta's Threads platform without managing your own scraper or Threads API credentials. Ideal for monitoring brand mentions, tracking trending topics, or gathering social listening data from Threads at a low per-call cost with no subscription required.

## Known failure modes

- Query returns no results if the search term has no matching Threads posts
- Rate limiting or block by Threads if scraping volume is high
- Stale or incomplete data if Threads has changed its internal structure
- Invalid or missing query parameter returns an API error
- Threads platform downtime causes empty or error response

## 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

Returns a JSON array of Threads search results matching the query, including post content, author handles, timestamps, engagement data (likes/replies), and post URLs.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-threads-search-d0b7d429/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)
