feat(amazon-shopping): parse filters and extract search candidates
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!-- Hand-crafted sanitized fixture. Not a live Amazon snapshot. -->
|
||||
<html>
|
||||
<body>
|
||||
<div data-component-type="s-search-result" data-asin="B0TESTLED1">
|
||||
<h2><a class="a-link-normal s-line-clamp-2" href="/Bright-Daylight-Equivalent/dp/B0TESTLED1/ref=sr_1_1">Bright Daylight 100W Equivalent LED Bulbs, 50 Count</a></h2>
|
||||
<span class="a-price"><span class="a-offscreen">$18.99</span></span>
|
||||
<span class="a-size-base a-color-secondary">$0.38/Count</span>
|
||||
<span aria-label="4.6 out of 5 stars"></span>
|
||||
<a aria-label="1,234 ratings"></a>
|
||||
<div class="a-row a-size-base a-color-secondary">FREE delivery Tomorrow</div>
|
||||
<img class="s-image" src="https://m.media-amazon.com/images/I/test-led.jpg" />
|
||||
</div>
|
||||
<div data-component-type="s-search-result" data-asin="B0TESTLED2">
|
||||
<span>Sponsored</span>
|
||||
<h2><a href="https://www.amazon.com/gp/product/B0TESTLED2">Value LED Bulbs Soft White, Pack of 24</a></h2>
|
||||
<span class="a-price"><span class="a-offscreen">$21.99</span></span>
|
||||
<span aria-label="4.3 out of 5 stars"></span>
|
||||
<a aria-label="543 ratings"></a>
|
||||
<div>Delivery Friday</div>
|
||||
</div>
|
||||
<a class="s-pagination-next" href="/s?k=led+bulbs&page=2">Next</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user