Phoenix 1.8 app that scrapes ammunition retailers (Lucky Gunner, SGAmmo) for price data and displays historical price trends. - Data model: retailers, calibers, products, price snapshots - Scraper infrastructure with Req, Floki, realistic browser headers - Oban-scheduled scrape jobs (every 4h with randomized delays) - LiveView pages: homepage with category cards, caliber detail with price table, Chart.js price history, and price stats banner - 18 seeded calibers across handgun/rifle/rimfire/shotgun categories - 77 tests
103 lines
3.6 KiB
HTML
103 lines
3.6 KiB
HTML
<ul class="products-list">
|
|
<li class="item">
|
|
<a href="https://www.luckygunner.com/9mm-115-grain-fmj-wolf-1350-rounds" class="product-image">
|
|
<img src="https://cdn-secure.luckygunner.com/media/catalog/product/wolf-9mm.jpg" alt="Wolf 9mm 115gr FMJ">
|
|
</a>
|
|
<div class="product-shop">
|
|
<h3 class="product-name">
|
|
<a href="https://www.luckygunner.com/9mm-115-grain-fmj-wolf-1350-rounds">
|
|
<span>9mm - 115 Grain FMJ - Wolf - 1350 Rounds **STEEL CASES**</span>
|
|
</a>
|
|
</h3>
|
|
<div class="col2-set">
|
|
<div class="col-1">
|
|
<div class="price-box">
|
|
<span class="regular-price">$270.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="col-2">
|
|
<p class="cprc">20¢ per round</p>
|
|
<p class="availability availability-simple">
|
|
<span class="stock-qty">70 </span><span class="in-stock">In Stock</span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="desc std">
|
|
<ul>
|
|
<li>Quantity - 50 rounds per box; 27 boxes per case</li>
|
|
<li>Manufacturer - Wolf</li>
|
|
<li>Bullets - 115 grain full metal jacket (FMJ)</li>
|
|
<li>Casings - Berdan-primed copper-washed steel</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="item">
|
|
<a href="https://www.luckygunner.com/9mm-124-grain-fmj-magtech-steel-1000-rounds-steel-cases" class="product-image">
|
|
<img src="https://cdn-secure.luckygunner.com/media/catalog/product/magtech-9mm.jpg" alt="Magtech 9mm 124gr FMJ">
|
|
</a>
|
|
<div class="product-shop">
|
|
<h3 class="product-name">
|
|
<a href="https://www.luckygunner.com/9mm-124-grain-fmj-magtech-steel-1000-rounds-steel-cases">
|
|
<span>9mm - 124 Grain FMJ - Magtech Steel - 1000 Rounds *STEEL CASES*</span>
|
|
</a>
|
|
</h3>
|
|
<div class="col2-set">
|
|
<div class="col-1">
|
|
<div class="price-box">
|
|
<span class="regular-price">$212.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="col-2">
|
|
<p class="cprc">21.2¢ per round</p>
|
|
<p class="availability availability-simple">
|
|
<span class="stock-qty">88 </span><span class="in-stock">In Stock</span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="desc std">
|
|
<ul>
|
|
<li>Quantity - 50 rounds per box; 20 boxes per case</li>
|
|
<li>Manufacturer - Magtech</li>
|
|
<li>Bullets - 124 grain full metal jacket (FMJ)</li>
|
|
<li>Casings - Boxer-primed zinc-plated steel</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
|
|
<li class="item">
|
|
<a href="https://www.luckygunner.com/9mm-115-grain-fmj-cci-blazer-brass-1000-rounds" class="product-image">
|
|
<img src="https://cdn-secure.luckygunner.com/media/catalog/product/cci-9mm.jpg" alt="CCI Blazer Brass 9mm 115gr FMJ">
|
|
</a>
|
|
<div class="product-shop">
|
|
<h3 class="product-name">
|
|
<a href="https://www.luckygunner.com/9mm-115-grain-fmj-cci-blazer-brass-1000-rounds">
|
|
<span>9mm - 115 Grain FMJ - CCI Blazer Brass - 1000 Rounds</span>
|
|
</a>
|
|
</h3>
|
|
<div class="col2-set">
|
|
<div class="col-1">
|
|
<div class="price-box">
|
|
<span class="regular-price">$269.50</span>
|
|
</div>
|
|
</div>
|
|
<div class="col-2">
|
|
<p class="cprc">27¢ per round</p>
|
|
<p class="availability availability-simple">
|
|
<span class="stock-qty">142 </span><span class="in-stock">In Stock</span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="desc std">
|
|
<ul>
|
|
<li>Quantity - 50 rounds per box; 20 boxes per case</li>
|
|
<li>Manufacturer - CCI</li>
|
|
<li>Bullets - 115 grain full metal jacket (FMJ)</li>
|
|
<li>Casings - Boxer-primed brass</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|