Pinterest Scraper

ENDPOINTS
GET/pinterest/boards

Get Profile Boards

Return the boards/collections for a Pinterest profile so users can understand content organization by topic. Returns board items with titles, descriptions, creator info, saves, comment counts, and dominant colors.

QUERY PARAMS

Pinterest username used to fetch boards.

Example: ohjoy

{
  "items": [
    {
      "saves": 0,
      "title": "ZURU Snackles = squishy plush + surprise snack toy! 🍔🧸 Cute, collectible & cuddly—your kids will want them ALL! #Snackles #ZURUToys #MyTreasures",
      "creator": {
        "user_id": "93027685961303976",
        "username": "queenval1967",
        "avatar_urls": {
          "large": null,
          "small": null,
          "medium": "https://i.pinimg.com/75x75_RS/69/53/80/6953809268843ea70de1cf6fe5bc7e7a.jpg"
        },
        "display_name": "Rising Star Events ~ Online Vendor Events",
        "is_verified_merchant": false
      },
      "item_id": "450430400252983295",
      "is_video": false,
      "created_at": null,
      "description": "ZURU Snackles = squishy plush + surprise snack toy! 🍔🧸 Cute, collectible & cuddly—your kids will want them ALL! #Snackles #ZURUToys #MyTreasures",
      "comment_count": 0,
      "rich_metadata": null,
      "dominant_color": "#fe7ca9"
    },
    {
      "saves": 0,
      "title": "ZURU Snackles = squishy plush + surprise snack toy! 🍔🧸 Cute, collectible & cuddly—your kids will want them ALL! #Snackles #ZURUToys #MyTreasures",
      "creator": {
        "user_id": "93027685961303976",
        "username": "queenval1967",
        "avatar_urls": {
          "large": null,
          "small": null,
          "medium": "https://i.pinimg.com/75x75_RS/69/53/80/6953809268843ea70de1cf6fe5bc7e7a.jpg"
        },
        "display_name": "Rising Star Events ~ Online Vendor Events",
        "is_verified_merchant": false
      },
      "item_id": "450430400252983295",
      "is_video": false,
      "created_at": null,
      "description": "ZURU Snackles = squishy plush + surprise snack toy! 🍔🧸 Cute, collectible & cuddly—your kids will want them ALL! #Snackles #ZURUToys #MyTreasures",
      "comment_count": 0,
      "rich_metadata": null,
      "dominant_color": "#fe7ca9"
    }
  ],
  "total_results": 2
}