Path Parameters
The broker’s URL name slug, e.g. john-smith. Take it from the broker url field of a search or listing detail result.
The LoopNet broker id. Take it from the broker_id field of any listing’s brokers array.
Query Parameters
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
The full BrokerProfile object.Show BrokerProfile object
LoopNet broker id (nullable).
Brokerage/company name (nullable).
Headshot photo URL (nullable).
Broker profile URL (nullable).
Professional bio (nullable).
Office street address (nullable).
Office state/region (nullable).
Real-estate license number (nullable).
Specialty strings, e.g. ["Office", "Investment Sales"].
Number of active listings (nullable).
Scrape time as a Unix timestamp (nullable).
Scrape time as an ISO-8601 string (nullable).
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.