Nobel Prize Laureates Scraper — Winners, Years & Motivations avatar

Nobel Prize Laureates Scraper — Winners, Years & Motivations

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Nobel Prize Laureates Scraper — Winners, Years & Motivations

Nobel Prize Laureates Scraper — Winners, Years & Motivations

Extract Nobel Prize laureates from the official Nobel Prize API. Get winner names, prize year, category, motivation, prize amount, birth country, and affiliations. Filter by category, year, and gender. Clean structured JSON for research and reference.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Compute Edge

Compute Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Extract complete Nobel Prize winner data from the official Nobel Prize API. This scraper gives you structured, ready-to-use data on every laureate since 1901 — including award year, category, prize motivation, prize amount, birth country, institutional affiliation, and Wikipedia link.

Features

  • Full coverage: All ~1,000 Nobel Prize laureates from Physics to Literature to Peace
  • Flexible filtering: Filter by category, award year, gender, or name
  • Flattened output: One record per laureate-prize pair — ideal for data analysis and spreadsheets
  • Enriched fields: Prize amounts, inflation-adjusted amounts, affiliations, and Wikipedia URLs included
  • Official source: Pulls directly from the official Nobel Prize API — no scraping of HTML, no fragile selectors
  • LLM-ready output: Clean, structured JSON suitable for RAG pipelines and AI research tools

Data Fields

FieldDescription
laureateIdOfficial Nobel Prize laureate ID
fullNameFull name of the laureate
genderGender of the laureate (male/female)
birthDateDate of birth (YYYY-MM-DD)
birthCountryCountry of birth
deathDateDate of death (if applicable)
awardYearYear the Nobel Prize was awarded
categoryFull prize category name (e.g., "Physics", "Peace")
motivationOfficial Nobel Committee prize motivation
prizeAmountPrize amount in Swedish kronor (SEK)
prizeAmountAdjustedInflation-adjusted prize amount (SEK)
affiliationPrimary institutional affiliation at time of award
affiliationCountryCountry of primary affiliation
wikipediaUrlLink to English Wikipedia article

How to Scrape Nobel Prize Data

Follow these steps to extract Nobel Prize laureate data using this Actor:

  1. Go to the Actor page on Apify Store and click Try for free
  2. Set your filters in the input form:
    • Leave all fields empty to fetch all ~1,000 laureates
    • Select a Prize Category (e.g., Physics, Chemistry, Peace) to narrow results
    • Enter an Award Year (e.g., 2024) to get only that year's laureates
    • Use the Gender filter to analyze gender representation over time
    • Enter a Name Filter to look up a specific laureate (e.g., Einstein)
  3. Set Max Results — default is 500 laureates. Set to 0 for all available records
  4. Click Start — the Actor runs in seconds (no browser, no proxy needed)
  5. Download your data in JSON, CSV, or Excel from the Dataset tab

Input Example

{
"category": "phy",
"year": "",
"gender": "",
"nameFilter": "",
"maxResults": 500
}

Output Example

{
"laureateId": "941",
"fullName": "Donna Strickland",
"gender": "female",
"birthDate": "1959-00-00",
"birthCountry": "Canada",
"deathDate": "",
"awardYear": 2018,
"category": "Physics",
"motivation": "for their method of generating high-intensity, ultra-short optical pulses",
"prizeAmount": 9000000,
"prizeAmountAdjusted": 9000000,
"affiliation": "University of Waterloo",
"affiliationCountry": "Canada",
"wikipediaUrl": "https://en.wikipedia.org/wiki/Donna_Strickland"
}

Pricing

This Actor uses pay-per-result pricing at $0.003 per result. A full run fetching all ~1,000+ laureate-prize records costs approximately $0.003–$0.005 total.

There are no proxy costs — this Actor calls the official Nobel Prize REST API directly, so compute costs are minimal.


Other Scrapers

Looking for more research-grade data scrapers? Check out these other Actors by the same author:

  • CISA Known Exploited Vulnerabilities (KEV) Scraper — CVE threat intelligence feed with filtering
  • Hotfrog Scraper — Business directory data with addresses, phones, and categories

FAQ

Q: Does this Actor require an API key or login? A: No. The Nobel Prize API is fully open and requires no authentication.

Q: How current is the data? A: The Nobel Prize API is maintained by the Nobel Prize organization and is updated annually after each October announcement.

Q: Why does a laureate appear multiple times? A: Records are flattened by prize. Marie Curie, for example, won both Physics (1903) and Chemistry (1911), so she appears as two separate records.

Q: Can I filter by multiple categories at once? A: Currently the API supports one category filter per run. Run the Actor multiple times with different category codes and merge the outputs.

Q: What does prizeAmountAdjusted mean? A: It is the prize amount adjusted for inflation to a consistent base year, as provided by the Nobel Prize API.

Q: What category codes should I use? A: phy (Physics), che (Chemistry), med (Medicine/Physiology), lit (Literature), pea (Peace), eco (Economics).


This Actor retrieves data from the official Nobel Prize API (api.nobelprize.org), which is publicly accessible and intended for programmatic use. No authentication bypass is performed. The data is provided by the Nobel Prize Outreach AB for educational and research purposes. Always review the Nobel Prize API terms before using this data commercially. For support, contact the Actor author via the Apify platform.