# AnyAPI threads.profile

> AnyAPI threads.profile 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).

Scrapes and returns profile data from a Threads (threads.net) user account by username or profile URL

## Facts

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

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-profile-70a99da4 -d '<json body>'
```

Example prompt: Pull the public Threads profile for @zuck — I want the follower count, bio, post count, and whether the account is verified.

## When to prefer this

Use this endpoint when you need to programmatically access public Threads profile data without maintaining your own scraper or dealing with Meta's API restrictions. Ideal for influencer research, social media monitoring, lead enrichment, or competitive analysis workflows where pay-per-call pricing is preferable to a subscription.

## Known failure modes

- Profile not found or username doesn't exist on Threads — returns error or empty result
- Private or restricted Threads account — profile data may be limited or unavailable
- Threads blocks or rate-limits the scraper — returns a scraping failure error
- Invalid input format (malformed username or URL) — returns validation error
- Threads UI changes break the scraper — may return partial or stale data

## 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 object containing the Threads user's public profile data, typically including display name, username, bio, follower count, following count, post count, profile photo URL, and verification status.

## Response schema (JSON Schema)

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

## More

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