Documentation
README
Scholar Labs Search (Stage 2)
Takes the Scholar Labs query that Stage 0 extracts — a single detailed
natural-language research question — and returns the papers Google Scholar Labs
surfaces, enriched and saved as <stem>.json + <stem>.bib for dedup and
screening.
The stage is two halves:
scripts/scholarlabs_search.py— a Playwright driver that signs in, submits the question to Scholar Labs, and reads each result's citation via the standard Scholar Cite → BibTeX export.scripts/scholarlabs_ingest.py— UI-independent parsing + enrichment. It parses the collected BibTeX, fills missing DOIs (Crossref) and abstracts/journals (OpenAlex), and writes the pipeline JSON. Importable, and runnable standalone on any.bib/.risfile.
Quick start
This is the opening of the README. Read the full README on GitHub.