Coinflation Scraper - Coin Melt Values & Metal Content avatar

Coinflation Scraper - Coin Melt Values & Metal Content

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Coinflation Scraper - Coin Melt Values & Metal Content

Coinflation Scraper - Coin Melt Values & Metal Content

Scrape precious-metal melt values of US and world coins from Coinflation using live silver, gold and copper prices. Get coin name, denomination, year range, metal composition, weight, metal content, face value and melt value. Browse silver or gold categories or search by coin.

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

6 days ago

Last modified

Categories

Share

Coinflation Scraper — Coin Melt Values & Metal Content

Scrape precious-metal melt values of US and world coins from Coinflation.com, computed from live silver, gold and copper prices. Perfect for coin dealers, "junk silver" stackers, resellers, and anyone tracking the intrinsic metal value of circulated coinage.

What it does

  • Browses Coinflation's silver and gold coin melt-value tables.
  • For each coin, extracts: coin name, denomination / face value, year range, melt value (and numeric value in USD).
  • Optionally visits each coin's detail page for metal composition, total weight, rounded metal value, and total melt value.
  • Filter to specific coins with search queries, or grab the whole category.

Input

FieldTypeDescription
categoryselectsilver, gold, or all. Default silver.
searchQueriesarrayOptional. Match coins by name (e.g. morgan, washington quarter, silver eagle). Empty = all coins in the category.
scrapeDetailsbooleanWhen ON, visit each coin's detail page to add composition, weight, and full melt value. Slower but richer. Default OFF.
maxResultsintegerMax records. 0 = unlimited. Default 200.
proxyConfigurationobjectCoinflation is behind a Cloudflare challenge — RESIDENTIAL Apify Proxy is strongly recommended (applied automatically if you enable proxy without a group).

Example input

{
"category": "silver",
"searchQueries": ["morgan", "washington quarter"],
"scrapeDetails": true,
"maxResults": 50,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Each record (fast table mode):

{
"name": "1932-1964 Washington Quarter",
"category": "silver",
"country": "United States",
"yearStart": 1932,
"yearEnd": 1964,
"faceValue": "$0.25",
"faceValueNumeric": 0.25,
"meltValue": "$11.2614",
"meltValueNumeric": 11.2614,
"metal": "silver",
"valueType": "Silver Value",
"detailUrl": "https://www.coinflation.com/coins/1932-1964-Silver-Washington-Quarter-Value.html",
"url": "https://www.coinflation.com/silver_coin_values.html",
"source": "coinflation.com",
"scrapedAt": "2026-07-02T20:00:00.000Z"
}

With scrapeDetails: true you also get composition, totalWeight, totalWeightGrams, denomination, roundedMetalValue, and totalMeltValue.

Notes

  • Melt values reflect spot metal value only — not numismatic / rarity value.
  • Values change constantly with metal prices; each record includes scrapedAt.
  • This Actor uses a real browser (Playwright + Chromium) to pass Coinflation's Cloudflare protection. Use RESIDENTIAL proxies for reliability.

Pricing

Pay-per-result: a small fixed fee per Actor start plus a per-item charge for each coin record in the dataset.

Not affiliated with Coinflation.com. Data is for informational purposes only.