Social — entry 021 of 39

NAVER

Verified Jul 2026

NAVER is South Korea's dominant search portal and internet platform, and its Open API program exposes NAVER Login (OAuth-based social sign-in), search across blog/news/image/shopping/book indexes, and utility services like Papago translation and map geocoding. Every call needs a Client ID and Client Secret issued through the NAVER Developers console, and most search endpoints support both JSON and XML response formats.

koreasearchsocial-logintranslationregional
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSON, XMLResponses can be requested as JSON or XML.

GreatAPIs Score

Score77out of 100
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 77 on greatapis.com
<a href="https://greatapis.com/api/naver/"><img src="https://greatapis.com/badge/naver.svg" alt="Scored 77 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.