Naver Knowledge iN Scraper avatar

Naver Knowledge iN Scraper

Pricing

Pay per usage

Go to Apify Store
Naver Knowledge iN Scraper

Naver Knowledge iN Scraper

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Session zero

Session zero

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Share

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
proxyConfigurationobjectβ€”Apify 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.