Naver Knowledge iN Scraper
Pricing
Pay per usage
Go to Apify Store

Naver Knowledge iN Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Session zero
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
a day ago
Last modified
Categories
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
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | (required) | Search keyword (Korean or English) |
maxResults | integer | 20 | Maximum questions to scrape (1-500) |
fetchDetails | boolean | true | Fetch full question content + answers |
proxyConfiguration | object | β | Apify Proxy settings |
π€ Output Fields
Each result contains:
| Field | Type | Description |
|---|---|---|
questionId | string | Unique document ID |
title | string | Question title |
content | string | Full question text (when fetchDetails: true) |
url | string | Direct URL to the question |
category | string | Category path (e.g., "Q&A > μΉνλ‘κ·Έλλ°") |
answerCount | integer | Number of answers |
viewCount | integer | View count (when fetchDetails: true) |
author | string | Question author (may be "λΉκ³΅κ°" = anonymous) |
createdAt | string | Question creation date |
adoptedAnswer | object | Adopted (best) answer with content, author, date |
additionalAnswers | array | Other answers |
tags | array | Tags/hashtags |
searchQuery | string | Original search query used |
scrapedAt | string | Scrape 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
| Mode | Speed | Data |
|---|---|---|
fetchDetails: true | ~3-5 questions/sec | Full content + answers |
fetchDetails: false | ~50+ questions/sec | Titles + 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.