Naver Search Scraper avatar

Naver Search Scraper

Pricing

from $1.99 / 1,000 naver search scraper results

Go to Apify Store
Naver Search Scraper

Naver Search Scraper

Scrapes Naver Search (universal: web + news + blog + cafe) for any query. Extracts the full canonical search-vertical schema: title, URL, snippet, source, section, dates, thumbnail, language, ad/sponsored flags, and more.

Pricing

from $1.99 / 1,000 naver search 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

4 days ago

Last modified

Share

Scrapes Naver Search (universal: web + news + blog + cafe) for any query. Extracts the full canonical search-vertical schema: title, URL, snippet, source, section, dates, thumbnail, language, ad/sponsored flags, and more.

What this Actor collects

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

Use cases

  • Search and competitor research
  • Ranking and visibility monitoring
  • Dataset and workflow 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
maxItemsintegerNo50Maximum number of search results to scrape
proxyConfigurationobjectNoProxy settings for the scraper

Example input

{
"query": "삼성전자",
"maxItems": 30,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output

The default dataset contains one item per result from Naver's universal search sections. The following are the most useful fields; availability can vary by result type and source response.

FieldTypeDescription
positionintegerPosition
sectionstringSection
titlestringTitle
sourcestringSource
snippetstringSnippet
datestringDate
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle 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": "삼성전자",
"source": "Samsung",
"snippet": "갤럭시, TV, PC, 가전, 액세서리, 소모품 제품정보, 온라인 스토어 제품판매, 고객지원 정보 제공.",
"scrapedAt": "2026-07-23T12:18:02.968Z",
"link": "https://www.samsung.com/",
"query": "삼성전자",
"titleHtml": "<b>삼성전자</b>",
"snippetHtml": "갤럭시, TV, PC, 가전, 액세서리, 소모품 제품정보, 온라인 스토어 제품판매, 고객지원 정보 제공.",
"displayUrl": "www.samsung.com",
"isAd": false,
"isSponsored": false
}