This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Instant Outreach - Click to Send</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; background: #0a0a0a; color: #fff; } | |
| h1 { color: #4ade80; } | |
| .prospect { background: #1a1a1a; border: 1px solid #333; border-radius: 8px; padding: 16px; margin: 16px 0; } | |
| .prospect-name { font-weight: 600; font-size: 1.1rem; margin-bottom: 8px; } | |
| .prospect-handle { color: #888; font-size: 0.9rem; margin-bottom: 12px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Distressed County Leads | Foreclosure & Vacancy Data for Investors</title> | |
| <meta name="description" content="3,222 US counties ranked by vacancy rate. Find distressed properties, foreclosure opportunities, and absentee owner targets. Instant CSV download."> | |
| <meta name="keywords" content="foreclosure data, distressed properties, vacancy rate, real estate leads, county data, skip trace, direct mail"> | |
| <style> | |
| * { margin: 0; padding: 0; box-sizing: border-box; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| county_name | state_fips | county_fips | total_housing_units | occupied_units | vacant_units | vacancy_rate | source | fetched_at | |
|---|---|---|---|---|---|---|---|---|---|
| Daggett County, Utah | 49 | 009 | 1147 | 235 | 912 | 79.51 | census_acs5_2022 | 2026-02-21T15:58:16.491203 | |
| Hamilton County, New York | 36 | 041 | 7920 | 1725 | 6195 | 78.22 | census_acs5_2022 | 2026-02-21T15:58:16.485142 | |
| Lake and Peninsula Borough, Alaska | 02 | 164 | 1380 | 326 | 1054 | 76.38 | census_acs5_2022 | 2026-02-21T15:58:16.466981 | |
| Rich County, Utah | 49 | 033 | 3091 | 765 | 2326 | 75.25 | census_acs5_2022 | 2026-02-21T15:58:16.491267 | |
| Forest County, Pennsylvania | 42 | 053 | 7045 | 1844 | 5201 | 73.83 | census_acs5_2022 | 2026-02-21T15:58:16.488215 | |
| Alpine County, California | 06 | 003 | 1617 | 435 | 1182 | 73.1 | census_acs5_2022 | 2026-02-21T15:58:16.468299 | |
| Culebra Municipio, Puerto Rico | 72 | 049 | 1466 | 447 | 1019 | 69.51 | census_acs5_2022 | 2026-02-21T15:58:16.493305 | |
| Valley County, Idaho | 16 | 085 | 12359 | 3806 | 8553 | 69.2 | census_acs5_2022 | 2026-02-21T15:58:16.475089 | |
| Bristol Bay Borough, Alaska | 02 | 060 | 875 | 284 | 591 | 67.54 | census_acs5_2022 | 2026-02-21T15:58:16.466834 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Distressed County Leads | Foreclosure Data</title> | |
| <!-- Stripe loaded when needed --> | |
| <style> | |
| * { margin: 0; padding: 0; box-sizing: border-box; } | |
| body { |