Modern Coin Mart (MCM) Scraper - Coins & Bullion Prices avatar

Modern Coin Mart (MCM) Scraper - Coins & Bullion Prices

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Modern Coin Mart (MCM) Scraper - Coins & Bullion Prices

Modern Coin Mart (MCM) Scraper - Coins & Bullion Prices

Scrape ModernCoinMart.com coins & bullion. Get title, metal, product type (coin/bar/set), year, mint, grade, price, availability, image and URL. Search any product via the open WooCommerce Store API. 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

5 days ago

Last modified

Categories

Share

Modern Coin Mart (MCM) Scraper

Scrape product data from Modern Coin Mart (moderncoinmart.com), a leading online retailer of coins and precious metals bullion.

Search any product and get clean, structured JSON: title, metal, product type (coin / bar / round / set), year, mint, grade, price, availability, image and URL — plus certification, denomination, fineness, metal content, ratings and more.

What it does

  • Searches Modern Coin Mart via its open WooCommerce Store API (no login, no scraping fragility).
  • Returns rich, structured product records.
  • Supports multiple search queries, metal / product-type filters, price range and in-stock filtering.
  • Fast and cheap — no proxy required.

Input

FieldTypeDescription
searchQueriesarraySearch terms, e.g. ["silver eagle", "morgan dollar", "gold bar"]. Defaults to ["silver eagle"].
metalselectFilter by metal: Any / Gold / Silver / Platinum / Palladium / Copper.
productTypeselectFilter by type: Any / Coin / Bar / Round / Set.
maxResultsintegerMax products per query (default 100).
minPrice / maxPricenumberPrice range filter (USD).
inStockOnlybooleanOnly return in-stock products.
proxyConfigurationobjectOptional. Not needed — leave disabled.

Example input

{
"searchQueries": ["silver eagle", "morgan dollar"],
"metal": "Silver",
"maxResults": 100
}

Output

Each dataset item looks like:

{
"productId": "2822210",
"sku": "51109",
"title": "2026-W $1 1-oz Enhanced Uncirculated American Silver Eagle NGC MS70",
"metal": "Silver",
"productType": "Coin",
"year": "2026",
"mint": "West Point",
"grade": "MS70",
"certification": "NGC",
"denomination": "$1",
"fineness": ".999",
"metalContent": "1 oz",
"categories": ["American Silver Eagle Coins"],
"price": 1063.11,
"regularPrice": 1063.11,
"salePrice": 1063.11,
"onSale": false,
"currency": "USD",
"availability": "In Stock",
"inStock": true,
"image": "https://moderncoinmart-images.nyc3.digitaloceanspaces.com/.../51109.jpg",
"url": "https://moderncoinmart.com/product/.../",
"searchQuery": "silver eagle",
"scrapedAt": "2026-07-09T00:00:00.000Z"
}

Use cases

  • Coin & bullion price monitoring and comparison shopping.
  • Building datasets for numismatic / precious-metals research.
  • Tracking inventory, availability and sale pricing.
  • Feeding arbitrage and dealer-pricing tools.

Notes

This scraper reads publicly available product listing data. Please respect Modern Coin Mart's terms of service and use responsibly.