pbn_search_publications
Search Polish academic publications by title, DOI, ISBN, authors, year, or type to find research articles, books, and proceedings in the Polska Bibliografia Naukowa database.
Instructions
Search publications in Polska Bibliografia Naukowa (PBN) via POST /v1/search/publications. Requires PBN_APP_ID and PBN_APP_TOKEN. Returns JSON (MetadataDTO). Filter by title, DOI, ISBN, ISSN, year range, type (BOOK, ARTICLE, …), authors, pagination (page/size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Publication title fragment. | |
| doi | No | DOI. | |
| isbn | No | ISBN. | |
| issn | No | ISSN. | |
| year | No | Single publication year. | |
| year_from | No | Year range lower bound. | |
| year_to | No | Year range upper bound. | |
| type | No | Publication type. | |
| authors | No | Author name strings (AND semantics per API). | |
| object_id | No | PBN object id if known. | |
| page | No | Result page index (0-based). | |
| size | No | Page size (max 100). |