# GEDX402 Social – Pinterest Board Data

> GEDX402 Social – Pinterest Board Data is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Fetches Pinterest board data (pins, metadata) via the SociaVault proxy with a single x402 micropayment per call

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/pinterest/board
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-pinterest-board-data-978485d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lw2nWWw_wNQHMDODQcKtx

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 gedx402-social-pinterest-board-data-978485d3
```

Example prompt: Pull the board data for this Pinterest board — https://www.pinterest.com/someuser/travel-inspo/ — and trim the response to just the essentials.

## When to prefer this

Use this endpoint when you need programmatic access to Pinterest board data (pins, images, metadata) without managing Pinterest OAuth or API keys, and you prefer pay-per-call micropayment billing via x402 rather than a subscription.

## Known failure modes

- Invalid or private Pinterest board URL returns empty data or error
- Expired or invalid x402 payment token causes 402 rejection
- Malformed cursor causes pagination failure
- Rate limiting or Pinterest blocking causes fetch failure
- Non-Pinterest URL passed returns error or empty result

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

Returns a JSON object with a 'data' field containing the Pinterest board contents (pins, metadata), a 'success' boolean, and 'provider' set to 'sociavault'. Pagination is supported via cursor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "trim": {
   "type": "boolean"
  },
  "cursor": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-pinterest-board-data-978485d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
