ammocpr/test/fixtures/sg_ammo/9mm.html
Graham McIntire bbe5bde145
Initial implementation of ammo price tracker
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
2026-03-11 15:58:12 -05:00

76 lines
3.7 KiB
HTML

<table>
<tbody>
<tr class="sgammo-content-product-item product instock product_cat-9mm-luger-ammo">
<td class="sgammo-content-product-item__col-thumbnail">
<img src="https://sgammo.com/wp-content/uploads/magtech-9mm.jpg" alt="">
</td>
<td class="sgammo-content-product-item__col-title">
<h4 class="sgammo-content-product-item__title">
<a href="https://sgammo.com/product/9mm-luger-ammo/50-round-box-9mm-luger-115-grain-fmj-ammo-by-magtech-9a/">
50 Round Box - 9mm Luger 115 Grain FMJ Ammo by Magtech - 9A
</a>
</h4>
<div>SKU: MGT-9A-Box</div>
</td>
<td class="sgammo-content-product-item__col-qty">
120+
</td>
<td class="sgammo-content-product-item__col-price">
<strong class="sgammo-cl-mb025">
<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>13.95</bdi></span> Each
</strong>
<strong class="sgammo-cl-mb025">20+ @<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>12.99</bdi></span></strong>
<span>(<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>0.28</bdi></span> Per Round)</span>
</td>
</tr>
<tr class="sgammo-content-product-item product instock product_cat-9mm-luger-ammo">
<td class="sgammo-content-product-item__col-thumbnail">
<img src="https://sgammo.com/wp-content/uploads/magtech-9mm-case.jpg" alt="">
</td>
<td class="sgammo-content-product-item__col-title">
<h4 class="sgammo-content-product-item__title">
<a href="https://sgammo.com/product/9mm-luger-ammo/1000-round-case-9mm-luger-115-grain-fmj-ammo-by-magtech-9a/">
1000 Round Case - 9mm Luger 115 Grain FMJ Ammo by Magtech - 9A
</a>
</h4>
<div>SKU: MTG-9A-case</div>
</td>
<td class="sgammo-content-product-item__col-qty">
25+
</td>
<td class="sgammo-content-product-item__col-price">
<strong class="sgammo-cl-mb025">
<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>259.80</bdi></span> Each
</strong>
<strong class="sgammo-cl-mb025">FREE <br>SHIPPING</strong>
<strong class="sgammo-cl-mb025">2+ @<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>249.80</bdi></span></strong>
<span>(<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>0.26</bdi></span> Per Round)</span>
</td>
</tr>
<tr class="sgammo-content-product-item product instock product_cat-9mm-luger-ammo">
<td class="sgammo-content-product-item__col-thumbnail">
<img src="https://sgammo.com/wp-content/uploads/winchester-9mm.jpg" alt="">
</td>
<td class="sgammo-content-product-item__col-title">
<h4 class="sgammo-content-product-item__title">
<a href="https://sgammo.com/product/9mm-luger-ammo/100-round-box-9mm-luger-winchester-fmj-115-grain-value-pack-ammo/">
100 Round Box - 9mm Luger Winchester FMJ 115 Grain Value Pack Ammo - USA9MMVP
</a>
</h4>
<div>SKU: USA9MMVP</div>
</td>
<td class="sgammo-content-product-item__col-qty">
50+
</td>
<td class="sgammo-content-product-item__col-price">
<strong class="sgammo-cl-mb025">
<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>27.95</bdi></span> Each
</strong>
<strong class="sgammo-cl-mb025">10+ @<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>25.95</bdi></span></strong>
<span>(<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>0.28</bdi></span> Per Round)</span>
</td>
</tr>
</tbody>
</table>