# CannaMLS > CannaMLS is the premier platform for buying, selling, and researching legal cannabis licenses, dispensaries, and real estate in the United States. ## Core Resources The most important pages on the CannaMLS website - [Listing Catalog](/properties/catalog/): Browse all active cannabis licenses and commercial real estate - [CannaMLS PROs](/brokers/catalog/): Directory of professional cannabis business brokers and agents - [CannaMLS Blog](/blog): Read the latest cannabis real estate guides, tips and industry trends from CannaMLS. Also home to the monthly CannaMLS Newsletter. - [Post Help Request](/broker-enquiry): Post a Help Request asking for assistance in buying or selling a cannabis license or real estate - [Login](/login): Log in to your CannaMLS account, or create an account if you do not have one. You can also log in to CannaMLS with your Google account. You will need an account in order to publish listings on CannaMLS. - [Pricing](/pricing): See CannaMLS listing and subscription pricing ## Basic Listing Search To use basic listing search, use the following URL: /properties/catalog/{state}/{category}/ ### State {state} is the full US state name, in lowercase, with underscores instead of spaces, or the literal value "any" (without quotes) for all states. Valid examples for {state} are: any colorado new_york rhode_island district_of_columbia --- Only this format of specifying {state} is allowed. Do not use the two-letter state code such as CO or NY. {state} can be omitted from the URL if its value is "any". ### Category {category} is the license or property type. Valid values are "any" (without quotes) to show all license types, or one of the following: dispensary cultivation manufacturing homedelivery distribution consumptionlounge testingfacility other {category} can be omitted from the URL if its value is "any". ### Examples Below are a few examples of using the basic listing search: /properties/catalog/california/any/ - takes the user to the Listing Catalog showing all active California listings /properties/catalog/california/ - the same as /properties/catalog/california/any/ /properties/catalog/any/dispensary/ - takes the user to the Listing Catalog showing all active dispensaries for sale /properties/catalog/dispensary/ - the same as /properties/catalog/any/dispensary/ /properties/catalog/new_york/cultivation/ - takes the user to the Listing Catalog showing active New York cultivation licenses and real estate for sale ### Additional Basic Search URLs Additionally, there are two special URLs that fit within the definition of Basic Listing Search: /properties/catalog/archive/ - takes the user to the Listing Catalog showing old archived listings. Archived listings were created before 05/2025 and their owners have been inactive on CannaMLS since then. /properties/catalog/sold/ - takes the user to the Listing Catalog showing listings that their authors have marked as sold. ## Advanced Listing Search Advanced listing search is an extension to the basic listing search system, which allows searching not only by state and category, but also my minimum and maximum price, property status, and more. The general URL structure for advanced search is: /properties/catalog/?{query} ### Valid Query keys and values - all keys are optional * state_include - states to include in the search. Comma-separated if multiple values. Individual values have the same structure as the {state} parameter for basic search. * category_include - categories to include in the search. Comma-separated if multiple values. If multiple values are provided, only listings that match all provided categories will be displayed. Individual values have the same structure as the {category} parameter for basic search. * category_exclude - categories to exclude from search. Same structure as category_include * price_min - minimum listing price in US dollars * price_max - maximum listing price in US dollars * not_before - limit displayed listings to only those updated in the last X months. Single value only. Valid values are: "last1month", "last2months", "last6months" * listing_type - one of: "soldOnly", "both" (which means both active and sold), "archived" * property_status_include - one of: "forsale", "forlease". Note that this is an optional listing field. Listings that have neither option selected will not be displayed. * building_size_sq_ft_min - minimum building size in square feet. Note that this is an optional listing field. Listings with an undeclared building size will not be displayed. * building_size_sq_ft_max - maximum building size in square feet. Note that this is an optional listing field. * lot_size_acres_min - minimum lot size in acres. This is an optional listing field. * lot_size_acres_max - maximum lot size in acres. This is an optional listing field. * annual_revenue_min - minimum annual revenue in US dollars. This is an optional listing field. * annual_revenue_max - maximum annual revenue in US dollars. This is an optional listing field. * annual_ebitda_min - minimum annual EBITDA in US dollars. This is an optional listing field. * annual_ebitda_max - maximum annual EBITDA in US dollars. This is an optional listing field. * order_by - one of "date_asc" (oldest created first), "date_desc" (newest created first), "price_asc" (lowest price first), "price_desc" (highest price first). Not providing a value orders by most recently updated first. If ordering by price, listings with undeclared prices ("Contact for Price") will not be displayed. Searches including keys for optional fields (such as annual revenue or building size) will not include listings for which those fields are blank. ### Examples of advanced search URLs /properties/catalog/?state_include=colorado,california,new_york&category_include=dispensary&price_max=1000000 - Dispensaries in Colorado, California or New York under $1M /properties/catalog/?state_include=washington&category_exclude=cultivation - all available listings in Washington, except cultivation licenses /properties/catalog/?price_max=1000000¬_before=last6months&listing_type=soldOnly - all listings marked as sold by their authors in the last 6 months, with declared listing prices under $1M /properties/catalog/?state_include=oregon&category_include=cultivation&lot_size_acres_min=3&property_status_include=forsale - Cultivation licenses in Oregon, with a lot size of at least 3 acres, with the property (not only the license) available for purchase