Search Yok Tez By Anabilim Dali
search_yok_tez_by_anabilim_daliSearch the YÖK National Thesis Center for theses filtered by department (Anabilim Dalı) codes, with optional filters for title, author, advisor, language, year, status, and permission.
Instructions
Search YÖK theses filtered by department (Anabilim Dalı) code(s).
This uses YÖK's advanced search path, which filters by department. Unlike 'search_yok_tez_detailed', it does NOT support a free full-text/abstract keyword — but it DOES support filtering by thesis title, author, advisor and index terms, plus the usual type/language/permission/status/year filters.
Workflow:
Call 'list_yok_tez_anabilim_dali' with a keyword (e.g. 'hukuk') to get codes.
Pass the chosen code(s) here. Multiple codes are searched and merged.
Note: YÖK caps each department's result batch at ~2000; 'total_results_found' reflects YÖK's reported totals while 'results_in_batch' is what was actually fetched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number of the merged results. | |
| language | No | Filter by thesis language. | 0 |
| year_end | No | End year (e.g. '2025'). '0' = no upper bound. | 0 |
| year_start | No | Start year (e.g. '2020'). '0' = no lower bound. | 0 |
| author_name | No | Optional: filter by author name. | |
| index_terms | No | Optional: filter by index/keyword terms. | |
| thesis_type | No | Filter by thesis type. | 0 |
| advisor_name | No | Optional: filter by advisor name. | |
| thesis_title | No | Optional: only theses whose title contains these words. | |
| thesis_status | No | Filter by approval status. Defaults to 'Onaylandı' (approved). | 3 |
| results_per_page | No | Number of results to display per page. | |
| permission_status | No | Filter by PDF access permission (İzinli / İzinsiz). | 0 |
| anabilim_dali_codes | Yes | One or more department codes obtained from 'list_yok_tez_anabilim_dali'. Each code is searched and the results are merged and deduplicated. At most 15 codes per call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theses | No | List of found theses summaries. | |
| total_pages | No | Total number of pages available based on results_in_batch and limit_per_page. | |
| current_page | Yes | The current page number of the search results. | |
| error_message | No | Error message if the search failed or no results were found. | |
| results_in_batch | No | Number of results actually returned in the current HTML batch. YÖK caps this at ~2000 even when total_results_found is larger. | |
| total_results_found | No | Total number of results found as reported by YÖK. | |
| query_used_parameters | No | The parameters used for this search. |