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
{
"broker_id": "987654",
"domain": "us",
"name": "Jane Broker",
"company": "CBRE",
"phone": "(512) 555-0142",
"listings": [
{
"position": 1,
"domain": "us",
"title": "Retail Storefront on Congress Ave",
"price": 45,
"currency": "USD",
"image": "https://images1.loopnet.com/i2/200-congress-austin/636400/hero.jpg",
"address": "200 Congress Ave, Austin, TX 78701",
"property_type": "Retail",
"size": "3,200 SF",
"listing_type": "For Lease",
"broker": "CBRE",
"url": "https://www.loopnet.com/Listing/200-Congress-Ave-Austin-TX/22334455/"
},
{
"position": 2,
"domain": "us",
"title": "Industrial Warehouse near ABIA",
"price": 1250000,
"currency": "USD",
"image": "https://images1.loopnet.com/i2/austin-warehouse/636501/hero.jpg",
"address": "6800 Burleson Rd, Austin, TX 78744",
"property_type": "Industrial",
"size": "42,000 SF",
"listing_type": "For Sale",
"broker": "CBRE",
"url": "https://www.loopnet.com/Listing/6800-Burleson-Rd-Austin-TX/33445566/"
}
]
}
GET
/v1/data/loopnet/brokers/{slug}/{broker_id}1 credit / runBroker Profile
Broker profile with their listings.
Handled for you:AkamaiRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Broker slug. |
| broker_id | string | yes | Broker id. |
| Advanced filters | |||
| market | string | no | us | ca. (default: us) |
| sort | string | no | Ordering for the broker's listings. |