aladin_book_search
Search for books by title, author, publisher, or keyword using Aladin's catalog. Use filters for category, target, and sorting to narrow results to the needed editions.
Instructions
알라딘 Open API로 도서를 검색합니다.
Args:
query: 검색어 (도서명, 저자명, 출판사, 키워드 등)
query_type: 검색 대상 필드 ('Keyword', 'Title', 'Author', 'Publisher')
search_target: 검색 카테고리 ('Book', 'Foreign', 'Music', 'DVD', 'Used', 'eBook', 'All')
start: 시작 페이지 번호 (1100)
max_results: 1회 출력 건수 (1100)
sort: 정렬 순서 ('Accuracy', 'PublishTime', 'Title', 'SalesPoint', 'CustomerRating')
category_id: 특정 알라딘 카테고리 ID 필터 (선택)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Accuracy | |
| query | Yes | ||
| start | No | ||
| query_type | No | Keyword | |
| category_id | No | ||
| max_results | No | ||
| search_target | No | Book |