This function returns a dictionary of searchable property features. These features can be used as search parameters in the listing_counts, listings, listing_counts and map_listings functions.

dictionary_listing_features()

Value

a tibble

See also

Examples

dictionary_listing_features()
#> # A tibble: 35 x 2 #> nameFeature slugFeature #> <chr> <chr> #> 1 Basement basement #> 2 Garage carport #> 3 Central Air central_air #> 4 Central Heat central_heat #> 5 Boat Facilities community_boat_facilities #> 6 Community Clubhouse community_clubhouse #> 7 Community Golf community_golf #> 8 Community Security community_security_features #> 9 Community Spa community_spa_or_hot_tub #> 10 Community Pool community_swimming_pool #> # … with 25 more rows