Naver Videos Scraper
Pricing
from $1.99 / 1,000 naver videos scraper results
Naver Videos Scraper
Scrape video search results from Naver (South Korea's #1 search engine). Extracts video titles, channel info, duration, view counts, thumbnails, and more. Supports Korean queries and resolution of Naver video URL redirects.
Pricing
from $1.99 / 1,000 naver videos scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Scrape video search results from Naver (South Korea's #1 search engine). Extracts video titles, channel info, duration, view counts, thumbnails, and more. Supports Korean queries and resolution of Naver video URL redirects.
What this Actor collects
The Actor converts video 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 61-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Video discovery
- Publisher and topic monitoring
- Media-catalog 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 | "K-pop" | Video search query (Korean recommended) |
startUrls | array | No | [] | Pre-built Naver video search URLs |
maxItems | integer | No | 50 | Maximum number of videos to scrape |
maxPages | integer | No | 5 | Maximum number of pagination pages to follow |
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": "K-pop","maxItems": 30,"maxPages": 5,"proxyConfiguration": {"useApifyProxy": false},"market": "ko-KR"}
Output
The default dataset contains one item per video result. The following are the most useful fields; availability can vary by source response.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
thumbnail | string | Thumbnail |
title | string | Title |
channel | string | Channel |
duration | string | Duration |
durationSeconds | integer | Parsed duration in seconds |
viewCount | integer | Parsed view count, when exposed |
platform | string | Video platform |
type | string | Type |
url | string | URL |
link | string | Link |
searchQuery | string | Search Query |
resultType | string | Result Type |
page | integer | Page |
channelUrl | string | Channel URL, when exposed |
isLive | boolean | Whether the result is live |
Example dataset item
This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.
{"position": 1,"thumbnail": "https://search.pstatic.net/sunny/?src=https%3A%2F%2Fi.ytimg.com%2Fvi%2FKsPFixJ6TS4%2Fmaxresdefault.jpg&type=f686_386","title": "FIFTY FIFTY (피프티피프티) ‘STARSTRUCK' | Simply K-Pop EP.11 260619","channel": "Koreanet","duration": "03:27","type": "video","url": "https://www.youtube.com/watch?v=KsPFixJ6TS4","link": "https://www.youtube.com/watch?v=KsPFixJ6TS4","searchQuery": "K-pop","resultType": "video","page": 2,"embedUrl": "https://www.youtube.com/embed/KsPFixJ6TS4"}