pbn_search_persons
Search for Polish academic researchers using first name, last name, ORCID, or PBN ID to find their profiles and publications in the Polish National Bibliography database.
Instructions
Search persons in PBN via POST /v1/search/persons (researchers, ORCID). Requires PBN_APP_ID and PBN_APP_TOKEN. Returns JSON (MetadataDTO).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | No | First name. | |
| last_name | No | Last name. | |
| orcid | No | ORCID id. | |
| object_id | No | PBN person object id. | |
| page | No | Result page index (0-based). | |
| size | No | Page size. |