Qiita + Zenn Tech Article Scraper (Japan)

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.

What you get

FieldDescription
platformqiita or zenn
title, url, id / slugArticle identity
author, authorName, publicationAuthor (and Zenn publication if any)
publishedAt, updatedAtISO 8601
likes, stocks / bookmarks, commentsEngagement metrics — use minLikes as a quality filter
tagsQiita 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, emojiExtras

Input

Pricing (pay per event)

The Apify free plan is enough to try it.

Use cases

Example output

{

"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

}

Notes

料金(Pay-per-event)

イベント単価
Article (with body)$0.004
| Article (metadata only) | $0.001 |

FAQ

Q. Qiita の API 制限は?

未認証で 60 リクエスト/時(1リクエスト = 最大100記事)。Qiita のアクセストークンを入力すると 1,000 リクエスト/時に上がります。

Q. Zenn のキーワード検索はできますか?

Zenn は公開キーワード検索 API を提供していないため、トピック(タグ)またはユーザー単位で取得します。

Q. 本文は Markdown ですか?

Qiita は投稿者の Markdown 原文、Zenn は本文 HTML を見出し・コードブロック付きのプレーンテキストに変換して返します。