POST /api/crexi/properties
Price: 1 credit
Get full Crexi commercial property details by id or detail URL: name, address, status, property type and subtype, asking price, price per sqft, cap rate, pro-forma cap rate and NOI, square footage, net rentable area, units, year built, buildings, stories, zoning, lot size, ceiling height, loading docks, ownership, opportunity zone, marketing description, investment highlights, image, latitude/longitude and the full typed summary detail list.
Fetch a single Crexi commercial real estate property by numeric id or detail URL. Returns one item with id, name, status, property_types, subtypes, asking_price, cap_rate, pro_forma_noi, square_footage, units, year_built, zoning, lot_size_acres, ownership, marketing_description, investment_highlights, location (address, city, state_code, latitude, longitude), property_url and summary_details. Use the properties search endpoint to discover property ids.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)property string required — Crexi property id (numeric) or a property detail URL/path (examples: "1545312", "https://www.crexi.com/properties/1545312/new-york-st-josephs-church"; minLength: 1)@type string (default: "CrexiProperty")id integer requiredname string nullabledescription string nullablestatus string nullableplatform string nullableproperty_types array (default: [])subtypes array (default: [])asking_price number nullableprice_per_sqft number nullablecap_rate number nullablepro_forma_cap_rate number nullablepro_forma_noi number nullablenet_operating_income number nullablesquare_footage integer nullablenet_rentable_sqft integer nullableunits integer nullableyear_built string nullablebuildings integer nullablestories integer nullablezoning string nullablelot_size_acres number nullableceiling_height string nullableloading_docks integer nullableparking_spots integer nullableoccupancy_rate number nullabletenancy string nullabletenant_count integer nullablelease_type string nullablelease_term_years number nullableremaining_term_years number nullableis_ground_lease boolean nullableclass_type string nullableinvestment_type string nullableapn string nullableownership string nullablebroker_co_op boolean nullableis_in_opportunity_zone boolean nullableis_note_loan boolean nullableis_sold boolean nullableis_paused boolean nullableis_outdated boolean nullableis_elite boolean nullablehas_om boolean nullablehas_flyer boolean nullablehas_virtual_tour boolean nullablemarketing_description string nullableinvestment_highlights string nullableimage string nullablealias string nullableproperty_url string nullablecreated_at integer nullableactivated_at integer nullableupdated_at integer nullablelocation object nullable@type string (default: "CrexiLocation")address string nullablecity string nullablecounty string nullablestate_code string nullablestate_name string nullablezip string nullablelatitude number nullablelongitude number nullablefull_address string nullablesummary_details array (default: [])@type string (default: "CrexiSummaryDetail")key string requiredlabel string nullablevalue_type string nullabledisplay string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Property not found (well-formed id but no active listing for it) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.