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,137 @@
|
|
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?query=house">miami / dade</a> <a href="/search/rea/brw?query=house">broward county</a> <a href="/search/rea/pbc?query=house">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="house"> 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="min" onfocus="value=''"> <input name="maxAsk" size="6" value="max" onfocus="value=''"> <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;"><a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=600"><b><< Prev</b></a>
|
93
|
+
</span>
|
94
|
+
<span style="float: right;"><a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=800"><b>Next>></b></a>
|
95
|
+
</span>
|
96
|
+
<b>Found: 1000 Displaying: 701 - 800</b>
|
97
|
+
<br>[ <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=100">2</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=200">3</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=300">4</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=400">5</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=500">6</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=600">7</a> | <b>8</b> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=800">9</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=900">10</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=1000">11</a> ]
|
98
|
+
</div>
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
<!-- sphinx: 0.08235, csd: 0.044309, total: 0.126659 -->
|
103
|
+
|
104
|
+
<p> Apr 16 - <a href="/mdc/reb/1125176412.html">$579900 / 3br - * FORECLOSURE * PANORAMIC VIEW.OCEAN FRONT.A STEAL! LUXURY CONDO -</a><font size="-1"> (SUNNY ISLES - OCEANIA 4 - NEGOTIABLE)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1125133940.html">$1500000 / 4br - BERMUDA-RIVIERA WATERFRONT HOME -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124946540.html">$1299000 3 BR, 4 Bath House - Waterfront - Waterview -</a><font size="-1"> (Aventura)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124947260.html">$589900 4 BR, 3 Bath House - Waterfront - Waterview -</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 16 - <a href="/mdc/reb/1124948037.html">$260000 2 BR, 2 Bath House - Waterfront - W -</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 16 - <a href="/mdc/reb/1125144930.html">$5300000 Equestrian Farm For Sale on 10 acres with Stunning Pool Home + Guest -</a><font size="-1"> (17821 SW 100 St Miami, FL 33196)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1125134634.html">$325000 / 4br - "DIAMOND IN THE ROUGH" Beautiful Upgraded Home on a Premium Lot!!!! -</a><font size="-1"> (West Lake Worth)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1125123263.html">$1475 / 8br - REALLY NICE@EASY MOVE IN,4BED@2BATH WITH POOL@MONTH TO MONTH RENT@ GOO -</a><font size="-1"> (MIRAMAR)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125120244.html">$99000 / 2br - Dont sleep Be quick price to sell fast Foreclosure -</a><font size="-1"> (North Miami Beach)</font> <span class="p"> img</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="/brw/reb/1125117080.html">$619000 / 4br - Awesome Ocean Access: 4/3; Pool; Waterfall Jacuzzi; Hurrincane Windows -</a><font size="-1"> (Plantation)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1122834247.html">$270500 / 3br - Foreclosure in Miami 6032 SW 166 CT, reduced. -</a><font size="-1"> (Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1122843097.html">$241000 / 4br - Bank Owned in Miami 1042 SW 143 PL. -</a><font size="-1"> (Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1122853805.html">$359900 / 4br - Bank Owned in South Miami 5960 SW 79 ST. -</a><font size="-1"> (South Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1122877480.html">$295000 / 5br - Foreclosure in Miami 21054 SW 88 PL. -</a><font size="-1"> (Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125078053.html">$78000 / 3br - Very nice 3/1, a must see ! -</a><font size="-1"> (Coral Gables)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reo/1125071411.html">$187000 / 3br - Very nice 3/2, Hurry up ! -</a><font size="-1"> (Coral Gables)</font> <span class="p"> img</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/pbc/reb/1125073862.html">$385000 / 3br - VALENCIA SHORES, LAKE HOUSE W/POOL -</a><font size="-1"> (LAKE WORTH)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reo/1125070562.html">$545000 / 4br - CypressCreek Home For Sale -</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 16 - <a href="/pbc/reb/1125058182.html">$97000 / 5br - ***** BANK OWNED 5 BEDROOM HOME *** GREAT DEAL!!! ***** -</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 16 - <a href="/mdc/reb/1125051859.html">$1100000 / 6br - MEDITERRANEAN DREAM HOUSE!-www.iLoveSOBE.com -</a><font size="-1"> (miami beach\miami\south beach\sobe)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125048291.html">$1799000 Beautiful 3BR condo in SOBE!-www.iLoveSOBE.com -</a><font size="-1"> (miami beach\miami\south beach\sobe)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1125045939.html">$51900 / 5br - ***** BANK OWNED 5/2 SINGLE FAMILY HOME *** GREAT DEAL!!! ***** -</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 16 - <a href="/mdc/reb/1125041854.html">$179895 / 2br - OPEN HOUSE SUNDAY APR. 19 2-4pm - Fantastic Pool Home -</a><font size="-1"> (N. Miami Beach)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reo/1125040485.html">$149900 / 3br - 3/2/1 Nice House -</a><font size="-1"> (Acreage)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125036561.html">$160000 / 2br - Corporate owned remodel single family home!! be quick will not last -</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 16 - <a href="/mdc/reb/1125035016.html">$654750 / 4br - Stylish home on a private island!www.iLoveSOBE.com -</a><font size="-1"> (miami beach\miami\south beach\sobe)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125032264.html">$399901 / 3br - Great deal on a bank owned property!www.iLoveSOBE.com -</a><font size="-1"> (miami beach\miami\south beach\sobe)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1125032170.html">$409000 / 2br - ACROSS FROM THE BEACH! CORNER 2 BED/2 BATH -</a><font size="-1"> (Sunny Isles Beach)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124826407.html">$239000 / 3br - Great 3 Bed/ 2 Bath House with Pool in �Riverland� in Fort Lauderdale -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1125013624.html">$325000 / 3br - **CUSTOM BUILT HOUSE**DON'T MISS OUT -</a><font size="-1"> (Boyton Beach)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1125002525.html">$365000 / 2br - Renovated by Top Designer! -</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 16 - <a href="/mdc/reb/1125002477.html">$447000 / 3br - Make this beautiful 3 BR your next home!-www.iLoveSOBE.com -</a><font size="-1"> (miami beach\miami\south beach\sobe)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1124997700.html">$285000 / 2br - Over the top Renovation with Views! -</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 16 - <a href="/brw/reb/1124993869.html">$197500 / 2br - FORECLOSED*2/2 SIRIUS LN*WOW!! AMAZING DEAL IN THIS GATED COMMUNITY* -</a><font size="-1"> (WESTON)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124992365.html">$139900 / 2br - *FORECLOSED*2/2 APPLE CREEK*NEW APPLIANCES*TILE*SPATUB*SOLD05 $255K! -</a><font size="-1"> (DAVIE)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reo/1124989926.html">3/2 for $42,000 -</a> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reo/1124986370.html">3/2 for $42,000 -</a> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reo/1124984052.html">$369900 3/2/2 SINGLE FAMILY WITH POOL -</a><font size="-1"> (Deerfield Beach)</font> <span class="p"> img</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/mdc/reo/1124982958.html">3/2 for $42,000 -</a> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reb/1124979308.html">$2300 / 4br - Silver Lakes @ Pembroke Pines -</a><font size="-1"> (Pembroke Pines)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124970580.html">$339000 / 2br - Best Value+WATERFRONT-+ARLEN HOUSE+BAYVIEW DR*wm64WY7 -</a><font size="-1"> (SUNNY ISLES BEACH)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124968614.html">$190000 / 2br - FORECLOSED*2/2 THE COVE*AMAZING PRICE*GORGEOUS HOME*TERRAZZO*FENCED -</a><font size="-1"> (DEERFIELD)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reo/1124960442.html">$1895 / 3br - 3/2 waterfront, pool, available 4/23 (furnished or unfurnished) -</a><font size="-1"> (Downtown Fort Lauderdale)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reb/1124956891.html">$175000 / 3br - *FORECLOSED*3/2 FAIRLAWN*GREAT FAMILY HOME*NEW KITCH*NEW WINDOWS*FENCE -</a><font size="-1"> (DEERFIELD)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124947750.html">$189900 / 4br - FORECLOSED*4/2 SW 67TH AVE*FLEX FLOORPLAN*WOOD*TILE*POOL*REMOD KITCH* -</a><font size="-1"> (PEMBROKE PINES)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124933034.html">$199900 / 4br - FORECLOSED*4/2 NW 35TH*GORGEOUS POOL HOME*BUILT-INS*WOOD/TILE*SLD07 $4 -</a><font size="-1"> (CORAL SPRINGS)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124906590.html">$399000 / 3br - COMPLETELY UPDATED WILTON MANORS HOUSE -</a><font size="-1"> (WILTON MANORS)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1124900760.html">$130000 / 3br - BOCA RATON CHEAPEST FORECLOSURE -</a><font size="-1"> (BACA RATON)</font> <span class="p"> pic img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1124899257.html">$880000 / 5br - A House which by using rich textures and quality materials!!!!! -</a><font size="-1"> (Wellington)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124887610.html">$1499000 / 4br - HARBOR BEACH POOL HOME -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124894369.html">$1499900 / 3br - LAUDERDALE BEACH HOME -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124881744.html">$1449000 / 3br - RIVIERA DEEPWATER HOME -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124889607.html">$359000 / 3br - **BEAUTIFUL HOUSE IN CORAL GABLES**QUIET STREET**FORECLOSURE ( -</a><font size="-1"> (CORAL GABLES, FL)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124876133.html">$190000 / 1br - ** MIAMI BEACH- CARRIAGE HOUSE- ON THE OCEAN ** -</a><font size="-1"> (MIAMI BEACH,FL)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124874165.html">$1425000 / 4br - CORAL RIDGE WATERFRONT HOME -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124864287.html">$1400000 / 4br - HARBOR BEACH UPDATED WATERFRONT/POOL HOME -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124869135.html">$1409000 / 3br - HOME--2 LOTS FROM POINT -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124859302.html">$1399000 / 5br - RIO VISTA CUSTOM HOME -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124865775.html">$169000 / 1br - WINSTON TOWER* PANORAMIC WATER VIEWS* LARGEST 1 BEDROOM!PENTHOUSE! -</a><font size="-1"> (SUNNY ISLES BEACH)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reo/1124848776.html">3br - 7% RETURN FOR PURCHASE OF SOBER LIVING BUSINESS/HOUSE -</a><font size="-1"> (BROWARD)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/mdc/reo/1124843159.html">$1200 / 2br - House for Rent/Se Renta Casa -</a><font size="-1"> (Hialeah FL)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reb/1124825361.html">$124000 / 3br - Remodeled 3 Bedroom/ 2 Bathroom House with Carport in Pompano Beach -</a><font size="-1"> (Pompano Beach)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/pbc/reb/1124841236.html">$1050000 / 5br - Renoir model in the Estate section of Saturnia Isles is a must see!!! -</a><font size="-1"> (Delray 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/1124750291.html">No More Landlords! Rent Tò Own Your Next House -</a><font size="-1"> (Miami, Florida)</font> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124838510.html">$235000 / 3br - Single Family Home -</a><font size="-1"> (Miramar/Turtle Bay)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124831819.html">$1950 / 3br - RENTAL HOUSE -</a><font size="-1"> (Pembroke Pines)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124824773.html">$1589000 / 3br - Luxury Downtown Las Olas 5 Star Riverhouse Condo with Pool Cabana -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reo/1124816971.html">$299 / 3br - Sell your own house the EZ way and Save $$$ -</a><font size="-1"> (Miami)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reb/1124816784.html">$319000 / 3br - 3 BEDROOM WITH LOFT, 2.5 BATHROOMS AND 2 CAR GARAGE -</a><font size="-1"> (SUNRISE)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124813017.html">Upgrade to this gorgeous home that's been greatly reduced -</a><font size="-1"> (Miami)</font> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124812980.html">$165000 Open the Door to Paradise in South Florida Real Estate Market -</a><font size="-1"> (Fort Lauderdale )</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reo/1124791281.html">We have a house for you! -</a> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/mdc/reo/1124785199.html">I am interested in Trading for Units, Commercial properties, -</a> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reo/1124728544.html">$49000 / 3br - Atlanta Area Investment Property -</a> <span class="p"> img</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124702375.html">Single family home - 3 bed+2bath -</a><font size="-1"> (Sacramento)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/brw/reb/1124690141.html">$125000 / 3br - Reduced! MV200K+ 3/2 Spacious Home with Screened Pool -</a><font size="-1"> (Lauderdale Lakes, FL)</font> <span class="p"> pic</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reb/1124682736.html">Miami home - special offer -</a><font size="-1"> (Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 16 - <a href="/mdc/reo/1124665289.html">$135000 / 3br - House For Sale - By Owner -</a><font size="-1"> (Homestead, FL)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/pbc/reo/1124661075.html">$375000 Townhouse for Sale -</a><font size="-1"> (Boca Raton)</font> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 16 - <a href="/brw/reo/1124638333.html">$335000 / 4br - 3 Single Family home -</a><font size="-1"> (Hallandale Beach)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 15 - <a href="/mdc/reb/1124628853.html">Private Miami home - 3 bedroom + 2 bath -</a><font size="-1"> (Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reb/1124578470.html">$475000 / 5br - Corp. Owned Foreclosure, Diamond Head, 5 Bedroom, 3 bth, Pool Home -</a> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reo/1124578197.html">$319800 / 3br - WALK TO A++ SCHOOLS GREAT FAMILY HOME -</a><font size="-1"> (WESTON)</font> <span class="p"> img</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 15 - <a href="/brw/reb/1124584223.html">$164900 / 3br - UNBELIVEABLE 3 BEDS/2 BATHS 1 CAR GARAGE WESTON SCHOOLS -</a><font size="-1"> (WESTON)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reb/1124584281.html">$259900 / 5br - FORECLOSED*5/3 SW 153 AVE*STUNNING 2 STRY HOME*POOL*SPATUB*WOOD STAIR* -</a><font size="-1"> (MIRAMAR)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/pbc/reo/1124576375.html">$39000 Great deal 1ba 1, 1/ 2 bath condo in a 55+ golf comm. -</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 15 - <a href="/pbc/reo/1124572806.html">$169000 / 2br - ***EVERYTHING UPGRADED*** 2/2/1+Carport *GENERATOR* -</a><font size="-1"> (Lake Worth)</font> <span class="p"> pic</span> <<<i><a href="/reo/">real estate - by owner</a></i></p><p> Apr 15 - <a href="/brw/reb/1124571353.html">$356000 / 3br - Large Yard * 1456 sqft 3 bed 2 bath home with an inground pool -</a><font size="-1"> (Pompano Beach)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/mdc/reb/1124554904.html">Miami home - best buy -</a><font size="-1"> (Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reb/1124545762.html">$249900 / 2br - Large Backyard * Updated Kitchen * 1400 sqft 2 bed 1 bath 1 car -</a><font size="-1"> (Pompano Beach)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reb/1124518864.html">$799900 / 3br - 1874 sqft 3 bed 2 bath 2 car garage home with an inground pool -</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 15 - <a href="/pbc/reb/1124510653.html">$150000 / 3br - Palm Beach Property For Sale -</a><font size="-1"> (Palm Beach)</font> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reb/1124509755.html">$125000 / 3br - Broward Properties Available -</a><font size="-1"> (Broward County)</font> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reb/1124506662.html">$150000 / 3br - Many Bank Owned Property -</a><font size="-1"> (South Florida)</font> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reb/1124491092.html">$670000 / 3br - MOVE IN READY - 1600 SQFT 3 BED 2 BATH 1 CAR WITH POOL -</a><font size="-1"> (Pompano Beach)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/pbc/reb/1124484572.html">$374900 / 5br - 3.5ba**SHORT SALE!! Lovely Home For Sale NOW! Over 2988sq ft! -</a><font size="-1"> (Palm Beach Gardens)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/pbc/reb/1124469898.html">$324900 / 4br - 2ba**Not A Short Sale!! Beautiful Home For Sale NOW! -</a><font size="-1"> (Wellington)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/mdc/reb/1124467280.html">Miami home - best buy -</a><font size="-1"> (Miami)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><p> Apr 15 - <a href="/brw/reb/1124462398.html">$1849900 / 4br - 3575 sqft 4 bed 4 bath 2 car garage home with an inground pool -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span> <<<i><a href="/reb/">real estate - by broker</a></i></p><br>
|
105
|
+
<div class="sh" style="text-align: center;">
|
106
|
+
<span style="float: left;"><a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=600"><b><< Prev</b></a>
|
107
|
+
</span>
|
108
|
+
<span style="float: right;"><a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=800"><b>Next>></b></a>
|
109
|
+
</span>
|
110
|
+
<b>Found: 1000 Displaying: 701 - 800</b>
|
111
|
+
<br>[ <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=100">2</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=200">3</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=300">4</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=400">5</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=500">6</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=600">7</a> | <b>8</b> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=800">9</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=900">10</a> | <a href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=1000">11</a> ]
|
112
|
+
</div>
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
<div id="footer">
|
119
|
+
<hr>
|
120
|
+
<span id="copy">
|
121
|
+
Copyright © 2009 craigslist, inc.<br>
|
122
|
+
<a href="#top">Back to top of page</a>
|
123
|
+
</span>
|
124
|
+
<span class="rss">
|
125
|
+
<a class="l" href="/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=700&format=rss">RSS</a>
|
126
|
+
<a href="http://www.craigslist.org/about/rss">(?)</a><br>
|
127
|
+
<a class="y" href="http://add.my.yahoo.com/rss?url=/search/rea?query=house&minAsk=min&maxAsk=max&bedrooms=&s=700&format=rss">add to My Yahoo!</a>
|
128
|
+
</span>
|
129
|
+
</div>
|
130
|
+
<br><br>
|
131
|
+
|
132
|
+
<div id="floater"> </div>
|
133
|
+
|
134
|
+
</blockquote>
|
135
|
+
|
136
|
+
</body>
|
137
|
+
</html>
|
@@ -0,0 +1,226 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head>
|
3
|
+
<title>south florida furniture - all classifieds - craigslist</title>
|
4
|
+
|
5
|
+
<meta name="description" content="craigslist furniture - all classifieds for south florida ">
|
6
|
+
<meta name="keywords" content="south florida furniture - all craigslist, classifieds, want ads ">
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
<link rel=alternate type="application/rss+xml" href="index.rss" title="RSS feed for craigslist | furniture - all in south florida ">
|
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/S">post</a> ]</span>
|
22
|
+
|
23
|
+
<a href="/"> south florida craigslist</a> > <a href="/fua/">furniture - all</a><div id="satabs"> <b>all south florida</b> <a href="/mdc/fua/">miami / dade</a> <a href="/brw/fua/">broward county</a> <a href="/pbc/fua/">palm beach co</a> </div>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<blockquote>
|
27
|
+
<form action="/search/fua" method="get" onsubmit="ckCAbb();">
|
28
|
+
|
29
|
+
<script type="text/javascript"><!--
|
30
|
+
function ckCAbb() {
|
31
|
+
t = document.getElementById("cAbb");
|
32
|
+
if (t.value == "fua") { 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=""> 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 disabled value="">--<option value="art"> art & crafts
|
43
|
+
<option value="pts"> auto parts
|
44
|
+
<option value="bab"> baby & kid stuff
|
45
|
+
<option value="bar"> barter
|
46
|
+
<option value="bik"> bicycles
|
47
|
+
<option value="boa"> boats
|
48
|
+
<option value="bks"> books
|
49
|
+
<option value="bfs"> business
|
50
|
+
<option value="cta"> cars & trucks - all
|
51
|
+
<option value="ctd"> cars & trucks - by dealer
|
52
|
+
<option value="cto"> cars & trucks - by owner
|
53
|
+
<option value="emd"> cds / dvds / vhs
|
54
|
+
<option value="clo"> clothing
|
55
|
+
<option value="clt"> collectibles
|
56
|
+
<option value="sys"> computers & tech
|
57
|
+
<option value="ele"> electronics
|
58
|
+
<option value="grd"> farm & garden
|
59
|
+
<option value="zip"> free stuff
|
60
|
+
<option value="fua" selected> furniture - all
|
61
|
+
<option value="fud"> furniture - by dealer
|
62
|
+
<option value="fuo"> furniture - by owner
|
63
|
+
<option value="tag"> games & toys
|
64
|
+
<option value="gms"> garage sales
|
65
|
+
<option value="for"> general
|
66
|
+
<option value="hsh"> household
|
67
|
+
<option value="wan"> items wanted
|
68
|
+
<option value="jwl"> jewelry
|
69
|
+
<option value="mat"> materials
|
70
|
+
<option value="mcy"> motorcycles/scooters
|
71
|
+
<option value="msg"> musical instruments
|
72
|
+
<option value="pho"> photo/video
|
73
|
+
<option value="rvs"> recreational vehicles
|
74
|
+
<option value="spo"> sporting goods
|
75
|
+
<option value="tix"> tickets
|
76
|
+
<option value="tls"> tools
|
77
|
+
<option disabled value="">--<option value="ggg">all gigs<option value="hhh">all housing<option value="jjj">all jobs<option value="ppp">all personals<option value="res">all resume<option value="bbb">all services offered</select>
|
78
|
+
<input type="submit" value="Search">
|
79
|
+
</td><td>
|
80
|
+
<label><input type="checkbox" name="srchType" value="T"
|
81
|
+
title="check this box to search only posting titles"> only search titles</label>
|
82
|
+
</td>
|
83
|
+
</tr>
|
84
|
+
|
85
|
+
<tr>
|
86
|
+
<td align="right" width="1">price:</td>
|
87
|
+
<td><input name="minAsk" size="6" value="min" onfocus="value=''"> <input name="maxAsk" size="6" value="max" onfocus="value=''"> </td>
|
88
|
+
<td align="left"><label><input type="checkbox" name="hasPic" value="1"> has image</label></td>
|
89
|
+
</tr></table></form></blockquote><span id="showPics"></span><span id="hidePics"></span>
|
90
|
+
|
91
|
+
<blockquote>
|
92
|
+
<table width="95%" summary="">
|
93
|
+
<tr>
|
94
|
+
<td valign="top">[ Thu, 21 May 19:27:50 ]</td>
|
95
|
+
<td valign="top" id="messages"><span class="hl"> [ <a href="/about/prohibited.items">partial list of prohibited items</a> ] </span> <span class="hl"> [ <a href="http://www.recalls.gov/">avoid recalled items</a> ] </span> <span class="hl"> [ <b><a href="/about/safety">PERSONAL SAFETY TIPS</a></b> ] </span> <span class="hl"> [ <b><a href="/about/scams">AVOIDING SCAMS & FRAUD</a></b> ] </span> <span class="hl"> [<a href="/cgi-bin/success.stories.cgi">success story?</a>]</span> </td>
|
96
|
+
</tr>
|
97
|
+
</table>
|
98
|
+
|
99
|
+
<h4>Fri May 15</h4>
|
100
|
+
<p><a href="/brw/fuo/1171713452.html">Wood Office Shelf - $250 -</a><font size="-1"> (Coconut Creek)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
101
|
+
<p><a href="/mdc/fuo/1171708187.html">_+_+_+_ $ 35 _+_+_+_ -</a><font size="-1"> (***** Miami Beach *****)</font> <span class="p"> img</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
102
|
+
<p><a href="/brw/fuo/1171707696.html">Leather sofa - damage on one arm - $100 -</a><font size="-1"> (Margate, FL)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
103
|
+
<p><a href="/brw/fuo/1171705893.html">Keelan 2PC Sofa Set -</a><font size="-1"> (Davie)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
104
|
+
<p><a href="/brw/fuo/1171703787.html">Wood TV stand and end table - $70 -</a><font size="-1"> (Margate, FL)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
105
|
+
<p><a href="/brw/fuo/1171703282.html">Sofabed(queen), love seat, 2 tables - $500 -</a><font size="-1"> (Broward)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
106
|
+
<p><a href="/brw/fuo/1171697270.html">Glass top coffee table and end table - $60 -</a><font size="-1"> (Margate, FL)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
107
|
+
<h4></h4>
|
108
|
+
<p><a href="/brw/fuo/1171694683.html">Bassett Sofa and Chair and a half - $350 -</a><font size="-1"> (Margate, FL)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
109
|
+
<h4>Fri May 15</h4>
|
110
|
+
<p><a href="/brw/fuo/1171689641.html">KING SIZE WATER BED -</a><font size="-1"> (Oakland Park)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
111
|
+
<p><a href="/mdc/fuo/1171689432.html">Big Red Bed Couch with Cover -</a><font size="-1"> (Coral Gables)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
112
|
+
<p><a href="/brw/fuo/1171679181.html">Printer Stand - $25 -</a><font size="-1"> (Parkland)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
113
|
+
<p><a href="/brw/fuo/1171673408.html">Bedroom Furniture Set - $100 -</a><font size="-1"> (Parkland)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
114
|
+
<p><a href="/brw/fuo/1171683390.html">LIGHT RATTAN TABLE CHAIRS (4) - $40 -</a><font size="-1"> (HOLLYWOOD)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
115
|
+
<p><a href="/brw/fuo/1171680733.html">amazing furniture -</a><font size="-1"> (hollywood)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
116
|
+
<h4>Thu May 14</h4>
|
117
|
+
<p><a href="/mdc/fud/1171659425.html">BLACK AND WHITE COFFEE TABLE - $179 -</a><font size="-1"> (MIAMI)</font> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
118
|
+
<p><a href="/mdc/fuo/1171655834.html">ESTATE SALE -</a><font size="-1"> (SUNNY ISLES BEACH)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
119
|
+
<p><a href="/brw/fuo/1171654085.html">Patio Set - round w/ 4 chairs, wrought iron, quality, scroll design - $100 -</a><font size="-1"> (East Deerfield beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
120
|
+
<p><a href="/mdc/fuo/1171645673.html">White Floor Lamp - $35 -</a><font size="-1"> (NMB)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
121
|
+
<p><a href="/mdc/fuo/1171640310.html">3 piece wall unit - $165 -</a><font size="-1"> (NMB)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
122
|
+
<p><a href="/pbc/fuo/1171636316.html">Black Lacquer Dining Room Set - $1750 -</a><font size="-1"> (Lake Worth)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
123
|
+
<p><a href="/brw/fuo/1171634083.html">Piano- Baby Grand - $4800 -</a><font size="-1"> (Hollywood, Florida)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
124
|
+
<p><a href="/brw/fuo/1171045933.html">Beautiful Elephant Glass Table - $190 -</a><font size="-1"> (Lighthouse Point, FL)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
125
|
+
<p><a href="/brw/fuo/1171620976.html">$$$$$$ *** DINING ROOM HUTCH *** dark brown / lots of room - $75 -</a><font size="-1"> (Coral Springs)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
126
|
+
<p><a href="/pbc/fuo/1171618625.html">BEAUTIFUL SOUTHWESTERN HUTCH - $1100 -</a><font size="-1"> (Boca Raton, Florida)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
127
|
+
<p><a href="/brw/fuo/1171605305.html">Extraordinary Murals & Faux Finishings by Jorde!!bca -</a> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
128
|
+
<p><a href="/brw/fuo/1171609292.html">armoire - $290 -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
129
|
+
<p><a href="/mdc/fuo/1171608196.html">Queen Sleigh Bed - Natural Finish - $300 -</a><font size="-1"> (Kendall)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
130
|
+
<p><a href="/brw/fuo/1171592461.html">Safari Home Decor - $1 -</a> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
131
|
+
<p><a href="/brw/fuo/1171598534.html">Antique french cabinet - $890 -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
132
|
+
<p><a href="/mdc/fuo/1171047868.html">bunk bed desk drawer set - $450 -</a><font size="-1"> (miami beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
133
|
+
<p><a href="/pbc/fuo/1171597616.html">RED microfiber sectional couch - $300 -</a><font size="-1"> (Lake Worth/Greenacres)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
134
|
+
<p><a href="/mdc/fuo/1171595497.html">Wood Futon - $50 -</a><font size="-1"> (Coral Gables)</font> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
135
|
+
<p><a href="/brw/fuo/1171595817.html">furniture for sale - $1200 -</a><font size="-1"> (ft lauderdale)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
136
|
+
<p><a href="/brw/fuo/1171595527.html">New King Koil King Size Bed Matress/Boxspring - $800 -</a><font size="-1"> (Plantation)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
137
|
+
<p><a href="/brw/fuo/1171592934.html">DINIG BUFFET AND WINERY wood beauty stylish - $590 -</a><font size="-1"> (Fort Lauderdale)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
138
|
+
<p><a href="/brw/fuo/1171591182.html">HUGE MOVING SALE EVERYTHING MUST GO!!!!!! -</a> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
139
|
+
<p><a href="/mdc/fuo/1171587077.html">Wooden/Metal Computer Desk - $30 -</a><font size="-1"> (Coral Gables)</font> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
140
|
+
<p><a href="/brw/fuo/1171581992.html">Safari Animals Home Decor - $1 -</a> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
141
|
+
<p><a href="/mdc/fud/1171582327.html">NEW AG MANAGEMENT OFFICE CHAIRS - $219 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
142
|
+
<p><a href="/pbc/fuo/1171581302.html">Contempoary Style Leather Sofa -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
143
|
+
<p><a href="/brw/fuo/1171577772.html">BREAK FAST DINING TABLE MARBLE WITH 6 CHAIRS - $140 -</a><font size="-1"> (PARKLAND/CORAL SPRING)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
144
|
+
<p><a href="/brw/fuo/1171577687.html">PATIO FURNITURE CAST ALUMINUM - $350 -</a><font size="-1"> (POMPANO BEACH)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
145
|
+
<p><a href="/mdc/fud/1164329587.html"> pool table - $250 -</a> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
146
|
+
<p><a href="/pbc/fuo/1171576098.html">Corner table - $5 -</a><font size="-1"> (Royal Palm Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
147
|
+
<p><a href="/mdc/fud/1171574897.html">PK22 Easy Leather Chair - $599 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
148
|
+
<p><a href="/mdc/fuo/1171076966.html">new table and chairs - $500 -</a> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
149
|
+
<p><a href="/pbc/fuo/1171572816.html">Elegant Floor Lamp -</a><font size="-1"> (West Palm Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
150
|
+
<p><a href="/brw/fuo/1171570670.html">45" Glass top dinette - $190 -</a><font size="-1"> (Coconut Creek)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
151
|
+
<p><a href="/brw/fuo/1171570228.html">Couch w/ Pull out Bed - $150 -</a><font size="-1"> (Pompano Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
152
|
+
<p><a href="/mdc/fud/1171570038.html">Eileen Gray Adjustable Tables - New -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
153
|
+
<p><a href="/mdc/fuo/1171568132.html">CHEAP GLASS TOP DESK - $400 -</a><font size="-1"> (kendall/163pl. 88st.)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
154
|
+
<p><a href="/pbc/fuo/1171567577.html">$10 couch - $10 -</a><font size="-1"> (boca raton)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
155
|
+
<p><a href="/brw/fuo/1171564018.html">Massage chair - $170 -</a><font size="-1"> (Pompano Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
156
|
+
<p><a href="/mdc/fuo/1171564859.html">Loveseat - $350 -</a><font size="-1"> (West Kendall)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
157
|
+
<p><a href="/pbc/fuo/1171565497.html">Ironman Weight Lifting Set - $300 -</a><font size="-1"> (wellinton)</font> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
158
|
+
<p><a href="/mdc/fud/1171564511.html">Eiffel Tower Base Dining Side Chairs - New - $99 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
159
|
+
<p><a href="/pbc/fuo/1171564283.html">Stereo Receiver w/Graphic Analyzer & Speakers - $100 -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
160
|
+
<p><a href="/pbc/fuo/1171563499.html">>>>> BEAUTIFUL SOFA FOR SALE <<<< - $200 -</a><font size="-1"> (Palm Beach Gardens)</font> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
161
|
+
<p><a href="/brw/fuo/1171562707.html">ENTERTAINMENT CENTER CUSTOM DESIGN - $250 -</a><font size="-1"> (PARKLAND/CORAL SPRING)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
162
|
+
<p><a href="/mdc/fud/1171561987.html">NEW CELLULA STYLE 48" CHANDELIER - $349 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
163
|
+
<p><a href="/mdc/fuo/1171561507.html">Beautiful glass top coffee table - $50 -</a><font size="-1"> (Bay Harbor Islands)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
164
|
+
<p><a href="/pbc/fuo/1171561451.html">9 Drawer Solid Wood Dresser and Mirror - $200 -</a><font size="-1"> (Boynton Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
165
|
+
<p><a href="/mdc/fuo/1171559897.html">Bunkbed - $60 -</a><font size="-1"> (Dadeland)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
166
|
+
<p><a href="/pbc/fuo/1171559299.html">Crate & Barrel Side Table - $65 -</a><font size="-1"> (Abacoa/Jupiter)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
167
|
+
<p><a href="/pbc/fuo/1171558286.html">Sectional Sofa - $400 -</a><font size="-1"> (Palm Beach Gardens)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
168
|
+
<p><a href="/brw/fuo/1171463677.html">GEORGEOUS CHEETAH PRINT SEALY SOFA - MUST SELL - $299 -</a><font size="-1"> (Hollywood Lakes/North)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
169
|
+
<p><a href="/brw/fuo/1171558038.html">DINING ROOM TABLE SET - $290 -</a><font size="-1"> (Pembroke Pines)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
170
|
+
<p><a href="/pbc/fuo/1171556722.html">Sterns and Foster King Size Mattress/ Box Spring - $350 -</a><font size="-1"> (Palm Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
171
|
+
<p><a href="/pbc/fuo/1171556629.html">dining set high end must see - $6500 -</a><font size="-1"> (boca raton)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
172
|
+
<p><a href="/mdc/fud/1171556148.html">New Victoria Ghost Style Transparent Side Chairs and Armchair - $185 -</a> <span class="p"> pic img</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
173
|
+
<p><a href="/mdc/fuo/1171554780.html">Modern wood/black patio table w/chairs - $75 -</a><font size="-1"> (Miami)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
174
|
+
<p><a href="/mdc/fud/1171553514.html">Leather Matteo Adjustable Barstools By Nuevo - $367 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
175
|
+
<p><a href="/pbc/fuo/1171550178.html">Modern Glass TV/Audio/Video Stand Entertainment Center Only6months old - $350 -</a><font size="-1"> (WPB/Wellington/Boynton Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
176
|
+
<p><a href="/mdc/fuo/1171549884.html">Patio Wood square table+4 director chairs+umbrela - $179 -</a><font size="-1"> (Aventura)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
177
|
+
<p><a href="/mdc/fud/1171548703.html">New Wagner Wishbone "Y" Dining Chairs - $249 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
178
|
+
<p><a href="/mdc/fuo/1171545409.html">Super sale!! Patio Light fiji bamboo set - $155 -</a><font size="-1"> (N.Dade)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
179
|
+
<p><a href="/mdc/fud/1171545312.html">Leather Springing Lounge Chair By Poul Kjaerhol - $499 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
180
|
+
<p><a href="/mdc/fud/1171543887.html">New Amici Stainless Steel Benches in Brused or Polished finish - $630 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
181
|
+
<p><a href="/mdc/fuo/1171543491.html">High wood table & 2 chairs patio/outdoor/Indoor - $80 -</a><font size="-1"> (Miami)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
182
|
+
<p><a href="/brw/fuo/1171543172.html">Adjustable Metal Bed Frame - $40 -</a><font size="-1"> (Deerfield Beach)</font> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
183
|
+
<p><a href="/mdc/fud/1171542823.html">Aluminum Group Padded Management Chairs - 4 colors - $245 -</a> <span class="p"> pic img</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
184
|
+
<p><a href="/brw/fuo/1171542223.html">Leather Couch, Seat, & Ottoman - $50 -</a><font size="-1"> (Pembroke Pines)</font> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
185
|
+
<p><a href="/brw/fuo/1171539653.html">great designer chair - $40 -</a><font size="-1"> (deerfield beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
186
|
+
<p><a href="/mdc/fuo/1171541074.html">Dark bamboo set for the patio - $270 -</a><font size="-1"> (Miami)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
187
|
+
<p><a href="/mdc/fud/1171539959.html">Eames Style Lounge Chair and Ottoman - Black,Vanilla - $895 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
188
|
+
<p><a href="/brw/fuo/1171534920.html">***** ULTRA MODERN OTTOMAN - DARK CHOCOLATE ***** - $129 -</a><font size="-1"> (Miami / Kendall)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
189
|
+
<p><a href="/mdc/fud/1171538677.html">NEW JAPANESE STYLE PLATFORM BED - King or Queen Sizes - $1375 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
190
|
+
<p><a href="/mdc/fuo/1171519822.html">***** MODERN DARK BROWN OTTOMAN ***** - $125 -</a><font size="-1"> (Miami / Kendall area)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
191
|
+
<p><a href="/mdc/fud/1171536546.html">New Alexander Barstools - Lem Style - 5colors - $249 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
192
|
+
<p><a href="/mdc/fuo/1171536378.html">Super patio/Outdoor sectional 6 piece - $475 -</a><font size="-1"> (North Dade)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
193
|
+
<p><a href="/pbc/fuo/1171536353.html">> 0 < Pittsburgh Steelers Beer Pong Table For Sale!Super Bowl Champs!! - $120 -</a><font size="-1"> (Tequesta/Jupiter)</font> <span class="p"> pic img</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
194
|
+
<p><a href="/mdc/fuo/1171535233.html">American Signature Loveseat - $250 -</a><font size="-1"> (Bay Harbor Islands)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
195
|
+
<p><a href="/mdc/fud/1171535495.html">New Le Corbusier Pony Lounge Chair - $899 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
196
|
+
<p><a href="/pbc/fuo/1171458403.html">Broyhill Wood Coffee Table with Drawers - $50 -</a><font size="-1"> (West Lake Worth)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
197
|
+
<p><a href="/pbc/fuo/1171534833.html">Queen Anne Traditional End Tables Stiffel Brass Lamps - $70 -</a><font size="-1"> (Deerfield Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
198
|
+
<p><a href="/mdc/fud/1171533476.html">Eames Style Molded plywood Dining Chairs w/Megtal Legs - $199 -</a> <span class="p"> pic img</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
199
|
+
<p><a href="/mdc/fuo/1171526415.html">Armoire/Antique finished - $1900 -</a><font size="-1"> (Coral Gables, FL)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
200
|
+
<p><a href="/mdc/fud/1171532234.html">NEW MEGAN LEATHER ITALIAN STYLE DINING CHAIRS - 2 colors - $150 -</a> <span class="p"> pic</span> <<<i><a href="/fud/">furniture by dealer</a></i></p>
|
201
|
+
<p><a href="/pbc/fuo/1171531145.html">(SOLD) Miami Hurricanes Beer Pong Table!! Buy yours custom!! - $175 -</a><font size="-1"> (Jupiter/ Tequesta)</font> <span class="p"> pic img</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
202
|
+
<p><a href="/brw/fuo/1171530985.html">China Cabinet, Table and chairs REDUCED - $100 -</a><font size="-1"> (Deerfield Beach)</font> <span class="p"> pic</span> <<<i><a href="/fuo/">furniture by owner</a></i></p>
|
203
|
+
|
204
|
+
|
205
|
+
<p align="center"><font size="4"><a href="index9000.html">next 100 postings</a></font>
|
206
|
+
|
207
|
+
<div id="footer">
|
208
|
+
<hr>
|
209
|
+
<span id="copy">
|
210
|
+
Copyright © 2009 craigslist, inc.<br>
|
211
|
+
<a href="#top">Back to top of page</a>
|
212
|
+
</span>
|
213
|
+
<span class="rss">
|
214
|
+
<a class="l" href="http://miami.craigslist.org/fua/index.rss">RSS</a>
|
215
|
+
<a href="http://www.craigslist.org/about/rss">(?)</a><br>
|
216
|
+
<a class="y" href="http://add.my.yahoo.com/rss?url=http://miami.craigslist.org/fua/index.rss">add to My Yahoo!</a>
|
217
|
+
</span>
|
218
|
+
</div>
|
219
|
+
<br><br>
|
220
|
+
|
221
|
+
<div id="floater"> </div>
|
222
|
+
|
223
|
+
</blockquote>
|
224
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/jquery.js"></script>
|
225
|
+
</body>
|
226
|
+
</html>
|
@@ -0,0 +1,149 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head>
|
3
|
+
<title>south florida pets classifieds "kitten" - craigslist</title>
|
4
|
+
|
5
|
+
<meta name="description" content="craigslist pets classifieds for south florida "kitten" ">
|
6
|
+
<meta name="keywords" content="south florida pets craigslist, classifieds, want ads ">
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
<link rel=alternate type="application/rss+xml" href="/search/pet?query=kitten&catAbbreviation=pet&hasPic=1&format=rss" title="RSS feed for craigslist | pets "kitten" in south florida ">
|
11
|
+
<link rel="stylesheet" title="craigslist" href="http://www.craigslist.org/styles/craigslist.css" type="text/css" media="all">
|
12
|
+
<link rel="shortcut icon" href="http://www.craigslist.org/favicon.ico" type="image/x-icon">
|
13
|
+
</head>
|
14
|
+
|
15
|
+
<body class="toc">
|
16
|
+
|
17
|
+
<a name="top"></a>
|
18
|
+
|
19
|
+
<div class="bchead">
|
20
|
+
<span id="ef">
|
21
|
+
|
22
|
+
[ <a href="http://www.craigslist.org/about/help/">help</a> ]
|
23
|
+
[ <a href="https://post.craigslist.org/mia/C">post</a> ]</span>
|
24
|
+
|
25
|
+
<a href="/"> south florida craigslist</a> > <a href="/ccc/">community</a> > <a href="/pet/">pets</a>
|
26
|
+
<div id="satabs"> <b>all south florida</b> <a href="/search/pet/mdc?hasPic=1&query=kitten">miami / dade</a> <a href="/search/pet/brw?hasPic=1&query=kitten">broward county</a> <a href="/search/pet/pbc?hasPic=1&query=kitten">palm beach co</a> </div>
|
27
|
+
|
28
|
+
</div>
|
29
|
+
|
30
|
+
<blockquote>
|
31
|
+
<form action="/search/pet" method="get" onsubmit="ckCAbb();">
|
32
|
+
|
33
|
+
<script type="text/javascript"><!--
|
34
|
+
var cabb = "pet";
|
35
|
+
-->
|
36
|
+
</script>
|
37
|
+
|
38
|
+
<table width="100%" cellpadding="2" style="white-space: nowrap; background:#eee; border:1px solid gray;" summary="">
|
39
|
+
<tr>
|
40
|
+
<td align="right" width="1">search for:</td>
|
41
|
+
|
42
|
+
<td width="30%"><input id="query" name="query" size="30" value="kitten"> in:
|
43
|
+
<select id="cAbb" name="catAbbreviation">
|
44
|
+
|
45
|
+
<option value="ccc">all community
|
46
|
+
<option disabled value="">--
|
47
|
+
<option value="act"> activity partners
|
48
|
+
<option value="ats"> artists
|
49
|
+
<option value="kid"> childcare
|
50
|
+
<option value="com"> general
|
51
|
+
<option value="grp"> groups
|
52
|
+
<option value="vnn"> local news and views
|
53
|
+
<option value="laf"> lost & found
|
54
|
+
<option value="muc"> musicians
|
55
|
+
<option value="pet" selected> pets
|
56
|
+
<option value="pol"> politics
|
57
|
+
<option value="rid"> rideshare
|
58
|
+
<option value="vol"> volunteers
|
59
|
+
<option disabled value="">--
|
60
|
+
|
61
|
+
<option value="eee">all event
|
62
|
+
|
63
|
+
<option value="sss">all for sale / wanted
|
64
|
+
|
65
|
+
<option value="ggg">all gigs
|
66
|
+
|
67
|
+
<option value="hhh">all housing
|
68
|
+
|
69
|
+
<option value="jjj">all jobs
|
70
|
+
|
71
|
+
<option value="ppp">all personals
|
72
|
+
|
73
|
+
<option value="res">all resume
|
74
|
+
|
75
|
+
<option value="bbb">all services offered
|
76
|
+
</select>
|
77
|
+
<input type="submit" value="Search">
|
78
|
+
</td><td>
|
79
|
+
<label><input type="checkbox" name="srchType" value="T"
|
80
|
+
title="check this box to search only posting titles"> only search titles</label>
|
81
|
+
</td>
|
82
|
+
</tr>
|
83
|
+
<tr>
|
84
|
+
<td align="right" width="1"></td>
|
85
|
+
<td></td>
|
86
|
+
<td align="left"><label><input type="checkbox" name="hasPic" value="1" checked> has image</label></td>
|
87
|
+
</tr>
|
88
|
+
</table>
|
89
|
+
</form>
|
90
|
+
</blockquote>
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
<blockquote>
|
95
|
+
<table width="100%" summary="">
|
96
|
+
<tr>
|
97
|
+
<td valign="top"></td>
|
98
|
+
<td valign="top" id="messages"></td>
|
99
|
+
</tr>
|
100
|
+
</table>
|
101
|
+
|
102
|
+
<div>Sort by:<strong> most recent</strong> <a href="/search/pet?catAbbreviation=pet&hasPic=1&query=kitten&sort=rel">best match</a>
|
103
|
+
</div>
|
104
|
+
|
105
|
+
<h4 style="text-align: center;">
|
106
|
+
<span style="float: left;"> </span>
|
107
|
+
<span style="float: right;"> </span>
|
108
|
+
<b>Found: 21 Displaying: 1 - 21</b>
|
109
|
+
|
110
|
+
</h4>
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
<!-- sphinx: 0.002661, csd: 0.029722, total: 0.032383 via 15p -->
|
115
|
+
|
116
|
+
<p> Mar 15 - <a href="/brw/pet/1645427156.html">Adopt a 7 month on kitten- $75</a> - <font size="-1"> (Tamarac)</font> <span class="p"> pic</span></p><p> Mar 15 - <a href="/brw/pet/1645417724.html">Adorable Kitten! Free!!!</a> - <font size="-1"> (Hollywood)</font> <span class="p"> pic</span></p><p> Mar 13 - <a href="/pbc/pet/1642509548.html">KITTENS,5 months, 1 Russian blue, 1 grey & white,vac spy/neu,$35fee ea</a> - <font size="-1"> (Boca Raton)</font> <span class="p"> pic</span></p><p> Mar 13 - <a href="/mdc/pet/1642507025.html">Kitties need a good home </a> - <span class="p"> pic</span></p><p> Mar 13 - <a href="/pbc/pet/1641788349.html">7 week old kittens for adoption</a> - <font size="-1"> (Jupiter)</font> <span class="p"> pic</span></p><p> Mar 12 - <a href="/brw/pet/1641586368.html">Adorable Orange Kitten Free to Good Home</a> - <font size="-1"> (Pompano Beach)</font> <span class="p"> pic</span></p><p> Mar 12 - <a href="/mdc/pet/1641319490.html">7 month old kitten free to good home</a> - <span class="p"> pic</span></p><p> Mar 9 - <a href="/mdc/pet/1636566131.html">FEMALE KITTEN FOR GOOD HOME</a> - <font size="-1"> (Coral Gables)</font> <span class="p"> pic</span></p><p> Mar 4 - <a href="/mdc/pet/1628719960.html">Kitten</a> - <font size="-1"> (Coral Gables)</font> <span class="p"> pic</span></p><p> Mar 4 - <a href="/mdc/pet/1628599344.html">Kitties need a good home</a> - <font size="-1"> (Cutler Bay, FL)</font> <span class="p"> pic</span></p><p> Mar 1 - <a href="/mdc/pet/1624188627.html">Persain Cat And Tabby Cat</a> - <font size="-1"> (Homestead)</font> <span class="p"> pic</span></p><p> Feb 23 - <a href="/mdc/pet/1614259228.html">Tabby female kitten in a parking lot needs your help</a> - <font size="-1"> (Aventura)</font> <span class="p"> pic</span></p><p> Feb 22 - <a href="/brw/pet/1612518373.html">Spring is almost officially here, grow your family, adopt a kitty!</a> - <font size="-1"> (Margate, FL)</font> <span class="p"> pic</span></p><p> Feb 22 - <a href="/brw/pet/1612003336.html">Many adorable kittens for adoption! </a> - <font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span></p><p> Feb 19 - <a href="/mdc/pet/1607905310.html">2 free cats/kitten to good home</a> - <font size="-1"> (westchester)</font> <span class="p"> pic</span></p><p> Feb 19 - <a href="/brw/pet/1607872920.html">BEAUTIFUL KITTENS</a> - <font size="-1"> (plantation)</font> <span class="p"> pic</span></p><p> Feb 18 - <a href="/brw/pet/1607609174.html">MANY new adorable kittens for good homes!!!</a> - <font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span></p><p> Feb 16 - <a href="/mdc/pet/1603373139.html">Kitten living in a parking lot needs your help</a> - <font size="-1"> (Aventura)</font> <span class="p"> pic</span></p><p> Feb 16 - <a href="/brw/pet/1603142238.html">BEAUTIFUL 8 WEEK KITTENS</a> - <font size="-1"> (plantation)</font> <span class="p"> pic</span></p><p> Feb 13 - <a href="/pbc/pet/1599172135.html">ORANGE TABBY KITTEN</a> - <font size="-1"> (Delray Beach)</font> <span class="p"> pic</span></p><p> Feb 13 - <a href="/brw/pet/1598811174.html">Lots of kittens to choose from! Pics!!</a> - <font size="-1"> (Fort Lauderdale)</font> <span class="p"> img</span></p><br><div>Sort by:<strong> most recent</strong> <a href="/search/pet?catAbbreviation=pet&hasPic=1&query=kitten&sort=rel">best match</a>
|
117
|
+
</div>
|
118
|
+
|
119
|
+
<h4 style="text-align: center;">
|
120
|
+
<span style="float: left;"> </span>
|
121
|
+
<span style="float: right;"> </span>
|
122
|
+
<b>Found: 21 Displaying: 1 - 21</b>
|
123
|
+
|
124
|
+
</h4>
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
<div id="footer">
|
131
|
+
<hr>
|
132
|
+
<span id="copy">
|
133
|
+
Copyright © 2010 craigslist, inc.<br>
|
134
|
+
</span>
|
135
|
+
<span class="rss">
|
136
|
+
<a class="l" href="/search/pet?query=kitten&catAbbreviation=pet&hasPic=1&format=rss">RSS</a>
|
137
|
+
<a href="http://www.craigslist.org/about/rss">(?)</a><br>
|
138
|
+
</span>
|
139
|
+
</div>
|
140
|
+
<br><br>
|
141
|
+
|
142
|
+
<div id="floater"> </div>
|
143
|
+
|
144
|
+
</blockquote>
|
145
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/jquery-1.4.2.js"></script>
|
146
|
+
<script type="text/javascript" src="http://www.craigslist.org/js/tocs.js"></script>
|
147
|
+
|
148
|
+
</body>
|
149
|
+
</html>
|