rocket
ขอแนะนำ
Merchant API
ซึ่งเป็นเวอร์ชันต่อไปอย่างเป็นทางการของ Content API for Shopping
update
รับข้อมูลล่าสุด
เกี่ยวกับฟีเจอร์ใหม่ การแก้ไขข้อบกพร่อง และการอัปเดตของ Merchant API
add_alert
หมายเหตุ: Content API for Shopping จะหยุดให้บริการในวันที่ 18 สิงหาคม 2026
ดูเทรนด์ Shopping
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
รายงานเทรนด์ Shopping
ให้คำแนะนำและข้อมูลเชิงลึกเกี่ยวกับผลิตภัณฑ์โดยอิงตามความต้องการในการค้นหา
สำหรับหัวข้อที่เกี่ยวข้องกับสินค้าคงคลังของคุณ
เทรนด์หัวข้อ
คุณสามารถใช้รายงานเทรนด์ของหัวข้อเพื่อทำความเข้าใจความนิยมของหัวข้อใน Google Search เมื่อเวลาผ่านไป รวมถึงมูลค่าที่คาดการณ์ไว้ในช่วง 13 สัปดาห์ข้างหน้า และความนิยมของหัวข้อนั้นๆ เมื่อเทียบกับหัวข้ออื่นๆ ที่ผู้เลือกซื้อใน Google Search สนใจ เทรนด์เหล่านี้อาจช่วยคุณตัดสินใจเกี่ยวกับกรณีที่ควรใช้เครื่องมือของ Google แบบชำระเงินและแบบที่มีให้อยู่แล้ว เพื่อเพิ่มโอกาสที่ผู้ใช้จะเห็นผลิตภัณฑ์ของคุณเมื่อมองหาผลิตภัณฑ์นั้นๆ หรือผลิตภัณฑ์ที่คล้ายกันทางออนไลน์
ดูข้อมูลเพิ่มเติมได้ที่เกี่ยวกับเทรนด์
การช็อปปิ้ง
ดูข้อมูลเกี่ยวกับผลิตภัณฑ์หรือแบรนด์ที่ขายดีที่สุดได้ในรายงานสินค้าขายดี
บัญชีของคุณต้องมีคุณสมบัติตามข้อกำหนดของการได้รับสิทธิ์ รวมถึงการใช้งานข้อมูลเทรนด์หัวข้อ Shopping ของคุณหรือของบุคคลที่สามต้องเป็นไปตามข้อกำหนดและเงื่อนไขของ Merchant Center คุณต้องมีผลิตภัณฑ์อย่างน้อย 2 รายการใน
หมวดหมู่ที่เฉพาะเจาะจงเพื่อดูแนวโน้มของหมวดหมู่นั้น หลังจากอัปโหลดผลิตภัณฑ์แล้ว ระบบอาจใช้เวลาสูงสุด 24 ชั่วโมงเพื่อให้เทรนด์ในหมวดหมู่นั้นพร้อมใช้งาน
ดูตารางการรายงานและ
ฟิลด์
ที่ใช้ได้กับ Content API for Shopping
นี่คือตัวอย่างที่คุณใช้เพื่อดูความนิยมของหัวข้อและข้อมูลเทรนด์ได้ หากต้องการส่งคำขอ ให้ส่งคำสั่งภาษาสำหรับการค้นหาของ Merchant Center ต่อไปนี้ไปยังเมธอด 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 เทรนด์
และคำอธิบายเกี่ยวกับชาร์ตยอดนิยมของเทรนด์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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)."]]