Crexi [$1.9π°] Scraper: Properties, Brokers & Instant Database
Pricing
from $1.90 / 1,000 records
Crexi [$1.9π°] Scraper: Properties, Brokers & Instant Database
[Only $1.9π°] Crexi scraper for commercial real estate β sale & lease listings, property records with tax/ownership history, demographics and agent profiles nationwide. Plus an instant database of 214,000+ US brokers with brokerage, license & deal stats β phone on request. Pure API-first. JSON/CSV.
Pricing
from $1.90 / 1,000 records
Rating
0.0
(0)
Developer
Muhamed Didovic
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
11 hours ago
Last modified
Categories
Share
Crexi Scraper β Properties + Instant Broker Database
How It Works

Scrape Crexi commercial real estate the way you need it: sale & lease listings, property records with tax/ownership history, demographics and agent profiles nationwide β or skip scraping entirely with an instant database of 214,000+ US brokers (brokerage, license, deal stats, and phone on request).
Nobody else on Apify sells Crexi broker contacts β every other Crexi scraper on the Store returns properties only. This one gives you the people behind the listings, plus the full property side too.
Why Use This Scraper?
- β 214,000+ commercial real estate brokers, instant delivery β filter by State, City, or Brokerage, no scraping needed
- β Full property scraping too β sale & lease listings, property records, tax/ownership history, demographics, agent profiles
- β Phone numbers on request β a logged-in broker lookup is wired in (no cookies required); opt in and only pay for the numbers you actually get
- β Rich per-broker data β brokerage name, license number & state, active/closed deal counts, profile URL
- β DB-first live scraping β a find-a-broker URL is served instantly if we already have that state; otherwise it scrapes live and caches for next time
- β Pure API-first β no browser for the vast majority of requests, Camoufox fallback only when needed
Overview
This actor serves two audiences: CRE lead-gen teams, recruiters, and market researchers who want broker contacts without scraping, and investors, analysts, and proptech teams who want Crexi property data.
Instant Database mode returns a flat broker row per broker, straight from the store β no requests to Crexi at all. Live-scrape mode (property / broker / agent-profile / find-a-broker URLs) returns property listings, broker contact blocks, and agent profile data, reading Crexi's own APIs directly.
On contacts, honestly: every broker record has brokerage, license, and deal-count data. Phone numbers are present for a growing subset β currently in the tens of thousands and climbing as more properties get scraped (each scraped listing unlocks the phone for its broker via an authenticated lookup). Phone is a metered field: set dbIncludePhone (Instant Database) or includePhoneNumbers (live-scrape) to receive real numbers β off by default, so you're never billed for a field you didn't ask for, and only billed for records that actually have one. Email stays masked (user@crexi.com) for essentially all records β Crexi only reveals real email addresses to paid Crexi accounts, which is a separate, bigger lift than the phone unlock.
Supported Inputs
Instant Database filters (no URL needed)
| Field | Example | Notes |
|---|---|---|
dbState | TX | 2-letter state code |
dbCity | Austin | optional, narrows within the state |
dbBrokerage | CBRE | brokerage name contains, optional |
dbHasPhone / dbHasEmail | true | filter to records that already have that field |
dbIncludePhone | true | opt in to receive real phone numbers β additional charge per record with a phone, off by default |
instantDatabase | true | force database mode (auto-on if any filter above is set) |
Live-scrape URL types
| URL type | Example |
|---|---|
| Sale/lease search | https://www.crexi.com/properties?placeIds%5B%5D=...&types%5B%5D=Land |
| Single property | https://www.crexi.com/properties/{id}/{slug} |
| Group / group property | https://www.crexi.com/groups/{groupId}[/properties/{id}] |
| Broker directory | https://www.crexi.com/resources/find-a-broker/{State} |
| Agent profile | https://www.crexi.com/profile/{slug} |
| Property records (parcel, tax/sale/ownership history) | https://www.crexi.com/property-records/{parcelKey}/{40-hex-recordId} |
Copy-pasteable startUrls
{"startUrls": ["https://www.crexi.com/properties","https://www.crexi.com/resources/find-a-broker/TX"],"includeBrokerDetails": true,"includePhoneNumbers": true}
Unsupported inputs
- β Content behind a Crexi login (beyond the actor's own broker-phone unlock, which uses our own account, not yours)
- β Non-crexi.com domains
- β Real email addresses β Crexi requires a paid account for that; this actor's account is not paid
Use Cases
| Audience | Use case |
|---|---|
| CRE lead-gen teams | Pull thousands of broker contacts instantly by state, city, or brokerage |
| Recruiters | Build brokerage rosters filtered by state, city, or firm |
| Investors / analysts | Track sale & lease listings, pricing, and property records nationwide |
| Proptech / CRM | Enrich a pipeline with verified broker + brokerage + license data |
| Market researchers | Bulk-export Crexi property and broker data for analysis |
- Choose a mode β Instant Database (State/City/Brokerage filters) for broker contacts, or live scrape (property / broker / find-a-broker URL) for listings and fresh broker data
- Instant Database path β the actor queries our pre-collected store and returns matching brokers in seconds
- DB-first on find-a-broker URLs β if we already have that state, it's served instantly; otherwise the actor scrapes live and caches the result for next time
- Live-scrape path β the actor calls Crexi's own APIs directly (search, property detail, broker lookup); a logged-in account is used automatically so broker phone numbers unlock without you supplying cookies
- Output β one row per broker (database) or per property / broker / agent profile (live scrape), JSON or CSV
Input Configuration
Input fields
| Field | Type | Required | Notes |
|---|---|---|---|
dbState / dbCity / dbBrokerage | string | no | Instant Database filters |
dbHasPhone / dbHasEmail | boolean | no | Filter to records that already have that field, default false |
dbIncludePhone | boolean | no | Opt in to real phone numbers in Instant Database mode β additional charge per record with a phone, default false |
instantDatabase | boolean | no | Force DB mode, default false |
maxItems | integer | no | Cap on Instant Database rows, default 200 |
forceFresh | boolean | no | Skip DB-first, always live-scrape find-a-broker URLs, default false |
startUrls | array<string> | no (or DB filters) | Crexi URLs to scrape |
moreResults | boolean | no | Fan out by price range to exhaust >1,500-result searches, default false |
includeListingDetails | boolean | no | Fetch full detail per search result, default false |
includeBrokerDetails | boolean | no | Fetch broker contact block per result, default false |
includePhoneNumbers | boolean | no | Opt in to real phone numbers on live-scraped brokers (requires includeBrokerDetails) β additional charge per record with a phone, default false |
includePropertyRecord | boolean | no | Fetch parcel/property-record data, default false |
includePropertyHistory | boolean | no | Fetch property update history, default false |
includeTaxHistory | boolean | no | Fetch tax history, default false |
includeDemographics | boolean | no | Fetch population/income/household data, default false |
includeMoreMedia | boolean | no | Fetch additional media, default false |
maxConcurrency / minConcurrency | integer | no | Default 50 / 1 |
maxRequestRetries | integer | no | Default 50 |
cookies | array | no | Your own Crexi login cookies (EditThisCookie export) β optional, the actor logs in with its own account by default |
proxy | object | no | Apify Residential recommended |
Common scenarios
1. Instant Database β every Texas broker with a real phone number
{"dbState": "TX","dbHasPhone": true,"dbIncludePhone": true,"maxItems": 500}
2. Instant Database β brokers at a specific brokerage in Austin, no phone (cheaper)
{"dbState": "TX","dbCity": "Austin","dbBrokerage": "CBRE","maxItems": 100}
3. Live scrape β sale listings with broker phone unlocks
{"startUrls": ["https://www.crexi.com/properties"],"includeListingDetails": true,"includeBrokerDetails": true,"includePhoneNumbers": true}
Output Overview
- Database broker (Instant Database mode) β a flat broker row served from our store: name, contact (phone/email), brokerage, license, deal stats, profile URL.
- Live-scraped property / broker / agent profile β full Crexi detail from the site's own API response.
Output Samples
Instant Database broker β default (no dbIncludePhone, phone masked):
{"id": "2536950","first_name": "Jesse","last_name": "Molinar","slug": "jessemoli","phone": "π Set includePhoneNumbers to true to unlock phone (additional charge per record with a phone)","email": "user@crexi.com","number_of_assets": 16,"brokerage_name": "D.E. The Home Boss Group LLC","license_number": "0832459","license_state": "TX","profile_url": "https://www.crexi.com/profile/jessemoli"}
Instant Database broker β with dbIncludePhone: true (phone unlocked, additional charge):
{"id": "2536950","first_name": "Jesse","last_name": "Molinar","slug": "jessemoli","phone": "432.349.6024","email": "user@crexi.com","number_of_assets": 16,"brokerage_name": "D.E. The Home Boss Group LLC","license_number": "0832459","license_state": "TX","profile_url": "https://www.crexi.com/profile/jessemoli"}
Key Output Fields
| Group | Fields |
|---|---|
| Identity & contact | id, first_name, last_name, slug, phone, email, photo_url, profile_url |
| Performance | number_of_assets |
| Brokerage | brokerage_name, brokerage_website, brokerage_city, brokerage_state |
| License | license_number, license_state, broker_title |
| Metadata | source_location, last_scraped_at |
FAQ
What's the difference between Instant Database mode and live scraping?
Instant Database mode (dbState + optional filters) serves brokers straight from our pre-collected store β no requests to Crexi, results in seconds. Live scraping (startUrls) hits Crexi directly for current listings, broker contacts, or profiles.
Do all brokers have a phone number?
Not yet β phone coverage is a growing subset of the 214,000+ database, populated by an authenticated per-property lookup. Set dbHasPhone: true to only receive records that already have one, or run a live scrape with includeBrokerDetails: true to unlock phone on fresh properties as you scrape them. Either way, you also need to opt in (see below) to actually receive the number.
Why don't I see real phone numbers by default?
Phone is a metered field, billed separately from the base record β set dbIncludePhone: true (Instant Database) or includePhoneNumbers: true (live-scrape, alongside includeBrokerDetails) to receive real numbers. It's off by default so nobody's billed for a field they didn't ask for, and you're only ever charged for records that actually have a phone to unlock β never for a miss.
Can I get real broker email addresses?
Not currently. Crexi only reveals a broker's real email to Crexi accounts on a paid plan; without one, Crexi itself returns a placeholder (user@crexi.com). This actor doesn't have a paid Crexi account today.
Do I need my own Crexi cookies?
No. The actor logs in with its own Crexi account automatically to unlock broker phone numbers on live scrapes. You can still supply your own cookies if you want requests made under your own account instead.
Do I need a URL for Instant Database mode?
No β just set dbState (and optionally city/brokerage) and leave startUrls empty.
What happens if I request a find-a-broker URL for a state we already have?
It's served instantly from the database instead of hitting Crexi β set forceFresh: true to always scrape live instead.
Can it scrape properties too, not just brokers?
Yes. Live-scrape mode handles sale/lease search results, property detail pages, property records (parcel/tax/ownership history), and agent profiles.
Can I scrape content behind a login?
No. The actor only accesses publicly available Crexi pages, plus the broker-contact unlock available to its own logged-in account β never paid features or content behind a customer's own login.
JSON or CSV?
Both β export from your Apify dataset in whichever format you need.
Support
Found a bug or want a field added? Open an issue on the actor's Issues tab and we'll take a look.
Additional Services
Need a custom CRE data feed (bulk state exports, scheduled monitoring, a webhook/Sheets/DB push, or a tailored schema)? Reach out β custom scraping and data-pipeline work is available.
Explore More Scrapers
- Crexi Scraper (flat monthly rate) β same property/broker scraping, no Instant Database, billed as a flat monthly rental instead of pay-per-event
- Redfin Scraper β Listings + Agent Database β US residential agents, email + phone
- Realtor.com Scraper β 200K+ Agent Database
- Zillow Agents & Leads Scraper
- PropertyFinder Scraper β Instant Broker Database β UAE & Qatar
See the full memo23 actor catalog β
β οΈ Disclaimer
This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Crexi, Inc. or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.
The scraper accesses only publicly available Crexi pages and broker-directory data, plus broker-contact lookups made available to a standard (non-paid) Crexi account β no paid-tier features or content behind a customer's own login wall. Users are responsible for ensuring their use complies with Crexi's Terms of Service, applicable data-protection law (GDPR, CCPA, etc.), and any contractual obligations of their own organization.
SEO Keywords
crexi scraper, crexi.com scraper, crexi api, crexi broker scraper, crexi agent scraper, commercial real estate broker data, commercial real estate leads, cre lead generation, cre broker contacts, crexi property scraper, crexi find a broker, brokerage roster scraper, commercial real estate api, cre market research data, crexi json csv export, real estate agent emails, real estate broker phone numbers, commercial property listings scraper, cre data extraction, us commercial real estate data