Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.drain.lat/llms.txt

Use this file to discover all available pages before exploring further.

Pinterest

Base URL: https://drain.lat/api/v1/pinterest All endpoints require the x-api-key header.

GET /profile/:username

Fetch a public Pinterest profile. Endpoint
GET /api/v1/pinterest/profile/:username
curl "https://drain.lat/api/v1/pinterest/profile/nasa" \
  -H "x-api-key: YOUR_API_KEY"
Response
{
  "id": "354330700897628702",
  "username": "nasa",
  "displayName": "NASA",
  "bio": "Explore the universe with NASA.",
  "avatarUrl": "https://i.pinimg.com/custom_covers/...",
  "website": "https://www.nasa.gov",
  "location": "Washington, D.C.",
  "followers": 1200000,
  "following": 42,
  "pins": 8430,
  "boards": 64,
  "monthlyViews": 9800000,
  "isVerified": true,
  "profileUrl": "https://www.pinterest.com/nasa/",
  "scrapedAt": "2026-05-05T12:00:00.000Z"
}