Numista Scraper - World Coin & Banknote Catalog avatar

Numista Scraper - World Coin & Banknote Catalog

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Numista Scraper - World Coin & Banknote Catalog

Numista Scraper - World Coin & Banknote Catalog

Scrape the Numista world coin and banknote catalog. Search by keyword (e.g. 'morgan dollar') and get title, country, years, denomination, composition, weight, diameter, mintage, KM#/N# references, value estimates, and images.

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

9 days ago

Last modified

Categories

Share

Numista Scraper – World Coin & Banknote Catalog

Scrape the Numista catalog — one of the largest online references for world coins and banknotes — by keyword. Get clean, structured records for collectors, dealers, appraisers, and numismatic apps.

What it does

Give it one or more search queries (e.g. morgan dollar, canada 1 cent, 1965 penny) and it returns the matching catalog entries with images, country, years, denomination, catalog references, and — when detail scraping is enabled — full physical specs and value estimates.

Input

FieldTypeDescription
searchQueriesarray of stringsKeywords to search the Numista catalog. Default: ["morgan dollar"].
maxResultsintegerMax catalog entries per query (Numista returns ~50/page). Default: 50.
scrapeDetailsbooleanVisit each coin's detail page for composition, weight, diameter, thickness, shape, edge, mintage, value estimate, grades, and full references. Default: false.
proxyConfigurationobjectProxy settings. RESIDENTIAL recommended (used by default) — Numista is behind Cloudflare and rate-limits.

Example input

{
"searchQueries": ["morgan dollar", "canada 1 cent"],
"maxResults": 25,
"scrapeDetails": true,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Each record:

{
"numistaId": "19168",
"title": "25 Cents Magnetic",
"country": "Barbados",
"catalogGroup": "Barbados • Dollar (1973-date)",
"denomination": "25 Cents",
"years": "2007-2023",
"category": "Standard circulation coins",
"reference": "N# 19168",
"dimensions": "23.664 mm",
"image": "https://en.numista.com/catalogue/photos/.../...-360.jpg",
"reverseImage": "https://en.numista.com/catalogue/photos/.../...-360.jpg",
"url": "https://en.numista.com/19168",
"composition": "Nickel plated steel",
"weight": "5.1 g",
"diameter": "23.664 mm",
"thickness": "1.826 mm",
"shape": "Round",
"edge": "Smooth",
"mintage": null,
"valueEstimate": "USD 0.13",
"grades": ["VG", "F", "VF", "XF", "AU", "UNC"],
"detailReferences": "KM# 13a",
"query": "canada 1 cent",
"scrapedAt": "2026-06-24T19:20:00.000Z"
}

Detail-only fields (composition, weight, diameter, thickness, shape, edge, mintage, valueEstimate, grades, detailReferences) are populated only when scrapeDetails is true; otherwise they are null.

Use cases

  • Build coin/banknote price and reference databases
  • Identify and catalog raw coins for grading/arbitrage decisions
  • Power numismatic apps, Discord bots, and dealer inventory tools
  • Cross-reference KM# / N# catalog numbers at scale

Notes

  • Numista value estimates and per-grade prices are partly JavaScript-rendered; the spec table, references, and core valuation are captured from the server-rendered HTML.
  • Please scrape responsibly. RESIDENTIAL proxies and modest concurrency keep the actor within polite rate limits.

Pricing

Pay-per-result: a small per-result charge plus a tiny actor-start fee. You only pay for data you receive.