# pinterest_get_trends

> Read Pinterest Trends: top growing/monthly/yearly/seasonal keywords by supported region, growing product categories, product-category details, featured…

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads)

Read Pinterest Trends: top growing/monthly/yearly/seasonal keywords by supported region, growing product categories, product-category details, featured topics, or editorial articles.

|  |  |
| --- | --- |
| Source | [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/pinterest-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `mode` | string | Required | One of: `KEYWORDS`, `PRODUCT_CATEGORIES`, `PRODUCT_CATEGORY_DETAILS`, `FEATURED_TOPICS`, `EDITORIAL_ARTICLES`. |
| `region` | string | Optional | One of: `US`, `CA`, `DE`, `FR`, `ES`, `IT`, `DE+AT+CH`, `GB+IE`, `IT+ES+PT+GR+MT`, `PL+RO+HU+SK+CZ`, `SE+DK+FI+NO`, `NL+BE+LU`, `AR`, `BR`, `CO`, `MX`, `MX+AR+CO+CL`, `AU+NZ`. Default: `"FR"`. |
| `productRegion` | string | Optional | One of: `US`, `GB+IE`, `CA`. Default: `"US"`. |
| `trendType` | string | Optional | One of: `growing`, `monthly`, `yearly`, `seasonal`. Default: `"growing"`. |
| `limit` | integer | Optional | Default: `50`. |
| `interests` | array | Optional |  |
| `genders` | array | Optional |  |
| `ageBuckets` | array | Optional |  |
| `includeKeywords` | array | Optional |  |
| `includeDemographics` | boolean | Optional |  |
| `productCategories` | array | Optional |  |
| `verticals` | array | Optional |  |
| `productLookbackDays` | number | Optional | One of: `90`, `180`, `365`, `730`. Default: `365`. |
| `productEngagementType` | string | Optional | One of: `ENGAGEMENT`, `OUTBOUND_CLICK`, `SAVE`. Default: `"ENGAGEMENT"`. |
| `featuredInterest` | string | Optional |  |
| `query` | object | Optional | Additional documented query parameters for the selected fixed GET endpoint. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_get_trends",
    "args": {
      "mode": "KEYWORDS"
    }
  }
}
```

- [Pinterest Ads metrics](https://www.getmcpads.com/docs/sources/pinterest-ads/metrics): What you can ask for.
- [Pinterest Ads dimensions](https://www.getmcpads.com/docs/sources/pinterest-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/pinterest-ads/tools/pinterest_get_trends
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
