Realtor License Scraper - Real Estate License Verification
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Realtor License Scraper - Real Estate License Verification
Verify real estate agent and broker licenses in FL, CA, TX, NY. Search by license number or name. Returns status, expiration, license type.
Realtor License Scraper β Real Estate License Verification
Verify real estate agent and broker licenses in Florida, California, Texas, and New York, and get clean JSON. Search by license number or by name β returns license status, type, and expiration from official state licensing sources.
What it extracts
- Person name β the licensee
- License number β official state license ID
- License type β salesperson, broker, broker-associate, etc.
- License status β active, inactive, expired, etc.
- Expiration date
- State β the issuing state
- Source β the licensing authority the record came from
- scrapedAt β ISO timestamp
Supported states
Florida (FL), California (CA), Texas (TX), New York (NY).
Input
| Field | Type | Default | Description |
|---|---|---|---|
state | string | FL | State to search: FL, CA, TX, or NY |
searchType | string | name | name or licenseNumber |
lastName | string | Smith | Last name (for name search) |
firstName | string | β | First name (optional, for name search) |
licenseNumber | string | β | License number (for license-number search) |
maxResults | integer | 25 | Maximum records to return |
proxyConfiguration | object | none | Optional proxy settings |
Example input
{"state": "FL","searchType": "name","lastName": "Smith","maxResults": 25}
Output
Each record is one license:
{"personName": "John Smith","licenseNumber": "SL3123456","licenseType": "Real Estate Sales Associate","licenseStatus": "Current, Active","expirationDate": "2027-03-31","state": "FL","source": "Florida DBPR","scrapedAt": "2026-09-01T12:00:00.000Z"}
Use cases
- Brokerages: verify agents' licenses before onboarding
- Compliance teams: confirm active status and expiration dates
- Lead & referral platforms: validate agent credentials
- Title & escrow: check the license behind a transaction
- Research: build licensed-agent datasets by state
Notes on proxies
Proxy use is optional (off by default). For larger runs, enable Apify Proxy in proxyConfiguration to improve reliability.