Path Parameters
The LoopNet listing id. You can find this in search results (
listing_id) or extract it from a listing URL.Query Parameters
Which market the listing lives in:
us (loopnet.com), ca (loopnet.ca), uk (loopnet.co.uk), fr (loopnet.fr), or es (loopnet.es).Response
The full
ListingDetail object.Show ListingDetail object
Show ListingDetail object
LoopNet listing id (nullable).
LoopNet property id (nullable).
Full URL to the listing (nullable).
Market (
us, ca, uk, fr, or es) (nullable).ISO country code (nullable).
for-lease, for-sale, or auction (nullable).Transaction type as displayed, e.g.
For Lease, For Sale (nullable).Property name (nullable).
Listing headline (nullable).
Listing subtitle (nullable).
Full listing description (nullable).
Bullet-point listing highlights.
Price as displayed, e.g.
$41.40 /SF/YR, $2,500,000 (nullable).Parsed numeric price (nullable).
ISO 4217 currency code (nullable).
Rate period, e.g.
/SF/YR; null for sale prices.Rental rate as displayed (nullable).
Cap rate percentage (nullable).
Net operating income as displayed (nullable).
Price per square foot (nullable).
Property type, e.g.
Office (nullable).Property sub-type (nullable).
Building class (
A, B, C) (nullable).Building size in square feet (nullable).
Building size as displayed (nullable).
Rentable building area as displayed (nullable).
Total space available as displayed (nullable).
Total space available in square feet (nullable).
Minimum divisible space (nullable).
Maximum contiguous space (nullable).
Typical floor size (nullable).
Building height / number of stories as displayed (nullable).
Clear ceiling height (nullable).
Year built (nullable).
Year built/renovated as displayed, e.g.
2003/2019 (nullable).LoopNet building star rating (nullable).
Lot size as displayed (nullable).
Lot size in acres (nullable).
Number of units (multifamily) (nullable).
Number of stories (nullable).
Percent leased as displayed (nullable).
Tenancy, e.g.
Multiple, Single (nullable).Zoning designation (nullable).
Parcel/APN id (nullable).
Parking ratio / description (nullable).
Walk Score (nullable).
List of amenity strings.
Street address (nullable).
City (nullable).
State/region (nullable).
ZIP/postal code (nullable).
County (nullable).
Latitude (nullable).
Longitude (nullable).
Photo URLs.
Total number of photos (nullable).
Video URLs.
Attached document (brochure/flyer) URLs.
Whether a 3D virtual tour is available (nullable).
Leasable spaces/units (lease listings).
Show Space object
Show Space object
Space name, e.g.
2nd Floor, Ste 210 (nullable).Space use, e.g.
Office (nullable).Space size in square feet (nullable).
Size as displayed (nullable).
Rent as displayed (nullable).
Rent per square foot (nullable).
Rent period:
/SF/YR, /SF/MO, or /MO (nullable).Lease term (nullable).
Space condition, e.g.
Full Build-Out (nullable).Availability, e.g.
Now, Jan 2027 (nullable).Floor (nullable).
Attributed brokers with
name, company, title, phone, email, photo, url, broker_id, city, region (see the Broker object).Every LoopNet facts-table row, verbatim, as
{name, value} pairs.Date posted as a Unix timestamp (nullable).
Date posted as an ISO-8601 string (nullable).
Last update as a Unix timestamp (nullable).
Last update as an ISO-8601 string (nullable).
Scrape time as a Unix timestamp (nullable).
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.

