aladin_book_collect
Collects books in bulk using multiple search terms, removes duplicate entries, and exports results to Excel, CSV, JSON, or SQLite files.
Instructions
다중 검색어로 도서를 대량 수집하고, 중복 제거 후 xlsx, csv, json, sqlite 파일로 저장합니다.
Args: terms: 수집할 검색어 목록 (예: ['인공지능', '머신러닝']) max_items_per_term: 검색어당 최대 수집 건수 (기본 30) query_type: 검색 필드 ('Keyword', 'Title', 'Author', 'Publisher') search_target: 검색 대상 ('Book', 'eBook', 'All' 등) sort: 정렬 순서 ('Accuracy', 'PublishTime', 'SalesPoint') opt_lookup: True 설정 시 각 도서별 목차/원서명/쪽수 상세 정보(ItemLookUp)까지 추가 조회 export_dir: 파일 저장 폴더 경로 (미지정 시 파일 저장 안 함) export_formats: 저장 포맷 리스트 (['xlsx', 'csv', 'json', 'sqlite'] 중 선택)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Accuracy | |
| terms | Yes | ||
| export_dir | No | ||
| opt_lookup | No | ||
| query_type | No | Keyword | |
| search_target | No | Book | |
| export_formats | No | ||
| max_items_per_term | No |