Skip to main content

Path Parameters

slug
string
required
The broker’s URL name slug, e.g. john-smith. Take it from the broker url field of a search or listing detail result.
broker_id
string
required
The LoopNet broker id. Take it from the broker_id field of any listing’s brokers array.

Query Parameters

market
string
default:"us"
Which market the broker profile lives in: us (loopnet.com), ca (loopnet.ca), uk (loopnet.co.uk), fr (loopnet.fr), or es (loopnet.es).

Response

broker
object
The full BrokerProfile object.

Example Response

{
  "broker": {
    "broker_id": "w7x2k9d",
    "name": "John Smith",
    "company": "CBRE",
    "title": "Senior Vice President",
    "phone": "713-555-0100",
    "email": "john.smith@cbre.com",
    "photo": "https://images1.loopnet.com/i2/broker/photo.jpg",
    "url": "https://www.loopnet.com/commercial-real-estate-brokers/profile/john-smith/w7x2k9d/",
    "bio": "20+ years advising owners and occupiers on office leasing and investment sales across the Houston metro.",
    "address": "2800 Post Oak Blvd",
    "city": "Houston",
    "state": "TX",
    "license_number": "TX 0123456",
    "specialties": ["Office", "Investment Sales"],
    "listing_count": 14,
    "listings": [
      {
        "position": 1,
        "listing_id": "12345678",
        "url": "https://www.loopnet.com/Listing/1000-Main-St-Houston-TX/12345678/",
        "listing_type": "for-lease",
        "property_type": "Office",
        "title": "1000 Main Street",
        "price_text": "$41.40 /SF/YR",
        "city": "Houston",
        "state": "TX"
      }
    ],
    "scraped_at": "2026-07-07T12:00:00Z"
  }
}
Each broker-profile request costs 8 credits. Failed requests are not charged.