Naver Maps Scraper
Under maintenancePricing
from $1.99 / 1,000 naver maps scraper results
Naver Maps Scraper
Under maintenanceScrape 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "강남 맛집" | POI search query (Korean recommended) |
startUrls | array | No | [] | Pre-built Naver Maps search URLs |
maxItems | integer | No | 50 | Maximum number of places 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": "강남 맛집","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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
name | string | Name |
category | string | Category |
rating | number | Rating |
reviewCount | integer | Review count in verified local output |
address | string | Display address in verified local output |
latitude | number | Latitude in verified local output |
longitude | number | Longitude in verified local output |
phone | string | Public phone number, when exposed |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
link | string | Link |
searchQuery | string | Search Query |
uid | string | Uid |
poiId | string | Poi 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"}