Golden Eagle Coins Scraper - Bullion & Coin Prices
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Golden Eagle Coins Scraper - Bullion & Coin Prices
Scrape GoldenEagleCoin.com bullion & numismatic coins. Get title, metal, type (coin/bar/round), weight, purity, price, payment-tier pricing (wire/check, Bitcoin, CC/PayPal), volume tiers, availability, image, URL. Search products or crawl categories. Structured JSON output.
Golden Eagle Coins Scraper — Bullion & Coin Prices
Scrape GoldenEagleCoin.com — one of the oldest US precious-metals dealers (est. 1974) — for live bullion and numismatic coin prices, including the full payment-method pricing (Wire/Check vs Bitcoin vs Credit Card/PayPal) and quantity volume-discount tiers that most price trackers miss.
What it does
- Search mode — enter any queries (
silver eagle,gold buffalo,morgan dollar,krugerrand) and get the top matching products from the site's search API. - Category mode — point it at any category URL (e.g.
/buy-silver/american-silver-eagles/silver-eagles) and it scrapes every product card including the full Qty × payment-method pricing table. Hub pages like/buy-goldare descended into automatically. - Both modes can be combined; results are de-duplicated by product ID.
Output fields
| Field | Description |
|---|---|
productId | Golden Eagle product ID |
title | Product name |
metal | Gold / Silver / Platinum / Palladium / Copper |
productType | Coin / Bar / Round / Note |
weight | Weight in troy ounces (derived from title) |
purity | Fineness where stated (e.g. .999, 22k) |
price, priceWireCheck | Base wire/check price (USD) |
priceBitcoin | Bitcoin payment price |
priceCcPaypal | Credit card / PayPal price |
priceAsLowAs | Lowest volume-tier price (category mode) |
tierPricing | Array of {quantity, wireCheck, bitcoin, ccPaypal} volume tiers |
priceFormula | Dealer pricing formula vs spot (e.g. $SILVER+5.25, search mode) |
availability, inStock | Stock status |
image, url | Product image and page URL |
Example output
{"productId": 7799,"title": "1 oz American Silver Eagle BU - Random Year","metal": "Silver","productType": "Coin","weight": 1,"purity": ".999","price": 63.78,"priceBitcoin": 64.42,"priceCcPaypal": 66.33,"priceAsLowAs": 61.78,"tierPricing": [{ "quantity": "1-19", "wireCheck": 63.78, "bitcoin": 64.42, "ccPaypal": 66.33 },{ "quantity": "1500+", "wireCheck": 61.78 }],"availability": "In stock","inStock": true,"url": "https://www.goldeneaglecoin.com/item/1-oz-american-silver-eagle-bu-_-random-year"}
Use cases
- Track bullion dealer premiums over spot across payment methods
- Monitor volume-discount breakpoints for large purchases
- Arbitrage / price-comparison feeds against other dealers (APMEX, SD Bullion, JM Bullion)
- Numismatic inventory monitoring (certified, proof, key-date coins)
Input example
{"searchQueries": ["gold buffalo"],"categoryUrls": ["https://www.goldeneaglecoin.com/buy-silver/american-silver-eagles/silver-eagles"],"maxResults": 100,"inStockOnly": false}
No proxy needed — the site serves its SSR pages and search API openly.