Browse sources$ls -a sources
Logo of pinterest
Pinterest
Boost brand engagement with insights from Pinterest data
Sync your customers' dataFiber pulls data from your customers' Pinterest accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of pinterest
Logo of pinterest
Logo of pinterest
Logo of pinterest
Logo of pinterest
Logo of pinterest
Logo of pinterest
Logo of pinterest
Logo of pinterest
Logo of pinterest
Fiber
postgres-prod
pinterest_pins
pinterest_campaigns
pinterest_ads
Your customers' Pinterest accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Pinterest API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Boards belonging to the Pinterest
-- account of a particular user.

SELECT *
FROM fiber.pinterest_board
WHERE account_id = '{user.pinterest_id}'
-- Fetch all the Boards belonging to the Pinterest
-- account of a particular user.

SELECT *
FROM fiber.pinterest_board
WHERE account_id = '{user.pinterest_id}'
Code
CREATE TABLE fiber.pinterest_board (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
board_pins_modified_at TEXT,
name TEXT,
description TEXT,
collaborator_count INT,
pin_count INT,
follower_count INT,
media JSONB,
owner JSONB,
privacy TEXT
)
CREATE TABLE fiber.pinterest_board (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
board_pins_modified_at TEXT,
name TEXT,
description TEXT,
collaborator_count INT,
pin_count INT,
follower_count INT,
media JSONB,
owner JSONB,
privacy TEXT
)
Model definition
About this source
Logo of pinterest
PinterestVisual discovery engine for finding ideas like recipes and home inspirations.pinterest.com  ↗
Available resources
    Pins
    Campaigns
    Ads
    Ad Groups
    Ad Accounts
    Audiences
    Reports
    Keywords
    Catalogs
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Pinterest?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Pinterest and over 200 other APIs. Setup and deploy within minutes.
Logo of pinterestIntegrate Pinterest using Fiber Fiber makes it easy to access third-party data from Pinterest accounts. Get started in just a few minutes.