Crexi Commercial Real Estate Scraper — No API Key
Pricing
$10.00 / 1,000 listings
Crexi Commercial Real Estate Scraper — No API Key
Scrape Crexi commercial real estate listings to JSON — no login, no API key. Get property name, full address, type, size, broker, status, price & detail attributes (units, year built, zoning, cap rate). Bulk, pay per listing.
Pricing
$10.00 / 1,000 listings
Rating
0.0
(0)
Developer
Jaime Martinez
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape Crexi commercial real estate listings into clean JSON — no login, no API key. Get property name, full address, property type, size, brokerage, status, and per-listing detail attributes (units, year built, zoning, lot size, and price/cap rate when the listing is priced).
Built for reliability: hits Crexi's listing feed directly and is health-monitored daily. Output is structured for CRE research, lead lists, and LLM/RAG pipelines.
⚡ Quick start
Paste this into the Actor's Input (JSON view) and hit Start:
{"maxResults": 100,"includeDetails": true}
Each result row looks like:
{"id": 2630857,"name": "Jamestowne Plaza","description": "42-Unit Multi-family | West Linn, OR","propertyTypes": ["Multifamily"],"brokerage": "Norris & Stevens","squareFootage": 28160,"status": "Active","address": "1700 Blankenship Rd, West Linn, OR 97068","city": "West Linn","state": "OR","zip": "97068","latitude": 45.3523,"longitude": -122.6597,"details": { "Property Type": "Multifamily", "Units": "42", "Year Built": "1979", "Zoning": "R2.1", "Lot Size (acres)": "2.48" },"url": "https://www.crexi.com/properties/2630857/oregon-jamestowne-plaza"}
Or run it from the API:
POST https://api.apify.com/v2/acts/jamhimself~crexi-commercial-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN
Input options
| Field | Type | Description |
|---|---|---|
maxResults | integer | Max listings to return, newest first (default 100) |
includeDetails | boolean | Fetch each listing's detail attributes (units, year built, zoning, price/cap rate) — default on |
filters | object | Optional Crexi native search filters passed through to the API (property types, geo) |
Output fields
Every row includes: id, name, description, propertyTypes, brokerage, squareFootage, status, address/city/state/zip, latitude/longitude, isInOpportunityZone, activatedOn/updatedOn, url. With includeDetails: a details map (units, year built, zoning, lot size, price/cap rate when priced), marketingDescription, investmentHighlights, subtypes.
Use cases
- CRE deal sourcing — pull active commercial listings with size, type, and location for any market.
- Broker & market research — track brokerages, property types, and new listings over time.
- AI agents & RAG — feed structured listing rows into agent pipelines (this Actor is agent-payable).
Related Actors
Doing residential too? See Redfin Listings Scraper.
Found an issue or need another field or filter? Open an issue on this Actor — it's actively maintained and issues get fixed fast. If this Actor saves you time, a ⭐ review helps others find it.