# SERP Analytics

> Retrieves organic ranking page details, video subtitles, and marketplace pricing arrays from Google, YouTube, and Amazon.

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

## Content

The **SERP Analytics Node** consolidates rankings retrieval from Google Search, YouTube Search, and Amazon Merchant.

## Parameters

### Required Parameters
* **action** (string): The SERP action to execute:
  * `google_organic`: Retrieve live Google Search engine organic results.
  * `youtube_subtitles`: Get timestamped subtitle transcriptions for a video.
  * `youtube_video_info`: Get metadata, views, likes, publisher, and categories.
  * `youtube_video_comments`: Get comments threads and replies history.
  * `amazon_products`: Retrieve product rankings, pricing, ratings, and sellers listings on Amazon.

### Optional Parameters
* **keyword** (string): Organic or Amazon target query.
* **video_id** (string): Unique YouTube video ID string.
* **location_name** (string): Geographic location. *Default: 'United States'*.
* **language_code** (string): Language code. *Default: 'en'*.
* **depth** (integer): Result size depth. *Default: 100*.

## Practical Use Cases
1. **Video Transcribing**: Fetch transcripts of high-ranking tutorial videos to generate clean structural reviews or written articles.
2. **E-Commerce Monitoring**: Scrape competitor prices, rating stars, and buy-box ownership directly from Amazon product SERPs.