PCGS Coin Price Guide Scraper avatar

PCGS Coin Price Guide Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
PCGS Coin Price Guide Scraper

PCGS Coin Price Guide Scraper

Scrape PCGS coin prices across all grades (G-4 through MS-70/PR-70). Search by coin type or browse categories. Returns prices, PCGS numbers, year, mintmark, and denomination.

Pricing

from $5.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

Extract coin prices from the Professional Coin Grading Service (PCGS) price guide at pcgs.com/prices — the industry standard for rare US coin valuations.

What This Scraper Does

  • Fetches dealer asking prices for PCGS-graded coins across key Sheldon grades (G-4 through MS-70/PR-70)
  • Covers all 144 US coin series: cents, nickels, dimes, quarters, half dollars, dollars, and gold
  • Extracts coin identification: PCGS number, year, mint mark, denomination, variety, designation (MS/PL/DMPL/PR)
  • Returns both low and high price for each grade (some grades show a bid/ask range)
  • Supports pagination — Morgan Dollars alone have 341 rows across 4 pages

Input Parameters

ParameterTypeDefaultDescription
modestringcategorycategory, categories, or search
categorySlugstringmorgan-dollarURL slug for the coin series
categoryIdinteger744PCGS numeric category ID
searchQuerystring""Coin name/date filter (search mode)
gradeRangestringmost-activemost-active, grades-1-20, grades-25-60, grades-61-70, or all
includeProofsbooleanfalseAlso fetch Proof (PR) strike prices
includeSpecimensbooleanfalseAlso fetch Specimen (SP) strike prices
maxResultsinteger5Max rows to return (0 = unlimited)
proxyConfigurationobjectRESIDENTIALResidential proxy settings

Modes

category — Browse a Coin Series

Scrapes all price rows for a specific coin type. Use categorySlug and categoryId together.

Popular categories:

SeriesSlugID
Morgan Dollarmorgan-dollar744
Peace Dollarpeace-dollar26
Walking Liberty Half Dollarwalking-liberty-half-dollar733
Franklin Half Dollarfranklin-half-dollar734
Kennedy Half Dollarkennedy-half-dollar125
Mercury Dimemercury-dime16
Roosevelt Dimeroosevelt-dime17
Buffalo Nickelbuffalo-nickel83
Jefferson Nickeljefferson-nickel84
Lincoln Cent (Wheat)lincoln-cent-wheat46
Lincoln Cent (Modern)lincoln-cent-modern47
Indian Centindian-cent44
Saint-Gaudens Double Eaglesaint-gaudens-double-eagle159
Liberty Double Eagleliberty-head-double-eagle157
American Silver Eagleamerican-silver-eagle100
American Gold Eagleamerican-gold-eagle164

Use categories mode to discover all 144 slugs and IDs.

{
"mode": "category",
"categorySlug": "morgan-dollar",
"categoryId": 744,
"gradeRange": "most-active",
"maxResults": 50
}

categories — List All Series

Returns all 144 coin series available in the PCGS price guide.

{
"mode": "categories",
"maxResults": 0
}

search — Search by Date or Name

Filters rows within a category by coin name, date, or mint mark.

{
"mode": "search",
"categorySlug": "morgan-dollar",
"categoryId": 744,
"searchQuery": "1881-S",
"maxResults": 10
}

Output Fields

Each result record includes:

{
"pcgsNumber": "7130",
"coinName": "1881-S",
"year": "1881",
"mintMark": "S",
"variety": null,
"designation": "MS",
"series": "morgan-dollar",
"categorySlug": "morgan-dollar",
"categoryId": 744,
"priceG4": 92,
"priceF12": 92,
"priceEF40": 92,
"priceAU55": 94,
"priceAU55High": 94,
"priceMS63": 100,
"priceMS63High": 110,
"priceMS64": 125,
"priceMS64High": 150,
"priceMS65": 185,
"priceMS65High": 225,
"priceMS66": 400,
"priceMS66High": 500,
"priceMS67": 1100,
"priceMS67High": 1750,
"priceMS68": 5500,
"priceMS68High": 18000,
"gradeRange": "most-active",
"sourceUrl": "https://www.pcgs.com/prices/detail/morgan-dollar/744/most-active",
"scrapedAt": "2026-04-23T00:00:00.000Z"
}

Designations

PCGS tracks prices separately for each strike type:

  • MS — Mint State (regular business strikes)
  • PL — Prooflike (mirror-like surfaces but business struck)
  • DMPL — Deep Mirror Prooflike (strong mirror surfaces)
  • PR — Proof (specially struck for collectors, use includeProofs: true)
  • SP — Specimen (use includeSpecimens: true)

Grade Ranges

PCGS splits coin prices across four grade tabs:

  • most-active — 8-10 key circulated/mint state grades (fastest, default)
  • grades-1-20 — AG-3 through F-20 (heavy wear)
  • grades-25-60 — VF-25 through AU-58
  • grades-61-70 — MS-61 through MS-70 (pristine)

Use gradeRange: "all" to fetch all 4 tabs and get every available grade.

Use Cases

  • Coin dealer pricing — Benchmark inventory against PCGS official values
  • Collection valuation — Value graded coins by PCGS number and grade
  • Price tracking — Monitor weekly price changes across the series
  • Market research — Analyze grade premiums and population relationships
  • Numismatic research — Study pricing across all US coinage series

About PCGS Prices

PCGS price guide values represent average dealer asking prices compiled weekly from:

  • Dealer price lists and website offerings
  • Fixed-price list advertisements
  • Significant auction results
  • Activity at major coin shows

Prices are typically shown as a range (low/high) representing the minimum ask and a typical ask for attractive/original examples within the grade.


Built by lulzasaur · PCGS Price Guide