Naver Knowledge iN Scraper avatar

Naver Knowledge iN Scraper

Pricing

from $0.50 / 1,000 questions

Go to Apify Store
Naver Knowledge iN Scraper

Naver Knowledge iN Scraper

Scrape Q&A content from Naver KiN (네이버 지식iN) — Korea's largest Q&A platform (Korean Yahoo Answers). Extract naver kin data, korean Q&A content, 지식iN questions & best answers. Great for korean market research, NLP datasets & content strategy.

Pricing

from $0.50 / 1,000 questions

Rating

0.0

(0)

Developer

Session zero

Session zero

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

19 days ago

Last modified

Share

Keywords: naver knowledge in, korean Q&A, naver kin data, south korea, korean web scraping, naver data, apify actor, korean data extraction

Naver Knowledge iN Scraper 🇰🇷

Scrape Naver Knowledge iN (지식iN) — Korea's largest Q&A platform — by keyword. Extract questions, answers, adopted answers, view counts, categories, and more.

No browser needed — uses fast, lightweight HTML parsing.

⚡ Quick Start

{
"query": "파이썬 공부",
"maxResults": 20,
"fetchDetails": true
}

🎯 Use Cases

  • Market Research — Understand what Koreans ask about any topic
  • Content Strategy — Find frequently asked questions for blog/SEO topics
  • Competitive Analysis — Monitor Q&A trends about products or brands
  • Academic Research — Collect Korean-language Q&A datasets
  • Customer Insights — Discover pain points people discuss online
  • Language Learning — Gather real Korean Q&A for study material

📥 Input Parameters

ParameterTypeDefaultDescription
querystring(required)Search keyword (Korean or English)
maxResultsinteger20Maximum questions to scrape (1-500)
fetchDetailsbooleantrueFetch full question content + answers
proxyConfigurationobjectApify Proxy settings

📤 Output Fields

Each result contains:

FieldTypeDescription
questionIdstringUnique document ID
titlestringQuestion title
contentstringFull question text (when fetchDetails: true)
urlstringDirect URL to the question
categorystringCategory path (e.g., "Q&A > 웹프로그래밍")
answerCountintegerNumber of answers
viewCountintegerView count (when fetchDetails: true)
authorstringQuestion author (may be "비공개" = anonymous)
createdAtstringQuestion creation date
adoptedAnswerobjectAdopted (best) answer with content, author, date
additionalAnswersarrayOther answers
tagsarrayTags/hashtags
searchQuerystringOriginal search query used
scrapedAtstringScrape timestamp (UTC)

Sample Output

{
"questionId": "489500647",
"title": "모바일로는 파이썬 공부 못하나요?",
"content": "모바일에서는 파이썬 공부 못하나요?\n혹시 있으면 알려주세요",
"url": "https://kin.naver.com/qna/detail.naver?docId=489500647&dirId=10402&d1id=1",
"category": "Q&A > 웹프로그래밍",
"answerCount": 3,
"viewCount": 267,
"author": "비공개",
"createdAt": "2025.10.14.",
"adoptedAnswer": {
"content": "할 수 있습니다. 구글 colab같은거 이용하시면...",
"author": "답변자닉네임",
"date": "2025.10.14.",
"isAdopted": true
},
"additionalAnswers": [
{
"content": "모바일에서도 가능합니다...",
"author": "다른답변자",
"date": "2025.10.13.",
"isAdopted": false
}
],
"tags": ["파이썬", "코딩"],
"searchQuery": "파이썬 공부",
"scrapedAt": "2026-02-28T02:30:00.000000"
}

💰 Pricing

  • $0.50 per 1,000 questions — Pay only for results
  • Detail page fetching included in the price
  • No hidden fees or minimum spend

⚙️ Performance

ModeSpeedData
fetchDetails: true~3-5 questions/secFull content + answers
fetchDetails: false~50+ questions/secTitles + metadata only

🔧 Technical Details

  • Method: Server-side rendered HTML parsing (httpx + BeautifulSoup)
  • Rate limiting: Built-in delays to respect Naver's servers
  • Proxy support: Optional Apify Proxy for high-volume scraping
  • Language: Python 3.12+

📋 Notes

  • Naver Knowledge iN is primarily Korean-language. English queries may return fewer results.
  • Some question authors set their profile to "비공개" (anonymous).
  • View counts and answer counts reflect the time of scraping.