What's new See our recent updates

Booking.com API

Search Booking.com properties and retrieve prices, review scores, star ratings, room and bed configuration, availability, and grouped filters.
  • Only pay for successful searches
  • Real-time property availability and pricing
  • Response-derived filters you can chain back
No credit card required.
          curl --get https://www.searchapi.io/api/v1/search \
  -d engine="booking" \
  -d q="Dubrovnik" \
  -d check_in_date="2026-10-02" \
  -d check_out_date="2026-10-09" \
  -d adults="2"
        

Extensive Booking.com Property Results

Get JSON results in seconds

{
  "search_metadata": {
    "id": "search_81zxXmPv3DdnFXB3VdOanD5B",
    "status": "Success",
    "created_at": "2026-08-31T20:00:01Z",
    "request_time_taken": 1.48,
    "parsing_time_taken": 0.07,
    "total_time_taken": 1.55,
    "request_url": "https://www.booking.com/searchresults.en-us.html?ss=Dubrovnik&checkin=2026-09-25&checkout=2026-10-02&group_adults=2&no_rooms=1&group_children=0&offset=0&lang=en-us",
    "html_url": "https://www.searchapi.io/api/v1/searches/search_81zxXmPv3DdnFXB3VdOanD5B.html",
    "json_url": "https://www.searchapi.io/api/v1/searches/search_81zxXmPv3DdnFXB3VdOanD5B"
  },
  "search_parameters": {
    "engine": "booking",
    "q": "Dubrovnik",
    "check_in_date": "2026-09-25",
    "check_out_date": "2026-10-02",
    "adults": 2,
    "rooms": 1,
    "page": 1,
    "language": "en-us"
  },
  "search_information": {
    "total_results": 648,
    "destination": {
      "name": "Dubrovnik",
      "country_code": "hr",
      "dest_id": "-79996",
      "dest_type": "city"
    }
  },
  "filters": [
    {
      "category": "price",
      "label": "Your budget (per night)",
      "options": [
        {
          "value": "price=USD-60-400-1",
          "name": "Your budget (per night)",
          "min": 60,
          "max": 400,
          "currency": "USD"
        }
      ]
    },
    {
      "category": "popular",
      "label": "Popular filters",
      "options": [
        {
          "value": "review_score=80",
          "name": "Very Good: 8+",
          "count": 535
        },
        {
          "value": "ht_id=204",
          "name": "Hotels",
          "count": 17
        },
        {
          "value": "hotelfacility=433",
          "name": "Swimming pool",
          "count": 76
        },
        {
          "value": "roomfacility=17",
          "name": "Balcony",
          "count": 318
        },
        {
          "value": "roomfacility=11",
          "name": "Air conditioning",
          "count": 635
        },
        {
          "value": "popular_activities=302",
          "name": "Beach",
          "count": 153
        },
        {
          "value": "class=5",
          "name": "5 stars",
          "count": 16
        },
        {
          "value": "mealplan=1",
          "name": "Breakfast included",
          "count": 25
        }
      ]
    },
    {
      "category": "ht_id",
      "label": "Property Type",
      "options": [
        {
          "value": "ht_id=204",
          "name": "Hotels",
          "count": 17
        },
        {
          "value": "ht_id=201",
          "name": "Apartments",
          "count": 516
        },
        {
          "value": "ht_id=213",
          "name": "Villas",
          "count": 29
        },
        {
          "value": "ht_id=220",
          "name": "Vacation Homes",
          "count": 8
        },
        {
          "value": "ht_id=208",
          "name": "Bed and Breakfasts",
          "count": 3
        },
        {
          "value": "ht_id=216",
          "name": "Guesthouses",
          "count": 63
        },
        {
          "value": "ht_id=203",
          "name": "Hostels",
          "count": 10
        },
        {
          "value": "ht_id=222",
          "name": "Homestays",
          "count": 1
        },
        {
          "value": "ht_id=215",
          "name": "Boats",
          "count": 1
        },
        {
          "value": "privacy_type=3",
          "name": "Entire homes & apartments",
          "count": 575
        }
      ]
    },
    {
      "category": "unit_config_grouped",
      "label": "Bedrooms and bathrooms",
      "options": [
        {
          "value": "entire_place_bedroom_count=1",
          "name": "1+ bedroom",
          "count": 648
        },
        {
          "value": "min_bathrooms=1",
          "name": "1+ bathroom",
          "count": 610
        },
        {
          "value": "entire_place_bedroom_count=2",
          "name": "2+ bedrooms",
          "count": 255
        },
        {
          "value": "min_bathrooms=2",
          "name": "2+ bathrooms",
          "count": 134
        },
        {
          "value": "entire_place_bedroom_count=3",
          "name": "3+ bedrooms",
          "count": 69
        },
        {
          "value": "min_bathrooms=3",
          "name": "3+ bathrooms",
          "count": 37
        },
        {
          "value": "entire_place_bedroom_count=4",
          "name": "4+ bedrooms",
          "count": 28
        },
        {
          "value": "min_bathrooms=4",
          "name": "4+ bathrooms",
          "count": 17
        },
        {
          "value": "entire_place_bedroom_count=5",
          "name": "5+ bedrooms",
          "count": 14
        },
        {
          "value": "min_bathrooms=5",
          "name": "5+ bathrooms",
          "count": 12
        },
        {
          "value": "min_bathrooms=6",
          "name": "6+ bathrooms",
          "count": 8
        },
        {
          "value": "min_bathrooms=7",
          "name": "7+ bathrooms",
          "count": 4
        },
        {
          "value": "min_bathrooms=8",
          "name": "8+ bathrooms",
          "count": 2
        },
        {
          "value": "min_bathrooms=9",
          "name": "9+ bathrooms",
          "count": 1
        }
      ]
    },
    {
      "category": "review_score",
      "label": "Review score",
      "options": [
        {
          "value": "review_score=90",
          "name": "Wonderful: 9+",
          "count": 364
        },
        {
          "value": "review_score=80",
          "name": "Very Good: 8+",
          "count": 535
        },
        {
          "value": "review_score=70",
          "name": "Good: 7+",
          "count": 596
        },
        {
          "value": "review_score=60",
          "name": "Pleasant: 6+",
          "count": 612
        }
      ]
    },
    {
      "category": "mealplan",
      "label": "Meals",
      "options": [
        {
          "value": "mealplan=1",
          "name": "Breakfast included",
          "count": 25
        },
        {
          "value": "mealplan=4",
          "name": "All-inclusive",
          "count": 2
        },
        {
          "value": "mealplan=9",
          "name": "Breakfast & dinner included",
          "count": 8
        },
        {
          "value": "mealplan=999",
          "name": "Kitchen amenities",
          "count": 575
        }
      ]
    },
    {
      "category": "hotelfacility",
      "label": "Amenities",
      "options": [
        {
          "value": "hotelfacility=146",
          "name": "Beachfront",
          "count": 67
        },
        {
          "value": "hotelfacility=433",
          "name": "Swimming pool",
          "count": 76
        },
        {
          "value": "hotelfacility=2",
          "name": "Parking",
          "count": 396
        },
        {
          "value": "hotelfacility=54",
          "name": "Spa and wellness center",
          "count": 21
        },
        {
          "value": "hotelfacility=107",
          "name": "Free Wifi",
          "count": 637
        },
        {
          "value": "hotelfacility=63",
          "name": "Hot tub/Jacuzzi",
          "count": 40
        },
        {
          "value": "hotelfacility=17",
          "name": "Airport shuttle",
          "count": 353
        },
        {
          "value": "hotelfacility=11",
          "name": "Fitness center",
          "count": 18
        },
        {
          "value": "hotelfacility=3",
          "name": "Restaurant",
          "count": 36
        },
        {
          "value": "hotelfacility=16",
          "name": "Non-smoking rooms",
          "count": 482
        },
        {
          "value": "hotelfacility=8",
          "name": "24-hour front desk",
          "count": 48
        },
        {
          "value": "hotelfacility=182",
          "name": "Electric vehicle charging station",
          "count": 18
        },
        {
          "value": "hotelfacility=185",
          "name": "Wheelchair accessible",
          "count": 9
        },
        {
          "value": "hotelfacility=5",
          "name": "Room service",
          "count": 19
        }
      ]
    },
    {
      "category": "roomfacility",
      "label": "Room amenities",
      "options": [
        {
          "value": "roomfacility=11",
          "name": "Air conditioning",
          "count": 635
        },
        {
          "value": "roomfacility=38",
          "name": "Private bathroom",
          "count": 580
        },
        {
          "value": "roomfacility=17",
          "name": "Balcony",
          "count": 318
        },
        {
          "value": "roomfacility=93",
          "name": "Private pool",
          "count": 38
        },
        {
          "value": "roomfacility=108",
          "name": "Sea view",
          "count": 241
        },
        {
          "value": "roomfacility=999",
          "name": "Kitchen/Kitchenette",
          "count": 575
        },
        {
          "value": "roomfacility=34",
          "name": "Washing machine",
          "count": 380
        },
        {
          "value": "roomfacility=81",
          "name": "View",
          "count": 343
        },
        {
          "value": "roomfacility=123",
          "name": "Terrace",
          "count": 330
        },
        {
          "value": "roomfacility=14",
          "name": "Hot tub",
          "count": 32
        },
        {
          "value": "roomfacility=22",
          "name": "Refrigerator",
          "count": 574
        },
        {
          "value": "roomfacility=16",
          "name": "Kitchenette",
          "count": 190
        },
        {
          "value": "roomfacility=75",
          "name": "Flat-screen TV",
          "count": 539
        },
        {
          "value": "roomfacility=182",
          "name": "Yukata",
          "count": 4
        },
        {
          "value": "roomfacility=45",
          "name": "Kitchen",
          "count": 507
        },
        {
          "value": "roomfacility=5",
          "name": "Bath",
          "count": 121
        },
        {
          "value": "roomfacility=103",
          "name": "Game console",
          "count": 2
        },
        {
          "value": "roomfacility=101",
          "name": "Computer",
          "count": 4
        },
        {
          "value": "roomfacility=161",
          "name": "Salt water pool",
          "count": 4
        },
        {
          "value": "roomfacility=132",
          "name": "Upper floors accessible by elevator",
          "count": 50
        },
        {
          "value": "roomfacility=158",
          "name": "Infinity pool",
          "count": 7
        },
        {
          "value": "roomfacility=10",
          "name": "Fax",
          "count": 4
        },
        {
          "value": "roomfacility=165",
          "name": "Pool cover",
          "count": 5
        },
        {
          "value": "roomfacility=205",
          "name": "Reading light",
          "count": 9
        },
        {
          "value": "roomfacility=109",
          "name": "Lake view",
          "count": 1
        }
      ]
    },
    {
      "category": "class",
      "label": "Property rating",
      "options": [
        {
          "value": "class=1",
          "name": "1 star",
          "count": 1
        },
        {
          "value": "class=2",
          "name": "2 stars",
          "count": 3
        },
        {
          "value": "class=3",
          "name": "3 stars",
          "count": 461
        },
        {
          "value": "class=4",
          "name": "4 stars",
          "count": 124
        },
        {
          "value": "class=5",
          "name": "5 stars",
          "count": 16
        }
      ]
    },
    {
      "category": "di",
      "label": "Neighborhood",
      "options": [
        {
          "value": "di=10622",
          "name": "Guests' favorite area",
          "count": 212
        },
        {
          "value": "di=1917",
          "name": "Lapad",
          "count": 188
        },
        {
          "value": "di=9999997",
          "name": "Best areas outside center",
          "count": 142
        },
        {
          "value": "di=1916",
          "name": "Babin Kuk",
          "count": 97
        },
        {
          "value": "di=1915",
          "name": "Old Town",
          "count": 70
        },
        {
          "value": "di=1919",
          "name": "Ploce",
          "count": 39
        }
      ]
    },
    {
      "category": "distance",
      "label": "Distance from center of Dubrovnik",
      "options": [
        {
          "value": "distance=805",
          "name": "Less than 1/2 mile",
          "count": 131
        },
        {
          "value": "distance=1610",
          "name": "Less than 1 mile",
          "count": 205
        },
        {
          "value": "distance=3220",
          "name": "Less than 2 miles",
          "count": 476
        }
      ]
    },
    {
      "category": "fc",
      "label": "Reservation policy",
      "options": [
        {
          "value": "fc=2",
          "name": "Free cancellation",
          "count": 446
        },
        {
          "value": "fc=4",
          "name": "Book without credit card",
          "count": 1
        }
      ]
    },
    {
      "category": "tdb",
      "label": "Bed preference",
      "options": [
        {
          "value": "tdb=6",
          "name": "King bed",
          "count": 119
        },
        {
          "value": "tdb=2",
          "name": "Twin beds",
          "count": 149
        },
        {
          "value": "tdb=5",
          "name": "Queen bed",
          "count": 376
        },
        {
          "value": "tdb=3",
          "name": "Double bed",
          "count": 165
        }
      ]
    },
    {
      "category": "stay_type",
      "label": "Travel group",
      "options": [
        {
          "value": "stay_type=1",
          "name": "Pet friendly",
          "count": 87
        },
        {
          "value": "stay_type=2",
          "name": "Adults only",
          "count": 17
        },
        {
          "value": "stay_type=4",
          "name": "Travel Proud (LGBTQ+ friendly)",
          "count": 23
        }
      ]
    },
    {
      "category": "popular_activities",
      "label": "Fun Things To Do",
      "options": [
        {
          "value": "popular_activities=302",
          "name": "Beach",
          "count": 153
        },
        {
          "value": "popular_activities=90",
          "name": "Snorkeling",
          "count": 73
        },
        {
          "value": "popular_activities=82",
          "name": "Diving",
          "count": 80
        },
        {
          "value": "popular_activities=408",
          "name": "Tour or class about local culture",
          "count": 76
        },
        {
          "value": "popular_activities=404",
          "name": "Walking tours",
          "count": 102
        }
      ]
    },
    {
      "category": "chaincode",
      "label": "Brands",
      "options": [
        {
          "value": "chaincode=14777",
          "name": "Direct Booker",
          "count": 46
        },
        {
          "value": "chaincode=3292",
          "name": "Belvilla",
          "count": 25
        },
        {
          "value": "chaincode=1198",
          "name": "Valamar",
          "count": 4
        },
        {
          "value": "chaincode=1772",
          "name": "The Leading Hotels of the World",
          "count": 2
        },
        {
          "value": "chaincode=2752",
          "name": "Interhome",
          "count": 2
        },
        {
          "value": "chaincode=3531",
          "name": "NOVASOL",
          "count": 2
        },
        {
          "value": "chaincode=5330",
          "name": "Adriagate",
          "count": 2
        },
        {
          "value": "chaincode=1078",
          "name": "Hilton Hotels & Resorts",
          "count": 1
        },
        {
          "value": "chaincode=5761",
          "name": "Adriatic.hr",
          "count": 1
        },
        {
          "value": "chaincode=9446",
          "name": "Rixos",
          "count": 1
        },
        {
          "value": "chaincode=14353",
          "name": "TUI BLUE",
          "count": 1
        }
      ]
    },
    {
      "category": "popular_nearby_landmarks",
      "label": "Landmarks",
      "options": [
        {
          "value": "popular_nearby_landmarks=15760",
          "name": "Stradun",
          "count": 147
        },
        {
          "value": "popular_nearby_landmarks=263653",
          "name": "Old Town Port",
          "count": 138
        },
        {
          "value": "popular_nearby_landmarks=263654",
          "name": "Banje Beach",
          "count": 123
        },
        {
          "value": "popular_nearby_landmarks=266268",
          "name": "Mount Srd",
          "count": 106
        },
        {
          "value": "popular_nearby_landmarks=263651",
          "name": "Lokrum",
          "count": 9
        }
      ]
    },
    {
      "category": "rated_high",
      "label": "Highly rated features",
      "options": [
        {
          "value": "rated_high=1",
          "name": "Very good breakfast",
          "count": 14
        }
      ]
    },
    {
      "category": "oos",
      "label": "Availability",
      "options": [
        {
          "value": "oos=1",
          "name": "Only show available properties",
          "count": 648
        }
      ]
    },
    {
      "category": "pmt",
      "label": "Online Payment",
      "options": [
        {
          "value": "pmt=101",
          "name": "Accepts online payments",
          "count": 620
        },
        {
          "value": "pmt=102",
          "name": "Apple Pay",
          "count": 620
        }
      ]
    },
    {
      "category": "SustainablePropertyLevelFilter",
      "label": "Certifications",
      "options": [
        {
          "value": "SustainablePropertyLevelFilter=4",
          "name": "Sustainability certification",
          "count": 8
        }
      ]
    },
    {
      "category": "popular_sticky",
      "label": "Popular filters",
      "options": [
        {
          "value": "review_score=80",
          "name": "Very Good: 8+",
          "count": 535
        },
        {
          "value": "ht_id=204",
          "name": "Hotels",
          "count": 17
        },
        {
          "value": "hotelfacility=433",
          "name": "Swimming pool",
          "count": 76
        },
        {
          "value": "roomfacility=17",
          "name": "Balcony",
          "count": 318
        },
        {
          "value": "roomfacility=11",
          "name": "Air conditioning",
          "count": 635
        },
        {
          "value": "popular_activities=302",
          "name": "Beach",
          "count": 153
        },
        {
          "value": "class=5",
          "name": "5 stars",
          "count": 16
        },
        {
          "value": "mealplan=1",
          "name": "Breakfast included",
          "count": 25
        },
        {
          "value": "roomfacility=38",
          "name": "Private bathroom",
          "count": 580
        },
        {
          "value": "hotelfacility=107",
          "name": "Free Wifi",
          "count": 637
        },
        {
          "value": "fc=2",
          "name": "Free cancellation",
          "count": 446
        },
        {
          "value": "roomfacility=999",
          "name": "Kitchen/Kitchenette",
          "count": 575
        },
        {
          "value": "privacy_type=3",
          "name": "Entire homes & apartments",
          "count": 575
        },
        {
          "value": "mealplan=9",
          "name": "Breakfast & dinner included",
          "count": 8
        },
        {
          "value": "ht_id=201",
          "name": "Apartments",
          "count": 516
        },
        {
          "value": "hotelfacility=2",
          "name": "Parking",
          "count": 396
        }
      ]
    },
    {
      "category": "accessible_facilities",
      "label": "Property Accessibility",
      "options": [
        {
          "value": "accessible_facilities=186",
          "name": "Toilet with grab rails",
          "count": 4
        },
        {
          "value": "accessible_facilities=189",
          "name": "Bathroom emergency cord",
          "count": 3
        },
        {
          "value": "accessible_facilities=188",
          "name": "Lowered sink",
          "count": 2
        }
      ]
    },
    {
      "category": "accessible_room_facilities",
      "label": "Room Accessibility",
      "options": [
        {
          "value": "accessible_room_facilities=132",
          "name": "Upper floors accessible by elevator",
          "count": 50
        },
        {
          "value": "accessible_room_facilities=134",
          "name": "Entire unit wheelchair accessible",
          "count": 29
        },
        {
          "value": "accessible_room_facilities=131",
          "name": "Entire unit located on ground floor",
          "count": 129
        },
        {
          "value": "accessible_room_facilities=149",
          "name": "Roll-in shower",
          "count": 7
        },
        {
          "value": "accessible_room_facilities=150",
          "name": "Walk-in shower",
          "count": 117
        },
        {
          "value": "accessible_room_facilities=154",
          "name": "Shower chair",
          "count": 6
        },
        {
          "value": "accessible_room_facilities=148",
          "name": "Adapted bath",
          "count": 5
        },
        {
          "value": "accessible_room_facilities=147",
          "name": "Toilet with grab rails",
          "count": 2
        },
        {
          "value": "accessible_room_facilities=153",
          "name": "Emergency cord in bathroom",
          "count": 5
        },
        {
          "value": "accessible_room_facilities=151",
          "name": "Raised toilet",
          "count": 7
        },
        {
          "value": "accessible_room_facilities=152",
          "name": "Lowered sink",
          "count": 11
        }
      ]
    }
  ],
  "properties": [
    {
      "position": 1,
      "property_id": "13513449",
      "city_id": "-79996",
      "title": "Hotel Sumratin",
      "link": "https://www.booking.com/hotel/hr/sumratin-dubrovnik.html",
      "neighborhood": "Lapad",
      "distance": "2.1 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.6557695064365,
        "longitude": 18.0736133028989
      },
      "street": "Ulica Mata Vodopića 1a",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.1,
      "distance_unit": "mi",
      "hotel_class": 5,
      "rating": 9.4,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 486,
      "price": "$3,002",
      "extracted_price": 3002,
      "currency": "USD",
      "original_price": "$3,299",
      "extracted_original_price": 3299,
      "taxes_and_charges": "$472",
      "extracted_taxes_and_charges": 472,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.8
      },
      "room_type": "Deluxe Room with Park View and Balcony",
      "bed_configuration": "Multiple bed types",
      "availability": "We have 3 left at this price",
      "beds": 2,
      "meal_plan": "Breakfast included",
      "beach_distance": "900 feet from beach",
      "nearby_beaches": [
        "Lapad Bay Beach"
      ],
      "rooms_left": 3,
      "free_cancellation_until": "2026-09-22T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/842537117.webp?k=f89dd0429e0676f02f6359328983b02d80d674f6874eb9e9c1f02cde6e652d0b&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/842537117.webp?k=f89dd0429e0676f02f6359328983b02d80d674f6874eb9e9c1f02cde6e652d0b&o="
    },
    {
      "position": 2,
      "property_id": "19756",
      "city_id": "-79996",
      "title": "Hotel Uvala",
      "link": "https://www.booking.com/hotel/hr/uvaladubrovnik.html",
      "neighborhood": "Lapad",
      "distance": "2.2 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.65274357943483,
        "longitude": 18.0685105919838
      },
      "street": "Masarykov Put 5A",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.2,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 8.6,
      "max_rating": 10,
      "rating_word": "Excellent",
      "reviews": 1316,
      "price": "$1,647",
      "extracted_price": 1647,
      "currency": "USD",
      "original_price": "$1,809",
      "extracted_original_price": 1809,
      "taxes_and_charges": "$278",
      "extracted_taxes_and_charges": 278,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 8.9
      },
      "room_type": "Double/Twin Room with Balcony and Sea View",
      "bed_configuration": "Beds: 1 double or 2 twins",
      "availability": "We have 1 left at this price",
      "beds": 2,
      "meal_plan": "Breakfast included",
      "beach_distance": "Beachfront",
      "rooms_left": 1,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/327799758.webp?k=f3d5555f96ee034021c6c4e8bfcf9c464cc90602f93840f8db60acf9cc34af10&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/327799758.webp?k=f3d5555f96ee034021c6c4e8bfcf9c464cc90602f93840f8db60acf9cc34af10&o="
    },
    {
      "position": 3,
      "property_id": "19740",
      "city_id": "-79996",
      "title": "Hotel Dubrovnik Palace",
      "link": "https://www.booking.com/hotel/hr/dubrovnikpalace.html",
      "neighborhood": "Lapad",
      "distance": "2.5 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.65113581293939,
        "longitude": 18.06114792823792
      },
      "street": "Masarykov put 20",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.5,
      "distance_unit": "mi",
      "hotel_class": 5,
      "rating": 9.1,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 2967,
      "price": "$3,291",
      "extracted_price": 3291,
      "currency": "USD",
      "original_price": "$4,255",
      "extracted_original_price": 4255,
      "taxes_and_charges": "$517",
      "extracted_taxes_and_charges": 517,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.4
      },
      "room_type": "Superior Double Room with Sea View and Balcony",
      "bed_configuration": "Beds: 1 double or 2 twins",
      "beds": 2,
      "meal_plan": "Breakfast included",
      "beach_distance": "Beachfront",
      "is_sustainable": true,
      "sustainability_certifications": [
        "Travelife for Accommodation"
      ],
      "free_cancellation_until": "2026-09-23T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/33439542.webp?k=d3dcab6fded50ea537ee4e12b492d2d05205e10edec022c2085f9aacd1ff13d1&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/33439542.webp?k=d3dcab6fded50ea537ee4e12b492d2d05205e10edec022c2085f9aacd1ff13d1&o="
    },
    {
      "position": 4,
      "property_id": "47195",
      "city_id": "-79996",
      "title": "Sun Gardens Dubrovnik",
      "link": "https://www.booking.com/hotel/hr/radisson-blu-resort-spa-dubrovnik-riviera.html",
      "distance": "6 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.69610050317119,
        "longitude": 18.01657819734828
      },
      "street": "Na Moru 1, Orasac",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 6,
      "distance_unit": "mi",
      "hotel_class": 5,
      "rating": 9.3,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 2007,
      "price": "$1,838",
      "extracted_price": 1838,
      "currency": "USD",
      "taxes_and_charges": "$269",
      "extracted_taxes_and_charges": 269,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.6
      },
      "room_type": "1-Bedroom Residence Garden View",
      "bed_configuration": "2 beds (1 king, 1 sofa bed)",
      "availability": "We have 2 left at this price",
      "area": "484 ft²",
      "extracted_area": 484.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 2,
      "living_rooms": 1,
      "beach_distance": "Beachfront",
      "is_sustainable": true,
      "sustainability_certifications": [
        "Green Key (FEE)"
      ],
      "rooms_left": 2,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/128707994.webp?k=f2e254e51167330adc1d4ad29af00a94252d76b1f4f6e9e5a261bf9a599414c6&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/128707994.webp?k=f2e254e51167330adc1d4ad29af00a94252d76b1f4f6e9e5a261bf9a599414c6&o="
    },
    {
      "position": 5,
      "property_id": "12557585",
      "city_id": "-79996",
      "title": "Pool Deck Comfort Apartment",
      "link": "https://www.booking.com/hotel/hr/pool-deck-comfort-apartment-mokosica.html",
      "distance": "3.1 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.673719498904,
        "longitude": 18.066340957078
      },
      "street": "Lozica 134",
      "city": "Mokošica",
      "country_code": "hr",
      "extracted_distance": 3.1,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 9.6,
      "max_rating": 10,
      "rating_word": "Exceptional",
      "reviews": 26,
      "price": "$1,815",
      "extracted_price": 1815,
      "currency": "USD",
      "original_price": "$1,994",
      "extracted_original_price": 1994,
      "taxes_and_charges": "$275",
      "extracted_taxes_and_charges": 275,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.9
      },
      "room_type": "Two-Bedroom Apartment",
      "bed_configuration": "5 beds (2 twins, 2 sofa beds, 1 queen)",
      "area": "969 ft²",
      "extracted_area": 969.0,
      "area_unit": "ft²",
      "bedrooms": 2,
      "bathrooms": 1,
      "beds": 5,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "Beachfront",
      "free_cancellation_until": "2026-09-10T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/584896333.webp?k=462a761485c445fa7829a465cc01eefbd0874e98c47b7e78826004ea386a2d80&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/584896333.webp?k=462a761485c445fa7829a465cc01eefbd0874e98c47b7e78826004ea386a2d80&o="
    },
    {
      "position": 6,
      "property_id": "19768",
      "city_id": "-79996",
      "title": "President Hotel, Valamar Collection",
      "link": "https://www.booking.com/hotel/hr/dubrovnikpresident.html",
      "neighborhood": "Babin Kuk",
      "distance": "2.9 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.66141691065173,
        "longitude": 18.05906116962433
      },
      "street": "Iva Dulcica 142",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.9,
      "distance_unit": "mi",
      "hotel_class": 5,
      "rating": 8.7,
      "max_rating": 10,
      "rating_word": "Excellent",
      "reviews": 1856,
      "price": "$3,656",
      "extracted_price": 3656,
      "currency": "USD",
      "taxes_and_charges": "$505",
      "extracted_taxes_and_charges": 505,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 8.9
      },
      "room_type": "Room for 2+2 Seaview",
      "bed_configuration": "Multiple bed types",
      "beds": 3,
      "meal_plan": "Breakfast included",
      "beach_distance": "Beachfront",
      "free_cancellation_until": "2026-09-22T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/770081838.webp?k=55ac451a84f407de8e1022ff6e69d299268999d88b63208cb04721c16febd93e&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/770081838.webp?k=55ac451a84f407de8e1022ff6e69d299268999d88b63208cb04721c16febd93e&o="
    },
    {
      "position": 7,
      "property_id": "1035466",
      "city_id": "-79996",
      "title": "Apartments Roko",
      "link": "https://www.booking.com/hotel/hr/apartments-roko-dubrovnik.html",
      "neighborhood": "Babin Kuk",
      "distance": "2.2 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.65785521742746,
        "longitude": 18.07150844662704
      },
      "street": "Kliševska 47",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.2,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 9.5,
      "max_rating": 10,
      "rating_word": "Exceptional",
      "reviews": 95,
      "price": "$726",
      "extracted_price": 726,
      "currency": "USD",
      "original_price": "$798",
      "extracted_original_price": 798,
      "taxes_and_charges": "$104",
      "extracted_taxes_and_charges": 104,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.7
      },
      "room_type": "One-Bedroom Apartment with Balcony and Sea View",
      "bed_configuration": "2 beds (1 sofa bed, 1 queen)",
      "availability": "We have 1 left at this price",
      "area": "517 ft²",
      "extracted_area": 517.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 2,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "900 feet from beach",
      "nearby_beaches": [
        "Lapad Bay Beach"
      ],
      "rooms_left": 1,
      "free_cancellation_until": "2026-09-10T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/40947990.webp?k=6f92463816b97ba3e841290fc1e6ff0e26cb1186d4a78583d3aec36060d2040e&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/40947990.webp?k=6f92463816b97ba3e841290fc1e6ff0e26cb1186d4a78583d3aec36060d2040e&o="
    },
    {
      "position": 8,
      "property_id": "1059949",
      "city_id": "-79996",
      "title": "Adriatic Deluxe Apartments",
      "link": "https://www.booking.com/hotel/hr/adriatic-deluxe-apartments.html",
      "distance": "1.3 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.65276129999999,
        "longitude": 18.0877825
      },
      "street": "Nikole Tesle 2",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1.3,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 8.7,
      "max_rating": 10,
      "rating_word": "Excellent",
      "reviews": 641,
      "price": "$1,844",
      "extracted_price": 1844,
      "currency": "USD",
      "taxes_and_charges": "$283",
      "extracted_taxes_and_charges": 283,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 8.8
      },
      "room_type": "Executive One-Bedroom Apartment with Terrace and Sea View",
      "bed_configuration": "2 beds (1 king, 1 sofa bed)",
      "availability": "We have 1 left at this price",
      "area": "538 ft²",
      "extracted_area": 538.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 2,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "2,600 feet from beach",
      "nearby_beaches": [
        "Bellevue Beach"
      ],
      "rooms_left": 1,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/68325026.webp?k=cfed71b014e241ea4c9f0df1bc937d316a2b25cc1d84f85c0ec1409d85fff629&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/68325026.webp?k=cfed71b014e241ea4c9f0df1bc937d316a2b25cc1d84f85c0ec1409d85fff629&o="
    },
    {
      "position": 9,
      "property_id": "1123150",
      "city_id": "-79996",
      "title": "Adriatic Resort Apartments",
      "link": "https://www.booking.com/hotel/hr/adriatic-resort-apartments.html",
      "neighborhood": "Babin Kuk",
      "distance": "2.8 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.66211093534135,
        "longitude": 18.06081104252371
      },
      "street": "Iva Dulčića 120",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.8,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 7.6,
      "max_rating": 10,
      "rating_word": "Good",
      "reviews": 226,
      "price": "$1,451",
      "extracted_price": 1451,
      "currency": "USD",
      "taxes_and_charges": "$232",
      "extracted_taxes_and_charges": 232,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 8.1
      },
      "room_type": "One-Bedroom Apartment with Sea View",
      "bed_configuration": "2 beds (1 king, 1 sofa bed)",
      "availability": "We have 1 left at this price",
      "area": "431 ft²",
      "extracted_area": 431.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 2,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "1,150 feet from beach",
      "nearby_beaches": [
        "Copacabana Beach"
      ],
      "rooms_left": 1,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/114166344.webp?k=ce864dc20f91df452b7918d1814d7f38098d88f2aa6d068a84225744e63e9810&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/114166344.webp?k=ce864dc20f91df452b7918d1814d7f38098d88f2aa6d068a84225744e63e9810&o="
    },
    {
      "position": 10,
      "property_id": "28824",
      "city_id": "-79996",
      "title": "Hotel Lapad",
      "link": "https://www.booking.com/hotel/hr/lapad.html",
      "neighborhood": "Lapad",
      "distance": "1.8 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.6572391868614,
        "longitude": 18.08181434869766
      },
      "street": "Lapadska obala 37",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1.8,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 8.7,
      "max_rating": 10,
      "rating_word": "Excellent",
      "reviews": 1484,
      "price": "$1,905",
      "extracted_price": 1905,
      "currency": "USD",
      "original_price": "$2,094",
      "extracted_original_price": 2094,
      "taxes_and_charges": "$315",
      "extracted_taxes_and_charges": 315,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.1
      },
      "room_type": "Superior Double Room",
      "bed_configuration": "2 beds (1 twin, 1 king)",
      "availability": "We have 1 left at this price",
      "beds": 2,
      "meal_plan": "Breakfast included",
      "beach_distance": "3,150 feet from beach",
      "nearby_beaches": [
        "Lapad Bay Beach"
      ],
      "is_sustainable": true,
      "sustainability_certifications": [
        "Travelife for Accommodation"
      ],
      "rooms_left": 1,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/265090726.webp?k=9e9b1df2fde38258c275df47868e4234032a77b3d23345f8a0154368de41a359&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/265090726.webp?k=9e9b1df2fde38258c275df47868e4234032a77b3d23345f8a0154368de41a359&o="
    },
    {
      "position": 11,
      "property_id": "11650805",
      "city_id": "-79996",
      "title": "Domare Stays - Hotel Dubrovnik Riviera",
      "link": "https://www.booking.com/hotel/hr/villa-dubrovnik-coral.html",
      "distance": "10.7 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.54334091438217,
        "longitude": 18.27111074175944
      },
      "street": "Čilipi 60",
      "city": "Čilipi",
      "country_code": "hr",
      "extracted_distance": 10.7,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 9.3,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 115,
      "price": "$1,231",
      "extracted_price": 1231,
      "currency": "USD",
      "original_price": "$1,352",
      "extracted_original_price": 1352,
      "taxes_and_charges": "$216",
      "extracted_taxes_and_charges": 216,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.6
      },
      "room_type": "Economy Double Room",
      "bed_configuration": "1 queen bed",
      "availability": "We have 1 left at this price",
      "beds": 1,
      "meal_plan": "Breakfast included",
      "rooms_left": 1,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/713287815.webp?k=d79536874097c3c96905950cb48b5f21d1bfb986d948707c3ec46f647acedff8&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/713287815.webp?k=d79536874097c3c96905950cb48b5f21d1bfb986d948707c3ec46f647acedff8&o="
    },
    {
      "position": 12,
      "property_id": "9455331",
      "city_id": "-79996",
      "title": "Elephant in my room",
      "link": "https://www.booking.com/hotel/hr/elephant-in-the-room.html",
      "neighborhood": "Old Town",
      "distance": "100 feet from downtown",
      "gps_coordinates": {
        "latitude": 42.64138542611591,
        "longitude": 18.10915950734023
      },
      "street": "4A Petilovrijenci ulica",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 100,
      "distance_unit": "ft",
      "hotel_class": 4,
      "rating": 9.1,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 107,
      "price": "$1,540",
      "extracted_price": 1540,
      "currency": "USD",
      "original_price": "$1,693",
      "extracted_original_price": 1693,
      "taxes_and_charges": "$236",
      "extracted_taxes_and_charges": 236,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.6
      },
      "room_type": "Deluxe Apartment",
      "bed_configuration": "2 beds (1 king, 1 sofa bed)",
      "area": "538 ft²",
      "extracted_area": 538.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 2,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "900 feet from beach",
      "nearby_beaches": [
        "Buza Beach"
      ],
      "free_cancellation_until": "2026-09-17T22:00:00Z",
      "is_guest_favorite": true,
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/452375764.webp?k=dd7a0af2554864f6f969188857b6cc88b849b8a96275620cef1b9ebd80c086b8&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/452375764.webp?k=dd7a0af2554864f6f969188857b6cc88b849b8a96275620cef1b9ebd80c086b8&o="
    },
    {
      "position": 13,
      "property_id": "3925096",
      "city_id": "-79996",
      "title": "Apartments Marando",
      "link": "https://www.booking.com/hotel/hr/apartment-marando.html",
      "distance": "1.1 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.652085,
        "longitude": 18.092807
      },
      "street": "8 Šipčine ulica",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1.1,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 9.4,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 112,
      "price": "$947",
      "extracted_price": 947,
      "currency": "USD",
      "original_price": "$1,158",
      "extracted_original_price": 1158,
      "taxes_and_charges": "$152",
      "extracted_taxes_and_charges": 152,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.5
      },
      "room_type": "One Bedroom Apartment with Balcony and City View",
      "bed_configuration": "2 beds (1 sofa bed, 1 queen)",
      "area": "441 ft²",
      "extracted_area": 441.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 2,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "2,050 feet from beach",
      "nearby_beaches": [
        "Bellevue Beach"
      ],
      "external_rating": 9.84,
      "external_reviews": 63,
      "free_cancellation_until": "2026-09-10T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/337880956.webp?k=f98e48740a4c4ef8d4af960350b894b7effcb0d4085add62f1fc9b0b63df00cd&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/337880956.webp?k=f98e48740a4c4ef8d4af960350b894b7effcb0d4085add62f1fc9b0b63df00cd&o="
    },
    {
      "position": 14,
      "property_id": "6581767",
      "city_id": "-79996",
      "title": "AdriaSea Apartment",
      "link": "https://www.booking.com/hotel/hr/apartman-sun-beach.html",
      "neighborhood": "Lapad",
      "distance": "1.8 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.65229287539,
        "longitude": 18.07684271627
      },
      "street": "Ulica Josipa Berse 4",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1.8,
      "distance_unit": "mi",
      "hotel_class": 3,
      "rating": 8.8,
      "max_rating": 10,
      "rating_word": "Excellent",
      "reviews": 52,
      "price": "$1,016",
      "extracted_price": 1016,
      "currency": "USD",
      "original_price": "$1,106",
      "extracted_original_price": 1106,
      "taxes_and_charges": "$161",
      "extracted_taxes_and_charges": 161,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 8.6
      },
      "room_type": "Two-Bedroom Apartment",
      "bed_configuration": "2 queen beds",
      "area": "700 ft²",
      "extracted_area": 700.0,
      "area_unit": "ft²",
      "bedrooms": 2,
      "bathrooms": 1,
      "beds": 2,
      "kitchens": 1,
      "beach_distance": "Beachfront",
      "free_cancellation_until": "2026-09-10T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/849191325.webp?k=8260d9e9af4fe2c447cb8f3df6e7c9c88e7c13e76580c628f290cc1d52563dba&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/849191325.webp?k=8260d9e9af4fe2c447cb8f3df6e7c9c88e7c13e76580c628f290cc1d52563dba&o="
    },
    {
      "position": 15,
      "property_id": "2958501",
      "city_id": "-79996",
      "title": "Moderna Lapad",
      "link": "https://www.booking.com/hotel/hr/moderna-lapad.html",
      "neighborhood": "Lapad",
      "distance": "1.8 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.653407,
        "longitude": 18.077249
      },
      "street": "Ulica Josipa Pupačića 4",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1.8,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 9.6,
      "max_rating": 10,
      "rating_word": "Exceptional",
      "reviews": 83,
      "price": "$1,164",
      "extracted_price": 1164,
      "currency": "USD",
      "original_price": "$1,279",
      "extracted_original_price": 1279,
      "taxes_and_charges": "$183",
      "extracted_taxes_and_charges": 183,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.9
      },
      "room_type": "Apartment",
      "bed_configuration": "3 beds (2 fulls, 1 sofa bed)",
      "area": "807 ft²",
      "extracted_area": 807.0,
      "area_unit": "ft²",
      "bedrooms": 2,
      "bathrooms": 2,
      "beds": 3,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "Beachfront",
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/123722833.webp?k=990725ae476e22df03f97dd3608d8e0a02a4394e8b1dc3dd58703cc759bdfa28&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/123722833.webp?k=990725ae476e22df03f97dd3608d8e0a02a4394e8b1dc3dd58703cc759bdfa28&o="
    },
    {
      "position": 16,
      "property_id": "9530357",
      "city_id": "-79996",
      "title": "Hica Apartments",
      "link": "https://www.booking.com/hotel/hr/la-linea-studio-apt-with-balcony.html",
      "distance": "1.3 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.6518071,
        "longitude": 18.088376
      },
      "street": "10 Hrvatskog Crvenog Kriza",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1.3,
      "distance_unit": "mi",
      "hotel_class": 3,
      "rating": 9.5,
      "max_rating": 10,
      "rating_word": "Exceptional",
      "reviews": 93,
      "price": "$960",
      "extracted_price": 960,
      "currency": "USD",
      "original_price": "$1,055",
      "extracted_original_price": 1055,
      "taxes_and_charges": "$153",
      "extracted_taxes_and_charges": 153,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.8
      },
      "room_type": "Apartment with Balcony",
      "bed_configuration": "1 queen bed",
      "availability": "We have 1 left at this price",
      "area": "355 ft²",
      "extracted_area": 355.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 1,
      "kitchens": 1,
      "beach_distance": "2,200 feet from beach",
      "nearby_beaches": [
        "Bellevue Beach"
      ],
      "rooms_left": 1,
      "free_cancellation_until": "2026-09-17T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/423081266.webp?k=095b49bcbae9bf217c6713c4ceca29d41d9ae9569382b503de24965d1a2b2218&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/423081266.webp?k=095b49bcbae9bf217c6713c4ceca29d41d9ae9569382b503de24965d1a2b2218&o="
    },
    {
      "position": 17,
      "property_id": "1521645",
      "city_id": "-79996",
      "title": "Apartments Palma Ragusa",
      "link": "https://www.booking.com/hotel/hr/apartments-palma-ragusa.html",
      "distance": "0.2 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.64412288922875,
        "longitude": 18.10722943802875
      },
      "street": "Vicina ulica 7",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 0.2,
      "distance_unit": "mi",
      "hotel_class": 3,
      "rating": 9.2,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 65,
      "price": "$1,066",
      "extracted_price": 1066,
      "currency": "USD",
      "original_price": "$1,172",
      "extracted_original_price": 1172,
      "taxes_and_charges": "$152",
      "extracted_taxes_and_charges": 152,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.2
      },
      "room_type": "Apartment with Terrace",
      "bed_configuration": "3 beds (2 twins, 1 sofa bed)",
      "availability": "We have 1 left at this price",
      "area": "258 ft²",
      "extracted_area": 258.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 3,
      "living_rooms": 1,
      "beach_distance": "1,250 feet from beach",
      "nearby_beaches": [
        "Beach Šulić"
      ],
      "rooms_left": 1,
      "free_cancellation_until": "2026-09-10T22:00:00Z",
      "is_guest_favorite": true,
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/311530573.webp?k=94aa96686e025e5930f4ae5711c2e5cf21d2f98ae851ee66c03058f13ff92973&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/311530573.webp?k=94aa96686e025e5930f4ae5711c2e5cf21d2f98ae851ee66c03058f13ff92973&o="
    },
    {
      "position": 18,
      "property_id": "19960",
      "city_id": "-79996",
      "title": "Hotel Perla",
      "link": "https://www.booking.com/hotel/hr/perla.html",
      "neighborhood": "Babin Kuk",
      "distance": "2.1 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.65603246795952,
        "longitude": 18.07247793899027
      },
      "street": "SETALISTE KRALJA ZVONIMIRA 20",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.1,
      "distance_unit": "mi",
      "hotel_class": 3,
      "rating": 8.4,
      "max_rating": 10,
      "rating_word": "Very Good",
      "reviews": 313,
      "price": "$1,195",
      "extracted_price": 1195,
      "currency": "USD",
      "original_price": "$1,313",
      "extracted_original_price": 1313,
      "taxes_and_charges": "$214",
      "extracted_taxes_and_charges": 214,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 8.6
      },
      "room_type": "Double or Twin Room with Balcony",
      "bed_configuration": "2 twin beds",
      "availability": "We have 2 left at this price",
      "beds": 2,
      "beach_distance": "600 feet from beach",
      "nearby_beaches": [
        "Lapad Bay Beach"
      ],
      "rooms_left": 2,
      "free_cancellation_until": "2026-09-17T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/277162898.webp?k=cc2065039500f572ab8542d63226e4eb52fcad1cca4456a147049e5fe58ebd27&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/277162898.webp?k=cc2065039500f572ab8542d63226e4eb52fcad1cca4456a147049e5fe58ebd27&o="
    },
    {
      "position": 19,
      "property_id": "442184",
      "city_id": "-79996",
      "title": "Rooms and Apartment Nike",
      "link": "https://www.booking.com/hotel/hr/rooms-and-apartment-nike.html",
      "neighborhood": "Babin Kuk",
      "distance": "2.2 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.6574029084227,
        "longitude": 18.07072073221207
      },
      "street": "Petra Svačića 39",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.2,
      "distance_unit": "mi",
      "hotel_class": 3,
      "rating": 9.1,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 154,
      "price": "$678",
      "extracted_price": 678,
      "currency": "USD",
      "original_price": "$786",
      "extracted_original_price": 786,
      "taxes_and_charges": "$97",
      "extracted_taxes_and_charges": 97,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.3
      },
      "room_type": "Studio Apartment with Terrace",
      "bed_configuration": "Multiple bed types",
      "availability": "We have 1 left at this price",
      "area": "323 ft²",
      "extracted_area": 323.0,
      "area_unit": "ft²",
      "bathrooms": 1,
      "beds": 3,
      "kitchens": 1,
      "beach_distance": "650 feet from beach",
      "nearby_beaches": [
        "Lapad Bay Beach"
      ],
      "rooms_left": 1,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/454955141.webp?k=c42d54b6dc1d61176cf2791f910bf0d177a87cad4cf65ab0a87d1503d1585b2a&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/454955141.webp?k=c42d54b6dc1d61176cf2791f910bf0d177a87cad4cf65ab0a87d1503d1585b2a&o="
    },
    {
      "position": 20,
      "property_id": "1672077",
      "city_id": "-79996",
      "title": "Vemar Apartment - Near the beach, Private parking",
      "link": "https://www.booking.com/hotel/hr/vemar-apartment.html",
      "neighborhood": "Lapad",
      "distance": "1.9 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.6540234,
        "longitude": 18.07628060000002
      },
      "street": "Mata Vodopića 20",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1.9,
      "distance_unit": "mi",
      "hotel_class": 3,
      "rating": 9.3,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 49,
      "price": "$753",
      "extracted_price": 753,
      "currency": "USD",
      "original_price": "$846",
      "extracted_original_price": 846,
      "taxes_and_charges": "$108",
      "extracted_taxes_and_charges": 108,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.1
      },
      "room_type": "Two-Bedroom Apartment",
      "bed_configuration": "3 beds (2 twins, 1 queen)",
      "area": "538 ft²",
      "extracted_area": 538.0,
      "area_unit": "ft²",
      "bedrooms": 2,
      "bathrooms": 1,
      "beds": 3,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "Beachfront",
      "free_cancellation_until": "2026-09-03T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/79046689.webp?k=cad51f88913d0fd58ec144c4b27f627b10d8e77fe3c4ede275bceacf66c5ac77&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/79046689.webp?k=cad51f88913d0fd58ec144c4b27f627b10d8e77fe3c4ede275bceacf66c5ac77&o="
    },
    {
      "position": 21,
      "property_id": "676344",
      "city_id": "-79996",
      "title": "Apartment Monika",
      "link": "https://www.booking.com/hotel/hr/monika-dubrovnik.html",
      "distance": "0.2 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.6436517540986,
        "longitude": 18.10735778508388
      },
      "street": "Vicina 4",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 0.2,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 9.6,
      "max_rating": 10,
      "rating_word": "Exceptional",
      "reviews": 29,
      "price": "$1,088",
      "extracted_price": 1088,
      "currency": "USD",
      "original_price": "$1,189",
      "extracted_original_price": 1189,
      "taxes_and_charges": "$147",
      "extracted_taxes_and_charges": 147,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.7
      },
      "room_type": "One-Bedroom Apartment",
      "bed_configuration": "2 twin beds",
      "area": "753 ft²",
      "extracted_area": 753.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 2,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "1,200 feet from beach",
      "nearby_beaches": [
        "Beach Šulić"
      ],
      "is_guest_favorite": true,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/28113168.webp?k=432f6f40a1e548484b9586bfbefeaf07110194e913416604c52b186386dfe4af&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/28113168.webp?k=432f6f40a1e548484b9586bfbefeaf07110194e913416604c52b186386dfe4af&o="
    },
    {
      "position": 22,
      "property_id": "1004046",
      "city_id": "-79996",
      "title": "Apartments Emi",
      "link": "https://www.booking.com/hotel/hr/apartments-emi.html",
      "neighborhood": "Ploce",
      "distance": "0.5 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.64154932341464,
        "longitude": 18.11875665092623
      },
      "street": "Frana Supila 27",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 0.5,
      "distance_unit": "mi",
      "hotel_class": 3,
      "rating": 9.0,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 89,
      "price": "$1,563",
      "extracted_price": 1563,
      "currency": "USD",
      "original_price": "$1,717",
      "extracted_original_price": 1717,
      "taxes_and_charges": "$223",
      "extracted_taxes_and_charges": 223,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.4
      },
      "room_type": "Studio with Patio",
      "bed_configuration": "1 queen bed",
      "availability": "We have 1 left at this price",
      "area": "323 ft²",
      "extracted_area": 323.0,
      "area_unit": "ft²",
      "bathrooms": 1,
      "beds": 1,
      "kitchens": 1,
      "beach_distance": "Beachfront",
      "external_rating": 9.72,
      "external_reviews": 59,
      "rooms_left": 1,
      "free_cancellation_until": "2026-09-10T22:00:00Z",
      "is_guest_favorite": true,
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/483357895.webp?k=80ae693bb0a1620778d1b23310d2630f503dcbdd4f8322a3af13ed130ab40d71&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/483357895.webp?k=80ae693bb0a1620778d1b23310d2630f503dcbdd4f8322a3af13ed130ab40d71&o="
    },
    {
      "position": 23,
      "property_id": "26984",
      "city_id": "-79996",
      "title": "Valamar Lacroma Hotel",
      "link": "https://www.booking.com/hotel/hr/valamar-lacroma-resort.html",
      "neighborhood": "Babin Kuk",
      "distance": "2.7 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.66018216409711,
        "longitude": 18.06264996528625
      },
      "street": "Iva Dulcica 34",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 2.7,
      "distance_unit": "mi",
      "hotel_class": 4,
      "rating": 8.8,
      "max_rating": 10,
      "rating_word": "Excellent",
      "reviews": 2230,
      "price": "$3,219",
      "extracted_price": 3219,
      "currency": "USD",
      "taxes_and_charges": "$449",
      "extracted_taxes_and_charges": 449,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.1
      },
      "room_type": "V level Room for 2+1 Seaside",
      "bed_configuration": "1 queen bed",
      "beds": 1,
      "meal_plan": "Breakfast included",
      "beach_distance": "1,350 feet from beach",
      "nearby_beaches": [
        "Copacabana Beach"
      ],
      "free_cancellation_until": "2026-09-22T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/466254292.webp?k=0be2039d5be2d18fd43cf2b64ce0041acab24a3136b789aef62c499f5b3f8787&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/466254292.webp?k=0be2039d5be2d18fd43cf2b64ce0041acab24a3136b789aef62c499f5b3f8787&o="
    },
    {
      "position": 24,
      "property_id": "20932",
      "city_id": "-79996",
      "title": "Rixos Premium Dubrovnik",
      "link": "https://www.booking.com/hotel/hr/rixos-libertas.html",
      "neighborhood": "Lapad",
      "distance": "1 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.64549745183265,
        "longitude": 18.09044301509857
      },
      "street": "Liechtensteinov Put 3",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1,
      "distance_unit": "mi",
      "hotel_class": 5,
      "rating": 9.2,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 4097,
      "price": "$3,207",
      "extracted_price": 3207,
      "currency": "USD",
      "taxes_and_charges": "$460",
      "extracted_taxes_and_charges": 460,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.3
      },
      "room_type": "Standard Twin Room with Park View",
      "bed_configuration": "2 twin beds",
      "availability": "We have 7 left at this price",
      "is_featured": true,
      "beds": 2,
      "meal_plan": "Breakfast included",
      "beach_distance": "Beachfront",
      "is_sustainable": true,
      "sustainability_certifications": [
        "Green Key (FEE)"
      ],
      "rooms_left": 7,
      "is_guest_favorite": true,
      "is_preferred": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/905990925.webp?k=1165d889830a5969604b39e9cd6d7ad57e4b73434016f4a747b90ffa5c15e5ce&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/905990925.webp?k=1165d889830a5969604b39e9cd6d7ad57e4b73434016f4a747b90ffa5c15e5ce&o="
    },
    {
      "position": 25,
      "property_id": "5185977",
      "city_id": "-79996",
      "title": "Villa Roma Dubrovnik Historic Apartments near Old Town",
      "link": "https://www.booking.com/hotel/hr/villa-roma-dubrovnik.html",
      "distance": "1 miles from downtown",
      "gps_coordinates": {
        "latitude": 42.64996787801348,
        "longitude": 18.09257846886442
      },
      "street": "Ante Starčevića 17 ",
      "city": "Dubrovnik",
      "country_code": "hr",
      "extracted_distance": 1,
      "distance_unit": "mi",
      "hotel_class": 3,
      "rating": 9.4,
      "max_rating": 10,
      "rating_word": "Wonderful",
      "reviews": 138,
      "price": "$1,425",
      "extracted_price": 1425,
      "currency": "USD",
      "original_price": "$1,566",
      "extracted_original_price": 1566,
      "taxes_and_charges": "$16",
      "extracted_taxes_and_charges": 16,
      "stay_summary": "1 week, 2 adults",
      "top_review_category": {
        "name": "Comfort",
        "score": 9.5
      },
      "room_type": "Loft",
      "bed_configuration": "1 queen bed",
      "availability": "We have 1 left at this price",
      "area": "463 ft²",
      "extracted_area": 463.0,
      "area_unit": "ft²",
      "bedrooms": 1,
      "bathrooms": 1,
      "beds": 1,
      "living_rooms": 1,
      "kitchens": 1,
      "beach_distance": "1,250 feet from beach",
      "nearby_beaches": [
        "Bellevue Beach"
      ],
      "external_rating": 9.88,
      "external_reviews": 71,
      "rooms_left": 1,
      "free_cancellation_until": "2026-09-17T22:00:00Z",
      "is_preferred": true,
      "has_free_cancellation": true,
      "thumbnail": "https://cf.bstatic.com/xdata/images/hotel/square240/202865641.webp?k=ff230dc406cd16bf44a547d2a5d708c404643abc2db2b2c40ef85efd37975ac5&o=",
      "thumbnail_hd": "https://cf.bstatic.com/xdata/images/hotel/square600/202865641.webp?k=ff230dc406cd16bf44a547d2a5d708c404643abc2db2b2c40ef85efd37975ac5&o="
    }
  ],
  "pagination": {
    "current_page": 1,
    "next_page": 2
  }
}

