rocket
Content API for Shopping의 공식 후속 API인
Merchant API를 만나보세요.
update
새로운 Merchant API 기능, 버그 수정, 업데이트에 관한
최신 소식을 확인하세요.
add_alert
참고: Content API for Shopping은 2026년 8월 18일에 지원이 종료됩니다.
쇼핑 트렌드 보기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
쇼핑 트렌드 보고서는 인벤토리 관련 주제에 대한 검색 수요를 기반으로 제품에 대한 추천 및 통계를 제공합니다.
주제 트렌드
주제 트렌드 보고서를 사용하면 향후 13주간의 예측값을 비롯해 Google 검색에서 주제의 인기도를 시간 경과에 따라 파악할 수 있으며, Google 검색에서 쇼핑객이 관심을 갖는 다른 주제와 인기도를 비교할 수 있습니다. 이러한 트렌드를 사용하면 유료 및 무료 Google 도구를 사용해야 하는 경우에 대한 결정을 내려 사용자가 필요로 할 때 내 제품 또는 이와 유사한 제품을 온라인에서 찾을 가능성을 높일 수 있습니다.
자세한 내용은 쇼핑 트렌드 정보를 참고하세요.
판매량이 가장 많은 제품 또는 브랜드에 대한 정보는 베스트셀러 보고서를 참고하세요.
계정이 자격 요건을 충족해야 하며, 본인 또는 제3자가 쇼핑 주제 트렌드 데이터를 사용할 때에는 판매자 센터 이용약관을 준수해야 합니다. 특정 카테고리의 추세를 확인하려면 해당 카테고리에 제품이 2개 이상 있어야 합니다. 제품을 업로드한 후 해당 카테고리의 트렌드를 사용할 수 있게 되기까지 최대 24시간이 걸릴 수 있습니다.
Content API for Shopping에서 사용할 수 있는 보고 테이블 및 필드를 확인하세요.
주제 인기도 및 트렌드 데이터를 확인하는 데 사용할 수 있는 샘플이 있습니다. 요청을 하려면 다음 Merchant Center Query Language 문을 reports.search
메서드에 전달합니다.
SELECT
topic_trends.customer_country_code,
topic_trends.topic,
topic_trends.date,
topic_trends.search_interest,
topic_trends.last7_days_search_interest,
topic_trends.last30_days_search_interest,
topic_trends.last90_days_search_interest,
topic_trends.last120_days_search_interest,
topic_trends.next7_days_search_interest
FROM TopicTrendsView
WHERE topic_trends.customer_country_code = 'US'
AND topic_trends.date BETWEEN '2023-07-01' AND '2023-07-03'
ORDER BY topic_trends.date DESC
다음은 위의 쿼리에 대한 샘플 응답입니다.
"results": [
{
"topicTrends": {
"customerCountryCode": "US",
"topic": "Cell Phone Cases",
"date": {
"year": 2023,
"month": 7,
"day": 3
},
"searchInterest": 50.2,
"last7DaysSearchInterest": 49.5
"last30DaysSearchInterest": 51.1
"last90DaysSearchInterest": 50.7
"last120DaysSearchInterest": 49.3
"next7DaysSearchInterest": 60
}
},
{
"topicTrends": {
"customerCountryCode": "US",
"topic": "Cell Phones",
"date": {
"year": 2023,
"month": 7,
"day": 2
},
"searchInterest": 70.2,
"last7DaysSearchInterest": 69.8
"last30DaysSearchInterest": 71.4
"last90DaysSearchInterest": 70.6
"last120DaysSearchInterest": 69.0
"next7DaysSearchInterest": 70.1
}
},
{
"topicTrends": {
"customerCountryCode": "US",
"topic": "Wireless Speakers",
"date": {
"year": 2023,
"month": 7,
"day": 1
},
"searchInterest": 40.6,
"last7DaysSearchInterest": 41.4
"last30DaysSearchInterest": 40.6
"last90DaysSearchInterest": 40.3
"last120DaysSearchInterest": 39.8
"next7DaysSearchInterest": 41.1
}
}
]
자세히 알아보기
Google 트렌드 데이터 관련 FAQ 및 트렌드 인기 차트 설명을 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-13(UTC)
[null,null,["최종 업데이트: 2025-08-13(UTC)"],[[["\u003cp\u003eThe Merchant API, a new version of the Content API for Shopping, is now in beta.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the Shopping topic trends report to understand the search popularity of specific product topics, including predictions for the next 13 weeks.\u003c/p\u003e\n"],["\u003cp\u003eThis data can help you optimize your product visibility through paid and organic Google tools.\u003c/p\u003e\n"],["\u003cp\u003eYou need at least two products in a category to view its trend data, which may take up to 24 hours to become available.\u003c/p\u003e\n"],["\u003cp\u003eAccess topic popularity and trend data using the \u003ccode\u003ereports.search\u003c/code\u003e method and the provided Merchant Center Query Language statement.\u003c/p\u003e\n"]]],["The Merchant API beta, a new version of the Content API for Shopping, is introduced. Shopping trends reports, based on search demand, offer product recommendations and insights, including topic popularity over time with predictions. Users can query this data using Merchant Center Query Language via the `reports.search` method. Eligibility requirements apply, and at least two products per category are needed for trend visibility, which can take up to 24 hours to appear. The report will include metrics on the topic's search interest.\n"],null,["# View Shopping trends\n\nThe [Shopping trends reports](//support.google.com/merchants/answer/13542370)\nprovide recommendations and insights about your products based on search demand\nfor topics related to your inventory.\n\nTopic trends\n------------\n\nYou can use the topic trends report to understand the popularity of a topic on\nGoogle Search over time, including its predicted value over the next 13 weeks,\nand how its popularity compares to other topics of interest to shoppers on\nGoogle Search. These trends might help you make decisions about when to use paid\nand organic Google tools to increase the likelihood of a user seeing your\nproducts when they are looking for it, or a similar product, online.\n\nSee [About shopping\ntrends](//support.google.com/merchants/answer/13542370) for more\ninformation.\n\nFor information about top selling products or brands, see the [best sellers\nreports](/shopping-content/guides/reports/market-insights#identify_best_sellers).\n\nYour account must meet eligibility requirements and you must ensure that your\nuse, or any third party's use, of Shopping topic trend data complies with\nMerchant Center terms and conditions. You must have at least two products in a\nspecific category to see trends for that category. After uploading products, it\nmight take up to 24 hours for trends in that category to be available to you.\n\nSee which [reporting tables and\nfields](/shopping-content/guides/reports/fields)\nare available with the Content API for Shopping.\n\nHere's a sample you can use to view topic popularity and trend data. To make the\nrequest, pass the following Merchant Center Query Language statement to the\n[`reports.search`](/shopping-content/reference/rest/v2.1/reports/search) method: \n\n SELECT\n topic_trends.customer_country_code,\n topic_trends.topic,\n topic_trends.date,\n topic_trends.search_interest,\n topic_trends.last7_days_search_interest,\n topic_trends.last30_days_search_interest,\n topic_trends.last90_days_search_interest,\n topic_trends.last120_days_search_interest,\n topic_trends.next7_days_search_interest\n FROM TopicTrendsView\n WHERE topic_trends.customer_country_code = 'US'\n AND topic_trends.date BETWEEN '2023-07-01' AND '2023-07-03'\n ORDER BY topic_trends.date DESC\n\nHere's a sample response from the preceding query: \n\n \"results\": [\n {\n \"topicTrends\": {\n \"customerCountryCode\": \"US\",\n \"topic\": \"Cell Phone Cases\",\n \"date\": {\n \"year\": 2023,\n \"month\": 7,\n \"day\": 3\n },\n \"searchInterest\": 50.2,\n \"last7DaysSearchInterest\": 49.5\n \"last30DaysSearchInterest\": 51.1\n \"last90DaysSearchInterest\": 50.7\n \"last120DaysSearchInterest\": 49.3\n \"next7DaysSearchInterest\": 60\n }\n },\n {\n \"topicTrends\": {\n \"customerCountryCode\": \"US\",\n \"topic\": \"Cell Phones\",\n \"date\": {\n \"year\": 2023,\n \"month\": 7,\n \"day\": 2\n },\n \"searchInterest\": 70.2,\n \"last7DaysSearchInterest\": 69.8\n \"last30DaysSearchInterest\": 71.4\n \"last90DaysSearchInterest\": 70.6\n \"last120DaysSearchInterest\": 69.0\n \"next7DaysSearchInterest\": 70.1\n }\n },\n {\n \"topicTrends\": {\n \"customerCountryCode\": \"US\",\n \"topic\": \"Wireless Speakers\",\n \"date\": {\n \"year\": 2023,\n \"month\": 7,\n \"day\": 1\n },\n \"searchInterest\": 40.6,\n \"last7DaysSearchInterest\": 41.4\n \"last30DaysSearchInterest\": 40.6\n \"last90DaysSearchInterest\": 40.3\n \"last120DaysSearchInterest\": 39.8\n \"next7DaysSearchInterest\": 41.1\n }\n }\n ]\n\nLearn more\n----------\n\nSee our [FAQ about Google Trends\ndata](//support.google.com/trends/answer/4365533)\nand [Trends Top Charts\nexplained](//support.google.com/trends/answer/3076011)."]]