# StableSocial Pinterest Pin Scraper

> StableSocial Pinterest Pin Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches data for a specific Pinterest pin by URL, returning structured pin metadata with optional trimmed output.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/pinterest/pin
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-pinterest-pin-scraper-f211799b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pjh9DJm28QyZtmp85plvi

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 stablesocial-pinterest-pin-scraper-f211799b -d '<json body>'
```

Example prompt: Can you pull the details from this Pinterest pin — https://www.pinterest.com/pin/123456789012345678/ — and give me the full metadata including description, image, and engagement info?

## When to prefer this

Choose this endpoint when you need structured data from a specific Pinterest pin URL without setting up authentication, subscriptions, or managing API keys. It is ideal for one-off or pay-per-use data extraction from Pinterest where you already have the direct pin URL. Prefer this over full social platform SDKs when cost efficiency and simplicity matter for single-pin lookups.

## Known failure modes

- Invalid or malformed Pinterest pin URL returns an error
- Pin has been deleted or made private, resulting in no data returned
- Rate limiting or upstream Pinterest blocking may cause failures
- Trim flag misuse may return incomplete data unexpectedly
- Non-pin Pinterest URLs (e.g. board or profile URLs) may not be supported

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured JSON containing Pinterest pin metadata such as title, description, image URL, board name, creator information, engagement metrics (saves, comments), and optionally a trimmed subset of these fields when the trim flag is set to true.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Pinterest pin URL"
  },
  "trim": {
   "type": "boolean",
   "description": "Set to true for a trimmed down version of the response"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-pinterest-pin-scraper-f211799b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
