gapla_search
Search Polish and international film posters and festival materials from the Gapla gallery. Filter by title, artist, or director to find visual materials for academic research.
Instructions
Search the Gapla film poster gallery (Filmoteka Narodowa) — Polish and international film posters and festival materials. No JSON API; uses the same GET form as the website (szukaj.html). Returns raw HTML with poster thumbnails and links to plakat/{id}/….html. typ: tytul (title), autor (artist), rezyseria (director). sort: alfabetycznie (default), chronologicznie_asc, chronologicznie_desc. Use gapla_get_poster with numeric id parsed from result links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search phrase (maps to query parameter q) | |
| typ | No | Search field: title, artist/author, or director credit | tytul |
| page | No | Result page number (1-based) | |
| sort | No | Sort order for the hit list | alfabetycznie |