Realtor License Scraper - Real Estate License Verification avatar

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

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.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

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

FieldTypeDefaultDescription
statestringFLState to search: FL, CA, TX, or NY
searchTypestringnamename or licenseNumber
lastNamestringSmithLast name (for name search)
firstNamestringβ€”First name (optional, for name search)
licenseNumberstringβ€”License number (for license-number search)
maxResultsinteger25Maximum records to return
proxyConfigurationobjectnoneOptional 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.