# NAVER API **Provider:** NAVER **Category:** social **Base URL:** `https://developers.naver.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 25,000 req/day (search) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.naver.com/main/ ## Description NAVER Login, Share on NAVER, Social Plugins and more ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.naver.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.naver.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Naver developer account. Korean search, maps, and social API. --- *Source: [API Map](https://apimap.dev/apis/naver/) — CC BY 4.0*