HAL Open Science Papers Scraper avatar

HAL Open Science Papers Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
HAL Open Science Papers Scraper

HAL Open Science Papers Scraper

$0.5/1K ๐Ÿ”ฅ HAL Science Papers! Search French open-access papers with authors & abstracts. No key. JSON, CSV, Excel or API in seconds. Build scholarly and citation datasets โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape HAL (Hyper Articles en Ligne), France's national open archive, for scholarly papers, theses and preprints โ€” complete with authors, research labs, DOIs, keywords and open-access PDF links. No API key, no login.

HAL is run by the CNRS/CCSD and is the mandatory deposit archive for most French universities and research institutions. It is the single best source for French and European research output, including a huge amount of material (theses, conference papers, reports, book chapters) that never reaches the big commercial indexes.

Runs at roughly ~$0.5 per 1,000 papers on the Apify platform.

What you get

Each record (type: "paper"):

FieldDescription
hal_idHAL internal doc id
hal_uri / urlCanonical HAL landing page
titlePaper title
abstractAbstract (capped at 4000 chars)
authors / author_countFull author name list
doc_type / doc_type_labelHAL type code + human label (ART = Journal article, COMM = Conference paper, THESE = Thesis, OUV = Book, COUV = Book chapter, ...)
journalJournal title
doiDOI when available
produced_date / publication_dateISO YYYY-MM-DD dates
keywordsAuthor keywords
labsResearch laboratory / structure names
languageDocument language
is_open_accessWhether a free full text exists
pdf_urlDirect PDF link when open access
query, source, scraped_atProvenance

Input

FieldTypeDescription
modeselectScraping mode โ€” search (Solr query).
queriesarrayFree-text search queries (prefilled ["deep learning","climate change"]).
docTypeFilterstringOptional HAL docType code, e.g. ART, COMM, THESE.
openAccessOnlybooleanOnly return open-access records (default false).
fromYearintegerOnly papers produced in this year or later.
maxItemsintegerMax papers across all queries (default 200, max 5000).

Example

{
"mode": "search",
"queries": ["deep learning", "quantum computing"],
"docTypeFilter": "ART",
"openAccessOnly": true,
"fromYear": 2020,
"maxItems": 500
}

Use cases

  • Research monitoring โ€” track new deposits on any topic across French/EU institutions.
  • French / EU literature reviews โ€” surface theses, HDRs and conference papers absent from commercial indexes.
  • Open-access harvesting โ€” pull free full-text PDFs at scale via is_open_access + pdf_url.
  • Bibliometrics โ€” analyse output by lab (labs), document type, year and open-access status.

How this differs from our other paper scrapers

HAL is a national repository, not a global index โ€” its edge is coverage of French and European research (theses, conference papers, reports, grey literature) with rich laboratory/affiliation metadata. Pick the source that matches your need:

  • HAL scraper (this actor) โ€” France's national open archive; strongest for French/EU output, labs and theses.
  • Semantic Scholar scraper โ€” large AI-driven global graph with citations and influence metrics.
  • CORE scraper โ€” worldwide aggregation of open-access repositories.
  • OpenAIRE scraper โ€” EU-funded research graph linking publications, projects and funders.
  • Unpaywall scraper โ€” DOI-to-free-PDF lookup across all publishers.

If your interest is French/European scholarship, labs, or theses, HAL is the right starting point; combine it with the others for global reach.

Data source

Public HAL Solr API: https://api.archives-ouvertes.fr/search โ€” free, keyless, maintained by the CCSD.