# GGWP API Hub - Web Social Endpoint

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

Fetches web-based social media data via a pay-per-call POST endpoint on the GGWP API Hub platform

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/web-social
- Price: $0.131133/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-web-social-endpoint-96f2fdcc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZffebifJliVQIqwvN_fuj

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-web-social-endpoint-96f2fdcc -d '<json body>'
```

Example prompt: Can you pull web social media data for a given topic or profile using the GGWP API Hub's web-social endpoint?

## When to prefer this

Choose this endpoint when you need web-based social media data and are operating in an x402 pay-per-call environment on the Base blockchain. It is suitable for agents that need on-demand social data without a subscription commitment. Prefer alternatives with richer documented schemas if precise input/output fields are required.

## Known failure modes

- Payment failure due to insufficient USDC balance on Base chain
- Malformed or missing request body causing a 400 error
- Undocumented required fields leading to empty or error responses
- Rate limiting or quota exhaustion returning 429
- Service unavailability on the Vercel-hosted deployment returning 503
- Vague schema means unexpected or inconsistent response structures

## 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 data retrieved from web sources, structured as a JSON object with a 'result' key containing the API response data. The exact fields depend on the query but generally include social content, profile, or activity information.

## 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-web-social-endpoint-96f2fdcc/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)
