# Naver Map cafe scraper for Seoul local leads

**Use case:** 

Scrape Seoul cafes from Naver Map with addresses, websites, coordinates, review counts, and business status for Korean lead lists.

## Input

```json
{
  "queries": [
    "서울 카페",
    "강남 카페",
    "홍대 카페"
  ],
  "searchUrls": [],
  "maxItems": 60,
  "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.