Google: Get Trending
Google via Parse · developer_tools
Get currently trending searches from Google Trends for a specific country. Returns ranked trending topics with search volume, growth metrics, related queries, and topic categories. Each trend includes a rank, search volume (raw and formatted), growth percentage, related search queries, and category classifications. The server returns up to 500 trends in a single response; use the limit param to cap client-side. Retrieve top trending search topics from Google Trends for any supported country. Returns trending search terms with search volume, growth percentage, related queries, and categories. Fulfilled by Parse from trends.google.com.
- b2b-directory
- developer-tools
- news-media
- parse
- platform-key
- trends-google-com
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/dd96362a-dd1b-43d9-a5e8-ed8db3cd66ae/get_trending
- Interface artifact
- sha256:edea0ffe915503703abd89e12d39972961a0ab6995d4a3430bb61cbd1a9bfebb
- Manifest digest
- sha256:dddf9166f40c78f700644af2ab268dbb8daeb0eda57904b0ea5cf9e092e5001f
Request fields
- geo (string): ISO 2-letter country code (e.g., US, GB, DE, JP, BR): Allowed values: US, GB, DE, JP, BR
- hours (integer): Time window in hours to look back for trends (e.g., 4, 24, 48, 168): Allowed values: 4, 24, 48, 168
- limit (integer): Maximum number of trending topics to return (1-500)
- category (integer): Category filter. 0=All, 1=Business, 2=Entertainment, 3=Health, 4=Sci/Tech, 5=Top Stories, 7=Sports, 11=World, 18=Gaming, 20=Weather: Allowed values: 0, 1, 2, 3, 4, 5, 7, 11, 18, 20
- language (string): Language code for results (e.g., en, es, fr, de, ja): Allowed values: en, es, fr, de, ja
Example queries
- {"geo":"US","hours":"24","limit":"10"}