Naver Videos Scraper avatar

Naver Videos Scraper

Pricing

from $1.99 / 1,000 naver videos scraper results

Go to Apify Store
Naver Videos Scraper

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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYes"K-pop"Video search query (Korean recommended)
startUrlsarrayNo[]Pre-built Naver video search URLs
maxItemsintegerNo50Maximum number of videos to scrape
maxPagesintegerNo5Maximum number of pagination pages to follow
marketstringNo"ko-KR"Locale tag for the search (e.g. ko-KR)
proxyConfigurationobjectNo{"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.

FieldTypeDescription
positionintegerPosition
thumbnailstringThumbnail
titlestringTitle
channelstringChannel
durationstringDuration
durationSecondsintegerParsed duration in seconds
viewCountintegerParsed view count, when exposed
platformstringVideo platform
typestringType
urlstringURL
linkstringLink
searchQuerystringSearch Query
resultTypestringResult Type
pageintegerPage
channelUrlstringChannel URL, when exposed
isLivebooleanWhether 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"
}