HUD FHA-Approved Condominium Projects
Pricing
Pay per usage
Go to Apify Store
HUD FHA-Approved Condominium Projects
Scrapes HUD's FHA-approved condominium project list (HRAP/DELRAP approval data) by state, with approval status, expiration date, and project composition.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Chris Hoover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Scrapes HUD's official FHA-Approved Condominium Projects list (HRAP/DELRAP approval database) by state, returning every matching condo project's approval status, expiration date, project composition, and location fields — normalized into a clean dataset.
Use cases
- Mortgage lender pre-screening — quickly check whether a condo project is FHA-approved before underwriting a buyer's loan.
- Buyer's agent / condo eligibility checks — confirm a listing's FHA eligibility for low-down-payment buyers without manually searching HUD's legacy web form.
- Approval-expiration monitoring — track condo projects with approvals nearing expiration
(
expirationDate) for renewal outreach or portfolio risk review.
Input
| Field | Type | Default | Description |
|---|---|---|---|
states | array | ["CA"] | 2-letter state codes to search. Leave empty for one combined "All States" search. |
statusCode | string | A | X=All, A=Approved, E=Expired, R=Rejected, W=Withdrawn |
maxItems | integer | 100 | Max total records across all state searches |
delaySeconds | number | 1.5 | Polite delay before each page-fetch request |
concurrency | integer | 3 | How many state searches run concurrently |
Output fields
| Field | Description |
|---|---|
| condoName | Condominium project name |
| condoId | HUD condo ID (e.g. S009020) |
| phase | Submission/phase number |
| address | Full street address |
| city / state / zip | Parsed from address |
| county | County name |
| projectComposition | Free-text project composition / HOA name |
| manufacturedHousing | Yes/No flag |
| fhaConcentration | FHA concentration percentage |
| approvalMethod | HRAP / DELRAP / NEW |
| documentStatus | e.g. "Recorded/ Uploaded" |
| status | Approved / Expired / Rejected / Withdrawn |
| comments | "Exists" (has a linked comment) or "None" |
| statusDate | Status date (MM/DD/YYYY) |
| expirationDate | Expiration date (MM/DD/YYYY), with a "(nearing expiration)" note when HUD flags it |
| detailUrl | Full URL to the condo's HUD detail page |
| searchState / searchStatusCode | Search parameters used for this record |
| sourceTimestamp | ISO timestamp this record was retrieved |
Example output
{"condoName": "MARLYN CONDOMINIUM","condoId": "P015284","phase": "001","address": "3901 CATHEDRAL AVE NW WASHINGTON, DC 20016","city": "WASHINGTON","state": "DC","zip": "20016","county": "DISTRICT OF COLUMBIA","projectComposition": "121 units","manufacturedHousing": "No","fhaConcentration": "4.95%","approvalMethod": "HRAP","documentStatus": "Recorded/ Uploaded","status": "Approved","comments": "None","statusDate": "08/30/2024","expirationDate": "08/30/2027","detailUrl": "https://entp.hud.gov/idapp/html/f17condo-maint.cfm?key=P015284&phase=001&mode=Q&came_from=oth","searchState": "DC","searchStatusCode": "A","sourceTimestamp": "2026-08-13T08:33:19.543117+00:00"}
Pricing
$3.00 per 1,000 results.
| Results | Cost |
|---|---|
| 100 | $0.30 |
| 500 | $1.50 |
| 1,000 | $3.00 |
| 5,000 | $15.00 |
Notes
- HUD's condo search is a legacy ColdFusion form: a session cookie is issued per search, and
pagination is a stateful multi-page POST flow (not simple query-string links). This actor
replicates that flow directly via
httpx, no browser required. - Search results are public HUD program data — no login, no personal data. Properties listed here are approval records, not for-sale listings.