Google Trends Categories List
The cat parameter of the Google Trends API accepts a numeric category ID. Use the reference file below to look up the ID for the category you want to scope results to.
Categories
Section titled “Categories”The full list of Google Trends categories is maintained as a JSON reference file. Each entry contains a category id and its display name, for example:
[ { "id": 0, "name": "All categories" }, { "id": 3, "name": "Arts & Entertainment" }, { "id": 5, "name": "Computers & Electronics" }, { "id": 7, "name": "Finance" }, { "id": 8, "name": "Games" }, { "id": 11, "name": "Business & Industrial" }, { "id": 12, "name": "Internet & Telecom" }, { "id": 13, "name": "People & Society" }, { "id": 14, "name": "News" }, { "id": 16, "name": "Sports" }, { "id": 18, "name": "Shopping" }, { "id": 19, "name": "Law & Government" }, { "id": 20, "name": "Online Communities" }]Example usage
Section titled “Example usage”https://serp.shifter.io/v1?engine=google_trends&api_key=YOUR_API_KEY&q=messi&cat=20