Pinterest Boards Scraper — Boards by Profile avatar

Pinterest Boards Scraper — Boards by Profile

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Pinterest Boards Scraper — Boards by Profile

Pinterest Boards Scraper — Boards by Profile

List public Pinterest boards for a username with each board's ID, privacy, Pin total, description, collaboration details, and cover data.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Share

Pinterest Boards Scraper

The Actor lists public Pinterest boards for every profile you give it. Each dataset record represents a board and exposes both its url and its id for subsequent board-level Pin collection. Give one profile per line — a profile URL or the bare username.

{
"username_or_url": ["pinterest", "https://www.pinterest.com/nasa/"],
"maxItems": 50
}

maxItems is the maximum number of board records to save per profile; it defaults to 50. With maxItems set to 0, collection continues until the available board list is exhausted.

Set addonBoardPins to true to fetch each board's Pins, attached under board_pins. The whole Pin list is paginated, up to maxPinsPerBoard (0 continues until no further Pins are available), and billed once per board however many pages that takes.

Set addonCoverPinDetails to true to fetch full Pin detail (save count, comment count, and media) for the board's cover Pin, attached under cover_pin_details — one extra request per board, billed per enriched row.

Each board row carries source_username, the input it was collected for, so rows stay attributable when several profiles are given.

Board records

Fields may include id, name, url, privacy, pin_count, section_count, collaborator_count, is_collaborative, description, cover_images, cover_pin, owner, and created_at. cover_images holds the board's cover image URLs by size; cover_pin carries the cover Pin's own record, including its image_url.

{
"id": "893683188497204781",
"name": "Whimsical picnic day outfits",
"url": "/fashion/whimsical-picnic-day-outfits/",
"privacy": "public",
"pin_count": 65,
"section_count": 0,
"collaborator_count": 1,
"is_collaborative": true,
"created_at": "2026-06-12T20:08:04.000Z"
}

This is a live-verified board-list result. The source creation date is normalized to ISO 8601 in created_at.

Using a board result

Prefix the board's url path with https://www.pinterest.com and pass that full URL to the Pinterest Board Pins Scraper to collect the board's Pins. A browser board URL works directly, so this listing is a convenience rather than a prerequisite. A run can finish below maxItems when the source returns no further board records.

For the profile-level record before listing boards, use the Pinterest Profile Scraper.