Cbre: Search Properties
Cbre via Parse · real_estate
Search for commercial real estate properties with filters for location, transaction type (lease/sale), property type, and size. Returns paginated results sorted by last updated date by default. Each property includes address, agents, photos, sizes, highlights, and available spaces. Paginates via integer page counter. Search and extract details of commercial real estate properties from CBRE. Supports filtering by location, transaction type, property type, and size. Fulfilled by Parse from cbre.com.
- b2b-directory
- cbre
- cbre-com
- finance
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/eee95c27-9fe9-4347-a798-32cfc2ce7122/search_properties
- Interface artifact
- sha256:aa22a8d752b7ac37e566456bbaf6d327c06c1a041db0ee7dabd93fc14097fe69
- Manifest digest
- sha256:27005495e402af0f1fb6269548bb8e4b576f615df004811d5310a4fcbe255a30
Request fields
- page (integer): Page number for pagination (1-based).
- sort (string): Sort order expression. Default is desc(Common.LastUpdated).
- location (string): Location string for geographic filtering. Geocoded to a bounding polygon internally.: Allowed values: New York, NY, USA, Los Angeles, CA, USA, Chicago, IL, USA
- max_size (number): Maximum size in sqft for client-side filtering.
- min_size (number): Minimum size in sqft for client-side filtering.
- page_size (integer): Number of results per page.
- property_type (string): Property type filter. Accepted values include 'Office', 'Retail', 'Industrial', 'Multifamily', 'Land', 'Hotel', 'Healthcare'.: Allowed values: Office, Retail, Industrial, Multifamily, Land, Hotel, Healthcare
- transaction_type (string): Transaction type filter. Accepted values: 'lease', 'sale', 'allTypes'. When omitted, defaults to lease listings.: Allowed values: lease, sale, allTypes
Example queries
- {"page":"1","sort":"desc(Common.LastUpdated)","location":"New York, NY, USA","max_size":"50000","min_size":"1000","page_size":"24","property_type":"Office","transaction_type":"lease"}