Pinterest Scraper

ENDPOINTS
GET/pinterest/profile

Get Profile Details

Get complete profile metadata for one Pinterest account, including social proof and account-level stats. Returns bio, follower/following counts, website, Instagram link, profile tabs, cover images, and verification status.

QUERY PARAMS

Pinterest username (or profile ID) to fetch details for.

Example: ohjoy

{
  "bio": "👩🏻 Founder and Creative Director of Oh Joy!  • Entrepreneur💡• Designer 🎨 • Author 📚• Small Biz Mentor 📊 • Mama 👭🏻 • Thai American 🇹🇭 • Tennis Player 🎾 @JoyOnTheCourt • LA 📍",
  "cover": {
    "type": "profilecoversource",
    "video": null,
    "images": {
      "474x": {
        "url": "https://i.pinimg.com/474x/58/d4/f7/58d4f71b38696d35479edc517ecae08f.jpg",
        "width": 474,
        "height": 266
      },
      "736x": {
        "url": "https://i.pinimg.com/736x/58/d4/f7/58d4f71b38696d35479edc517ecae08f.jpg",
        "width": 736,
        "height": 414
      },
      "750x": {
        "url": "https://i.pinimg.com/736x/58/d4/f7/58d4f71b38696d35479edc517ecae08f.jpg",
        "width": 736,
        "height": 414
      },
      "1200x": {
        "url": "https://i.pinimg.com/1200x/58/d4/f7/58d4f71b38696d35479edc517ecae08f.jpg",
        "width": 1200,
        "height": 675
      },
      "originals": {
        "url": "https://i.pinimg.com/originals/58/d4/f7/58d4f71b38696d35479edc517ecae08f.jpg",
        "width": 2000,
        "height": 1125
      }
    },
    "source": "image",
    "source_id": null
  },
  "avatars": {
    "medium": "https://i.pinimg.com/75x75_RS/9a/44/f6/9a44f6b6bffba5e3bc1de97f92d346c1.jpg",
    "extra_large": "https://i.pinimg.com/280x280_RS/9a/44/f6/9a44f6b6bffba5e3bc1de97f92d346c1.jpg"
  },
  "user_id": "21181198155907073",
  "website": "http://linktr.ee/ohjoy",
  "username": "ohjoy",
  "followers": 15091355,
  "following": 407,
  "instagram": {
    "url": "https://www.instagram.com/ohjoy",
    "username": "ohjoy",
    "has_invalid_instagram_auth": false
  },
  "first_name": "Joy Cho / Oh Joy!",
  "is_indexed": true,
  "is_partner": true,
  "is_private": false,
  "total_pins": 34511,
  "display_name": "Joy Cho / Oh Joy!",
  "profile_tabs": [
    {
      "kind": 1,
      "name": "Created",
      "tab_id": "17111654491231",
      "is_default": false
    },
    {
      "kind": 0,
      "name": "Saved",
      "tab_id": "17111654491711",
      "is_default": true
    }
  ],
  "total_boards": 73,
  "impressum_url": null,
  "last_pin_saved_at": "Wed, 15 Jul 2026 03:01:43 +0000",
  "account_created_at": "Thu, 29 Apr 2010 21:28:02 +0000",
  "interests_followed": 5,
  "is_domain_verified": false,
  "is_website_verified": false,
  "is_verified_merchant": false
}