Golden Eagle Coins Scraper - Bullion & Coin Prices avatar

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

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.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

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-gold are descended into automatically.
  • Both modes can be combined; results are de-duplicated by product ID.

Output fields

FieldDescription
productIdGolden Eagle product ID
titleProduct name
metalGold / Silver / Platinum / Palladium / Copper
productTypeCoin / Bar / Round / Note
weightWeight in troy ounces (derived from title)
purityFineness where stated (e.g. .999, 22k)
price, priceWireCheckBase wire/check price (USD)
priceBitcoinBitcoin payment price
priceCcPaypalCredit card / PayPal price
priceAsLowAsLowest volume-tier price (category mode)
tierPricingArray of {quantity, wireCheck, bitcoin, ccPaypal} volume tiers
priceFormulaDealer pricing formula vs spot (e.g. $SILVER+5.25, search mode)
availability, inStockStock status
image, urlProduct 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.