California Real Estate License Scraper (DRE)
Scrape California real estate license records from the DRE public license lookup by agent or broker name or license ID. Extract licensee name, license ID, type, status, expiration, responsible broker, address and disciplinary flag. Export to JSON, CSV or Excel.
{ "name": "NRT West, Inc.", "licenseId": "01908304", "licenseType": "CORPORATION", "status": "LICENSED", "expirationDate": "2028-02-13", "issueDate": "2011-12-09", "mainOffice": "1855 GATEWAY BLVD STE 670, CONCORD, CA 94520", "licensedOfficers": [{"licenseId":"01464847","name":"Papillo, An…, "branches": [{"address":"101 MORRIS ST","city":"SEBASTOP… }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Name | License Id | License Type | Status |
|---|---|---|---|
| NRT West, Inc. | 01908304 | CORPORATION | LICENSED |
{ "name": "NRT West, Inc.", "licenseId": "01908304", "licenseType": "CORPORATION", "status": "LICENSED", "expirationDate": "2028-02-13", "issueDate": "2011-12-09", "mainOffice": "1855 GATEWAY BLVD STE 670, CONCORD, CA 94520", "licensedOfficers": [{"licenseId":"01464847","name":"Papillo, An…, "branches": [{"address":"101 MORRIS ST","city":"SEBASTOP… }
常见问题
How do I look up a single agent or broker?
Enter the person's name in the format last name, first name (for example Smith, John), or paste their 8-digit license ID. An 8-digit number returns that one license with the full detail record.
Can I pull every agent at a brokerage?
Yes. Search the brokerage or corporation name (for example Coldwell Banker) and the actor returns the matching licenses. Use Max Items to cap how many records you collect and the City field to narrow to one city. Turn on Include affiliated salespersons to also pull the full roster of agents affiliated with a broker or corporation, each with license ID, name and expiration date, plus the brokerage's branch offices and broker associates, which is the complete recruiting and prospecting picture in one record.
Does it show the responsible broker for an agent?
Yes. For a salesperson, the record includes the responsible or employing broker with the broker's license ID, name, and address, which is the key link for recruiting and verification.
Does it include disciplinary actions?
Yes. When a license carries a disciplinary or enforcement comment, the record sets a disciplinary flag and includes the comment history text. Licenses in good standing are marked accordingly.
Are email addresses and phone numbers included?
No. The California DRE public license lookup does not release licensee email addresses or phone numbers, so they are not part of the data and are never invented.
How do I get only active licenses?
Set License Status to Licensed. You can also filter by license type to keep only salespersons, only brokers, or only corporations.