feat(amazon-shopping): scrape and filter amazon product results
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!-- Hand-crafted sanitized fixture. Not a live Amazon snapshot. -->
|
||||
<html>
|
||||
<body>
|
||||
<h1 id="productTitle">Bright Daylight LED Bulbs 100W Equivalent, 50 Count</h1>
|
||||
<span id="productTitle_feature_div"></span>
|
||||
<span class="a-price"><span class="a-offscreen">$18.99</span></span>
|
||||
<div id="mir-layout-DELIVERY_BLOCK-slot-PRIMARY_DELIVERY_MESSAGE_LARGE">FREE delivery Tomorrow</div>
|
||||
<div id="availability">In Stock</div>
|
||||
<div id="merchant-info">Ships from Amazon.com</div>
|
||||
<div id="feature-bullets">
|
||||
<ul>
|
||||
<li><span>Energy efficient 100W equivalent bulbs.</span></li>
|
||||
<li><span>Daylight color temperature for kitchens and garages.</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<table id="productOverview_feature_div">
|
||||
<tr><td>Brand</td><td>BrightCo</td></tr>
|
||||
<tr><td>Light Type</td><td>LED</td></tr>
|
||||
</table>
|
||||
<span id="acrPopover" title="4.6 out of 5 stars"></span>
|
||||
<span id="acrCustomerReviewText">1,234 ratings</span>
|
||||
<table id="histogramTable">
|
||||
<tr><td>5 star</td><td>72%</td></tr>
|
||||
<tr><td>4 star</td><td>15%</td></tr>
|
||||
<tr><td>3 star</td><td>7%</td></tr>
|
||||
<tr><td>2 star</td><td>3%</td></tr>
|
||||
<tr><td>1 star</td><td>3%</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user