|
| 1 | +# Usage Policy |
| 2 | + |
| 3 | +> If there is any conflict or inconsistency between this English version and the Chinese version, the Chinese version shall prevail. |
| 4 | +
|
| 5 | +## NBER and NBER-CLI |
| 6 | + |
| 7 | +The National Bureau of Economic Research (NBER) is an independent, non-profit, nonpartisan economic research organization that publishes and distributes working papers, research metadata, newsletters, and related materials through [nber.org](https://www.nber.org). |
| 8 | + |
| 9 | +**NBER** is a registered trademark of the National Bureau of Economic Research. NBER-CLI is an independent open-source project and is not affiliated with, endorsed by, sponsored by, or operated by NBER. |
| 10 | + |
| 11 | +NBER-CLI is a command-line and MCP utility for searching NBER working papers, reading publicly exposed paper metadata, and requesting PDF downloads from NBER-hosted URLs. It does not host NBER content, provide a substitute distribution service, or create any separate entitlement to access NBER materials. Every use of NBER-CLI remains subject to NBER's [Website Privacy Policy](https://www.nber.org/nber-website-privacy-policy), [working paper access and authorization rules](https://www.nber.org/nber-help-working-papers-general-information), [copyright and permission rules](https://www.nber.org/nber-help-working-papers-general-information), [subscription terms of use](https://www.nber.org/subscribe/information-libraries), and any other policy or access condition that NBER publishes or updates. |
| 12 | + |
| 13 | +## Project Boundaries |
| 14 | + |
| 15 | +- **No project-side storage**: NBER-CLI does not operate servers, caches, mirrors, databases, CDNs, or other infrastructure for storing NBER papers or metadata. Requests go directly from the user's machine or agent runtime to NBER's website. Runtime data is transient unless the user explicitly asks the tool to write output locally. |
| 16 | +- **User-controlled local files**: When a user runs a download command, any PDF is saved only to the local path selected by that user. The project does not receive, retain, index, or redistribute that file. |
| 17 | +- **No access circumvention**: NBER-CLI does not bypass subscriptions, paywalls, account requirements, IP-based authorization, first-week or recent-paper restrictions, access limits, or other controls imposed by NBER. If NBER returns a denial, error, redirect, or unavailable response, the tool treats that response as authoritative. |
| 18 | +- **No traffic masking**: NBER-CLI uses standard Python HTTP libraries and ordinary request headers. It does not provide proxy pools, IP rotation, credential sharing, CAPTCHA bypass, request-signature manipulation, or other evasion mechanisms. |
| 19 | +- **No redistribution rights**: Installing or using NBER-CLI does not grant any license to repost, mirror, sell, sublicense, train on, or otherwise reuse NBER content beyond what NBER, the relevant authors, and applicable law allow. |
| 20 | + |
| 21 | +## Access, Copyright, and User Responsibility |
| 22 | + |
| 23 | +NBER decides what is available through its website and under what conditions. Access may depend on publication date, subscription status, institutional eligibility, geographic eligibility, account authorization, or other rules set by NBER. Users are responsible for confirming that their use is permitted before downloading, copying, quoting, sharing, or otherwise using any NBER material. |
| 24 | + |
| 25 | +NBER states that copyright in NBER Working Papers is held by the respective authors rather than by NBER. NBER-CLI does not own paper content and cannot grant permissions for uses beyond the access made available by NBER or the rights provided by law. Requests for permission beyond fair use or other applicable exceptions should be directed to the appropriate rights holder. |
| 26 | + |
| 27 | +NBER-CLI is intended for lawful personal research, education, and reproducible research workflows. It is not intended for systematic bulk harvesting, public mirroring, reposting, resale, unauthorized commercial use, or any workflow designed to avoid NBER's access decisions. |
| 28 | + |
| 29 | +## Operational Transparency |
| 30 | + |
| 31 | +Search and metadata features use NBER web pages and website endpoints that are part of the normal operation of nber.org. PDF downloads request files from URLs served by NBER. The project does not claim that these interfaces are official APIs, stable APIs, or approved integration points. |
| 32 | + |
| 33 | +Metadata, abstracts, links, availability, and files are provided by NBER and may be incomplete, delayed, revised, removed, rate limited, or otherwise changed without notice. NBER-CLI may stop working if NBER changes its website structure, access policy, endpoints, authorization checks, or file locations. |
| 34 | + |
| 35 | +## Allocation of Risk |
| 36 | + |
| 37 | +NBER-CLI is provided as an independent open-source tool on an "as is" and "as available" basis. The maintainers do not control NBER's website, content, copyright permissions, access decisions, uptime, or policies, and do not promise continued access to any NBER material. |
| 38 | + |
| 39 | +By using NBER-CLI, users accept responsibility for their own requests, downloads, storage choices, and downstream use of any materials obtained from NBER. The maintainers are not responsible for access denials, account or network restrictions, copyright or licensing disputes, data loss, service interruptions, policy violations, or other consequences arising from a user's use of NBER-CLI. |
0 commit comments