Naver Knowledge iN Scraper
Pricing
from $1.99 / 1,000 search results
Naver Knowledge iN Scraper
Scrapes public Q&A from Naver Knowledge iN (지식iN) — Korea's largest Q&A platform. Extracts question, answer, category, date, author, and view count via search.naver.com kin tab.
Pricing
from $1.99 / 1,000 search results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrapes public Q&A from Naver Knowledge iN (지식iN) — Korea's largest Q&A platform. Extracts question, answer, category, date, author, and view count via search.naver.com kin tab.
What this Actor collects
The Actor converts community discussions and Q&A records into clean JSON records that can be downloaded, queried through the Apify API, or sent to downstream workflows.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 13-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Community and audience research
- Question and answer monitoring
- Discussion-source enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "파이썬" | The search term to look up on Naver Knowledge iN |
maxItems | integer | No | 50 | Maximum number of Q&A results to scrape |
proxyConfiguration | object | No | — | Proxy settings for the scraper |
Example input
{"query": "파이썬","maxItems": 20}
Output
The default dataset contains one item per public Knowledge iN Q&A result. The following are the most useful fields; availability can vary by source response.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Question Title |
category | string | Category |
author | string | Author |
date | string | Date |
answerCount | integer | Answer Count |
query | string | Search Query |
scrapedAt | string | Scraped At |
snippet | string | Question Snippet |
link | string | Question URL |
searchQuery | string | Normalized Search Query |
page | integer | Result Page |
searchMetadata | object | Search Metadata |
Example dataset item
This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.
{"position": 1,"title": "파이썬 따옴표","author": "비공개","date": "2024.10.29.","answerCount": 0,"query": "파이썬","scrapedAt": "2026-07-23T12:16:10.114Z","snippet": "문자열을 '로 감싸는경우엔 \\' \"로 감싸는경우엔 \\\" >>> \"& \"& >>> \"\"&\" \"&","link": "https://kin.naver.com/qna/detail.naver?answerNo=1&dirId=10402&docId=477246947&kinsrch_src=pc_tab_kin&qb=7YyM7J207I2s","searchQuery": "파이썬","page": 1,"searchMetadata": {"engine": "naver-knowledge-in","page": 1,"query": "파이썬","scrapedAt": "2026-07-23T12:16:10.114Z"}}