Naver Maps Scraper avatar

Naver Maps Scraper

Under maintenance

Pricing

from $1.99 / 1,000 naver maps scraper results

Go to Apify Store
Naver Maps Scraper

Naver Maps Scraper

Under maintenance

Scrape points-of-interest (POI) from Naver Maps (map.naver.com). Extracts business names, addresses, phones, ratings, reviews, hours, coordinates, and categories. Supports pagination. Ideal for local business discovery in the Korean market.

Pricing

from $1.99 / 1,000 naver maps 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 points-of-interest (POI) from Naver Maps (map.naver.com). Extracts business names, addresses, phones, ratings, reviews, hours, coordinates, and categories. Supports pagination. Ideal for local business discovery in the Korean market.

What this Actor collects

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

Use cases

  • Local lead research
  • Location and category monitoring
  • Business-directory 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"강남 맛집"POI search query (Korean recommended)
startUrlsarrayNo[]Pre-built Naver Maps search URLs
maxItemsintegerNo50Maximum number of places 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": "강남 맛집",
"maxItems": 50,
"maxPages": 5,
"proxyConfiguration": {
"useApifyProxy": false
},
"market": "ko-KR"
}

Output

The default dataset contains one item per place or local-business result. The following are the most useful fields; availability can vary by source response.

FieldTypeDescription
positionintegerPosition
namestringName
categorystringCategory
ratingnumberRating
reviewCountintegerReview count in verified local output
addressstringDisplay address in verified local output
latitudenumberLatitude in verified local output
longitudenumberLongitude in verified local output
phonestringPublic phone number, when exposed
scrapedAtstringScraped At
typestringType
descriptionstringDescription
linkstringLink
searchQuerystringSearch Query
uidstringUid
poiIdstringPoi ID

Example dataset item

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

{
"position": 1,
"name": "MonMon Monjayaki",
"category": "Japanese Food > Japanese Food",
"rating": 0,
"reviewCount": 783,
"address": "10-1 Yeonmujang 3-gil Seongdong-gu Seoul",
"scrapedAt": "2026-07-23T12:17:20.480Z",
"type": "map",
"description": "안녕하세요 성수에 새로 오픈한 몬몬(몬자몬스터 성수) 입니다.",
"link": "https://map.naver.com/p/entry/place/2060669760",
"searchQuery": "강남 맛집",
"resultType": "map"
}