Pinterest Boards Scraper
Under maintenancePricing
from $4.99 / 1,000 results
Pinterest Boards Scraper
Under maintenanceA robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Pinterest Boards data seamlessly, reliably, and at scale.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrapes Pinterest boards from one or more user profiles. Extracts board title, description, pin count, follower count, cover image, and owner details — ideal for Pinterest content strategy analysis, influencer research, and social media benchmarking.
Features
- Multi-user scraping — scrape boards from multiple Pinterest usernames in one run
- Board metadata — title, description, pin count, follower count, collaborator count
- Cover images — extracts board cover image URL
- Owner details — includes owner username, display name, and verification status
- Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support
Use Cases
- Pinterest content strategy analysis and planning
- Influencer board research and benchmarking
- Tracking competitor content organization
- Building datasets of Pinterest board data for social media analytics
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
usernames | array | — | ✓ | List of Pinterest usernames to scrape boards from (e.g. ["nasa", "natgeo"]). |
maxBoardsPerUser | integer | 50 | Maximum number of boards to scrape per user (up to 100). | |
maxItems | integer | 100 | Maximum total board records across all users (up to 200). | |
includePins | boolean | false | Deprecated compatibility field; true is rejected because Pinterest no longer exposes a reliable public board-pin feed. | |
proxyConfiguration | object | Direct | Optional proxy settings; enabling Apify Proxy without a group uses the standard pool. |
Output
Each scraped board includes:
| Field | Description |
|---|---|
id | Pinterest board ID |
type | Always board |
name | Board name/title |
description | Board description |
url | Full URL to the board |
imageCoverUrl | Board cover image URL |
pinThumbnailUrls | Array of up to 5 pin thumbnail URLs on the cover |
pinCount | Number of pins on the board |
followerCount | Number of followers of the board |
collaboratorCount | Number of collaborators |
sectionCount | Number of sections in the board |
isPrivate | Whether the board is private/secret |
isCollaborative | Whether the board is collaborative |
layout | Board layout type |
categoryName | Board category |
ownerUsername | Owner's Pinterest username |
ownerId | Owner's Pinterest user ID |
ownerFullName | Owner's display name |
ownerProfileUrl | Full URL to owner's profile |
ownerFollowerCount | Owner's follower count |
ownerIsVerified | Whether the owner is verified |
createdAt | Board creation timestamp |
lastPinnedAt | Timestamp of the last pin saved |
scrapedAt | ISO 8601 timestamp of scrape |
Sample Output
{"id": "123456789","type": "board","name": "Solar System Exploration","description": "Exploring the planets in our solar system.","url": "https://www.pinterest.com/nasa/solar-system/","imageCoverUrl": "https://i.pinimg.com/736x/ab/cd/ef.jpg","pinCount": 240,"followerCount": 15000,"isPrivate": false,"isCollaborative": false,"ownerUsername": "nasa","ownerFullName": "NASA","ownerIsVerified": true,"createdAt": "2020-03-15T10:00:00.000Z","scrapedAt": "2026-05-21T10:00:00.000Z"}
Notes
- Proxy: Direct access is the default. Enable the standard Apify proxy pool only when target behavior shows it is needed; residential access is never selected silently.
- Private boards: Only public boards are accessible. Private/secret boards require authentication.
- Pins: Use a dedicated Pinterest pin scraper for pin-level output; this Actor intentionally fails fast when legacy
includePins: trueis supplied.