Developer experience

Easy integration

Integrating is as simple as making a GET HTTP request.

GET
https://www.searchapi.io/api/v1/search?adults=2&check_in_date=2026-10-02&check_out_date=2026-10-09&engine=booking&q=Dubrovnik
Request
import requests

url = "https://www.searchapi.io/api/v1/search"
params = {
  "engine": "booking",
  "q": "Dubrovnik",
  "check_in_date": "2026-10-02",
  "check_out_date": "2026-10-09",
  "adults": 2
}

response = requests.get(url, params=params)
print(response.text)

Detailed Booking.com Data

Booking.com API Features

Access property listings with pricing, ratings, star class, bed configuration and more from a destination search.

Property Pricing

Get the headline stay total and the per-night rate for every property.

Review Scores & Star Class

Retrieve guest review scores, review counts, qualitative labels, and hotel star ratings.

Rooms & Availability

Get bed configuration, recommended room type, and scarcity signals like rooms left at a price.

Free Cancellation & Badges

Access free-cancellation, guest-favorite and preferred-partner flags, plus the taxes and charges excluded from the headline price.

Response-Derived Filters

Refine results with star class, free cancellation, review score, amenities and dozens more facets; each token feeds straight back into the request.

Pagination

Walk through all matching properties a page at a time, with total-result counts.

