# Naver Data API (https://www.socialcrawl.dev/platforms/naver) > Naver API: 14 search endpoints covering blog, news, cafe articles, KnowledgeiN, local places, encyclopedia, images, and web pages. Every call costs 1 credit, with 100 free credits on signup and no card. Search Korea's #1 portal without registering an NCP account and NAVER API HUB application or rotating client-id/secret pairs. TL;DR: SocialCrawl's Naver API exposes 14 endpoints, 1 to 10 credits per call, all returning one unified JSON schema with AI-enriched fields. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Blog Search | GET | `/v1/naver/blog/search` | 1 | Search Naver Blog | | News Search | GET | `/v1/naver/news/search` | 1 | Search Naver News | | Encyc Search | GET | `/v1/naver/encyc/search` | 1 | Search Naver Encyclopedia | | Cafearticle Search | GET | `/v1/naver/cafearticle/search` | 1 | Search Naver Cafe articles | | Kin Search | GET | `/v1/naver/kin/search` | 1 | Search Naver KnowledgeiN (지식iN) | | Local Search | GET | `/v1/naver/local/search` | 1 | Search Naver Local (장소 검색) | | Image Search | GET | `/v1/naver/image/search` | 1 | Search Naver Image | | Webkr Search | GET | `/v1/naver/webkr/search` | 1 | Search Naver Web (웹문서) | | Errata | GET | `/v1/naver/errata` | 1 | Correct a mistyped Korean search query (오타변환) | | Adult | GET | `/v1/naver/adult` | 1 | Check whether a Korean search term is adult-only (성인 검색어 판별) | | Search Trend | GET | `/v1/naver/search-trend` | 5 | Get Naver search-volume trend for Korean keywords (검색어트렌드) | | Shopping Insight Category | GET | `/v1/naver/shopping-insight/category` | 5 | Get Naver Shopping click trend for a category (쇼핑인사이트) | | Shopping Insight Keyword | GET | `/v1/naver/shopping-insight/keyword` | 5 | Get Naver Shopping click trend for keywords inside a category (쇼핑인사이트) | | Brief | GET | `/v1/naver/brief` | 10 | One query across the Korean internet (5 Naver corpora) + optional digest. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/naver/blog/search?query=%EC%86%8C%EC%85%9C%ED%81%AC%EB%A1%A4" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## SocialCrawl vs Naver Open API | Feature | SocialCrawl | Naver Open API | | --- | --- | --- | | Authentication | Same x-api-key you already use for TikTok, Instagram, and YouTube | Client-id and client-secret pair issued per registered app | | Setup | One GET request, works the minute you sign up | Requires Naver Developers app registration before the first call | | Rate limits / quotas | Credit-based, buy what you use instead of hitting a fixed daily ceiling | Daily quota per app (25,000 calls/day for the search API) | | Response schema | Unified data.items schema shared across 48 platforms | Naver-specific XML/JSON shapes that vary by corpus | | Pricing | 1 credit per call on every corpus; 100 free credits at signup | Free within quota, genuinely hard to beat for small projects | | Data coverage | All 8 search corpora behind one consistent endpoint pattern | Same 8 corpora, each with its own parameters and response quirks | | Maintenance | One integration covers Naver plus 47 other platforms | Separate keys and quota management per app | ## FAQ ### What is the SocialCrawl Naver API? The SocialCrawl Naver API is a unified wrapper over Naver's official Open API that lets you search 8 Naver corpora (blog, news, encyclopedia, cafe, KnowledgeiN, local, image, and web) with a single x-api-key. Naver is South Korea's #1 search portal, so this is the fastest route to Korean-language data. ### Which Naver corpora can I search through the API? Eight corpora, each on its own endpoint under /v1/naver/{corpus}/search: Blog, News, Encyclopedia (terms), Cafe articles, KnowledgeiN (지식iN Q&A), Local (places), Image, and Web documents. Every corpus returns results in the same unified schema under data.items. Naver retired its Shopping, Book, and Academic-document corpora on 31/07/2026 and published no replacement, so those three are no longer available from any provider. ### Do I need a Naver Developers app or client ID to use this? No. You skip the Naver Developers console entirely. No separate app registration, no client-id/client-secret pair to rotate, and no per-app daily quota to juggle. You authenticate with the same SocialCrawl x-api-key you already use for TikTok, Instagram, and YouTube. ### How much does the Naver API cost? All 14 Naver endpoints cost 1 credit per call on the standard tier. New accounts get 100 free credits with no credit card required, so you can test every corpus several times before you pay anything. Pricing is flat regardless of how many items a search returns. ### Does the Naver API cover Korean-language content well? Yes. Naver indexes the Korean web more deeply than any other engine, including blogs, community cafes, and KnowledgeiN answers that Google barely touches. Titles and descriptions come back HTML-tagged with around matched terms so you can highlight hits. ### How is this different from calling the Naver Open API directly? SocialCrawl removes three friction points the direct route forces on you: app registration, client-id/secret rotation, and per-corpus daily quotas. Calling Naver's Open API directly requires all three. Here you authenticate with one x-api-key and the same unified schema you use across 48 platforms. ### What is the best Naver scraper API? SocialCrawl is the fastest route: all 8 Naver search corpora (blog, news, cafe, KnowledgeiN, local, and more) behind one x-api-key at 1 credit per call. There is no NAVER API HUB application to register or client-secret to rotate, and signup includes 100 free credits with no credit card. ### Is there a Naver data API? Yes. Naver runs an official Open API, now hosted on NAVER API HUB, and SocialCrawl wraps it so you can search 8 Naver corpora, including blog, news, cafe, KnowledgeiN, and local, with the same x-api-key you use for the other 47 platforms. The official route works well once you register an NCP account and an API HUB application and manage client-id/secret pairs and per-corpus quotas; SocialCrawl skips that setup at 1 credit per call, with 100 free credits on signup and no card. ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - What is the SocialCrawl Naver API? - How to search Naver without a Naver Developers app - Compare SocialCrawl vs Naver Open API for Korean search data