# GGWP API Hub – Threads Public Data

> GGWP API Hub – Threads Public Data is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.195066/call, status unknown (last checked 2026-09-15).

Fetches publicly available data from Threads (Meta's social platform) via a pay-per-call API endpoint.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/threads-public-data
- Price: $0.195066/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-threads-public-data-db7c990b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_20eOLfkxdcE4m50HT4Qpw

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 ggwp-api-hub-threads-public-data-db7c990b -d '<json body>'
```

Example prompt: Can you pull the public profile data and recent posts for the Threads account @zuck, including their follower count and latest post engagement?

## When to prefer this

Choose this endpoint when you need publicly available Threads (Meta) social data without managing your own Threads API credentials or scraping infrastructure. Best for one-off lookups, agent workflows needing social enrichment, or when you want pay-per-call pricing rather than a subscription. Prefer over direct Threads API access when you need a simple POST call with crypto micropayment settlement.

## Known failure modes

- Account is private or does not exist — returns empty or error result
- Rate limiting by upstream Threads platform causing partial or failed responses
- Invalid username or post ID format — malformed request returns error
- Payment failure on Base chain via x402 protocol — request not processed
- Threads API changes or downtime causing upstream failures

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a JSON object containing publicly available Threads data for the queried account or post, which may include profile information (bio, follower count, following count), recent posts, post content, engagement metrics (likes, replies, reposts), and media attachments as available from the public Threads platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-threads-public-data-db7c990b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
