Skip to main content

Path Parameters

listing_id
string
required
The LoopNet listing id. You can find this in search results (listing_id) or extract it from a listing URL.

Query Parameters

market
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

listing
object
The full ListingDetail object.

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.