Naver News Search Search Korean news articles using the Naver Search API. Quick Start Use the provided script to search news: Options: - : Number of results per page (1-100, default: 10) - : Start position for pagination (1-1000, default: 1) - : Sort by relevance (sim) or date (date, default: date) - : Only show news published after this time (ISO 8601 format, e.g., ) - : Minimum number of results to fetch (enables auto-pagination) - : Maximum number of pages to try when auto-paginating (default: 5) - : Output raw JSON instead of formatted text Setup Environment Variables Required credentials…