# Kakaku Product Details Script (`hello.datawizards/kakaku-product-details-script`) Actor

Extract detailed product data from Kakaku listings with `Kakaku Product Details Script`. Gather titles, prices, release dates, specs, images, CPU, memory, storage, OS, and shipping info in structured JSON. Ideal for market research, competitor analysis, e-commerce automatio, and analytics dashboards

- **URL**: https://apify.com/hello.datawizards/kakaku-product-details-script.md
- **Developed by:** [datawizards](https://apify.com/hello.datawizards) (community)
- **Categories:** Agents, E-commerce, Lead generation
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 results

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 web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

***

## 📦 Kakaku Product Details Script · Apify Actor

Extract **comprehensive product information** from Kakaku listings using structured JSON – ideal for market research, competitor monitoring, and e-commerce analysis. Built and maintained by [DataWizards](https://linkedin.com/in/data-wizards-aa8080342).

***

### 📌 What Is `Kakaku Product Details Script`?

The `Kakaku Product Details Script` Apify Actor allows you to **scrape detailed product data from Kakaku listing URLs**. It gathers rich item details like title, price, release date, specifications, images, CPU, memory, storage, OS, and shipping info — no manual browsing required.

***

### 🧠 Key Features

- ✅ **Structured Product Data** in JSON
- ✅ Extracts title, images, specs, CPU/memory/SSD, OS, and release info
- ✅ Supports **multiple Kakaku listing URLs**
- ✅ Proxy support via Apify Proxy (incl. **RESIDENTIAL IPs**)
- ✅ Fast, lightweight, and easy to integrate

***

### 🛠️ Input Schema

```json
{
  "ListingUrls": [
    "https://kakaku.com/item/K0001707677/",
    "https://kakaku.com/item/K0001707678/"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

#### 🔐 Proxy Configuration

- **useApifyProxy**: Set to `true` (required)
- **apifyProxyGroups**: Use `"RESIDENTIAL"` for high-quality results and minimal blocking

***

### 📤 Output Example

```json
[
  {
    "Title": "Dell 14 Ryzen 5 220・16GBメモリ・512GB SSD搭載モデル(DC14255) [プラチナシルバー]",
    "Product_Image_URL": "https://img1.kakaku.k-img.com/images/productimage/l/K0001707677.jpg",
    "Released_Date": "2025年 8月29日 発売",
    "Product_Details": [
      "Ryzen 5 220 プロセッサーを搭載し、生産性を向上...",
      "ExpressChargeでバッテリーをすぐに充電可能",
      "パフォーマンス最適化機能搭載"
    ],
    "Price": "¥81,800",
    "Price_Graph_URL": "https://kakaku.com/item/K0001707677/pricehistory/",
    "Price_Range": "¥81,800 to ¥81,800",
    "CPU_Memory_SSD": "Ryzen 5/16GB/512GB",
    "VarInfo": "画面サイズ：14型 CPU：AMD Ryzen 5 220...",
    "Manufacture_Info_Page_URL": "https://kakaku.com/jump/maker_link/detail.ashx?ProductID=K0001707677",
    "Shiping_Charge": "無料～",
    "cpu_details": ["AMD Ryzen 5 220","3.2GHz/6コア","14 型(インチ)"],
    "os": "Windows 11 Home"
  }
]
```

***

### 🚀 Use Cases

- 🛍️ **Reseller Market Research** – Track pricing and product specs
- 📈 **Competitor Analysis** – Monitor new product listings and trends
- 🤖 **E-commerce Automation** – Feed data into comparison tools and dashboards
- 📊 **Data Aggregation** – Build structured datasets for analytics

***

### ✅ Best Practices

- Use residential proxies for large-scale scraping
- Verify input URLs for accuracy
- Avoid excessive scraping to prevent Kakaku throttling

***

### 🤝 Support

Need custom outputs or integration help?
**DataWizards are ready for you!**
📩 Email: <hello.datawizard@gmail.com>
✉️ **Subject**: `Kakaku Product Details Actor – Support Request`
🔗 Connect: [linkedin.com/in/data-wizards-aa8080342](https://linkedin.com/in/data-wizards-aa8080342)

***

### 🧰 Custom Solutions

Want tailored scraping, simplified outputs, or API integration?
💡 **DataWizards = Smart, fast, scalable extraction**

***

### 💬 Feedback & Bugs

Report a bug or request a feature:
📧 Email: `hello.datawizard@gmail.com`
✉️ **Subject**: `Bug Report – Kakaku Product Details Actor`
Or open an issue directly on [Apify](https://apify.com)

***

#### 🏁 Start extracting Kakaku product data with ease and precision using `Kakaku Product Details Script`.

***

# Actor input Schema

## `ListingUrls` (type: `array`):

The listing urls for the spider.

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

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "ListingUrls": [
    "https://kakaku.com/item/K0001707677/",
    "https://kakaku.com/item/K0001707678/"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("hello.datawizards/kakaku-product-details-script").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 = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    } }

# Run the Actor and wait for it to finish
run = client.actor("hello.datawizards/kakaku-product-details-script").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 '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call hello.datawizards/kakaku-product-details-script --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=hello.datawizards/kakaku-product-details-script",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/yYWw8GJktfb9Mn7GO/builds/VZejiFrUMEajcahVR/openapi.json
