Naver News Scraper avatar

Naver News Scraper

Pricing

from $1.99 / 1,000 naver news scraper results

Go to Apify Store
Naver News Scraper

Naver News Scraper

Scrape news search results from Naver (South Korea's #1 search engine). Extracts article titles, snippets, sources, publication dates, and image galleries. Supports pagination, source filters, and Korean date parsing — ideal for news aggregation and brand monitoring in the Korean market.

Pricing

from $1.99 / 1,000 naver news scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrapes news search results from Naver. Extracts article titles, snippets, sources, publication dates, images, and source URLs. Supports pagination, category filtering, optional redirect resolution, and Korean date parsing.

What this Actor collects

The Actor converts news and article results 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 48-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • News monitoring
  • Publisher and topic research
  • Article-feed 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 news search query (Korean queries recommended)
startUrlsarrayNo[]Pre-built Naver news search URLs. Takes precedence over 'query'.
maxItemsintegerNo50Maximum number of articles to scrape
maxPagesintegerNo5Maximum number of pagination pages to follow
resolveRedirectsbooleanNotrueFollow Naver news article redirect URLs to get the real article URL
marketstringNo"ko-KR"Locale tag for the search (e.g. ko-KR)
categorystringNo""News category filter (e.g. '정치', '경제', '사회', 'IT/과학')
proxyConfigurationobjectNo{"useApifyProxy":true}Proxy configuration for the scraper

Example input

{
"query": "인공지능",
"maxItems": 30,
"maxPages": 5,
"proxyConfiguration": {
"useApifyProxy": false
},
"resolveRedirects": true,
"market": "ko-KR"
}

Output

The default dataset contains one item per news article result. The following are the most useful fields; availability can vary by result type and source response.

FieldTypeDescription
positionintegerPosition
titlestringTitle
sourcestringSource
publishedAtstringPublished At
snippetstringSnippet
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery
searchQuerystringSearch Query
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle HTML
snippetHtmlstringSnippet HTML

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": "SKT, AI 데이터센터 전문 자회사 만든다",
"source": "한국경제새 창 열림",
"snippet": "SK텔레콤이 인공지능(AI) 데이터센터 설립과 투자를 전담하는 자회사(SK하이퍼)를 만든다. 지난달 29일 발표한 메가프로젝트를 수행하기 위한 후속 조치다. SK텔레콤 최고경영자(CEO) 직속으로 ‘AI DC 통합추진단’을 세운 지 2주 만에 전담 회사를 설립하며 SK그룹의 데이터센터 사업에 속도를 내고...",
"scrapedAt": "2026-07-23T12:16:21.951Z",
"type": "news",
"description": "SK텔레콤이 인공지능(AI) 데이터센터 설립과 투자를 전담하는 자회사(SK하이퍼)를 만든다. 지난달 29일 발표한 메가프로젝트를 수행하기 위한 후속 조치다. SK텔레콤 최고경영자(CEO) 직속으로 ‘AI DC 통합추진단’을 세운 지 2주 만에 전담 회사를 설립하며 SK그룹의 데이터센터 사업에 속도를 내고...",
"url": "https://n.news.naver.com/mnews/article/015/0005313150?sid=105",
"link": "https://n.news.naver.com/mnews/article/015/0005313150?sid=105",
"query": "인공지능",
"searchQuery": "인공지능",
"resultType": "news"
}