Skip to main content
Pinterest is a visual discovery engine where users find ideas and inspiration. The connector uses the Pinterest API v5 to extract user account, ad accounts, campaigns, ad groups, ads, and their analytics for advertising and reporting.

Configuring Pinterest as a Source

In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Pinterest option from the list of connectors. Click Next and you’ll be prompted to add your access.

1. Add account access

You’ll need to authorize Nekt to access your Pinterest data via OAuth 2.0. The following configurations are available:
  • Start date: (Optional) Start date for analytics streams (YYYY-MM-DD). If omitted, last 30 days will be used(max. 90 days on API). Note: The Pinterest API only provides analytics for the last 90 days; older start dates are automatically capped.
  • Lookback window (days): (Optional, default: 7) Pinterest may update analytics data for recent days. Nekt re-fetches data within this window so the last N days are always up-to-date. Only applies to analytics streams.
Once you’re done, click Next.

2. Select streams

Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis. You can select entire groups of streams or pick specific ones.
Tip: The stream can be found more easily by typing its name.
Select the streams and click Next.

3. Configure data streams

Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.
  • Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
  • Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
  • Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
  • Sync Type: you can choose between INCREMENTAL and FULL_TABLE. All streams use full table sync by default.
Once you are done configuring, click Next.

4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:
  • Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
  • Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
Once you are ready, click Next to finalize the setup.

5. Check your new source

You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.
For you to be able to see it on your Catalog, you need at least one successful source run.

Streams and Fields

Below you’ll find all available data streams from Pinterest (API v5) and their corresponding fields. Streams such as campaigns, ad_groups, and ads (and their analytics) depend on ad_accounts and are synced per ad account.
FieldTypeDescription
idStringUser account ID
usernameStringUsername
account_typeStringAccount type (e.g. BUSINESS)
profile_imageStringProfile image URL
website_urlStringWebsite URL
business_nameStringBusiness name
business_idStringBusiness ID
aboutStringAbout/bio
FieldTypeDescription
dateStringDate (YYYY-MM-DD) for daily metrics
data_statusStringData status
metricsStringJSON string containing metric blocks (e.g. summary_metrics, daily_metrics with ENGAGEMENT, IMPRESSION, SAVE, etc.)
FieldTypeDescription
idStringAd account ID (e.g. act_123)
nameStringAd account name
ownerObjectObject with id and username (owner user)
countryStringCountry code
currencyStringCurrency code
permissionsArrayPermission scopes for the ad account
created_timeNumberUnix timestamp
updated_timeNumberUnix timestamp
FieldTypeDescription
ad_account_idStringAd account ID (from context)
dateStringDate (YYYY-MM-DD)
Various metricsNumberMetrics (spend, impressions, etc.) as returned by the API
FieldTypeDescription
ad_account_idStringAd account ID (from context)
idStringCampaign ID
nameStringCampaign name
statusStringStatus (e.g. ACTIVE, PAUSED)
objective_typeStringObjective type
created_timeNumberUnix timestamp
updated_timeNumberUnix timestamp
FieldTypeDescription
ad_account_idStringAd account ID (from context)
dateStringDate (YYYY-MM-DD)
campaign_idStringCampaign ID
Various metricsNumberMetrics (spend, impressions, etc.)
FieldTypeDescription
ad_account_idStringAd account ID (from context)
idStringAd group ID
nameStringAd group name
campaign_idStringCampaign ID
statusStringStatus
created_timeNumberUnix timestamp
updated_timeNumberUnix timestamp
FieldTypeDescription
ad_account_idStringAd account ID (from context)
dateStringDate (YYYY-MM-DD)
ad_group_idStringAd group ID
Various metricsNumberMetrics (spend, impressions, etc.)
FieldTypeDescription
ad_account_idStringAd account ID (from context)
idStringAd ID
nameStringAd name
ad_group_idStringAd group ID
campaign_idStringCampaign ID
statusStringStatus
created_timeNumberUnix timestamp
updated_timeNumberUnix timestamp
FieldTypeDescription
ad_account_idStringAd account ID (from context)
dateStringDate (YYYY-MM-DD)
ad_idStringAd ID
Various metricsNumberMetrics (spend, impressions, etc.)

Data Model

The following diagram illustrates the main relationships between streams. ad_accounts is the parent for campaigns, ad_groups, ads and all analytics streams that are scoped per ad account.

Implementation Notes

  • Authentication: Once you authorize your account, Nekt will handle generating and refreshing the short-lived access tokens automatically.
  • Analytics date range: Analytics streams use the Start date config (or last 30 days if omitted) up to today. 90-day limit: The Pinterest API does not provide analytics data older than 90 days; this is an API limitation and cannot be worked around (e.g. by chunking requests). If you set a start date older than 90 days, the connector will request from (today − 90 days) to today. Lookback window (default 7 days): Nekt re-fetches the last N days on each run so recently changing metrics stay up-to-date.
  • Parent streams: campaigns, ad_groups, ads, and all *_analytics streams depend on ad_accounts. Ensure ad_accounts is selected when syncing these streams.
  • Pagination: List streams (ad_accounts, campaigns, ad_groups, ads) use Pinterest v5 bookmark pagination (page_size and bookmark cursor).

Skills for agents

Download Pinterest skills file

Pinterest connector documentation as plain markdown, for use in AI agent contexts.