How to Monitor Pinterest Boards for New Pins and Engagement
Monitor public Pinterest boards for new pins, saves, reactions, repins, comments, and shares with a scheduled Apify workflow.

Pinterest boards change quietly. A competitor adds a product pin, a creator starts publishing in a new visual style, or an older pin gains engagement. Manually revisiting boards does not produce a clean event stream. A scheduled Pinterest monitor does.
Thirdwatch's Pinterest Scraper & Monitor stores a bounded history for each watch and can emit only new pins or public engagement changes. It runs over HTTP, without a browser or Pinterest login.
Create a new-pin monitor
Use a public board URL and give the watch a stable name:
{
"boardUrls": ["https://www.pinterest.com/pinterest/official-news/"],
"maxResults": 100,
"monitorMode": "new-pins",
"monitorStoreName": "official-news-board"
}Save the input as an Apify Task and schedule it. The first run emits the current pins as change_type: "new". Later runs with the same monitorStoreName emit only pin IDs the watch has not seen before.
The ready-made Task named Monitor New Pinterest Pins for Product Research provides a starting configuration for keyword-based product discovery. Replace its example searches with your niche.
Track engagement changes
For public metrics, select engagement-changes:
{
"boardUrls": ["https://www.pinterest.com/pinterest/official-news/"],
"maxResults": 100,
"monitorMode": "engagement-changes",
"monitorStoreName": "official-news-engagement"
}This mode automatically fetches detailed public pin data. Events include changed_fields, previous values, and numeric deltas for any available saves, reactions, repins, comments, or shares.
{
"pin_id": "123456789",
"pin_url": "https://www.pinterest.com/pin/123456789/",
"change_type": "engagement-change",
"changed_fields": ["saves_count", "repin_count"],
"saves_count": 58,
"previous_saves_count": 43,
"saves_count_delta": 15,
"repin_count": 21,
"previous_repin_count": 18,
"repin_count_delta": 3
}Pinterest does not publish every metric for every pin. The monitor preserves the last known value when a later response omits a field, preventing a temporary omission from generating a false decrease.
A practical operating cadence
Choose cadence according to how quickly you can act on a signal:
- Daily for active campaign or competitor-board monitoring.
- Weekly for category and creative research.
- Monthly for slower-moving inspiration libraries.
Start with one Task per board or keyword group. Distinct monitorStoreName values keep their histories independent. Send dataset events to a webhook, Google Sheets, Slack automation, Make, Zapier, or your warehouse.
What this does—and does not—measure
New-pin monitoring measures additions visible in the public results the Actor receives. Engagement monitoring compares available public counters. It does not claim to measure impressions, clicks, private analytics, or deleted-pin events, because Pinterest does not expose those values on logged-out public pin surfaces.
Board activity is a useful research signal, but it is not proof of market growth. Combine it with sales data, search demand, customer interviews, or other platform signals before making inventory or campaign decisions.
Cost control
Only rows written to the dataset are charged. After the baseline, a new-pins run that finds no additions emits no billable result events. Prices range from $0.002 to $0.0012 per emitted row depending on your Apify tier.
Run the Pinterest Scraper & Monitor on Apify, then save the working input as a scheduled Task.
Frequently asked questions
Can I receive only new Pinterest pins?
Yes. Use new-pins monitoring mode and schedule the same saved Task. The first run establishes a baseline; later runs emit only newly observed pin IDs.
Which engagement metrics can be monitored?
When Pinterest exposes them publicly, the Actor tracks saves, reactions, repins, comments, and shares. Missing metrics remain null rather than becoming false zeroes.
Does Pinterest monitoring require a login or browser?
No. The Actor uses public Pinterest web resources over HTTP and does not require a Pinterest account.
Related
100 free credits, no credit card.
About 30 real searches. Add the MCP to Claude or Cursor in two minutes.