# GGWP API Hub - Pro Social Endpoint

> GGWP API Hub - Pro Social Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.070473/call, status unknown (last checked 2026-09-15).

Fetches professional social media data via a pay-per-call API using the x402 micropayment protocol on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/pro-social
- Price: $0.070473/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-pro-social-endpoint-d378e9fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GSuHJv2fNxoMcm_CVoF9g

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-pro-social-endpoint-d378e9fe -d '<json body>'
```

Example prompt: Can you pull professional social media data for me using the GGWP pro-social endpoint — I need the latest results for my query and I'm okay paying the per-call fee in USDC on Base?

## When to prefer this

Choose this endpoint when you need professional social media data on a pay-per-call basis without a subscription, especially when operating in an autonomous agent context that supports x402 micropayments on Base chain. Prefer it over scraping or subscription APIs when low-volume, on-demand social lookups are needed.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or missing request parameters — returns 400 Bad Request
- Upstream social data provider unavailable — returns 503 or error in result body
- Rate limiting on social platform side — returns error or empty result
- Malformed request body — returns 400 or empty response

## 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 result object containing social media API response data, structured as a JSON object with a 'result' key containing the fetched data payload. Exact fields depend on the query made.

## 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-pro-social-endpoint-d378e9fe/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)
