# Pinterest Global Content Planning

**Use case:** 

Build a Pinterest content planning export across countries and trend types with rank, searches, growth changes, and trend URLs.

## Input

```json
{
  "countries": [
    "US",
    "CA",
    "DE",
    "FR"
  ],
  "trendTypes": [
    "top_monthly",
    "growing",
    "seasonal"
  ],
  "maxResultsPerCountry": 75,
  "endDate": "2026-05-22",
  "lookbackWindow": "180D",
  "keywordsToInclude": [
    "home",
    "decor",
    "nails"
  ],
  "keywordsToExclude": [],
  "interestIds": [],
  "rankingMethod": "MONTHLY_CHANGE"
}
```

## Output

```json
{
  "term": {
    "label": "Trend keyword",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "trendType": {
    "label": "Trend type",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "normalizedCount": {
    "label": "Normalized count",
    "format": "number"
  },
  "searchCount": {
    "label": "Search count",
    "format": "number"
  },
  "weeklyChange": {
    "label": "Weekly change",
    "format": "number"
  },
  "monthlyChange": {
    "label": "Monthly change",
    "format": "number"
  },
  "yearlyChange": {
    "label": "Yearly change",
    "format": "number"
  },
  "seasonalityScore": {
    "label": "Seasonality",
    "format": "number"
  },
  "pinterestTrendsUrl": {
    "label": "Pinterest Trends URL",
    "format": "link"
  },
  "endDate": {
    "label": "End date",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Trends Scraper for Keyword & Product Research](https://apify.com/automation-lab/pinterest-trends-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/pinterest-trends-scraper) to learn more, explore other use cases, and run it yourself.