Path Parameters
string
required
The LoopNet listing id. You can find this in search results (
listing_id) or extract it from a listing URL.Query Parameters
string
default:"us"
Which market the listing lives in:
us (loopnet.com), ca (loopnet.ca), uk (loopnet.co.uk), fr (loopnet.fr), or es (loopnet.es).Response
object
The full
ListingDetail object.Show ListingDetail object
Show ListingDetail object
string
LoopNet listing id (nullable).
string
LoopNet property id (nullable).
string
Full URL to the listing (nullable).
string
Market (
us, ca, uk, fr, or es) (nullable).string
ISO country code (nullable).
string
for-lease, for-sale, or auction (nullable).string
Transaction type as displayed, e.g.
For Lease, For Sale (nullable).string
Property name (nullable).
string
Listing headline (nullable).
string
Listing subtitle (nullable).
string
Full listing description (nullable).
array
Bullet-point listing highlights.
string
Price as displayed, e.g.
$41.40 /SF/YR, $2,500,000 (nullable).number
Parsed numeric price (nullable).
string
ISO 4217 currency code (nullable).
string
Rate period, e.g.
/SF/YR; null for sale prices.string
Rental rate as displayed (nullable).
number
Cap rate percentage (nullable).
string
Net operating income as displayed (nullable).
number
Price per square foot (nullable).
string
Property type, e.g.
Office (nullable).string
Property sub-type (nullable).
string
Building class (
A, B, C) (nullable).integer
Building size in square feet (nullable).
string
Building size as displayed (nullable).
string
Rentable building area as displayed (nullable).
string
Total space available as displayed (nullable).
integer
Total space available in square feet (nullable).
string
Minimum divisible space (nullable).
string
Maximum contiguous space (nullable).
string
Typical floor size (nullable).
string
Building height / number of stories as displayed (nullable).
string
Clear ceiling height (nullable).
integer
Year built (nullable).
string
Year built/renovated as displayed, e.g.
2003/2019 (nullable).number
LoopNet building star rating (nullable).
string
Lot size as displayed (nullable).
number
Lot size in acres (nullable).
integer
Number of units (multifamily) (nullable).
integer
Number of stories (nullable).
string
Percent leased as displayed (nullable).
string
Tenancy, e.g.
Multiple, Single (nullable).string
Zoning designation (nullable).
string
Parcel/APN id (nullable).
string
Parking ratio / description (nullable).
integer
Walk Score (nullable).
array
List of amenity strings.
string
Street address (nullable).
string
City (nullable).
string
State/region (nullable).
string
ZIP/postal code (nullable).
string
County (nullable).
number
Latitude (nullable).
number
Longitude (nullable).
array
Photo URLs.
integer
Total number of photos (nullable).
array
Video URLs.
array
Attached document (brochure/flyer) URLs.
boolean
Whether a 3D virtual tour is available (nullable).
array
Leasable spaces/units (lease listings).
Show Space object
Show Space object
string
Space name, e.g.
2nd Floor, Ste 210 (nullable).string
Space use, e.g.
Office (nullable).integer
Space size in square feet (nullable).
string
Size as displayed (nullable).
string
Rent as displayed (nullable).
number
Rent per square foot (nullable).
string
Rent period:
/SF/YR, /SF/MO, or /MO (nullable).string
Lease term (nullable).
string
Space condition, e.g.
Full Build-Out (nullable).string
Availability, e.g.
Now, Jan 2027 (nullable).string
Floor (nullable).
array
Attributed brokers with
name, company, title, phone, email, photo, url, broker_id, city, region (see the Broker object).array
Every LoopNet facts-table row, verbatim, as
{name, value} pairs.number
Date posted as a Unix timestamp (nullable).
string
Date posted as an ISO-8601 string (nullable).
number
Last update as a Unix timestamp (nullable).
string
Last update as an ISO-8601 string (nullable).
number
Scrape time as a Unix timestamp (nullable).
string
Scrape time as an ISO-8601 string (nullable).
Example Response
{
"listing": {
"listing_id": "12345678",
"property_id": "87654321",
"url": "https://www.loopnet.com/Listing/1000-Main-St-Houston-TX/12345678/",
"market": "us",
"country": "US",
"listing_type": "for-lease",
"transaction_type": "For Lease",
"name": "1000 Main Street",
"title": "1000 Main St, Houston, TX 77002",
"subtitle": "Class A Office Tower",
"description": "Trophy office tower in Houston's CBD with panoramic skyline views.",
"highlights": ["On-site security", "Direct tunnel access", "Recently renovated lobby"],
"price_text": "$41.40 /SF/YR",
"price": 41.4,
"price_currency": "USD",
"price_period": "/SF/YR",
"rental_rate_text": "$41.40 /SF/YR",
"property_type": "Office",
"building_class": "A",
"building_size_sqft": 836000,
"building_size_text": "836,000 SF",
"total_space_available": "45,120 SF",
"total_space_available_sqft": 45120,
"typical_floor_size": "23,500 SF",
"building_height": "36 Stories",
"year_built": 2003,
"year_built_renovated": "2003/2019",
"building_rating": 4.5,
"stories": 36,
"percent_leased": "89%",
"tenancy": "Multiple",
"parking": "1.2/1,000 SF",
"walk_score": 98,
"amenities": ["Conference Rooms", "Fitness Center", "On-Site Security"],
"address": "1000 Main St",
"city": "Houston",
"state": "TX",
"zip": "77002",
"county": "Harris",
"latitude": 29.7539,
"longitude": -95.3631,
"images": ["https://images1.loopnet.com/i2/abc/116/photo-1.jpg"],
"photo_count": 24,
"has_virtual_tour": true,
"spaces": [
{
"name": "2nd Floor, Ste 210",
"space_use": "Office",
"size_sqft": 4500,
"size_text": "4,500 SF",
"rent_text": "$41.40 /SF/YR",
"rent_per_sqft": 41.4,
"rent_period": "/SF/YR",
"term": "Negotiable",
"condition": "Full Build-Out",
"available_date": "Now",
"floor": "2"
}
],
"brokers": [
{ "name": "John Smith", "company": "CBRE", "title": "Senior Vice President", "phone": "713-555-0100", "broker_id": "w7x2k9d" }
],
"additional_facts": [
{ "name": "Building Class", "value": "A" },
{ "name": "Parking Ratio", "value": "1.2/1,000 SF" }
],
"date_updated_at": "2026-07-01T00:00:00Z",
"scraped_at": "2026-07-07T12:00:00Z"
}
}
Each listing-detail request costs 12 credits. Failed requests are not charged.