Booking.com Property API

Everything on the property page

Pass a property link straight from a search result and get the whole page back as JSON — rooms, amenities, reviews, rules and surroundings.

Property Information
Name, address, description, review breakdown, GPS coordinates and the full image gallery.
Rooms & Amenities
Bookable rooms with bed configuration, occupancy and prices, plus the property's amenities with their filter tokens.
Reviews & Summary
Featured guest reviews, review topics, and an AI-generated summary of what guests praise and complain about.
House Rules & FAQs
Check-in and check-out times, policies, accepted payment methods, and traveller Q&A.
Nearby Places
Restaurants, attractions, public transport, beaches and airports with distances and commute times.

View Documentation

Booking.com Property API

Booking.com Autocomplete API

Turn a partial query into a destination

Resolve what someone typed into ranked destinations, each carrying the identifiers a precise property search needs.

Destination Suggestions
Cities, regions, countries, districts, airports, landmarks and individual properties.
dest_id & dest_type
The exact identifiers to hand to the Booking.com API, so a search targets a destination rather than a guess at its name.
Coordinates & Country
Latitude, longitude and country code for every suggestion.

View Documentation

Booking.com Autocomplete API

Legal Coverage

Legal Protection Guarantee

We accept legal responsibility for how SearchApi collects and parses publicly available search results, backed by up to $2M in coverage. This protection applies to customers worldwide, operates under U.S. law, and does not cover your use of the data or unlawful activities.

