Naver Images Scraper
Pricing
from $1.99 / 1,000 naver images scraper results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "벚꽃" | Image search query (Korean recommended) |
startUrls | array | No | [] | Pre-built Naver image search URLs |
maxItems | integer | No | 50 | Maximum number of images to scrape |
maxPages | integer | No | 5 | Maximum pagination pages |
market | string | No | "ko-KR" | Locale tag for the search (e.g. ko-KR) |
proxyConfiguration | object | No | {"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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
imageUrl | string | Image URL |
thumbnailUrl | string | Thumbnail URL |
title | string | Title |
sourceName | string | Source Name |
width | integer | Image width in pixels in verified local output |
height | integer | Image height in pixels in verified local output |
fileFormat | string | File Format |
isAnimated | boolean | Is Animated |
type | string | Type |
url | string | URL |
source | string | Source |
searchQuery | string | Search Query |
resultType | string | Result Type |
page | integer | Page |
altText | string | Alt 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"}