Skip to content
All sites
Data API

LoopNet Data API

Commercial real-estate listings and property data from LoopNet.

7endpointsakamai_seccpt · Akamai · Rate Limit handled for you
loopnet.comGET/loopnet/broke…GET/loopnet/geogr…GET/loopnet/marke…{ } JSON

LoopNet Data API

Extract commercial listings, property detail and brokers from LoopNet as structured JSON. One POST per query, anti-bot handled, billed only on success.

POST /v1/data/loopnet/{action}

Key Features

Structured JSON

Clean, normalized records for commercial listings, property detail and brokers. No HTML parsing on your side.

7 endpoints

Across 3 categories, all under one base path.

Anti-bot handled

akamai_seccpt, Akamai, Rate Limit cleared for you behind the scenes.

Fresh or cached

Serve instantly from the warm store, or force a live scrape per request.

Regions & Languages

Target specific markets and languages with these parameters:

marketdefault us

Pagination

Page through results with page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
import requests

resp = requests.post(
    "https://api.capzy.ai/v1/data/loopnet/listing",
    json={
  "clientKey": "capzy_your_key_here",
  "params": {
    "listing_id": "2",
    "market": "us"
  }
},
)
print(resp.json()["result"])

Per-run pricing

failed requests are free
EndpointCategoryPrice / 1k results
/v1/data/loopnet/brokers/{slug}/{broker_id}Coming soonBroker ProfileBrokers1 credit / run
/v1/data/loopnet/geographyStatesReference1 credit / run
/v1/data/loopnet/marketsList MarketsReference1 credit / run
/v1/data/loopnet/property-typesProperty TypesReference1 credit / run
/v1/data/loopnet/states/{state_id}/marketsState MarketsReference1 credit / run
/v1/data/loopnet/listings/{listing_id}Coming soonListing DetailListings1 credit / run
/v1/data/loopnet/searchComing soonSearch ListingsListings1 credit / run