olek-libcraigscrape 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +94 -0
- data/COPYING +674 -0
- data/COPYING.LESSER +165 -0
- data/README +89 -0
- data/Rakefile +125 -0
- data/bin/craig_report_schema.yml +68 -0
- data/bin/craigwatch +581 -0
- data/bin/report_mailer/craigslist_report.html.erb +17 -0
- data/bin/report_mailer/craigslist_report.plain.erb +18 -0
- data/lib/geo_listings.rb +144 -0
- data/lib/libcraigscrape.rb +217 -0
- data/lib/listings.rb +160 -0
- data/lib/posting.rb +324 -0
- data/lib/scraper.rb +212 -0
- data/test/geolisting_samples/geo_listing_ca070209.html +76 -0
- data/test/geolisting_samples/geo_listing_ca_sk070209.html +31 -0
- data/test/geolisting_samples/geo_listing_cn070209.html +35 -0
- data/test/geolisting_samples/geo_listing_us070209.html +355 -0
- data/test/geolisting_samples/hierarchy_test071009/index.html +31 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/ft%20myers%20%5C/%20SW%20florida/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/ft%20myers%20%5C/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/nonsense/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/miami/nonsense/more-nonsense/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/nonexist/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/nonsense/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/fl/south%20florida/index.html +46 -0
- data/test/geolisting_samples/hierarchy_test071009/us/index.html +355 -0
- data/test/google.html +8 -0
- data/test/libcraigscrape_test_helpers.rb +37 -0
- data/test/listing_samples/category_output.html +231 -0
- data/test/listing_samples/category_output_2.html +217 -0
- data/test/listing_samples/empty_listings.html +128 -0
- data/test/listing_samples/fortmyers_art_index.060909/1046596324.html +93 -0
- data/test/listing_samples/fortmyers_art_index.060909/1053085283.html +92 -0
- data/test/listing_samples/fortmyers_art_index.060909/1112522674.html +89 -0
- data/test/listing_samples/fortmyers_art_index.060909/823516079.html +92 -0
- data/test/listing_samples/fortmyers_art_index.060909/825684735.html +89 -0
- data/test/listing_samples/fortmyers_art_index.060909/891513957.html +94 -0
- data/test/listing_samples/fortmyers_art_index.060909/897549505.html +99 -0
- data/test/listing_samples/fortmyers_art_index.060909/960826026.html +89 -0
- data/test/listing_samples/fortmyers_art_index.060909/993256300.html +89 -0
- data/test/listing_samples/fortmyers_art_index.060909/fortmyers_art_index500.060909.html +237 -0
- data/test/listing_samples/fortmyers_art_index.060909/fortmyers_art_index600.060909.html +132 -0
- data/test/listing_samples/long_search_output.html +137 -0
- data/test/listing_samples/mia_fua_index8900.5.21.09.html +226 -0
- data/test/listing_samples/mia_search_kitten.3.15.10.html +149 -0
- data/test/listing_samples/miami_search_sss_rack.6.18.09/miami_search_sss_rack1000.6.18.09.html +144 -0
- data/test/listing_samples/miami_search_sss_rack.6.18.09/miami_search_sss_rack900.6.18.09.html +146 -0
- data/test/listing_samples/new_listing_span.4.17.10.html +769 -0
- data/test/listing_samples/short_search_output.html +133 -0
- data/test/post_samples/1207457727.html +92 -0
- data/test/post_samples/brw_reb_1224008903.html +101 -0
- data/test/post_samples/posting0.html +91 -0
- data/test/post_samples/posting1.html +106 -0
- data/test/post_samples/posting1796890756-061710.html +2318 -0
- data/test/post_samples/posting1808219423.html +2473 -0
- data/test/post_samples/posting1938291834-090610.html +188 -0
- data/test/post_samples/posting2.html +107 -0
- data/test/post_samples/posting3.html +92 -0
- data/test/post_samples/posting4.html +993 -0
- data/test/post_samples/posting5.html +38 -0
- data/test/post_samples/sfbay_art_1223614914.html +94 -0
- data/test/post_samples/this_post_has_been_deleted_by_its_author.html +37 -0
- data/test/post_samples/this_post_has_expired.html +48 -0
- data/test/test_craigslist_geolisting.rb +521 -0
- data/test/test_craigslist_listing.rb +362 -0
- data/test/test_craigslist_posting.rb +426 -0
- metadata +273 -0
@@ -0,0 +1,133 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head>
|
3
|
+
<title> classifieds - craigslist</title>
|
4
|
+
|
5
|
+
<meta name="description" content="craigslist classifieds for ">
|
6
|
+
<meta name="keywords" content=" craigslist, classifieds, want ads ">
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
<link rel=alternate type="application/rss+xml" href="index.rss" title="RSS feed for craigslist | in ">
|
11
|
+
<link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
|
12
|
+
</head>
|
13
|
+
|
14
|
+
<body class="toc">
|
15
|
+
|
16
|
+
<a name="top"></a>
|
17
|
+
|
18
|
+
<div class="bchead"><span id="ef">
|
19
|
+
|
20
|
+
[ <a href="http://www.craigslist.org/about/help/">help</a> ]
|
21
|
+
[ <a href="https://post.craigslist.org/mia/H">post</a> ]</span>
|
22
|
+
|
23
|
+
<a href="/"> south florida craigslist</a> > <a href="/rea/">real estate - all</a><div id="satabs"> <b>all south florida</b> <a href="/search/rea/mdc?maxAsk=275000&minAsk=100000&query=duplex">miami / dade</a> <a href="/search/rea/brw?maxAsk=275000&minAsk=100000&query=duplex">broward county</a> <a href="/search/rea/pbc?maxAsk=275000&minAsk=100000&query=duplex">palm beach co</a> </div>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<blockquote>
|
27
|
+
<form action="/search/rea" method="get" onsubmit="ckCAbb();">
|
28
|
+
|
29
|
+
<script type="text/javascript"><!--
|
30
|
+
function ckCAbb() {
|
31
|
+
t = document.getElementById("cAbb");
|
32
|
+
if (t.value == "rea") { t.disabled = true; }
|
33
|
+
}
|
34
|
+
-->
|
35
|
+
</script>
|
36
|
+
|
37
|
+
<table width="95%" cellpadding="2" style="white-space: nowrap; background:#eee; border:1px solid gray;" summary="">
|
38
|
+
<tr>
|
39
|
+
<td align="right" width="1">search for:</td>
|
40
|
+
<td width="30%"><input id="query" name="query" size="30" value="duplex"> in:
|
41
|
+
<select id="cAbb" name="catAbbreviation">
|
42
|
+
<option value="ccc">all community<option value="eee">all event<option value="sss">all for sale / wanted<option value="ggg">all gigs<option value="hhh">all housing<option disabled value="">--<option value="hsw"> all housing wanted
|
43
|
+
<option value="hou"> apts wanted
|
44
|
+
<option value="apa"> apts/housing for rent
|
45
|
+
<option value="swp"> housing swap
|
46
|
+
<option value="off"> office & commercial
|
47
|
+
<option value="prk"> parking & storage
|
48
|
+
<option value="rea" selected> real estate - all
|
49
|
+
<option value="reb"> real estate - by broker
|
50
|
+
<option value="reo"> real estate - by owner
|
51
|
+
<option value="rew"> real estate wanted
|
52
|
+
<option value="roo"> rooms & shares
|
53
|
+
<option value="sha"> rooms wanted
|
54
|
+
<option value="sbw"> sublet/temp wanted
|
55
|
+
<option value="sub"> sublets & temporary
|
56
|
+
<option value="vac"> vacation rentals
|
57
|
+
<option disabled value="">--<option value="jjj">all jobs<option value="ppp">all personals<option value="res">all resume<option value="bbb">all services offered</select>
|
58
|
+
<input type="submit" value="Search">
|
59
|
+
</td><td>
|
60
|
+
<label><input type="checkbox" name="srchType" value="T"
|
61
|
+
title="check this box to search only posting titles"> only search titles</label>
|
62
|
+
</td>
|
63
|
+
</tr>
|
64
|
+
|
65
|
+
<tr>
|
66
|
+
<td align="right" width="1">price:</td>
|
67
|
+
<td><input name="minAsk" size="6" value="100000"> <input name="maxAsk" size="6" value="275000"> <select name="bedrooms">
|
68
|
+
<option value="">0+ BR
|
69
|
+
<option value="1">1 BR
|
70
|
+
<option value="2">2 BR
|
71
|
+
<option value="3">3 BR
|
72
|
+
<option value="4">4 BR
|
73
|
+
<option value="5">5 BR
|
74
|
+
<option value="6">6 BR
|
75
|
+
<option value="7">7 BR
|
76
|
+
<option value="8">8 BR
|
77
|
+
</select>
|
78
|
+
</td>
|
79
|
+
<td align="left"><label><input type="checkbox" name="hasPic" value="1"> has image</label></td>
|
80
|
+
</tr></table></form></blockquote>
|
81
|
+
|
82
|
+
<blockquote>
|
83
|
+
<table width="95%" summary="">
|
84
|
+
<tr>
|
85
|
+
<td valign="top"></td>
|
86
|
+
<td valign="top" id="messages"></td>
|
87
|
+
</tr>
|
88
|
+
</table>
|
89
|
+
|
90
|
+
|
91
|
+
<div class="sh" style="text-align: center;">
|
92
|
+
<span style="float: left;"> </span>
|
93
|
+
<span style="float: right;"> </span>
|
94
|
+
<b>Found: 93 Displaying: 1 - 93</b>
|
95
|
+
|
96
|
+
</div>
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
<!-- sphinx: 0.048457, csd: 0.07273, total: 0.121187 -->
|
101
|
+
|
102
|
+
<p> Apr 18 - <a href="/brw/reo/1128682942.html">$118000 / 4br - Entire Duplex For Sale -</a><font size="-1"> (Lakeland, FL)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 17 - <a href="/brw/reb/1127359072.html">$117700 DUPLEX FORECLOSURE IN FORT LAUDERDALE FLORIDA -</a><font size="-1"> (HOLLYWOOD)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 17 - <a href="/mdc/reb/1127160035.html">$199000 / 1br - Foreclosed Duplex on Collins Avenue -</a><font size="-1"> (Miami Beach)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 17 - <a href="/brw/reb/1126463758.html">$225000 / 3br - Palm Aire Golf Corner Unit! -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125674291.html">$199900 2 BR, 2 Bath House -</a><font size="-1"> (El Portal)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1125617486.html">$123900 DUPLEX FORECLOSURE IN FORT LAUDERDALE FLORIDA -</a><font size="-1"> (HOLLYWOOD)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reo/1125615463.html">$170000 / 4br - 1986 cbs duplex west palm 2 /2/1s -</a><font size="-1"> (3662 -6 chickamauga ave)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reb/1125603269.html">$167000 DUPLEX FORECLOSURE IN FORT LAUDERDALE FLORIDA -</a><font size="-1"> (HOLLYWOOD)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1125593440.html">$209900 DUPLEX FORECLOSURE IN FORT LAUDERDALE FLORIDA -</a><font size="-1"> (HOLLYWOOD)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125473389.html">$249000 / 4br - DUPLEX IN Hallandale, FL -</a><font size="-1"> (HallandaleFL)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125471976.html">$264900 / 6br - TRIPLEX IN HOLLYWOOD, FL -</a><font size="-1"> (HollywoodFl)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125290437.html">$198900 / 2br - Economical Duplex For Sale -</a><font size="-1"> (3244 NW 35 ST. Miami, Fl 33142)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1125118648.html">$104900 / 3br - Fantastic 3/2.5 Townhouse With 1-Car Garage In Gated Community! -</a><font size="-1"> (WPB, West Palm Beach)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125054800.html">$269900 / 6br - Foreclosure Duplex built in 2004 -</a><font size="-1"> (North Miami , Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/pbc/reb/1124030500.html">$109900 / 3br - 3/2 Half Duplex Unit in "Heather Estates" -</a><font size="-1"> (Greenacres)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 14 - <a href="/brw/reb/1122777948.html">$179900 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE Bank Owned - Partially u -</a><font size="-1"> (Oakland Park)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 14 - <a href="/brw/reo/1122716080.html">$158000 / 2br - Duplex For Sale By Owner with Virtual Tour -</a><font size="-1"> (North Lauderdale)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 14 - <a href="/brw/reb/1122185406.html">$140000 / 2br - DUPLEX 2/2 EACH SIDE IN A GREAT LOCATION -</a><font size="-1"> (TAMARAC)</font> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 14 - <a href="/mdc/reo/1121902042.html">$149000 Cleared duplex lot for sale! -</a><font size="-1"> (3141 sw 23 terrace)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 14 - <a href="/brw/reb/1121567899.html">$210000 / 5br - Duplex, Corp. Owned Foreclosure 3br 2 bath & 2br 2 bath -</a><font size="-1"> (East Hollywood)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 14 - <a href="/pbc/reo/1121554807.html">$115000 / 1br - 1/1, waterfront, new paint, furnished 600sq ft, has a dock for boat -</a><font size="-1"> (okeechobee)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 13 - <a href="/brw/reb/1121175049.html">$178000 / 2br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE Seller is selling in 'As -</a><font size="-1"> (MIAMI)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 13 - <a href="/brw/reb/1121174575.html">$159900 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE Bank owned property. Sol -</a><font size="-1"> (MIAMI)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 13 - <a href="/brw/reb/1121173998.html">$177900 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE BANK OWNED DUPLEX IN THE -</a><font size="-1"> (MIAMI)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 13 - <a href="/brw/reb/1121133467.html">$259900 *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE GREAT INVESTMENT OPPURTU -</a><font size="-1"> (BISCPARK)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 13 - <a href="/brw/reb/1121131799.html">$179900 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE Bank Owned - Partially u -</a><font size="-1"> (Oakland Park)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 13 - <a href="/brw/reb/1120467703.html">$175000 / 3br - Investment Opportunity--Duplex in Fort Lauderdale -</a> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 13 - <a href="/brw/reb/1120419914.html">$189900 / 4br - Investment Property--Duplex in Fort Lauderdale -</a> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 13 - <a href="/brw/reb/1120389302.html">$235000 / 4br - RESIDENTIAL INCOME PROPERTY in OAKLAND PARK -</a> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 13 - <a href="/mdc/reb/1120022806.html">$198900 / 1br - 3244 NW 35th Street Miami, Fl 33142 -</a> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 11 - <a href="/pbc/reo/1118071601.html">$270000 / 4br - Single Family For Sale by Owner with Virtual Tour -</a><font size="-1"> (Lake Worth)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 10 - <a href="/pbc/reo/1116659877.html">$270000 / 4br - Single Family For Sale by Owner with Virtual Tour -</a><font size="-1"> (LakeWorth)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 10 - <a href="/brw/reo/1116610099.html">$158000 / 2br - Duplex For Sale By Owner with Virtual Tour -</a><font size="-1"> (NorthLauderdale)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 10 - <a href="/mdc/reb/1115867294.html">$199000 / 3br - ref#354**Location**Used as a Duplex or Single -</a><font size="-1"> (Heart of Miami(blks to CGables))</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 10 - <a href="/brw/reb/1115776130.html">$109000 / 4br - Duplex -</a><font size="-1"> (Hallandale)</font> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 9 - <a href="/brw/reb/1115430129.html">$245000 / 3br - Beautiful ~ OCEAN Access!!! ~ On Canal ~ 1505 sqft 3 bed 2 bath 63% off -</a><font size="-1"> (Oakland Park)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 9 - <a href="/mdc/reb/1114897763.html">$199900 / 1br - FORECLOSED DUPLEX ON THE BEACH -</a><font size="-1"> (MIAMI BEACH)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 9 - <a href="/brw/reb/1114850260.html">$125000 / 5br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE 13% CAP RATE - CASH ON C -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 9 - <a href="/brw/reb/1114830444.html">$150000 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE THIS IS A GREAT INVESTME -</a><font size="-1"> (LAUDHILL)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 9 - <a href="/brw/reb/1114827501.html">$125000 / 5br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE 13% CAP RATE - CASH ON C -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 9 - <a href="/brw/reo/1114287406.html">$198000 / 1br - on the ocean -</a><font size="-1"> (pompano beach)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 8 - <a href="/brw/reb/1113925779.html">$269900 *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE GREAT INVESTMENT OPPURTU -</a><font size="-1"> (BISCPARK)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 8 - <a href="/brw/reo/1112645115.html">$175002 / 4br - --------SINGLE WITH APT.** SHORT SALE APPROVED------- -</a><font size="-1"> (Ft. Lauderdale)</font> <span class="p"> img</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 7 - <a href="/pbc/reo/1111924502.html">$270000 / 4br - Single Family For Sale by Owner with Virtual Tour -</a><font size="-1"> (Lake Worth)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 7 - <a href="/brw/reb/1111728943.html">$209900 / 5br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE BANK-OWNED PROPERTY SOLD -</a><font size="-1"> (Hollywood)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 7 - <a href="/pbc/reo/1111610564.html">$189500 / 4br - Duplex - Owner/Investor -</a><font size="-1"> (Delray Beach)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 7 - <a href="/mdc/reb/1111429601.html">$224900 / 2br - Great Investment over 2000sq.ft. Duplex both units 2/1. Large lot. -</a><font size="-1"> (Biscayne Park)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 6 - <a href="/brw/reb/1110683574.html">$125000 / 5br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE 13% CAP RATE - CASH ON C -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 6 - <a href="/brw/reb/1110681924.html">$159900 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE Bank owned property. Sol -</a><font size="-1"> (MIAMI)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 6 - <a href="/brw/reb/1110681577.html">$269900 *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE GREAT INVESTMENT OPPURTU -</a><font size="-1"> (BISCPARK)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 6 - <a href="/brw/reb/1110663100.html">$177900 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE BANK OWNED DUPLEX IN THE -</a><font size="-1"> (MIAMI)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 6 - <a href="/pbc/reb/1110491985.html">$149000 / 2br - DUPLEX APPROVED SHORT SALE -</a><font size="-1"> (WEST PALM BEACH)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 5 - <a href="/mdc/reb/1108351049.html">$169000 / 4br - -3FORECLOSURE. BANKOWNED AND READY TO GO. -</a><font size="-1"> (NORTH MIAMI BEACH -SEE DETAILS )</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 4 - <a href="/mdc/reb/1106969275.html">$240000 / 3br - VERY GOOD DEAL CALL SOON -</a><font size="-1"> (SHENANDOAH)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 3 - <a href="/pbc/reo/1105936070.html">$179000 duplex-100% financed by me! -</a><font size="-1"> (west palm beach)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 3 - <a href="/pbc/reo/1105154323.html">$245000 / 7br - Excellent Cash Flow Investment - Duplex -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 3 - <a href="/brw/reo/1105019302.html">$258000 TWO DUPLEX LOTS - HOLLYWOOD -</a> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 3 - <a href="/brw/reo/1105004167.html">$135000 5814 Pierce Street(Townhouse/Duplex Zoned Lot) -</a><font size="-1"> (Hollywood)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 3 - <a href="/brw/reo/1104995961.html">$135000 House & 7,000 sf Townhouse Lot -</a><font size="-1"> (Hollywood)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 2 - <a href="/brw/reo/1104176343.html">$120000 / 4br - Duplex For Sale-Both Units -</a><font size="-1"> (Lakeland, FL)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 2 - <a href="/pbc/reo/1103901519.html">$165000 / 4br - Duplex, New remodel -</a><font size="-1"> ( North area, Lake Worth)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 2 - <a href="/brw/reb/1103451529.html">$189000 Duplex 2BR 1 Bath with Fireplace 1BR 1 Bath with Big Back Yard! -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 1 - <a href="/brw/reb/1102975824.html">$179900 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE Bank Owned - Partially u -</a><font size="-1"> (OAKPARK)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 1 - <a href="/brw/reb/1102971301.html">$184500 / 4br - *BANK OWNED* MULTI FAMILY * INCOME PROPERTY* FORCLOSURE INVESTMENT OPPORTUNITY!! -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 1 - <a href="/mdc/reb/1102870397.html">$229500 / 3br - ref#311-3/2.5 NEW THouse Heart of Miami -</a><font size="-1"> (Miami(cway east of 37 th ave))</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 1 - <a href="/brw/reo/1102670825.html">$158000 / 2br - Duplex For Sale By Owner with Virtual Tour -</a><font size="-1"> (North Lauderdale)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 1 - <a href="/pbc/reo/1102600613.html">$270000 / 4br - Home For Sale by Owner with Virtual Tour -</a><font size="-1"> (Lake Worth)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 1 - <a href="/pbc/reb/1102302143.html">$209800 / 3br - DUPLEX Income Property -</a><font size="-1"> (Wellington)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 1 - <a href="/mdc/reo/1102090419.html">$115000 move north to edgewater -</a><font size="-1"> (edgewater florida 32141)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 31 - <a href="/pbc/reo/1101173526.html">$270000 / 4br - Home For Sale by Owner with Virtual Tour -</a><font size="-1"> (Lake Worth)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 29 - <a href="/brw/reo/1098030141.html">$158000 / 2br - Duplex For Sale By Owner with Virtual Tour -</a><font size="-1"> (North Lauderdale)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 29 - <a href="/mdc/reo/1097487827.html">$143900 / 2br - P6 *UNIQUE PROPERTY FOR SALE* -</a><font size="-1"> (www.imobilia.com )</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 29 - <a href="/pbc/reb/1097397334.html">$150000 / 4br - income property> 2units ! duplex. -</a><font size="-1"> (palm beach county)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 28 - <a href="/mdc/reb/1096695244.html">$195000 / 2br - ref#290 - 2/1+den 1002 sq.ft.,1 block from Gables -</a><font size="-1"> (Miami off 57 Ave SW CWay)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 26 - <a href="/brw/reb/1093366006.html">$245000 DUPLEX WITH POOL ** PRE-FORECLOSURE**IDEAL SHORT SALE - 20833 -</a><font size="-1"> (HOLLYWOOD)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 26 - <a href="/pbc/reb/1092723913.html">$219500 / 4br - income property , duplex -</a><font size="-1"> (pbg)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 25 - <a href="/pbc/reb/1091960802.html">$269000 / 4br - duplex, great income property near downtown / I95 -</a><font size="-1"> (pbg)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 25 - <a href="/mdc/reo/1091910590.html">$105000 / 3br - Duplex or Single-Buy and Rent -</a><font size="-1"> (33150)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 24 - <a href="/brw/reb/1089829763.html">$119900 / 6br - Homes for Sale in Spring Lake, Pompano Beach, Florida -</a><font size="-1"> (4262 NE 1ST AV Pompano Beach)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 23 - <a href="/brw/reb/1087994151.html">$239900 / 6br - Homes for Sale in Glenwood, Coral Springs, Florida -</a><font size="-1"> (11061 39th St Coral Springs)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 23 - <a href="/brw/reb/1087749110.html">$270000 / 4br - Super Price^_SEC 28-51-42*6TH ST+An74HB0 -</a><font size="-1"> (HALLANDALE)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 22 - <a href="/mdc/reb/1086548253.html">$195000 / 2br - ref#243-2/1 large lot,Bordering Gables -</a><font size="-1"> (Off 58 Ave SW Off Coral Way)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 21 - <a href="/pbc/reo/1085934361.html">$270000 / 4br - Single Family For Sale by Owner with Virtual Tour -</a><font size="-1"> (Lake Worth)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 21 - <a href="/brw/reo/1085930864.html">$158000 / 2br - Duplex For Sale By Owner with Virtual Tour -</a><font size="-1"> (North Lauderdale)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 21 - <a href="/brw/reo/1085888643.html">$225000 duplex, new roof -</a><font size="-1"> (5805 Pierce Street)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 20 - <a href="/mdc/reb/1084693339.html">$230000 / 6br - Income Producing Property -</a><font size="-1"> (MiamiDUPLEX)</font> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 20 - <a href="/brw/reb/1083470888.html">$258000 / 3br - BEAUTIFUL DUPLEX-PRE-FORECLOSURE-20829 -</a><font size="-1"> (HOLLYWOOD)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 20 - <a href="/pbc/reb/1083340278.html">$249900 / 4br - 4 BR, 3 Bath Duplex -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 20 - <a href="/brw/reo/1083333126.html">$120000 / 3br - █►Broward RENT TO OWN◄█►RENT TO OWN HOMES -</a><font size="-1"> (█►Broward ◄█►RENT TO OWN HOMES)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 20 - <a href="/brw/reo/1083326482.html">$120000 / 3br - 3/2 HOUSES█►Broward ◄█►RENT TO OWN HOMES -</a><font size="-1"> (█►Broward ◄█►RENT TO OWN HOMES)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 19 - <a href="/pbc/reo/1082768738.html">$270000 / 4br - Single Family For Sale by Owner with Virtual Tour -</a><font size="-1"> (Lake Worth)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Mar 19 - <a href="/pbc/reb/1082234578.html">$214000 / 3br - DUPLEX Income Property -</a><font size="-1"> (Wellington )</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Mar 19 - <a href="/brw/reb/1082133020.html">$199000 / 4br - 2 Large 2 Bedroom Units with laundry room--5635 Buchanan St -</a><font size="-1"> (5635 Buchanan St, Hollywood, FL)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><br>
|
103
|
+
<div class="sh" style="text-align: center;">
|
104
|
+
<span style="float: left;"> </span>
|
105
|
+
<span style="float: right;"> </span>
|
106
|
+
<b>Found: 93 Displaying: 1 - 93</b>
|
107
|
+
|
108
|
+
</div>
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
<div id="footer">
|
115
|
+
<hr>
|
116
|
+
<span id="copy">
|
117
|
+
Copyright © 2009 craigslist, inc.<br>
|
118
|
+
<a href="#top">Back to top of page</a>
|
119
|
+
</span>
|
120
|
+
<span class="rss">
|
121
|
+
<a class="l" href="/search/rea?query=duplex&minAsk=100000&maxAsk=275000&format=rss">RSS</a>
|
122
|
+
<a href="http://www.craigslist.org/about/rss">(?)</a><br>
|
123
|
+
<a class="y" href="http://add.my.yahoo.com/rss?url=/search/rea?query=duplex&minAsk=100000&maxAsk=275000&format=rss">add to My Yahoo!</a>
|
124
|
+
</span>
|
125
|
+
</div>
|
126
|
+
<br><br>
|
127
|
+
|
128
|
+
<div id="floater"> </div>
|
129
|
+
|
130
|
+
</blockquote>
|
131
|
+
|
132
|
+
</body>
|
133
|
+
</html>
|
@@ -0,0 +1,92 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>2bth for no deposit req</title>
|
5
|
+
<meta name="robots" content="NOARCHIVE,NOFOLLOW">
|
6
|
+
<link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
|
7
|
+
</head>
|
8
|
+
|
9
|
+
<body onload="initFlag(1207457727)" class="posting">
|
10
|
+
|
11
|
+
<div class="bchead">
|
12
|
+
<a id="ef" href="/email.friend?postingID=1207457727">email this posting to a friend</a>
|
13
|
+
<a href="http://miami.craigslist.org">south florida craigslist</a>
|
14
|
+
> <a href="/brw/">broward county</a> > <a href="/brw/apa/">apts/housing for rent</a>
|
15
|
+
</div>
|
16
|
+
|
17
|
+
<div id="flags">
|
18
|
+
<div id="flagMsg">
|
19
|
+
please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
|
20
|
+
</div>
|
21
|
+
<div id="flagChooser">
|
22
|
+
<br>
|
23
|
+
<a class="fl" id="flag16" href="/flag/?flagCode=16&postingID=1207457727"
|
24
|
+
title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
|
25
|
+
miscategorized</a>
|
26
|
+
<br>
|
27
|
+
|
28
|
+
<a class="fl" id="flag28" href="/flag/?flagCode=28&postingID=1207457727"
|
29
|
+
title="Violates craigslist Terms Of Use or other posted guidelines">
|
30
|
+
prohibited</a>
|
31
|
+
<br>
|
32
|
+
|
33
|
+
<a class="fl" id="flag15" href="/flag/?flagCode=15&postingID=1207457727"
|
34
|
+
title="Posted too frequently, in multiple cities/categories, or is too commercial">
|
35
|
+
spam/overpost</a>
|
36
|
+
<br>
|
37
|
+
|
38
|
+
<a class="fl" id="flag9" href="/flag/?flagCode=9&postingID=1207457727"
|
39
|
+
title="Should be considered for inclusion in the Best-Of-Craigslist">
|
40
|
+
best of craigslist</a>
|
41
|
+
<br>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="tsb">
|
46
|
+
<a href="http://www.craigslist.org/about/FHA.html">Stating a discriminatory preference in a housing post is illegal - please flag discriminatory posts as prohibited</a></div> <div id="tsb"> <em>Avoid scams and fraud by dealing locally!</em> Beware any arrangement involving Western Union, Moneygram, wire transfer, or a landlord/owner who is out of the country or cannot meet you in person. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
|
47
|
+
|
48
|
+
|
49
|
+
<h2>$1350 / 3br - 2bth for no deposit req (Coral Springs)</h2>
|
50
|
+
<hr>
|
51
|
+
Reply to: <a href="mailto:hous-ccpap-1207457727@craigslist.org?subject=%241350%20%2F%203br%20-%202bth%20for%20no%20deposit%20req%20(Coral%20Springs)">hous-ccpap-1207457727@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
|
52
|
+
Date: 2009-06-05, 6:56PM EDT<br>
|
53
|
+
<br>
|
54
|
+
<br>
|
55
|
+
<div id="userbody">
|
56
|
+
<p><br>Call!! asking for a new owner.<br> no deposit required rent to own properties. <br> <br> Defaulting payment records are not a problem, <br> we will help you protect the previous owners credit history! 202-567-6371 <br><br></p>
|
57
|
+
|
58
|
+
|
59
|
+
<br><br><ul>
|
60
|
+
<li>cats are OK - purrr
|
61
|
+
<li>dogs are OK - wooof
|
62
|
+
<li> Location: Coral Springs
|
63
|
+
<li>it's NOT ok to contact this poster with services or other commercial interests</ul>
|
64
|
+
|
65
|
+
<table summary="craigslist hosted images">
|
66
|
+
<tr>
|
67
|
+
<td align="center"><img src="http://images.craigslist.org/3k43pe3o8ZZZZZZZZZ9655022102a3ea51624.jpg" alt="image 1207457727-0"></td>
|
68
|
+
<td align="center"><img src="http://images.craigslist.org/3n13m53p6ZZZZZZZZZ96596515e51237a179c.jpg" alt="image 1207457727-1"></td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
71
|
+
<td align="center"><img src="http://images.craigslist.org/3od3p33leZZZZZZZZZ9656d614da8e3a51dd9.jpg" alt="image 1207457727-2"></td>
|
72
|
+
<td align="center"><img src="http://images.craigslist.org/3pb3oa3leZZZZZZZZZ965eb60e4d2344019fb.jpg" alt="image 1207457727-3"></td>
|
73
|
+
</tr>
|
74
|
+
</table>
|
75
|
+
|
76
|
+
</div>
|
77
|
+
PostingID: 1207457727<br>
|
78
|
+
|
79
|
+
<br>
|
80
|
+
|
81
|
+
<hr>
|
82
|
+
<ul class="clfooter">
|
83
|
+
<li>Copyright © 2009 craigslist, inc.</li>
|
84
|
+
<li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
|
85
|
+
<li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
|
86
|
+
<li><a href="/forums/?forumID=8">feedback forum</a></li>
|
87
|
+
</ul>
|
88
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
|
89
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
|
90
|
+
</body>
|
91
|
+
</html>
|
92
|
+
|
@@ -0,0 +1,101 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>Nice 3 Bedroom/ 2 Bathroom House with Garage in Sunrise</title>
|
5
|
+
<meta name="robots" content="NOARCHIVE,NOFOLLOW">
|
6
|
+
<link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
|
7
|
+
</head>
|
8
|
+
|
9
|
+
<body onload="initFlag(1224008903)" class="posting">
|
10
|
+
|
11
|
+
<div class="bchead">
|
12
|
+
<a id="ef" href="/email.friend?postingID=1224008903">email this posting to a friend</a>
|
13
|
+
<a href="http://miami.craigslist.org">south florida craigslist</a>
|
14
|
+
> <a href="/brw/">broward county</a> > <a href="/brw/reb/">real estate - by broker</a>
|
15
|
+
</div>
|
16
|
+
|
17
|
+
<div id="flags">
|
18
|
+
<div id="flagMsg">
|
19
|
+
please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
|
20
|
+
</div>
|
21
|
+
<div id="flagChooser">
|
22
|
+
<br>
|
23
|
+
<a class="fl" id="flag16" href="/flag/?flagCode=16&postingID=1224008903"
|
24
|
+
title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
|
25
|
+
miscategorized</a>
|
26
|
+
<br>
|
27
|
+
|
28
|
+
<a class="fl" id="flag28" href="/flag/?flagCode=28&postingID=1224008903"
|
29
|
+
title="Violates craigslist Terms Of Use or other posted guidelines">
|
30
|
+
prohibited</a>
|
31
|
+
<br>
|
32
|
+
|
33
|
+
<a class="fl" id="flag15" href="/flag/?flagCode=15&postingID=1224008903"
|
34
|
+
title="Posted too frequently, in multiple cities/categories, or is too commercial">
|
35
|
+
spam/overpost</a>
|
36
|
+
<br>
|
37
|
+
|
38
|
+
<a class="fl" id="flag9" href="/flag/?flagCode=9&postingID=1224008903"
|
39
|
+
title="Should be considered for inclusion in the Best-Of-Craigslist">
|
40
|
+
best of craigslist</a>
|
41
|
+
<br>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="tsb">
|
46
|
+
<a href="http://www.craigslist.org/about/FHA.html">Stating a discriminatory preference in a housing post is illegal - please flag discriminatory posts as prohibited</a></div> <div id="tsb"> <em>Avoid scams and fraud by dealing locally!</em> Beware any arrangement involving Western Union, Moneygram, wire transfer, or a landlord/owner who is out of the country or cannot meet you in person. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
|
47
|
+
<h2>$189999 / 3br - Nice 3 Bedroom/ 2 Bathroom House with Garage in Sunrise (Sunrise) (map)</h2>
|
48
|
+
<hr>
|
49
|
+
Reply to: <a href="mailto:1971CJS@Bellsouth.net?subject=%24189999%20%2F%203br%20-%20Nice%203%20Bedroom%2F%202%20Bathroom%20House%20with%20Garage%20in%20Sunrise%20(Sunrise)">1971CJS@Bellsouth.net</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
|
50
|
+
Date: 2009-06-16, 6:43PM EDT<br>
|
51
|
+
<br>
|
52
|
+
<br>
|
53
|
+
<div id="userbody">
|
54
|
+
Nice 3 Bedroom/ 2 Bathroom/ Garage Home in Sunrise. 1,134 square feet of living area with a 6,000 square foot lot. Wood laminate flooring throughout the entire house. House has been updated. Stamped concrete driveway which leads to garage. Big back yard. Central AC. Washer/Dryer. Not a short sale or foreclosure. Asking $189,999. Call Charles Schneider (The Best Damn Real Estate Company Period!) at 954-478-4784.
|
55
|
+
|
56
|
+
Directions: Take Pine Island Road north off of Sunrise Boulevard (past Sunset Strip) to N.W. 25th Court. Head west (left) on N.W. 25th Court to N.W. 91st Lane. Head north (right) on N.W. 91st Lane to N.W. 26th Street. Head east (right) on N.W. 26th Street to the property- 9163 N.W. 26th Street, Sunrise, FL 33322
|
57
|
+
|
58
|
+
|
59
|
+
<br><br>
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
Sunrise Boulevard at Pine Island Road
|
65
|
+
<small>
|
66
|
+
(<a target="_blank" href="http://maps.google.com/?q=loc%3A+Sunrise+Boulevard+at+Pine+Island+Road+Sunrise+FL+US">google map</a>)
|
67
|
+
(<a target="_blank" href="http://maps.yahoo.com/maps_result?addr=Sunrise+Boulevard+at+Pine+Island+Road&csz=Sunrise+FL&country=US">yahoo map</a>)
|
68
|
+
</small>
|
69
|
+
<ul>
|
70
|
+
<li> Location: Sunrise
|
71
|
+
<li>it's NOT ok to contact this poster with services or other commercial interests</ul>
|
72
|
+
|
73
|
+
<table summary="craigslist hosted images">
|
74
|
+
<tr>
|
75
|
+
<td align="center"><img src="http://images.craigslist.org/3ma3o93laZZZZZZZZZ96g5ee7cc528f1818a8.jpg" alt="image 1224008903-0"></td>
|
76
|
+
<td align="center"><img src="http://images.craigslist.org/3nf3m03oeZZZZZZZZZ96gb267b7db57d91f60.jpg" alt="image 1224008903-1"></td>
|
77
|
+
</tr>
|
78
|
+
<tr>
|
79
|
+
<td align="center"><img src="http://images.craigslist.org/3m63oc3p1ZZZZZZZZZ96g521443416aea1cac.jpg" alt="image 1224008903-2"></td>
|
80
|
+
<td align="center"><img src="http://images.craigslist.org/3nc3p53l5ZZZZZZZZZ96g8706fce2c0bb17e9.jpg" alt="image 1224008903-3"></td>
|
81
|
+
</tr>
|
82
|
+
</table>
|
83
|
+
|
84
|
+
</div>
|
85
|
+
PostingID: 1224008903<br>
|
86
|
+
|
87
|
+
|
88
|
+
<br>
|
89
|
+
|
90
|
+
<hr>
|
91
|
+
<ul class="clfooter">
|
92
|
+
<li>Copyright © 2009 craigslist, inc.</li>
|
93
|
+
<li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
|
94
|
+
<li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
|
95
|
+
<li><a href="/forums/?forumID=8">feedback forum</a></li>
|
96
|
+
</ul>
|
97
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
|
98
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
|
99
|
+
</body>
|
100
|
+
</html>
|
101
|
+
|
@@ -0,0 +1,91 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>tv cart on wheels</title>
|
5
|
+
<meta name="robots" content="NOARCHIVE,NOFOLLOW">
|
6
|
+
<link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
|
7
|
+
</head>
|
8
|
+
|
9
|
+
<body onload="initFlag(1131363612)" class="posting">
|
10
|
+
|
11
|
+
<div class="bchead">
|
12
|
+
<a id="ef" href="/email.friend?postingID=1131363612">email this posting to a friend</a>
|
13
|
+
<a href="http://miami.craigslist.org">south florida craigslist</a>
|
14
|
+
> <a href="/mdc/">miami / dade</a> > <a href="/mdc/fuo/">furniture - by owner</a>
|
15
|
+
</div>
|
16
|
+
|
17
|
+
<div id="flags">
|
18
|
+
<div id="flagMsg">
|
19
|
+
please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
|
20
|
+
</div>
|
21
|
+
<div id="flagChooser">
|
22
|
+
<br>
|
23
|
+
<a class="fl" id="flag16" href="/flag/?flagCode=16&postingID=1131363612"
|
24
|
+
title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
|
25
|
+
miscategorized</a>
|
26
|
+
<br>
|
27
|
+
|
28
|
+
<a class="fl" id="flag28" href="/flag/?flagCode=28&postingID=1131363612"
|
29
|
+
title="Violates craigslist Terms Of Use or other posted guidelines">
|
30
|
+
prohibited</a>
|
31
|
+
<br>
|
32
|
+
|
33
|
+
<a class="fl" id="flag15" href="/flag/?flagCode=15&postingID=1131363612"
|
34
|
+
title="Posted too frequently, in multiple cities/categories, or is too commercial">
|
35
|
+
spam/overpost</a>
|
36
|
+
<br>
|
37
|
+
|
38
|
+
<a class="fl" id="flag9" href="/flag/?flagCode=9&postingID=1131363612"
|
39
|
+
title="Should be considered for inclusion in the Best-Of-Craigslist">
|
40
|
+
best of craigslist</a>
|
41
|
+
<br>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="tsb">
|
46
|
+
<em>Avoid scams and fraud by dealing locally!</em> Beware any deal involving Western Union, Moneygram, wire transfer, cashier check, money order, shipping, escrow, or any promise of transaction protection/certification/guarantee. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
|
47
|
+
|
48
|
+
|
49
|
+
<h2>tv cart on wheels - $35 (NMB)</h2>
|
50
|
+
<hr>
|
51
|
+
Reply to: <a href="mailto:sale-ktf9w-1131363612@craigslist.org?subject=tv%20cart%20on%20wheels%20-%20$35%20(NMB)">sale-ktf9w-1131363612@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
|
52
|
+
Date: 2009-04-20, 1:21PM EDT<br>
|
53
|
+
<br>
|
54
|
+
<br>
|
55
|
+
<div id="userbody">
|
56
|
+
Has storage for videos/dvds. About 2 ft high by 21/2 ft widw. Almond/light beige color
|
57
|
+
|
58
|
+
|
59
|
+
<br><br><ul>
|
60
|
+
<li> Location: NMB
|
61
|
+
<li>it's NOT ok to contact this poster with services or other commercial interests</ul>
|
62
|
+
|
63
|
+
<table summary="craigslist hosted images">
|
64
|
+
<tr>
|
65
|
+
<td align="center"></td>
|
66
|
+
<td align="center"></td>
|
67
|
+
</tr>
|
68
|
+
<tr>
|
69
|
+
<td align="center"></td>
|
70
|
+
<td align="center"></td>
|
71
|
+
</tr>
|
72
|
+
</table>
|
73
|
+
|
74
|
+
</div>
|
75
|
+
PostingID: 1131363612<br>
|
76
|
+
|
77
|
+
|
78
|
+
<br>
|
79
|
+
|
80
|
+
<hr>
|
81
|
+
<ul class="clfooter">
|
82
|
+
<li>Copyright © 2009 craigslist, inc.</li>
|
83
|
+
<li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
|
84
|
+
<li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
|
85
|
+
<li><a href="/forums/?forumID=8">feedback forum</a></li>
|
86
|
+
</ul>
|
87
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
|
88
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
|
89
|
+
</body>
|
90
|
+
</html>
|
91
|
+
|
@@ -0,0 +1,106 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>Investment Property--Duplex in Fort Lauderdale</title>
|
5
|
+
<meta name="robots" content="NOARCHIVE,NOFOLLOW">
|
6
|
+
<link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
|
7
|
+
</head>
|
8
|
+
|
9
|
+
<body onload="initFlag(1131242195)" class="posting">
|
10
|
+
|
11
|
+
<div class="bchead">
|
12
|
+
<a id="ef" href="/email.friend?postingID=1131242195">email this posting to a friend</a>
|
13
|
+
<a href="http://miami.craigslist.org">south florida craigslist</a>
|
14
|
+
> <a href="/brw/">broward county</a> > <a href="/brw/reb/">real estate - by broker</a>
|
15
|
+
</div>
|
16
|
+
|
17
|
+
<div id="flags">
|
18
|
+
<div id="flagMsg">
|
19
|
+
please <a href="http://www.craigslist.org/about/help/flags_and_community_moderation">flag</a> with care:
|
20
|
+
</div>
|
21
|
+
<div id="flagChooser">
|
22
|
+
<br>
|
23
|
+
<a class="fl" id="flag16" href="/flag/?flagCode=16&postingID=1131242195"
|
24
|
+
title="Wrong category, wrong site, discusses another post, or otherwise misplaced">
|
25
|
+
miscategorized</a>
|
26
|
+
<br>
|
27
|
+
|
28
|
+
<a class="fl" id="flag28" href="/flag/?flagCode=28&postingID=1131242195"
|
29
|
+
title="Violates craigslist Terms Of Use or other posted guidelines">
|
30
|
+
prohibited</a>
|
31
|
+
<br>
|
32
|
+
|
33
|
+
<a class="fl" id="flag15" href="/flag/?flagCode=15&postingID=1131242195"
|
34
|
+
title="Posted too frequently, in multiple cities/categories, or is too commercial">
|
35
|
+
spam/overpost</a>
|
36
|
+
<br>
|
37
|
+
|
38
|
+
<a class="fl" id="flag9" href="/flag/?flagCode=9&postingID=1131242195"
|
39
|
+
title="Should be considered for inclusion in the Best-Of-Craigslist">
|
40
|
+
best of craigslist</a>
|
41
|
+
<br>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="tsb">
|
46
|
+
<a href="http://www.craigslist.org/about/FHA.html">Stating a discriminatory preference in a housing post is illegal - please flag discriminatory posts as prohibited</a></div> <div id="tsb"> <em>Avoid scams and fraud by dealing locally!</em> Beware any arrangement involving Western Union, Moneygram, wire transfer, or a landlord/owner who is out of the country or cannot meet you in person. <a href="http://www.craigslist.org/about/scams.html">More info</a></div>
|
47
|
+
|
48
|
+
|
49
|
+
<h2>$189900 / 4br - Investment Property--Duplex in Fort Lauderdale</h2>
|
50
|
+
<hr>
|
51
|
+
Reply to: <a href="mailto:hous-5nzhq-1131242195@craigslist.org?subject=$189900%20/%204br%20-%20Investment%20Property--Duplex%20in%20Fort%20Lauderdale">hous-5nzhq-1131242195@craigslist.org</a> <sup>[<a href="http://www.craigslist.org/about/help/replying_to_posts" target="_blank">Errors when replying to ads?</a>]</sup><br>
|
52
|
+
Date: 2009-04-20, 1:33PM EDT<br>
|
53
|
+
<br>
|
54
|
+
<br>
|
55
|
+
<div id="userbody">
|
56
|
+
Residential income property�Investors this property is for you! This duplex has a 2bedroom/1bath unit on each side. It features updated kitchens and baths (new tubs, toilet, sink, vanities), ceramic tile flooring throughout, separate water and electric meters and on site laundry facilities. It is also closed to the Galleria, beaches and downtown Fort Lauderdale!
|
57
|
+
|
58
|
+
Je parle le Fran�ais
|
59
|
+
|
60
|
+
This property is being offered by Blaunch Perrier, Broker Associate, Atlantic Properties International. Blaunch can be reached at 954-593-0077. For additional property information you may also visit www.garylanham.com
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
<br><br>
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
1000 NE 14th Pl
|
71
|
+
<small>
|
72
|
+
(<a target="_blank" href="http://maps.google.com/?q=loc%3A%31%30%30%30+NE+%31%34th+Pl+Fort+Lauderdale+FL+US">google map</a>)
|
73
|
+
(<a target="_blank" href="http://maps.yahoo.com/maps_result?addr=%31%30%30%30+NE+%31%34th+Pl&csz=Fort+Lauderdale+FL&country=US">yahoo map</a>)
|
74
|
+
</small>
|
75
|
+
<ul>
|
76
|
+
<li>it's NOT ok to contact this poster with services or other commercial interests</ul>
|
77
|
+
|
78
|
+
<table summary="craigslist hosted images">
|
79
|
+
<tr>
|
80
|
+
<td align="center"><img src="http://images.craigslist.org/3n83o33l5ZZZZZZZZZ94k913ac1582d4b1fa4.jpg" alt="image 1131242195-0"></td>
|
81
|
+
<td align="center"><img src="http://images.craigslist.org/3n93p63obZZZZZZZZZ94k19d5e32eb3b610c2.jpg" alt="image 1131242195-1"></td>
|
82
|
+
</tr>
|
83
|
+
<tr>
|
84
|
+
<td align="center"><img src="http://images.craigslist.org/3n93m03l6ZZZZZZZZZ94k6e9785e37a1b1f3f.jpg" alt="image 1131242195-2"></td>
|
85
|
+
<td align="center"><img src="http://images.craigslist.org/3ma3oc3l4ZZZZZZZZZ94kbfecbcd2fb2e19cc.jpg" alt="image 1131242195-3"></td>
|
86
|
+
</tr>
|
87
|
+
</table>
|
88
|
+
|
89
|
+
</div>
|
90
|
+
PostingID: 1131242195<br>
|
91
|
+
|
92
|
+
|
93
|
+
<br>
|
94
|
+
|
95
|
+
<hr>
|
96
|
+
<ul class="clfooter">
|
97
|
+
<li>Copyright © 2009 craigslist, inc.</li>
|
98
|
+
<li><a href="http://www.craigslist.org/about/terms.of.use.html">terms of use</a></li>
|
99
|
+
<li><a href="http://www.craigslist.org/about/privacy_policy">privacy policy</a></li>
|
100
|
+
<li><a href="/forums/?forumID=8">feedback forum</a></li>
|
101
|
+
</ul>
|
102
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
|
103
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/postings.js"></script>
|
104
|
+
</body>
|
105
|
+
</html>
|
106
|
+
|