VOOZH about

URL: https://apify.com/jungle_synthesizer/bis-central-bank-research-pdf-scraper

โ‡ฑ BIS PDF Scraper - Working Papers BCBS Bulletins ยท Apify


๐Ÿ‘ BIS Bank for International Settlements PDF Research Scraper avatar

BIS Bank for International Settlements PDF Research Scraper

Pricing

Pay per event

Go to Apify Store

BIS Bank for International Settlements PDF Research Scraper

Scrape BIS Working Papers, Quarterly Reviews, BCBS standards, CPMI papers, and Statistical Bulletins. Parses PDF full text. Built for macro research and Basel-regulation tracking.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

BIS Central Bank Research PDF Scraper

Scrapes publication metadata and optionally extracts full PDF text from the Bank for International Settlements (BIS) research library. Covers six publication series: BIS Working Papers, Quarterly Reviews, Annual Economic Reports, BCBS Standards, CPMI Papers, and Statistical Bulletins.

What it does

The actor queries BIS's internal document-list API to retrieve all publications in your selected series, then fetches detailed metadata (authors, abstracts, JEL codes, publication type) for each item. Optionally, it downloads and parses the PDF for full-text extraction using pdf-parse (born-digital PDFs, no OCR cost).

Use cases

  • Macro research โ€” track every BIS Working Paper on a given JEL code (e.g. E52 for monetary policy)
  • Basel III / IV compliance monitoring โ€” stay current on BCBS standards and consultation papers
  • CPMI fintech intelligence โ€” monitor payments-infrastructure publications
  • Literature review automation โ€” build structured datasets of abstracts, authors, and JEL codes at scale

Input

FieldTypeDescriptionDefault
seriesarrayPublication series to scrape. Options: working_papers, quarterly_review, annual_economic_report, bcbs_standards, cpmi, statistics_bulletin["working_papers", "quarterly_review", "bcbs_standards"]
yearFromintegerFilter publications from this year (inclusive)2024
yearTointegerFilter publications up to this year (inclusive)2024
jelCodeFilterstringFilter Working Papers by JEL code prefix (e.g. E52, G21). Case-insensitive. Applies to Working Papers only.โ€”
extractPdfTextbooleanDownload and extract full PDF text. Adds ~3โ€“5s per item. Default off.false
maxItemsintegerMaximum records to return across all series (0 = unlimited)15

Output

Each record in the dataset contains:

FieldDescription
document_idBIS document identifier (e.g. work1238, d225)
seriesPublication series key
titleDocument title
authorsComma-separated author names
publication_dateISO date (YYYY-MM-DD)
jel_codesComma-separated JEL classification codes (Working Papers)
abstractPlain-text abstract
pdf_urlDirect PDF download URL
committeeOriginating committee (BIS, BCBS, CPMI)
publication_typeBIS publication type string
topicsComma-separated research topic tags
pdf_pagesPage count
full_textFull extracted PDF text (only when extractPdfText: true)

Example: JEL-filtered Working Papers

{
"series":["working_papers"],
"yearFrom":2022,
"yearTo":2024,
"jelCodeFilter":"E52",
"extractPdfText":false,
"maxItems":50
}

Returns all Working Papers classified under E52 (Monetary Policy) published 2022โ€“2024.

Notes

  • PDF extraction uses pdf-parse locally โ€” no third-party OCR service is called for born-digital BIS PDFs (all sampled BIS documents are born-digital).
  • A 500ms courtesy delay is applied between API calls to avoid rate-limiting BIS servers.
  • The BIS publishes ~100โ€“150 Working Papers per year; full backfills of all six series yield approximately 2,800 items total.

You might also like

PDF Scraper

onidivo/pdf-scraper

Scrape and extract text from PDF links.

๐Ÿ‘ User avatar

Onidivo Technologies

512

BIS Central Bank Policy Rates Scraper

parseforge/bis-policy-rates-scraper

Tap into the Bank for International Settlements feed for central bank policy rates worldwide. Filter by country code (US, XM, GB, JP, more) and pick daily or monthly frequency. Returns reference date, rate value, and country tag for macro models and rate trackers.

PDF Parser API

george.the.developer/pdf-parser-api

Instant API that parses any PDF from a URL โ€” extracts full text, page count, metadata (title, author, dates), and PDF version. Returns structured JSON. Perfect for document processing pipelines and AI agents.

๐Ÿ“„ PDF Text Extractor

scrapio/pdf-text-extractor

๐Ÿ“„ PDF Text Extractor (pdf-text-extractor) extracts clean text from PDF files for faster search, data analysis, and content reuse. โšก Saves time & boosts productivity for research, automation, and document workflows.

ArXiv Paper Search

gentle_cloud/arxiv-paper-search

Search and extract academic papers from ArXiv. Find papers by keyword, author, or category with full metadata including title, authors, abstract, categories, and PDF links.

12

Hugging Face Papers Scraper

parseforge/huggingface-papers-scraper

Scrape AI and machine learning research papers from Hugging Face Papers. Get titles, abstracts, authors with affiliations, upvotes, publication dates, ArXiv IDs, and community discussion counts. Search by keyword or browse daily papers.