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=%EC%BD%94%EC%97%91%EC%8A%A4+%EC%95%84%EC%BF%A0%EC%95%84%EB%A6%AC%EC%9B%80",
"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%3A%2F%2Fnaverbooking-phinf.pstatic.net%2F20240117_186%2F17054494442363pK1D_JPEG%2F%25BF%25C2%25B6%25F3%25C0%25CE-%25C7%25AA%25B8%25A5%25B9%25D9%25B4%25D9%25B0%25C5%25BA%25CF.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%3A%2F%2Fnaverbooking-phinf.pstatic.net%2F20231219_283%2F1702958872312KlvB1_JPEG%2F%25BF%25C2%25B6%25F3%25C0%25CE-%25B8%25C5%25B3%25CA%25C6%25BC.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%3A%2F%2Fnaverbooking-phinf.pstatic.net%2F20231221_145%2F1703147276557BwcrC_PNG%2FMicrosoftTeams-image_%25281%2529.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%3A%2F%2Fnaverbooking-phinf.pstatic.net%2F20231214_12%2F1702532781379vpods_PNG%2FMicrosoftTeams-image_%25281%2529.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=%EC%BD%94%EC%97%91%EC%8A%A4+%EC%95%84%EC%BF%A0%EC%95%84%EB%A6%AC%EC%9B%80&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%3A%2F%2Fnaverbooking-phinf.pstatic.net%2F20240117_186%2F17054494442363pK1D_JPEG%2F%25BF%25C2%25B6%25F3%25C0%25CE-%25C7%25AA%25B8%25A5%25B9%25D9%25B4%25D9%25B0%25C5%25BA%25CF.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%3A%2F%2Fnaverbooking-phinf.pstatic.net%2F20231219_283%2F1702958872312KlvB1_JPEG%2F%25BF%25C2%25B6%25F3%25C0%25CE-%25B8%25C5%25B3%25CA%25C6%25BC.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"
},
...
}