Pinterest Boards avatar
Pinterest Boards

Pricing

$10.00/month + usage

Go to Apify Store
Pinterest Boards

Pinterest Boards

A versatile Pinterest board scraper that collects detailed information from either user profiles or search results. It retrieves data such as board names, pin and follower counts, creation dates, and image previews. Ideal for trend research, content analysis, and visual inspiration tracking.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

shareze

shareze

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

16 hours ago

Last modified

Share

📌 Pinterest Boards

This tool allows you to scrape Pinterest boards either from a specific user’s profile or from search results. It’s useful for gathering visual inspiration, analyzing board performance, or collecting creative trend data.

🚀 How It Works

  1. Choose a data source: profile-page or search-page.
  2. Provide a username or keyword depending on the source type.
  3. The scraper collects board data, including name, URLs, pin counts, followers, and image previews.
  4. Results are returned in structured JSON format.

⚙️ Input Parameters

ParameterTypeRequiredDefaultDescription
data_sourcestring"profile-page"Choose where to scrape data from: "profile-page" (a user’s boards) or "search-page" (boards from search results).
source_valuestring"nike"The input value based on the selected data source — a username for profiles or keywords for search.
sizeinteger10Number of boards to retrieve (minimum: 1).

Example Input

{
"data_source": "profile-page",
"source_value": "rihamarchitacteur",
"size": 5
}

📦 Output Structure

Each record in the dataset follows this structure:

{
"id": "854276691756435376",
"name": "M A C K U P",
"uri": "/rihamarchitacteur/m-a-c-k-u-p/",
"url": "https://www.pinterest.com/rihamarchitacteur/m-a-c-k-u-p/",
"sectionCount": 0,
"boardOrderModifiedAt": "Wed, 05 Nov 2025 16:09:28 +0000",
"pinCount": 91,
"createdAt": "Sun, 03 May 2020 22:46:34 +0000",
"imageCoverUrl": "https://i.pinimg.com/474x/8e/e6/60/8ee660207cf9822bcbb640b52fa0153f.jpg",
"images": {
"170x": [
{
"url": "https://i.pinimg.com/170x/67/cb/dd/67cbddba5f6da00e25ab16e75988ccf3.jpg",
"width": 170,
"height": 206,
"dominant_color": "#B88B67"
}
],
"236x": [
{
"url": "https://i.pinimg.com/236x/67/cb/dd/67cbddba5f6da00e25ab16e75988ccf3.jpg",
"width": 236,
"height": 286,
"dominant_color": "#B88B67"
}
]
},
"followerCount": 12529,
"description": "",
"owner": {
"id": "854276760475354469",
"username": "rihamarchitacteur",
"fullName": "Nike",
"imageUrl": "https://i.pinimg.com/75x75_RS/85/44/39/85443942d2292a689e921ed7b3148f8c.jpg",
"followerCount": 12560,
"isVerifiedMerchant": null
}
}

🧠 Field Description

FieldTypeDescription
idstringUnique ID of the board.
namestringThe board’s title.
uristringPinterest’s internal URI for the board.
urlstringFull board URL.
sectionCountintegerNumber of sections in the board.
boardOrderModifiedAtstringLast modification date of the board’s order.
pinCountintegerNumber of pins saved to the board.
createdAtstringDate the board was created.
imageCoverUrlstringCover image URL of the board.
imagesobjectSample preview images in different resolutions (170x, 236x).
followerCountintegerBoard follower count.
descriptionstringBoard’s description text, if any.
ownerobjectInformation about the board owner (username, full name, avatar, followers, etc.).

📊 Example Output

[
{
"id": "854276691756435376",
"name": "M A C K U P",
"url": "https://www.pinterest.com/rihamarchitacteur/m-a-c-k-u-p/",
"pinCount": 91,
"followerCount": 12529
}
]

🪄 Notes

  • Supports two scraping modes: search-based and profile-based.
  • Works only with public boards.
  • Excellent for trend analysis, content aggregation, and visual curation.

🧰 Use Cases

  • Collect boards for specific themes or niches
  • Research audience interests by profile
  • Build datasets for visual inspiration or trend tracking