# GEDX402 Social – SociaVault Pinterest Pin Data

> GEDX402 Social – SociaVault Pinterest Pin 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 data for a specific Pinterest pin via the SociaVault social data proxy, paid per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/pinterest/pin
- 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-sociavault-pinterest-pin-data-41a0d549
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fmE912DelQ9bFDFWSRnqE

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-sociavault-pinterest-pin-data-41a0d549
```

Example prompt: Can you pull the data for this Pinterest pin — https://www.pinterest.com/pin/123456789012345678/ — and trim the response?

## When to prefer this

Use this endpoint when you need structured data from a specific Pinterest pin URL and want a pay-per-call model via x402 micropayments rather than managing OAuth credentials or scraping infrastructure yourself.

## Known failure modes

- Invalid or non-Pinterest URL returns error or empty data object
- Pin not found or deleted returns success:false
- Payment failure via x402 blocks request
- Rate limiting or proxy timeout returns error
- Malformed URL input causes validation failure

## How this service works

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

## Output

A JSON object containing a 'data' field with the pin's structured content, a 'success' boolean, and a 'provider' field identifying SociaVault as the source.

## Request schema (JSON Schema)

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

## 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-sociavault-pinterest-pin-data-41a0d549/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)
