# Ulsan Auto Repair Market

**Use case:** 

Review public Ulsan auto-repair listings for service-market research.

## Input

```json
{
  "queries": [
    "자동차 정비"
  ],
  "location": "울산",
  "maxResultsPerQuery": 3,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "roadAddress": {
    "label": "Road address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "naverUrl": {
    "label": "Naver URL",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "visitorReviewCount": {
    "label": "Visitor reviews",
    "format": "number"
  },
  "blogReviewCount": {
    "label": "Blog reviews",
    "format": "number"
  },
  "businessStatus": {
    "label": "Status",
    "format": "text"
  },
  "openingHours": {
    "label": "Opening hours",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "placeDescription": {
    "label": "Description",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "menuInfo": {
    "label": "Menu info",
    "format": "text"
  },
  "distanceMeters": {
    "label": "Distance (m)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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