Skip to main content
POST
/
api
/
naver
/
place
/
places
/
search
/naver/place/places/search
curl --request POST \
  --url https://api.anysite.io/api/naver/place/places/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "count": 25,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "place_url": "<string>",
    "@type": "NaverPlace",
    "category": "<string>",
    "business_category": "<string>",
    "category_codes": [],
    "micro_review": "<string>",
    "road_address": "<string>",
    "address": "<string>",
    "full_address": "<string>",
    "region": "<string>",
    "latitude": 123,
    "longitude": 123,
    "phone": "<string>",
    "virtual_phone": "<string>",
    "rating": 123,
    "visitor_review_count": 123,
    "text_review_count": 123,
    "blog_review_count": 123,
    "image": "<string>",
    "images": [],
    "image_count": 123,
    "conveniences": [],
    "payment_info": [],
    "has_booking": false,
    "has_npay": false,
    "booking_url": "<string>",
    "talktalk_url": "<string>",
    "broadcast_program": "<string>",
    "is_michelin": false,
    "save_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
required

Place search query

Minimum string length: 1
Example:

"제주 맛집"

count
integer
required

Max number of results

Required range: 1 <= x <= 50
Example:

20

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
place_url
string
required
@type
string
default:NaverPlace
category
string | null
business_category
string | null
category_codes
string[]
micro_review
string | null
road_address
string | null
address
string | null
full_address
string | null
region
string | null
latitude
number | null
longitude
number | null
phone
string | null
virtual_phone
string | null
rating
number | null
visitor_review_count
integer | null
text_review_count
integer | null
blog_review_count
integer | null
image
string | null
images
string[]
image_count
integer | null
conveniences
string[]
payment_info
string[]
has_booking
boolean
default:false
has_npay
boolean
default:false
booking_url
string | null
talktalk_url
string | null
broadcast_program
string | null
is_michelin
boolean
default:false
save_count
integer | null