Quick overview
This workflow runs every Monday morning to search Pinterest for a chosen keyword using Apify’s Pinterest Search Scraper, filters and ranks the results by engagement, and saves the top pins with their metadata (URL, board, creator, image, and stats) into Airtable.
How it works
- Runs every Monday at 07:00 on a schedule.
- Sends the configured keyword and max item count to Apify (dami_studio/pinterest-search-scraper) to fetch Pinterest search results.
- Keeps only valid, non-promoted pins that meet the minimum reaction threshold.
- Sorts the remaining pins by reaction count in descending order.
- Maps each pin’s fields (URL, title/description, board and creator info, media/link details, and engagement stats) into an Airtable-friendly record.
- Creates a new record in Airtable for each pin.
Setup
- Add an Apify API token credential and ensure the workflow can run the actor dami_studio/pinterest-search-scraper.
- Add an Airtable credential, then select the target Base and Table in the Airtable node.
- Create matching Airtable fields (for example: Pin URL, Title, Description, Creator, Creator name, Board, Board URL, Reactions, Comments, Format, Image, Links out to, Posted, Found via).
- Update the keyword, maxItems, and minReactions values to match what you want to research.