kakao_book_search
Find books by title, ISBN, publisher, or author through the Kakao Daum Book Search API, with sorting and pagination controls to locate and export detailed bibliographic and pricing metadata.
Instructions
[도서 검색] 카카오 Daum 책 검색 API로 도서를 검색합니다.
query: 검색을 원하는 질의어 (필수).
target: 검색 필드 제한 (title: 제목, isbn: ISBN, publisher: 출판사, person: 인명/저자/역자). 기본값은 전체.
sort: 정렬 방식 (accuracy: 정확도순, latest: 발간일순). 기본값: accuracy.
page: 결과 페이지 번호 (1 ~ 50).
size: 한 페이지에 보여질 문서 수 (1 ~ 50, 기본값 10).
⚠️ 카카오 API는 최대 50페이지 * 50건 = 2,500건까지만 페이징을 지원합니다.
total_count가 2,500을 넘으면 cap_hit=true로 보고되며, 검색식을 세분화해야 합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| sort | No | accuracy | |
| query | Yes | ||
| target | No |