Naver Knowledge iN Scraper avatar

Naver Knowledge iN Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Naver Knowledge iN Scraper

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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYes"파이썬"The search term to look up on Naver Knowledge iN
maxItemsintegerNo50Maximum number of Q&A results to scrape
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringQuestion Title
categorystringCategory
authorstringAuthor
datestringDate
answerCountintegerAnswer Count
querystringSearch Query
scrapedAtstringScraped At
snippetstringQuestion Snippet
linkstringQuestion URL
searchQuerystringNormalized Search Query
pageintegerResult Page
searchMetadataobjectSearch 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"
}
}