Naver Booking Results API
When a Naver search contains bookings, they are parsed and placed within the booking_results
object in the JSON output. Each booking is stored in the items
array, and can contain title
, available_until
, thumbnail
, link
, price
, extracted_price
, and discount
. Further results can be found following the optional booking_results.see_more_link
.
Bookings can be found in nexearch
type searches.
API Examples
Naver search results for query:코엑스 아쿠아리움
For some searches, the booking is displayed in different layout.
{
"search_metadata": {
"id": "65b433e831dccce6842817d0",
"status": "Success",
"json_endpoint": "http://serpapi.com/searches/fcc3124ed4098abe/65b433e831dccce6842817d0.json",
"created_at": "2024-01-26 22:36:24 UTC",
"processed_at": "2024-01-26 22:36:24 UTC",
"naver_url": "https://search.naver.com/search.naver?query=코엑스 아쿠아리움",
"raw_html_file": "http://serpapi.com/searches/fcc3124ed4098abe/65b433e831dccce6842817d0.html",
"total_time_taken": 3.95
},
"search_parameters": {
"query": "코엑스 아쿠아리움",
"engine": "naver"
},
...
"booking_results": {
"items": [
{
"title": "오전/오후 1인권(1월)",
"price": "23,100",
"extracted_price": 23100,
"discount": "30%",
"available_until": "2024.01.31",
"thumbnail": "https://search.pstatic.net/common/?autoRotate=true&quality=95&type=f120_120&src=https://naverbooking-phinf.pstatic.net/20240117_186/17054494442363pK1D_JPEG/%BF%C2%B6%F3%C0%CE-%C7%AA%B8%A5%B9%D9%B4%D9%B0%C5%BA%CF.jpg",
"link": "https://booking.naver.com/booking/5/bizes/47462/items/5601617?theme=place&area=plt"
},
{
"title": "1인 입장권(1월)",
"price": "27,700",
"extracted_price": 27700,
"discount": "16%",
"available_until": "2024.01.31",
"thumbnail": "https://search.pstatic.net/common/?autoRotate=true&quality=95&type=f120_120&src=https://naverbooking-phinf.pstatic.net/20231219_283/1702958872312KlvB1_JPEG/%BF%C2%B6%F3%C0%CE-%B8%C5%B3%CA%C6%BC.jpg",
"link": "https://booking.naver.com/booking/5/bizes/47462/items/5543082?theme=place&area=plt"
},
{
"title": "키즈 체험북 패키지(1월)",
"price": "27,500",
"extracted_price": 27500,
"discount": "17%",
"available_until": "2024.01.31",
"thumbnail": "https://search.pstatic.net/common/?autoRotate=true&quality=95&type=f120_120&src=https://naverbooking-phinf.pstatic.net/20231221_145/1703147276557BwcrC_PNG/MicrosoftTeams-image_%281%29.png",
"link": "https://booking.naver.com/booking/5/bizes/47462/items/5543126?theme=place&area=plt"
},
{
"title": "디지털 포토 패키지(1월)",
"price_range": [
"30,500",
"86,900"
],
"extracted_price_range": [
30500,
86900
],
"available_until": "2024.01.31",
"thumbnail": "https://search.pstatic.net/common/?autoRotate=true&quality=95&type=f120_120&src=https://naverbooking-phinf.pstatic.net/20231214_12/1702532781379vpods_PNG/MicrosoftTeams-image_%281%29.png",
"link": "https://booking.naver.com/booking/5/bizes/47462/items/5543104?theme=place&area=plt"
}
]
},
...
}
Naver search results for query:코엑스 아쿠아리움
for mobile
For some searches, the booking is displayed in different layout.
{
"search_metadata": {
"id": "65b9549631dccca410ad6b43",
"status": "Success",
"json_endpoint": "http://serpapi.com/searches/298d24adfbd9f322/65b9549631dccca410ad6b43.json",
"created_at": "2024-01-30 19:57:10 UTC",
"processed_at": "2024-01-30 19:57:10 UTC",
"naver_url": "https://search.naver.com/search.naver?query=코엑스 아쿠아리움&where=nexearch",
"raw_html_file": "http://serpapi.com/searches/298d24adfbd9f322/65b9549631dccca410ad6b43.html",
"total_time_taken": 3.17
},
"search_parameters": {
"query": "코엑스 아쿠아리움",
"engine": "naver",
"where": "nexearch"
},
...
"booking_results": {
"items": [
{
"title": "오전/오후 1인권(1월)",
"price": "23,100",
"extracted_price": 23100,
"discount": "30%",
"available_until": "2024.01.31",
"thumbnail": "https://search.pstatic.net/common/?autoRotate=true&quality=95&type=f120_120&src=https://naverbooking-phinf.pstatic.net/20240117_186/17054494442363pK1D_JPEG/%BF%C2%B6%F3%C0%CE-%C7%AA%B8%A5%B9%D9%B4%D9%B0%C5%BA%CF.jpg",
"link": "https://m.booking.naver.com/booking/5/bizes/47462/items/5601617?theme=place&area=plt"
},
{
"title": "1인 입장권(1월)",
"price": "27,700",
"extracted_price": 27700,
"discount": "16%",
"available_until": "2024.01.31",
"thumbnail": "https://search.pstatic.net/common/?autoRotate=true&quality=95&type=f120_120&src=https://naverbooking-phinf.pstatic.net/20231219_283/1702958872312KlvB1_JPEG/%BF%C2%B6%F3%C0%CE-%B8%C5%B3%CA%C6%BC.jpg",
"link": "https://m.booking.naver.com/booking/5/bizes/47462/items/5543082?theme=place&area=plt"
}
],
"see_more_link": "https://m.place.naver.com/place/11606845/booking?entry=plt"
},
...
}