# Google Trends Rising API (https://www.socialcrawl.dev/platforms/google_trends/rising) > Returns the related search queries for ONE keyword as `{ rising, top }`. `rising` is the breakout list — queries whose search interest grew the most over the window, each with a `growth` percentage (a true breakout can read into the thousands, e.g. 3200 = +3200%); `top` is the most-searched related queries, each with a 0-100 relative `value`. The closest thing to a 'breakout terms' primitive — pair it with /v1/google_trends/explore to size a trend and find the queries driving it. Sourced live from DataForSEO's Google Trends Explore (~3-8s). TL;DR: `GET /v1/google_trends/rising` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `keyword` | yes | Single keyword to expand (e.g. 'uv index'). Google Trends returns the related-queries list for one keyword only. | | `location` | no | Location as a DFS name ('United States') or numeric code ('2840'). Defaults to worldwide-leaning US. | | `timeframe` | no | Preset time window: past_hour, past_4_hours, past_day, past_7_days, past_30_days, past_90_days, past_12_months, or past_5_years. Defaults to past_12_months. (past_hour \| past_4_hours \| past_day \| past_7_days \| past_30_days \| past_90_days \| past_12_months \| past_5_years) | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/google_trends/rising?keyword=uv%20index" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Google Trends API: https://www.socialcrawl.dev/platforms/google_trends ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing