# Google Trends ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/google/trends` | | **Base URL** | `https://api.autom.dev` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/google-trends | ## Description Leverage Google Trends API for real-time market insights and trend analysis. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.autom.dev/register ## Example Request ```bash curl --location --request GET 'https://api.autom.dev/v2/google/trends' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Documentation ## Overview Leverage Google Trends API for real-time market insights and trend analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/google/trends?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Google Trends data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Google without maintaining scrapers - Power internal dashboards and workflow automations with live Google data