Skip to main content

Query Parameters

location
string
required
Free-text location: a city (“Houston, TX”), a ZIP code (“77002”), a state code (“TX”), or usa for the whole country.
market
string
default:"us"
Which market to search: us (loopnet.com, USD), ca (loopnet.ca, CAD), uk (loopnet.co.uk, GBP), fr (loopnet.fr, EUR), or es (loopnet.es, EUR).
listing_type
string
default:"for-lease"
Listing type filter.
property_type
string
Property-type slug, e.g. office, retail, industrial, apartment-buildings, land. Defaults to all commercial real estate. Use the /v1/loopnet/property-types endpoint for the full list.
page
integer
default:1
Page number for paginated results. Range: 1 - 20 (LoopNet caps results at roughly 500 per query, ~25 per page).
min_price
number
Minimum price in the market’s local currency.
max_price
number
Maximum price in the market’s local currency.
price_type
string
How min_price / max_price are interpreted: unit (total price), sf (per square foot), or acre (per acre).
min_size
integer
Minimum size in square feet.
max_size
integer
Maximum size in square feet.

Response

market
string
The market that was searched (us, ca, uk, fr, or es).
country
string
ISO 3166-1 alpha-2 country code for the market.
currency
string
ISO 4217 currency code for the market.
listing_type
string
The listing type that was searched (for-lease, for-sale, or auctions).
property_type
string
The property-type slug that was searched (nullable).
location
string
The location that was searched (nullable).
results
array
Array of matching listing cards.
pagination
object
Pagination info.
scraped_utc
number
Scrape time as a Unix timestamp (nullable).
scraped_at
string
Scrape time as an ISO-8601 string (nullable).

Example Response

Each search request costs 10 credits. Failed requests are not charged.