# Naver Adult API (https://www.socialcrawl.dev/platforms/naver/adult) > Returns `data.adult` as `"1"` when Naver classifies the search term as adult-only and `"0"` when it does not. Note both are STRINGS, not booleans. Useful for moderating user-supplied Korean search input before you run it against another endpoint, or for filtering a keyword list you intend to publish. TL;DR: `GET /v1/naver/adult` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `query` | yes | The search term to classify (UTF-8). Required. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/naver/adult?query=%EC%84%B1%EC%9D%B8%EC%98%81%ED%99%94" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Naver API: https://www.socialcrawl.dev/platforms/naver ## 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