Pinterest Trends API
API 한 번의 호출로 Pinterest Trends 데이터를 받아 가세요. Returns what people in one market are searching for on Pinterest, with no keyword in: the Pinterest Trends list for a country and a table. `type` picks the table: `growing` (terms rising fastest, the default), `seasonal` (terms that come back at this time every year), `top_monthly` or `top_yearly` (the most searched). Each item has `rank` (1 is the top), `term`, `country`, `market` (the list Pinterest reads it from: Ireland reads GB+IE, Australia and New Zealand read AU+NZ, Great Britain alone has its own list), `type`, `search_index` (relative search volume, 0 to 100 within the answer), `weekly_change`, `monthly_change` and `yearly_change` (as Pinterest reports them, a fraction where 0.3 is +30%; Pinterest reports 100.01 for a term that was near zero before), `seasonality` (0 to 1), `url` (the term's Pinterest Trends page) and `as_of` (the date Pinterest's weekly data is as of; null on the rare call served while Pinterest throttles the primary route). Narrow with `include` and `exclude`, comma-separated keywords. Filters that match nothing, and a list Pinterest has empty, return 404 at 0 credits. Flat 10 credits whatever the depth. Exact repeats within 6 hours are served from cache at 0 credits.
2026년 9월 업데이트SocialCrawl 팀이 직접 관리해요
국가별 Pinterest 트렌드 목록을 돌려줍니다. 급상승, 시즌, 인기 검색어마다 순위, 상대 검색량, 주간·월간·연간 변화율, 계절성 점수가 함께 나옵니다.
키워드를 정하지 않고 한 시장에서 Pinterest 사용자가 새로 찾기 시작한 주제를 볼 때 사용하세요. 포함·제외 키워드로 좁힐 수 있습니다.
67개 플랫폼을 병렬로 검색합니다
Trends API로 무엇을 할 수 있을까요
Trends 엔드포인트가 통합 스키마와 계산 필드를 담은 Pinterest 데이터를 한 번의 요청으로 보내드려요. 스크래핑 인프라를 직접 만들거나 유지할 필요가 없어요.
요청 예시
curl -H "x-api-key: YOUR_API_KEY" \
"https://www.socialcrawl.dev/v1/pinterest/trends?country=DE&type=growing&limit=5"import requests
response = requests.get(
"https://www.socialcrawl.dev/v1/pinterest/trends",
params={
'country': 'DE',
'type': 'growing',
'limit': '5',
},
headers={"x-api-key": "YOUR_API_KEY"},
)
data = response.json()const response = await fetch(
"https://www.socialcrawl.dev/v1/pinterest/trends?country=DE&type=growing&limit=5",
{
headers: { "x-api-key": "YOUR_API_KEY" },
},
);
const data = await response.json();파라미터
| 파라미터 | 필수 | 설명 |
|---|---|---|
| country | 아니오 | ISO country code, in any case: AR, AU, BR, CA, CO, DE, EG, ES, FR, GB, ID, IE, IN, IT, KR, MX, MY, NZ, PH, SA, TH, TR, US. Pinterest publishes no list for other countries, and one of them is a free 400. IE reads Pinterest's GB+IE list and AU and NZ read AU+NZ; GB alone has its own list. Defaults to US. (AR | AU | BR | CA | CO | DE | EG | ES | FR | GB | ID | IE | IN | IT | KR | MX | MY | NZ | PH | SA | TH | TR | US) |
| type | 아니오 | Which Pinterest Trends table: growing (the default), seasonal, top_monthly or top_yearly. (growing | seasonal | top_monthly | top_yearly) |
| limit | 아니오 | How many terms to return, from the top, 1 to 50. Defaults to 25. The price is the same at any depth. |
| include | 아니오 | Keep only terms containing one of these keywords, comma-separated (up to 10, e.g. nails,wedding). |
| exclude | 아니오 | Drop terms containing any of these keywords, comma-separated (up to 10, e.g. fall). |
Pinterest Trends API는 무엇을 돌려주나요
이 엔드포인트의 응답 구조와 필드를 보여 주는 예시예요. 값은 이해를 돕기 위한 것이며 실제 조회 결과는 아니에요.
응답 예시 보기
{
"success": true,
"platform": "pinterest",
"endpoint": "/v1/pinterest/trends",
"data": {
"items": [
{
"rank": 1,
"term": "herbst nagel inspo",
"country": "DE",
"market": "DE",
"type": "growing",
"search_index": 49,
"weekly_change": 1,
"monthly_change": 100.01,
"yearly_change": 50,
"seasonality": 0.406474,
"url": "https://trends.pinterest.com/detail/?terms=herbst+nagel+inspo&country=DE",
"as_of": "2026-09-19"
},
{
"rank": 2,
"term": "blumenkübel für den herbst",
"country": "DE",
"market": "DE",
"type": "growing",
"search_index": 100,
"weekly_change": 0.2,
"monthly_change": 100.01,
"yearly_change": -0.3,
"seasonality": 0.95956206,
"url": "https://trends.pinterest.com/detail/?terms=blumenk%C3%BCbel+f%C3%BCr+den+herbst&country=DE",
"as_of": "2026-09-19"
}
],
"total": 5,
"dropped": 0
},
"credits_used": 10,
"credits_remaining": 9990,
"request_id": "req-a1b2c3d4e5f6",
"pagination": {
"next_cursor": null,
"has_more": false,
"page_size": 5
}
}문서에 나온 응답 구조를 보여 주는 예시예요. 값은 이해를 돕기 위한 것이며 운영 환경에서 가져온 응답이 아니에요.
Pinterest Trends API는 어떻게 동작하나요
API 키와 함께 GET 요청을 보내면, 통합 스키마와 계산 필드를 담은 깔끔한 JSON이 돌아와요.
메서드
GET
응답 형식
JSON
소셜 미디어 데이터를 몇 초 만에 수집하는 방법
개발자를 위한 가장 빠른 소셜 미디어 스크래핑 API. 월간 활성 사용자 100억 명 이상을 포괄하는 67개 플랫폼에서 프로필, 게시물, 댓글, 분석 데이터를 수집하세요.
모든 플랫폼을 하나의 스키마로
동일한 응답 구조로 67개 플랫폼을 조회하세요. 연동은 한 번이면 충분합니다.
단순 수집을 넘어 계산된 필드 제공
엔드포인트가 해당 지표를 지원하고 계산에 필요한 원본 값이 있을 때, 정규화된 레코드에 engagement_rate, estimated_reach, content_category, language를 함께 담아 바로 활용할 수 있습니다.
코드 한 줄 쓰기 전에, 데이터부터
Visual Data Explorer에 URL만 붙여넣으면 결과 카드와 정형화된 테이블, CSV 내보내기를 바로 사용할 수 있습니다.
import requests
response = requests.get(
'https://www.socialcrawl.dev/v1/tiktok/profile',
params={'handle': 'charlidamelio'},
headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json(){
"success": true,
"platform": "tiktok",
"data": {
"author": {
"username": "charlidamelio",
"followers": 152400000
},
"engagement": {
"likes": 12400000000,
"engagement_rate": 0.087
},
"metadata": {
"language": "en",
"content_category": "lifestyle"
}
}
}Pinterest Trends 데이터, 가져올 준비 되셨어요?
API 키 받고 60초 안에 Pinterest 데이터를 받아 가세요.
