NGC Coin Catalog Scraper
Pricing
from $3.00 / 1,000 results
NGC Coin Catalog Scraper
Browse the NGC numismatic coin catalog - list coin series by category or search by name, and enumerate all individual coin types (year/mint/denomination entries) within any series. Data sourced from the public NGC coin research API.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Browse the NGC numismatic coin catalog — list all coin series by name or search for specific series, and enumerate individual coin types (year/mint/denomination entries) within any series. Data sourced from the public NGC coin research API (production.api.aws.ccg-ops.com).
Data Source
Data is sourced from the NGC (Numismatic Guaranty Company) public coin research API, which powers the NGC Coin Explorer website. No authentication, proxy, or cookies required.
What You Can Do
- List Coin Series — browse all 15,000+ numismatic coin series in the NGC catalog
- Search Coin Series — find series by name (e.g. "morgan", "lincoln", "eagle")
- List Coin Types — enumerate all individual date/mint entries within a specific series
Input Parameters
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | searchSeries | Operation mode |
query | string | morgan | Series name keyword (modes: listSeries, searchSeries) |
seriesId | integer | 72 | NGC research group ID for listCoinTypes mode |
maxItems | integer | 50 | Max records to return (1–500) |
Modes
| Mode | Description |
|---|---|
listSeries | List all coin series (paginated) |
searchSeries | Filter series by name keyword |
listCoinTypes | List all coin type entries for a specific series |
Well-Known Series IDs
| seriesId | Series |
|---|---|
| 72 | Morgan Dollars (1878-1921) |
| 78 | Peace Dollars (1921-1935) |
| 45 | Buffalo Nickels (1913-1938) |
| 19 | Silver Eagles (1986-Date) |
| 18 | Silver Commemoratives (1892-1954) |
| 13 | Early Dollars (1794-1804) |
| 14 | Gold Dollars (1849-1889) |
Output Fields
Coin Series Records (modes: listSeries, searchSeries)
| Field | Description |
|---|---|
seriesId | NGC research group ID |
seriesName | Series display name |
seoName | URL-safe series name |
importCode | NGC import code |
categoryId | Category ID |
categorySeoPath | Category URL path |
subcategorySeoPath | Subcategory URL path |
totalPopulation | Total NGC-certified coins in this series |
populationNGCX | NGC Exchange certified count |
hasMintStateCoins | Whether MS-graded coins exist |
hasProofCoins | Whether PF-graded coins exist |
description | Series description |
recordType | Always "coinSeries" |
Coin Type Records (mode: listCoinTypes)
| Field | Description |
|---|---|
coinTypeId | Universal coin type ID |
populationId | NGC population record ID |
year | Year (may include variety, e.g. "1878 8TF") |
numericYear | Numeric year |
denomination | Denomination (e.g. "$1") |
mintMark | Mint mark (S, O, CC, D, or empty for Philadelphia) |
designation | MS (Mint State) or PF (Proof) |
strike | Strike type |
variety | Variety description |
displayName | Full display name |
seriesName | Parent series name |
seriesId | Parent series ID |
totalPopulation | Total NGC-certified count for this type |
recordType | Always "coinType" |
FAQs
Does this require an API key? No. The NGC coin research API is publicly accessible.
How is this different from NGCCoinCensusScraper? This actor returns coin series info and coin type identification data (year/mint/denomination). NGCCoinCensusScraper returns full grade-by-grade population breakdowns (MS60, MS61...MS70 counts).
How many coin series are in the catalog? Over 15,000 coin series from all countries and eras.
What's the daily test prefill? mode=searchSeries, query=morgan — always returns Morgan Dollar related series.