All sites
Data API
LoopNet Data API
Commercial real-estate listings and property data from LoopNet.
7endpointsAkamai · Rate Limit handled for you
Example
loopnet.com
ExampleJSON responseclick the page to trace a field
{
"location": "austin-tx",
"market": "us",
"page": 1,
"total": 842,
"results": [
{
"position": 1,
"domain": "us",
"title": "Class A Office Space - The Frost Bank Tower",
"price": 42,
"currency": "USD",
"image": "https://images1.loopnet.com/i2/frost-bank-tower-austin/636100/hero.jpg",
"address": "401 Congress Ave, Austin, TX 78701",
"property_type": "Office",
"size": "1,200 - 24,500 SF",
"listing_type": "For Lease",
"broker": "CBRE",
"url": "https://www.loopnet.com/Listing/401-Congress-Ave-Austin-TX/12345678/"
},
{
"position": 2,
"domain": "us",
"title": "Creative Loft Office in East Austin",
"price": 34.5,
"currency": "USD",
"image": "https://images1.loopnet.com/i2/east-austin-loft/636211/hero.jpg",
"address": "1023 Springdale Rd, Austin, TX 78721",
"property_type": "Office",
"size": "3,800 SF",
"listing_type": "For Lease",
"broker": "JLL",
"url": "https://www.loopnet.com/Listing/1023-Springdale-Rd-Austin-TX/23456789/"
},
{
"position": 3,
"domain": "us",
"title": "Downtown Sublease - Furnished Suite",
"price": 38,
"currency": "USD",
"image": "https://images1.loopnet.com/i2/downtown-sublease-austin/636333/hero.jpg",
"address": "300 W 6th St, Austin, TX 78701",
"property_type": "Office",
"size": "6,100 SF",
"listing_type": "For Lease",
"broker": "Cushman & Wakefield",
"url": "https://www.loopnet.com/Listing/300-W-6th-St-Austin-TX/34567890/"
}
],
"nextCursor": "2"
}
GET
/v1/data/loopnet/search1 credit / runSearch Listings
Search a market for commercial listings.
Handled for you:AkamaiRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| location | string | yes | City/state slug, e.g. austin-tx. |
| Advanced filters | |||
| city | string | no | City name (used to build the location when location is omitted). |
| state | string | no | State code, e.g. tx (paired with city when location is omitted). |
| zip | string | no | ZIP/postal code (used as the location when location/city are omitted). |
| listing_type | string | no | Which side of the market to search. (default: for_lease) |
| property_type | string | no | Commercial property category. |
| market | string | no | us | ca. (default: us) |
| sort | string | no | Result ordering. |
| price_min | number | no | Only listings priced at or above this amount (per square foot for lease, total for sale). |
| price_max | number | no | Only listings priced at or below this amount (per square foot for lease, total for sale). |
| size_min | integer | no | Minimum building or space size in square feet. |
| size_max | integer | no | Maximum building or space size in square feet. |
| cap_rate_min | number | no | Minimum capitalization rate percent (investment sales). |
| per_page | integer | no | Listings per page (page size). |
| page | integer | no | Page number. (default: 1) |