# Pinterest US Wedding Trends Scraper

**Use case:** 

Track Pinterest wedding trends in the US with trend type, rank, search counts, weekly and monthly change, and Trends URLs.

## Input

```json
{
  "countries": [
    "US"
  ],
  "trendTypes": [
    "growing"
  ],
  "maxResultsPerCountry": 50,
  "endDate": "2026-05-22",
  "lookbackWindow": "30D",
  "keywordsToInclude": [
    "wedding"
  ],
  "keywordsToExclude": [],
  "interestIds": [],
  "rankingMethod": "WEEKLY_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.