Kitco Bullion Scraper - Gold & Silver Prices avatar

Kitco Bullion Scraper - Gold & Silver Prices

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Kitco Bullion Scraper - Gold & Silver Prices

Kitco Bullion Scraper - Gold & Silver Prices

Scrape Kitco (online.kitco.com) gold, silver, platinum & palladium bullion. Get title, metal, weight, purity, price, live premium over spot, availability, image, URL. Search by keyword or category (Gold Eagles, Silver Maples, bars). 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

8 days ago

Last modified

Categories

Share

Kitco Bullion Scraper — Gold & Silver Prices with Premium Over Spot

Scrape live product data from Kitco, one of the world's best-known precious-metals dealers. Search any bullion product or scrape whole categories and get clean, structured JSON: prices, metal, weight, purity, availability — plus the live premium over spot computed from Kitco's own real-time ask prices.

What you get

Per product:

FieldDescription
skuKitco product SKU (e.g. 3000N)
titleProduct name
metalGold / Silver / Platinum / Palladium / Rhodium
productTypeCoin / Bar / Round / Note / Grain / Accessory
weightMetal weight in troy ounces (parsed from title, grams & kilos converted)
purityFineness (e.g. .9999, .9167)
priceCurrent price in USD
originalPricePre-sale price when the product is discounted
onSaleWhether a reduced price is active
premiumOverSpotDollar premium vs. live melt value (price − spot × weight)
premiumPercentPremium as a percent of melt value
spotPriceUsedLive Kitco spot ask price (USD/oz) used for the calculation
availabilityIn Stock / Call to Order / Out of Stock
image, urlProduct image and page link
sourcesearch or category

Why premium over spot matters

Bullion products trade at a markup over the metal's melt value. Comparing premiums — not sticker prices — is how stackers and dealers find the cheapest ounces. This scraper computes it for every product using Kitco's own live spot ask prices, so you can rank products by real cost per ounce.

Input

{
"searchQueries": ["gold eagle", "10 oz silver bar"],
"categories": ["american-silver-eagle-coins", "canadian-gold-maple-leaf-coins"],
"metal": "Any",
"productType": "Any",
"maxResults": 100
}
  • searchQueries — keyword search via Kitco's product search API.
  • categories — category slugs or full URLs (e.g. american-gold-eagle-coins, american-gold-buffalo-coins, canadian-silver-maple-leaf-coins, australian-gold-kangaroos-coins, deals). Category pages add availability and sale pricing.
  • Optional filters: metal, productType, minPrice, maxPrice.

Example output

{
"sku": "3000N",
"title": "1 oz Gold American Eagle Coin (mid 2021 and newer)",
"metal": "Gold",
"productType": "Coin",
"weight": 1,
"purity": ".9167",
"price": 4227.2,
"currency": "USD",
"premiumOverSpot": 174.7,
"premiumPercent": 4.3,
"spotPriceUsed": 4052.5,
"availability": "In Stock",
"url": "https://online.kitco.com/buy/3000N",
"source": "search"
}

Use cases

  • Premium tracking — monitor gold/silver eagle & maple premiums over time.
  • Dealer comparison — benchmark Kitco premiums against other dealers.
  • Deal alerts — watch the deals category for discounted bullion.
  • Market research — track availability and pricing of major sovereign coins.

Notes

  • Results are deduplicated by SKU across queries and categories.
  • No proxy required — the actor talks to Kitco's public site and open search API directly.
  • This actor scrapes only publicly available product listings.