Yahoo! Chiebukuro 知恵袋 Q&A Scraper avatar

Yahoo! Chiebukuro 知恵袋 Q&A Scraper

Pricing

from $0.79 / 1,000 question completeds

Go to Apify Store
Yahoo! Chiebukuro 知恵袋 Q&A Scraper

Yahoo! Chiebukuro 知恵袋 Q&A Scraper

Search and collect public Yahoo! Chiebukuro questions, best answers, other answers, replies, public author fields, engagement, categories, and auditable coverage records.

Pricing

from $0.79 / 1,000 question completeds

Rating

5.0

(1)

Developer

Research Master

Research Master

Maintained by Community

Actor stats

2

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Yahoo! Chiebukuro Q&A Scraper

Collect public Yahoo!知恵袋 questions, answers, best-answer decisions, replies, author labels, timestamps, engagement signals, categories, and source URLs for Voice of Customer (VOC), market research, and Japanese-language community analysis.

Use this Actor when the research unit is a complete question context: the question, its selected best answer, and the other public answers.

How it relates to Quora scrapers

The input and output design follows the useful parts of established Quora Actors: keyword search and direct URLs can be mixed, public Q&A content is structured for downstream analysis, and question/answer records retain source metadata.

Yahoo!知恵袋 is not a threaded forum like Reddit or 贴吧. It is a question-first service closer to Quora or 百度知道. This Actor therefore preserves the relationship between each question and all of its answers instead of treating answer text as context-free comments.

CapabilityTypical Quora scraperThis Actor
Keyword searchYesYes, using public Yahoo!知恵袋 search pages
Direct question URLsYesYes
Questions and answersYesYes
Best/accepted answerAccepted answer when exposedYahoo!知恵袋 ベストアンサー flag and questioner thanks
Reply contextVariesPublic replies nested under their answer when exposed
Flat CSV-friendly rowsOftenYes; each answer repeats its question context
Coverage auditVariesSearch-page, question-level, and run-level audit records
Profiles, topics, spaces, postsCommon on QuoraNot applicable; this Actor is deliberately limited to Yahoo!知恵袋 Q&A

When to use it

Choose this Actor when:

  • You need Japanese consumer questions, purchase barriers, usage problems, recommendations, or peer-proposed solutions.
  • You want to search several Japanese keywords and deduplicate overlapping questions.
  • You already have Yahoo!知恵袋 question URLs and need the complete public Q&A context.
  • You need best-answer status, answer reactions, public author labels, categories, and reply context.
  • You need audit rows that show search coverage, answer coverage, failures, and stopping conditions.

Choose another workflow when:

  • You need Reddit-style comment trees or community/subreddit discovery.
  • You need private, deleted, authenticated, account-specific, or historical content that is no longer publicly rendered.
  • You need Yahoo! JAPAN Search results outside Yahoo!知恵袋.
  • You need semantic analysis or AI summaries instead of source records.

Input

Use searchQueries, startUrls, or both. Questions found by several searches are collected once and retain every matching query/rank in search_hits.

{
"searchQueries": [
"防災グッズ おすすめ",
"電気代 節約 方法",
"キャンプ 初心者"
],
"startUrls": [
{
"url": "https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q10329103845"
}
],
"questionStatus": "all",
"maxQuestionsPerQuery": 100,
"maxAnswersPerQuestion": 0,
"includeReplies": true,
"outputMode": "both",
"concurrency": 5,
"requestDelayMs": 250
}

Main controls

FieldMeaning
searchQueriesJapanese keyword searches.
startUrlsDirect public question detail URLs.
questionStatusall, open, or resolved; applies to searches only.
maxQuestionsPerQueryPer-query result cap before cross-query deduplication.
maxSearchPagesHard safety cap; Yahoo currently renders up to 10 search results per page.
maxAnswersPerQuestion0 means every displayed answer; a positive value creates a bounded sample.
includeRepliesKeeps replies nested under answers when Yahoo exposes them in the public page data.
outputModenested, flat, or both. Default both supports JSON context and CSV/Excel analysis.
concurrencyParallel question requests, 1-10.
requestDelayMsDelay before each Yahoo request.
maxRequestRetriesTotal attempts for transient failures.

Output

The default dataset contains five record types. Always filter record_type before analysis.

record_typeOne row perPurpose
questionUnique questionFull question metadata and, in nested/both mode, all collected answers.
answerAnswerCSV-friendly answer row with repeated question title, text, categories, URL, and search provenance.
search_auditQuery pageQuery, page, results found, new unique questions, displayed total, and errors.
question_auditQuestionDisplayed answer target, collected answers/pages/replies, coverage flags, and errors.
run_auditActor runInput counts, unique questions, output totals, failures, and completion time.

For VOC analysis, use either:

  • question rows in nested mode, where each question carries its answers; or
  • answer rows in flat/both mode, where every answer repeats question_id, question_title, question_text, and source context.

Stable deduplication keys are question_id and answer_id.

Pricing

The question-completed event is charged once after a question has been parsed successfully, its requested answer target has been reached, and its question and audit rows have been written to the Dataset. Failed questions, incomplete answer coverage, answer rows, replies, and audit rows are not charged separately.

The run_audit row reports questions_chargeable, question_completed_events_charged, and any questions_not_charged because the run reached the user's maximum charge limit.

Coverage checks

Before analysis, verify:

  1. run_audit.failures is empty.
  2. Every question_audit.answer_coverage_complete value is true, unless a deliberate answer cap was used.
  3. reply_coverage_complete is true when replies are required. A false value means Yahoo displayed more replies than were present in the server-rendered page data.
  4. Search-page counts and per-query limits match the intended research scope.

Limits and responsible use

  • Collects public Yahoo!知恵袋 pages only and does not log in or bypass access controls.
  • Page structure, field availability, and anti-bot behavior can change; audit failures must be reviewed.
  • Public usernames can be masked by Yahoo. The Actor preserves only the public display value and does not infer identity.
  • Direct answer anchors are constructed from public question and answer IDs; Yahoo may change anchor behavior.
  • The Actor does not classify relevance, commercial content, sentiment, or VOC topics.
  • Use reasonable request rates and follow applicable law, Yahoo! JAPAN terms, and your organization's data-handling rules.