Skip to content
All sites
Data API

LoopNet Data API

Commercial real-estate listings and property data from LoopNet.

7endpointsAkamai · Rate Limit handled for you
loopnet.comGET/loopnet/broke…GET/loopnet/geogr…GET/loopnet/marke…{ } JSON
Example
loopnet.com
Example
JSON 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 / run

Search Listings

Search a market for commercial listings.

Handled for you:AkamaiRate Limit
Parameters
NameTypeReqDescription
locationstringyesCity/state slug, e.g. austin-tx.
Advanced filters
citystringnoCity name (used to build the location when location is omitted).
statestringnoState code, e.g. tx (paired with city when location is omitted).
zipstringnoZIP/postal code (used as the location when location/city are omitted).
listing_typestringnoWhich side of the market to search. (default: for_lease)
property_typestringnoCommercial property category.
marketstringnous | ca. (default: us)
sortstringnoResult ordering.
price_minnumbernoOnly listings priced at or above this amount (per square foot for lease, total for sale).
price_maxnumbernoOnly listings priced at or below this amount (per square foot for lease, total for sale).
size_minintegernoMinimum building or space size in square feet.
size_maxintegernoMaximum building or space size in square feet.
cap_rate_minnumbernoMinimum capitalization rate percent (investment sales).
per_pageintegernoListings per page (page size).
pageintegernoPage number. (default: 1)