Naver Images Scraper avatar

Naver Images Scraper

Pricing

from $1.99 / 1,000 naver images scraper results

Go to Apify Store
Naver Images Scraper

Naver Images Scraper

Scrape image search results from Naver (South Korea's #1 search engine). Extracts image URLs, thumbnails, source pages, dimensions, file format, and more. Ideal for content research, market analysis, and dataset building in the Korean market.

Pricing

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

Scrape image search results from Naver (South Korea's #1 search engine). Extracts image URLs, thumbnails, source pages, dimensions, file format, and more. Ideal for content research, market analysis, and dataset building in the Korean market.

What this Actor collects

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

Use cases

  • Visual research
  • Image-source discovery
  • Media and asset 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"벚꽃"Image search query (Korean recommended)
startUrlsarrayNo[]Pre-built Naver image search URLs
maxItemsintegerNo50Maximum number of images to scrape
maxPagesintegerNo5Maximum pagination pages
marketstringNo"ko-KR"Locale tag for the search (e.g. ko-KR)
proxyConfigurationobjectNo{"useApifyProxy":true}Proxy configuration for the scraper

Example input

{
"query": "벚꽃",
"maxItems": 30,
"maxPages": 5,
"proxyConfiguration": {
"useApifyProxy": false
},
"market": "ko-KR"
}

Output

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

FieldTypeDescription
positionintegerPosition
imageUrlstringImage URL
thumbnailUrlstringThumbnail URL
titlestringTitle
sourceNamestringSource Name
widthintegerImage width in pixels in verified local output
heightintegerImage height in pixels in verified local output
fileFormatstringFile Format
isAnimatedbooleanIs Animated
typestringType
urlstringURL
sourcestringSource
searchQuerystringSearch Query
resultTypestringResult Type
pageintegerPage
altTextstringAlt Text

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"position": 1,
"imageUrl": "https://search.pstatic.net/common/?src=http%3A%2F%2Fblogfiles.naver.net%2FMjAyNjA0MDlfMTYx%2FMDAxNzc1NzEzNjQ2NTE2.t1mRqthB6nYJiRKYoqhNdYq29ZxslID1HPNn1iZUZwEg.yB5KEqXV0lIaOJqILxev…",
"thumbnailUrl": "https://search.pstatic.net/common/?src=http%3A%2F%2Fblogfiles.naver.net%2FMjAyNjA0MDlfMTYx%2FMDAxNzc1NzEzNjQ2NTE2.t1mRqthB6nYJiRKYoqhNdYq29ZxslID1HPNn1iZUZwEg.yB5KEqXV0lIaOJqILxev…",
"title": "벚꽃 떨어지는 시기 혹시 알고 계실까요",
"sourceName": "네이버 블로그",
"width": 0,
"height": 0,
"isAnimated": false,
"type": "image",
"url": "https://search.pstatic.net/common/?src=http%3A%2F%2Fblogfiles.naver.net%2FMjAyNjA0MDlfMTYx%2FMDAxNzc1NzEzNjQ2NTE2.t1mRqthB6nYJiRKYoqhNdYq29ZxslID1HPNn1iZUZwEg.yB5KEqXV0lIaOJqILxev…",
"searchQuery": "벚꽃",
"resultType": "image"
}