# Analytics & Keyword Labs

> Exposes CPC bid analytics, search difficulty, organic domain ranking keywords, and Google Trends.

**URL:** https://caywork.com/learn/docs/node/dataforseo-analytics

## Content

The **Analytics & Keyword Labs Node** exposes keyword suggestions, CPC bids, domain ranked keywords, and Google Trends indexing.

## Parameters

### Required Parameters
* **action** (string): Keyword analytics action:
  * `keyword_ideas`: Expose seed-related keyword ideas, CPC bids, and search volume difficulty indexes.
  * `ranked_keywords`: Expose organic keywords ranking for a given competitor domain/URL.
  * `relevant_pages`: Identify top visibility landing pages on a target competitor domain.
  * `trends_explore`: Expose Google Trends interest timeline graphs.

### Optional Parameters
* **target** (string): Target domain or URL (used for `ranked_keywords` or `relevant_pages`).
* **keyword** (string): Query keyword (used for `keyword_ideas`).
* **keywords** (array): Target keywords (used for `trends_explore`).
* **time_range** (string): Timeframe window (e.g. `1m`, `3m`, `12m`, `5y`). *Default: '3m'*.
* **location_name** (string): Region. *Default: 'United States'*.
* **language_code** (string): Language. *Default: 'en'*.

## Practical Use Cases
1. **Niche Keyword Discovery**: Provide a seed topic to retrieve search volume counts, competitor difficulty ranks, and historical demand indexes.
2. **SEO Competitor Mapping**: Provide a competitor's domain to retrieve the keywords driving their organic search clicks.