Google: Get Interest Over Time
Google via Parse · developer_tools
Retrieve relative search interest over time for up to 5 keywords from Google Trends. Returns a time series of data points, each containing the relative interest score (0-100) for each keyword, plus average scores for quick comparison. Resolution adapts automatically based on the timeframe (hourly for short ranges, daily for medium, weekly for long). 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.06 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_interest_over_time
- Interface artifact
- sha256:56e6f2788ede466b66d132e5f33fb7f9176f5d86104d24a26ad14d35103f785a
- Manifest digest
- sha256:a5ce3f2fec2333fd87d58f3cd03f76b4fe08daa9b8358b5524a1b07fb107bc87
Request fields
- geo (string): ISO 2-letter country code for geographic scope, or empty string for worldwide
- 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, 3, 1, 2, 4, 5, 7, 11, 18, 20
- keywords (string, required): Comma-separated list of 1-5 search terms to compare (e.g. 'python,javascript,rust')
- language (string): Language code for result labels (e.g., en, es, fr, de, ja): Allowed values: en, es, fr, de, ja
- timeframe (string): Google Trends timeframe string. Standard ranges: 'now 1-H', 'now 4-H', 'now 1-d', 'now 7-d', 'today 1-m', 'today 3-m', 'today 12-m', 'today 5-y', 'all': Allowed values: now 1-H, now 4-H, now 1-d, now 7-d, today 1-m, today 3-m, today 12-m, today 5-y, all
Example queries
- {"geo":"US","category":"0","keywords":"python,javascript","language":"en","timeframe":"now 1-H"}