# Yahoo! Japan Realtime Trends + Buzz Tracker (`nexgendata/yahoo-japan-realtime-trends`) Actor

Track Yahoo! Japan Realtime search trends (search.yahoo.co.jp/realtime) live - Japan #1 real-time trend surface. Ranked buzzing keywords with tweet/buzz volume, genre, momentum + per-keyword buzz tweets. The Japanese analog to Weibo Hot Search.

- **URL**: https://apify.com/nexgendata/yahoo-japan-realtime-trends.md
- **Developed by:** [NexGenData](https://apify.com/nexgendata) (community)
- **Categories:** Social media, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $150.00 / 1,000 items

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 🇯🇵 Yahoo! Japan Realtime Trends — Live Buzz & Trend Ranking Scraper

Tap into **Japan's #1 real-time trend surface** — the live Yahoo! Japan Realtime ranking (`search.yahoo.co.jp/realtime`) that tells you what 125 million Japanese users are buzzing about *right now*. Every minute, ranked keywords, tweet/buzz volume, genre, and momentum — straight from the source, **no login and no Twitter/X API key required**.

This is data most Western scrapers simply can't touch. Google Trends barely sees inside Japan, and the X API is paywalled into uselessness — so the live Japanese conversation has been a black box for non-Japanese teams. This actor opens it. If you sell into Japan, run a JP brand, trade JP equities, or localize content, this is the untapped early-signal feed your competitors don't have.

### 📊 Sample Output

[![Yahoo Japan Realtime Trends scraper sample output — live trending keyword ranking with rank, keyword, buzz volume and category for Japan real-time trend and buzz monitoring](https://api.apify.com/v2/key-value-stores/8gLgXMBveEI1tTz1z/records/yahoo-japan-realtime-trends-sample)](https://apify.com/nexgendata/yahoo-japan-realtime-trends?fpr=2ayu9b)

Real trends returned by this actor for `{ "mode": "trends", "maxItems": 12 }` — every row below comes straight from a live run:

| Rank | Keyword (trending) | Buzz volume | Category |
|---|---|---|---|
| 1 | 今後の活動 | 26 | — |
| 2 | スガキヤ | 2,358 | food |
| 3 | ココイチ | 167 | アニメ・ゲーム |
| 4 | がたます | 223 | — |
| 5 | ディートリヒ | 284 | — |
| 6 | 秧秧 | 1,212 | アニメ・ゲーム |
| 7 | しいたけ占い | 221 | — |
| 8 | 古賀千景 | 32 | ニュース |
| 9 | 藤丸立香はわからない | 31 | アニメ・ゲーム |
| 10 | 森田浩光 | 24 | entertainment |

> The Realtime board emits the full ranked set (~20 topics plus the hot-buzz carousel) on every run, with live `buzz_volume`, `heat_score`, and genre — so you catch a trend in the minutes it's breaking, not hours later in an aggregated report.

### What you get

Per trending topic, a flat, typed record:

- **Ranking** — `rank` (1 = hottest right now)
- **The trend** — `keyword` (the exact Japanese term Japan is searching)
- **Momentum signals** — `buzz_volume` (tweet/buzz count), `heat`, `heat_score` (0–100 momentum)
- **Classification** — `category`, `category_ja` (food / アニメ・ゲーム / ニュース / entertainment / …)
- **Sub-topics** — `child_buzz[]` (related buzzing terms clustered under the trend)
- **Drill-down** — `url` (the live Yahoo! Realtime search page for that keyword)
- **Provenance** — `snapshot_time`, `data_source`

In `search` mode you instead get the live buzz tweets behind a single keyword — text, author, timestamp, engagement — for sentiment and deep-dive analysis.

### Sample inputs

**1. Live trend ranking (the headline use case)**
```json
{ "mode": "trends", "maxItems": 12 }
````

**2. Full board, deeper pull**

```json
{ "mode": "trends", "maxItems": 30 }
```

**3. Buzz tweets for one keyword (sentiment deep-dive)**

```json
{ "mode": "search", "query": "東京", "maxItems": 40 }
```

### JSON sample record

One representative record, exactly as returned:

```json
{
  "mode": "trends",
  "rank": 2,
  "keyword": "スガキヤ",
  "buzz_volume": 2358,
  "heat": 176,
  "heat_score": 77,
  "category": "food",
  "category_ja": null,
  "child_buzz": [],
  "url": "https://search.yahoo.co.jp/realtime/search?p=%E3%82%B9%E3%82%AC%E3%82%AD%E3%83%A4&rkf=1&ifr=tp_bz",
  "snapshot_time": "2026-06-15T04:45:48Z",
  "data_source": "search.yahoo.co.jp/realtime (buzzTrend)"
}
```

### How it works

Yahoo! Japan builds the Realtime board client-side and ships the ranking as **embedded JSON** inside the page. This actor loads `search.yahoo.co.jp/realtime` through Apify proxy, parses that embedded `buzzTrend` payload directly — no brittle DOM scraping, no headless-browser overhead for the trend board — and emits one clean record per topic. In `search` mode it walks the buzz-tweet feed for your keyword. The `maxItems` cap is a hard ceiling, so compute (and your bill) never outruns what you asked for.

### 🗾 Why this Japanese data is unique

Japan's online conversation runs on its own rails. The dominant search engine is **Yahoo! Japan**, not Google, and its **Realtime** surface is the de-facto pulse of Japanese social buzz — there is no Western equivalent dataset. Google Trends has shallow JP coverage, and the X/Twitter API is now prohibitively gated. That means the signals here — a regional chain like スガキヤ spiking, an anime/game term breaking out, a news name surging — are **invisible to teams relying on US-centric tools**. Getting this in clean structured form, in English-readable fields, is the edge.

### ⚖️ Legal & ToS

This actor reads **only the public Yahoo! Japan Realtime ranking** — the same trend board any visitor sees at `search.yahoo.co.jp/realtime`, no login required. It collects publicly displayed trend metadata (keyword, rank, buzz counts, genre). It does **not** access private accounts, DMs, or anything behind authentication. You are responsible for using the output in line with Yahoo! Japan's terms and your local regulations.

### ❓ FAQ

**Q: Do I need a Yahoo! Japan account or the X/Twitter API?**
A: No. The actor works entirely off the public Realtime board — no login, no API key, no token.

**Q: How fresh is the data?**
A: It's the live board at run time — typically reflecting buzz from the last few minutes. Each record carries a `snapshot_time` so you can timestamp it precisely.

**Q: Why are some trends in Japanese and some in English?**
A: Yahoo! Japan ranks whatever Japan is actually typing — Japanese terms, romaji, brand names, and product names all appear exactly as they trend. We return them faithfully, never translated or altered.

**Q: What's the difference between `trends` and `search` mode?**
A: `trends` returns the ranked board (the keywords buzzing right now). `search` returns the live buzz tweets behind a single keyword you supply — use it for sentiment and deeper context.

**Q: Why did I get fewer items than `maxItems`?**
A: The Realtime board has a finite number of ranked topics at any moment. `maxItems` is a ceiling, not a target — getting fewer is normal, not an error.

### 🔗 Related Actors

Pair this with the rest of the NexGenData Asia-data fleet — the markets Western scrapers can't reach:

- [📺 Niconico Video Search — Japan's Bilibili](https://apify.com/nexgendata/niconico-video-search?fpr=2ayu9b) — search and rank Japan's biggest homegrown video platform
- [💬 5ch Thread Tracker — Japan's Biggest Forum](https://apify.com/nexgendata/5ch-thread-tracker?fpr=2ayu9b) — track threads and posts on Japan's most influential message board
- [🔥 Weibo Hot Search Tracker — China's #1 Trend Surface](https://apify.com/nexgendata/weibo-hot-search-tracker?fpr=2ayu9b) — the China counterpart to this actor
- 🏢 **About NexGenData** — we maintain 260+ production Apify actors for lead-gen, competitive intelligence, and hard-to-reach web data. Browse the full catalog at [apify.com/nexgendata](https://apify.com/nexgendata?fpr=2ayu9b).

### 💰 Pricing example

This actor uses **Pay-Per-Event** pricing — you only pay for trends that actually land in your dataset:

- **Actor start:** $0.005
- **Per item:** $0.15

A **12-trend live pull = $0.005 + (12 × $0.15) = $1.805**. A full 30-topic board = $0.005 + (30 × $0.15) = $4.505. No monthly minimum, no seats, no surprise overage bills.

***

### ⭐ Found this useful?

If this actor gave you an early read on the Japanese market, a quick **[review on the Apify Store](https://apify.com/nexgendata/yahoo-japan-realtime-trends?fpr=2ayu9b)** helps other teams discover it. Feature request or bug? Open it from the **Issues** tab — we read every one.

# Actor input Schema

## `mode` (type: `string`):

What to fetch. 'trends' returns the live Yahoo! Japan Realtime trend ranking (search.yahoo.co.jp/realtime) - ~20 ranked buzzing keywords plus the hot-buzz carousel, each with tweet/buzz volume, genre and momentum. 'search' returns the live buzz tweets for a specific keyword (requires the query field).

## `query` (type: `string`):

Keyword to fetch real-time buzz tweets for, used only when mode=search. Japanese or English. Example: 東京, AI. Ignored in trends mode.

## `maxItems` (type: `integer`):

Maximum number of records to return. In trends mode the Realtime board emits ~20 ranked topics (plus a handful of hot-buzz keywords); in search mode each page yields up to ~40 buzz tweets. Set to 15 for a quick smoke test.

## `proxyConfiguration` (type: `object`):

Apify proxy configuration. Defaults to Apify's automatic proxy selection, which works for these Yahoo Japan Realtime surfaces from most regions; the actor automatically falls back to residential and then direct fetch if a tier returns no data.

## Actor input object example

```json
{
  "mode": "trends",
  "query": "東京",
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mode": "trends",
    "query": "東京",
    "maxItems": 30,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("nexgendata/yahoo-japan-realtime-trends").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "mode": "trends",
    "query": "東京",
    "maxItems": 30,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("nexgendata/yahoo-japan-realtime-trends").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mode": "trends",
  "query": "東京",
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call nexgendata/yahoo-japan-realtime-trends --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nexgendata/yahoo-japan-realtime-trends",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Yahoo! Japan Realtime Trends + Buzz Tracker",
        "description": "Track Yahoo! Japan Realtime search trends (search.yahoo.co.jp/realtime) live - Japan #1 real-time trend surface. Ranked buzzing keywords with tweet/buzz volume, genre, momentum + per-keyword buzz tweets. The Japanese analog to Weibo Hot Search.",
        "version": "0.0",
        "x-build-id": "47sZ3mEjMtVjdp9HJ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nexgendata~yahoo-japan-realtime-trends/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nexgendata-yahoo-japan-realtime-trends",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/nexgendata~yahoo-japan-realtime-trends/runs": {
            "post": {
                "operationId": "runs-sync-nexgendata-yahoo-japan-realtime-trends",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/nexgendata~yahoo-japan-realtime-trends/run-sync": {
            "post": {
                "operationId": "run-sync-nexgendata-yahoo-japan-realtime-trends",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "trends",
                            "search"
                        ],
                        "type": "string",
                        "description": "What to fetch. 'trends' returns the live Yahoo! Japan Realtime trend ranking (search.yahoo.co.jp/realtime) - ~20 ranked buzzing keywords plus the hot-buzz carousel, each with tweet/buzz volume, genre and momentum. 'search' returns the live buzz tweets for a specific keyword (requires the query field).",
                        "default": "trends"
                    },
                    "query": {
                        "title": "Search query (for mode=search)",
                        "type": "string",
                        "description": "Keyword to fetch real-time buzz tweets for, used only when mode=search. Japanese or English. Example: 東京, AI. Ignored in trends mode.",
                        "default": ""
                    },
                    "maxItems": {
                        "title": "Max items (hard cap)",
                        "minimum": 1,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Maximum number of records to return. In trends mode the Realtime board emits ~20 ranked topics (plus a handful of hot-buzz keywords); in search mode each page yields up to ~40 buzz tweets. Set to 15 for a quick smoke test.",
                        "default": 30
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy configuration. Defaults to Apify's automatic proxy selection, which works for these Yahoo Japan Realtime surfaces from most regions; the actor automatically falls back to residential and then direct fetch if a tier returns no data.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
