google_trends_trending_now
Track current trending searches on Google with filters for location, time window, and language.
Instructions
Retrieves currently trending searches on Google, filtered by location, time window, and language. [Credits: Not explicitly stated on this page (see general Scrapingdog credit pricing).] Notes: geo is listed as Required with a default of US, so it behaves like an optional parameter with a fallback in practice. Returns: JSON with trending_searches array of {title, start_timestamp, end_timestamp, active (boolean), search_volume, increase_percentage, trend_breakdown[] (related terms)}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | Yes | Location the trending searches originate from (geo code, e.g. US). (default: US) | |
| hours | No | Lookback window for trending searches. Allowed predefined values: `4` (past 4 hours), `24` (past 24 hours), `48` (past 48 hours), `168` (past 7 days). (default: 24) | |
| language | No | Two-letter language code for results (e.g. en, es, fr). |