# Naver Map hotel extractor for Busan competitors

**Use case:** 

Extract Busan hotel listings from Naver Map with place IDs, URLs, addresses, coordinates, websites, and review counts.

## Input

```json
{
  "queries": [
    "부산 호텔",
    "해운대 호텔"
  ],
  "searchUrls": [],
  "maxItems": 40,
  "includeDetails": true,
  "searchCoord": "126.97825;37.566551",
  "pageWaitMs": 2500
}
```

## Output

```json
{
  "placeId": {
    "label": "Naver place ID"
  },
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "address": {
    "label": "Address"
  },
  "roadAddress": {
    "label": "Road address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "naverPlaceUrl": {
    "label": "Naver place URL"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "rank": {
    "label": "Rank"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "reviewCount": {
    "label": "Total reviews"
  },
  "visitorReviewCount": {
    "label": "Visitor reviews"
  },
  "blogReviewCount": {
    "label": "Blog reviews"
  },
  "businessStatus": {
    "label": "Business status"
  },
  "businessStatusDetail": {
    "label": "Status detail"
  },
  "menuInfo": {
    "label": "Menu / services"
  },
  "thumbnailUrl": {
    "label": "Thumbnail"
  },
  "hasNaverBooking": {
    "label": "Naver Booking"
  },
  "hasNaverSmartOrder": {
    "label": "Smart Order"
  },
  "hasNPay": {
    "label": "N Pay"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Naver Map Local Business Scraper](https://apify.com/automation-lab/naver-map-local-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/naver-map-local-business-scraper) to learn more, explore other use cases, and run it yourself.