{
  "fares": {
    "currency": "USD",
    "surge_pricing": false,
    "point_to_point": {
      "base_fare": 12,
      "per_mile": 2.9,
      "airport_surcharge": 20,
      "long_distance": {
        "applies_after_miles": 50,
        "per_additional_mile": 1
      }
    },
    "hourly": {
      "first_hour": 100,
      "each_additional_hour": 80,
      "min_hours": 1,
      "max_hours": 12
    }
  },
  "notes": [
    "Flat fares with no surge pricing. The price quoted at booking is the price paid.",
    "These figures produce an ESTIMATE. The exact fare is quoted on the booking page once the real route is known.",
    "Pay by card at booking, or cash, card, Venmo or Zelle to the driver."
  ],
  "booking_url": "https://app.blackcarservice4u.com/book"
}