Robust Infrastructure

Handle even the most demanding needs

Sub-2 second average response time

Performance

Sub-2 second average response time

Optimized for low latency, delivering rapid results for AI applications, SEO analysis, and research.

100% success rate

100% Success Rate

Guaranteed query completion

Guaranteed success with built-in auto-retry mechanism and adaptive error handling to ensure complete data collection.

Scalable proxy rotation

Proxy Management

Scalable proxy rotation

Our built-in proxy rotator and auto-retry mechanisms ensure scalability, handling millions of searches daily across a global network of 100M+ proxies.

Advanced CAPTCHA bypass

Captcha Solving

Advanced CAPTCHA bypass

Mimics real human behavior with full browser rendering, JavaScript execution, and CAPTCHA solving for uninterrupted data scraping.

Open-source integrations

Integrations

Open-source integrations

Easily integrate with popular open-source tools like Dify, Flowise, LangChain, and Haystack to extend functionality with minimal setup.

Simple Pricing

Pricing plans

  • Pay per success
  • Built in location geo-targetting
  • Only premium proxies

Developer Plan

$4 per 1,000 searches

$40 / month

What's included
  • 10,000 Searches
  • 99.9% SLA

Production Plan

$3 per 1,000 searches

$100 / month

What's included
  • 35,000 Searches
  • Team Management
  • Legal Protection Guarantee
  • 99.9% SLA

BigData Plan

$2.5 per 1,000 searches

$250 / month

What's included
  • 100,000 Searches
  • Team Management
  • Legal Protection Guarantee
  • 99.9% SLA
  • Medium Throughput

Scale Plan

$2 per 1,000 searches

$500 / month

What's included
  • 250,000 Searches
  • Team Management
  • Legal Protection Guarantee
  • 99.9% SLA
  • High Throughput
  • Search Analytics

Trusted by industry leaders

Anthropic logo Bain & Company logo DataRails logo Scale AI logo Ahrefs logo Demyst logo

Get started with SearchAPI today

No credit card required. Cancel anytime.