LoopNet Scraper API
Search for-lease, for-sale, and auction commercial listings, pull full listing detail (rent/price with $/SF, building class and size, spaces, amenities, walk score, photos and 3D tours, the complete facts table), and look up broker profiles across loopnet.com (US), loopnet.ca (CA), loopnet.co.uk (UK), loopnet.fr (FR), and loopnet.es (ES) — the widest LoopNet commercial-real-estate API. Authentication, anti-bot bypass, and market routing are handled automatically.Key Features
5-Market Coverage
One API over loopnet.com, loopnet.ca, loopnet.co.uk, loopnet.fr, and loopnet.es. Pick a market with the
market parameter.All Listing Types
For-lease, for-sale, and auction listings across Office, Retail, Industrial, Multifamily, Land, Hospitality, Healthcare, and more.
Rich Listing Detail
Rent/price + $/SF, building class/size/height, year built/renovated, amenities, walk score, zoning, parking, and the full LoopNet facts table.
Spaces & Brokers
Per-space availability (size, rent, term, floor, condition) plus broker contacts — and full broker profiles with their listings.
Media
Photo galleries, videos, documents, and 3D virtual tour flags on every listing.
Anti-Bot Bypass
LoopNet sits behind Akamai Bot Manager. ScrapeBadger clears it automatically with real-browser sessions — no proxies or CAPTCHAs to manage.
LoopNet caps search results at roughly 500 per query (about 25 per page, pages
1-20). For dense metros, narrow by property_type, price, or size filters to see everything.Supported Markets
The API covers five national LoopNet portals. Use themarket query parameter to target one.
| Market | Portal | Country | Currency | Locale |
|---|---|---|---|---|
:us: us | loopnet.com | US | USD | en-US |
:canada: ca | loopnet.ca | CA | CAD | en-CA |
:uk: uk | loopnet.co.uk | GB | GBP | en-GB |
:fr: fr | loopnet.fr | FR | EUR | fr-FR |
:es: es | loopnet.es | ES | EUR | es-ES |
Quick Start
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/v1/loopnet/search | GET | Search a market for commercial listings |
/v1/loopnet/listings/{listing_id} | GET | Full detail for a single listing |
/v1/loopnet/brokers/{slug}/{broker_id} | GET | Broker profile with their listings |
/v1/loopnet/markets | GET | List all supported markets |
/v1/loopnet/property-types | GET | List all property-type filter slugs |
Credit Costs
| Endpoint | Cost |
|---|---|
| Search | 10 credits |
| Get listing detail | 12 credits |
| Get broker profile | 8 credits |
| List markets | 0 credits |
| List property types | 0 credits |
| Failed requests | 0 credits |
Authentication
All requests require your API key in theX-API-Key header:
Anti-Bot Handling
Every LoopNet portal is protected by Akamai Bot Manager with behavioral scoring and sensor challenges. ScrapeBadger clears these automatically using real Chrome browser sessions routed through proxies in the market’s country. You never need to manage proxies, sessions, or CAPTCHAs.Because requests are served through real browsers, LoopNet responses are slower than plain-HTTP scrapers — expect ~15-20 seconds per request.
Rich Datapoints
Every listing carries a deep set of structured fields:| Group | Fields |
|---|---|
| Pricing | price, price_text, price_currency, price_period, price_per_sqft, rental_rate_text, cap_rate, noi |
| Building | property_type, property_sub_type, building_class, building_size_sqft, building_height, ceiling_height, year_built, year_built_renovated, stories, units, tenancy, percent_leased |
| Lot & Zoning | lot_size_acres, lot_size_text, zoning, parcel_id, parking, walk_score |
| Location | address, city, state, zip, county, latitude, longitude |
| Media | images[], photo_count, videos[], documents[], has_virtual_tour |
| Context | spaces[] (per-unit size/rent/term/floor), brokers[] (name, company, phone, email), amenities[], highlights[], additional_facts[] (the full LoopNet facts table) |
ListingCard; the listing detail endpoint returns a ListingDetail that adds spaces, amenities, media, and every fact LoopNet publishes. All datetime fields ship both as Unix timestamps (*_utc) and ISO-8601 strings (*_at).
Next Steps
Search Listings
Full API reference for searching the LoopNet catalogs
Listing Detail
Retrieve full detail, spaces, brokers, media, and the facts table for a listing

