Social — entry 021 of 39
NAVER
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.
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
Score77
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.