What This API Does
New York Real Estate Agent License Verification
Verify active real estate sales agent, broker, and associate broker licenses issued by the New York Department of State — Division of Licensing Services. Returns license number, status, brokerage affiliation, issue and expiration dates, and any disciplinary actions.
Who Uses This API in New York
Real Estate Brokerages
Automate agent license verification during onboarding. Confirm every agent on your New York roster holds an active license before they list or close.
Mortgage & Title Companies
Validate agent credentials before processing New York transactions. Reduce fraud risk and satisfy compliance requirements.
MLS & Listing Platforms
Automate agent verification for New York listings. Ensure only licensed agents can post and manage property listings.
New York Real Estate Agent Licensing Authority
Real Estate Agent Licenses
New York Department of State — Division of Licensing Services
Governs Sales Agent, Broker, Associate Broker licensure in New York. Handles initial licensing, renewals, and disciplinary proceedings.
More New York License Types
API Endpoints
POST /real-estate/verify
Verify a real estate agent license in New York
curl -X POST https://license-verify-api-production.up.railway.app/real-estate/verify \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-d '{
"name": "Sarah Johnson",
"state": "NY",
"license_type": "Sales Agent"
}'
POST /batch
Verify multiple real estate agent licenses at once
curl -X POST https://license-verify-api-production.up.railway.app/batch \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-d '{
"requests": [
{ "type": "real-estate", "name": "Sarah Johnson", "state": "NY", "license_type": "Sales Agent" },
{ "type": "real-estate", "name": "Alice Brown", "state": "NY", "license_type": "Broker" }
]
}'
Example Response
{
"status": "found",
"state": "NY",
"license": {
"name": "Sarah Johnson",
"license_number": "NY-RE-2024-XXXXX",
"license_type": "Sales Agent",
"status": "Active",
"issue_date": "2020-06-15",
"expiration_date": "2026-12-31",
"board": "New York Department of State — Division of Licensing Services",
"disciplinary_actions": []
}
}
Pricing
FAQ — New York Real Estate Agent License Verification
Which New York real estate license types can I verify?
Sales Agent, Broker, and Associate Broker licenses regulated by the New York Department of State — Division of Licensing Services.
Can I verify brokerage affiliation?
Yes — the API returns the supervising broker and brokerage details for New York sales agents where available.
Can I verify licenses across multiple states?
Yes. The same API works for all 50 states. Use the batch endpoint to verify New York real estate agent licenses alongside any other state in a single request.
Is there a free tier?
Yes — 50 free requests per day. No credit card required. Sign up on RapidAPI to get your key instantly.
Start Verifying New York Real Estate Agent Licenses Today
Free tier — no credit card — instant API key.
Get API Key on RapidAPI →