# GGWP Social Links Search

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

Searches for social media profile links associated with a given query or entity name

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/social-links-search
- Price: $0.122338/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-social-links-search-f475ec30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9MOM-IqsCJQT1yshjI3Hz

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-social-links-search-f475ec30 -d '<json body>'
```

Example prompt: Can you find all the social media profile links for Elon Musk — I want to see his Twitter, LinkedIn, Instagram, and any other platforms he's active on?

## When to prefer this

Choose this endpoint when you need to aggregate social media profile links for a person, brand, or organization in a single call via a pay-per-call model without requiring a long-term API subscription. Useful for one-off lookups, agent workflows needing social enrichment, or when you need cross-platform social presence data without managing multiple platform APIs.

## Known failure modes

- Entity not found — returns empty or minimal result if the name/query matches no known profiles
- Ambiguous query — may return profiles for multiple people with the same name
- Rate limiting or payment failure — x402 payment not accepted or insufficient USDC balance
- Schema mismatch — input not conforming to expected object structure returns an error
- Incomplete coverage — not all platforms may be indexed for every entity

## 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 structured result object containing social media profile links and handles for the queried entity, likely including platform names and URLs across major networks such as Twitter, LinkedIn, Instagram, Facebook, and others where found.

## 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-social-links-search-f475ec30/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)
