Loopnet: Search Listings
Loopnet via Parse · real_estate
Search for commercial real estate listings by location. Returns paginated results with listing names, addresses, and IDs. Each page returns up to 25 listings. Use page_index to paginate through results. The location slug format uses city-state hyphenated lowercase (e.g. 'los-angeles-ca'). Property type and transaction type narrow results. Search commercial real estate listings, get listing details, search brokers, and get broker profiles from LoopNet. Fulfilled by Parse from loopnet.com.
- b2b-directory
- loopnet
- loopnet-com
- marketplace
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/15d7f889-d88e-4c3d-8aff-7a3a3bd288f9/search_listings
- Interface artifact
- sha256:995949aa32c626f18756e75cdca2d3d8cb9c37c9fbec3332e2f39f857c21c424
- Manifest digest
- sha256:d0f24eec615bfbdd18d25b3755843a4d50eeeb74c109d9ff61e5e297dea3e89a
Request fields
- location (string, required): Location slug in city-state format (e.g., 'los-angeles-ca', 'new-york-ny', 'chicago-il').
- max_acres (string): Maximum acres filter for land searches.
- max_price (string): Maximum asking price filter (e.g., '2000000').
- min_acres (string): Minimum acres filter for land searches.
- min_price (string): Minimum asking price filter (e.g., '500000').
- page_index (integer): Page number for pagination, starting at 1.
- property_type (string): Property type slug.: Allowed values: commercial-real-estate, office, retail, industrial, land, multifamily, restaurants, health-care, sports-entertainment, hotel-motel
- transaction_type (string): Transaction type.: Allowed values: for-sale, for-lease
Example queries
- {"location":"los-angeles-ca","page_index":"1","property_type":"commercial-real-estate","transaction_type":"for-sale"}