Pinterest Boards
Pricing
$10.00/month + usage
Go to Apify Store

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
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
16 hours ago
Last modified
Categories
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
- Choose a data source: profile-page or search-page.
- Provide a username or keyword depending on the source type.
- The scraper collects board data, including name, URLs, pin counts, followers, and image previews.
- Results are returned in structured JSON format.
⚙️ Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| data_source | string | ✅ | "profile-page" | Choose where to scrape data from: "profile-page" (a user’s boards) or "search-page" (boards from search results). |
| source_value | string | ✅ | "nike" | The input value based on the selected data source — a username for profiles or keywords for search. |
| size | integer | ✅ | 10 | Number 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
| Field | Type | Description |
|---|---|---|
| id | string | Unique ID of the board. |
| name | string | The board’s title. |
| uri | string | Pinterest’s internal URI for the board. |
| url | string | Full board URL. |
| sectionCount | integer | Number of sections in the board. |
| boardOrderModifiedAt | string | Last modification date of the board’s order. |
| pinCount | integer | Number of pins saved to the board. |
| createdAt | string | Date the board was created. |
| imageCoverUrl | string | Cover image URL of the board. |
| images | object | Sample preview images in different resolutions (170x, 236x). |
| followerCount | integer | Board follower count. |
| description | string | Board’s description text, if any. |
| owner | object | Information 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