Collect Japanese technical articles from Qiita and Zenn by tag, keyword or user. Markdown/plain-text bodies, tags, likes, authors — ready for RAG, fine-tuning, dev-trend research and content ideation. Pay per article.
Apify Store で使う(無料枠あり)→Collects Japanese technical articles from Qiita and Zenn — the two largest developer knowledge-sharing platforms in Japan — and returns them as clean JSON with Markdown / plain-text bodies. Built for Japanese LLM datasets (RAG, fine-tuning, evaluation), developer-trend research and content ideation.
| Field | Description |
|---|---|
platform | qiita or zenn |
title, url, id / slug | Article identity |
author, authorName, publication | Author (and Zenn publication if any) |
publishedAt, updatedAt | ISO 8601 |
likes, stocks / bookmarks, comments | Engagement metrics — use minLikes as a quality filter |
tags | Qiita tags / Zenn topics |
bodyMarkdown (Qiita) / bodyText (Zenn) | Full body. Qiita returns the author's original Markdown; Zenn body is converted to plain text preserving headings and code blocks |
bodyLength, articleType, emoji | Extras |
claude, python, nextjs, 生成AI. Applied to both platforms.The Apify free plan is enough to try it.
claude with ≥ 20 likes since 2025" in one run.{
"platform": "zenn",
"title": "Claude Codeで実行してほしくないコマンドには代替手段を伝える",
"url": "https://zenn.dev/example/articles/abc123",
"author": "example",
"publishedAt": "2026-09-14T10:00:00.000+09:00",
"likes": 42,
"tags": ["Claude", "ClaudeCode", "AI"],
"bodyText": "## はじめに\nClaude Code の設定で…",
"bodyLength": 5102
}
| イベント | 単価 |
|---|---|
| Article (with body) | $0.004 |
未認証で 60 リクエスト/時(1リクエスト = 最大100記事)。Qiita のアクセストークンを入力すると 1,000 リクエスト/時に上がります。
Zenn は公開キーワード検索 API を提供していないため、トピック(タグ)またはユーザー単位で取得します。
Qiita は投稿者の Markdown 原文、Zenn は本文 HTML を見出し・コードブロック付きのプレーンテキストに変換して返します。