Naver Search Autocomplete Scraper
Pricing
$1.00 / 1,000 autocomplete queries
Go to Apify Store
Naver Search Autocomplete Scraper
Get Naver autocomplete suggestions for one or more search queries.
Get Naver autocomplete suggestions for one or more search queries.
What does this Actor do?
Submit one query or a batch of queries. The Actor requests Naver's public autocomplete endpoint and creates one Dataset row per returned suggestion. Billing remains per unique query, not per suggestion row.
What data does it return?
- Original query
- One suggestion per row with
keyword,type,intend, andtransQuery - Original query, suggestion rank, and scrape time
- An explicit error item when a query fails and
failOnErroris disabled
Input
{"queries": ["제주도 여행", "부산 맛집"],"requestTimeoutSeconds": 10,"failOnError": true}
| Field | Required | Default | Description |
|---|---|---|---|
query | Conditional | - | One search query. |
queries | Conditional | [] | Batch of search queries. |
requestTimeoutSeconds | No | 10 | Timeout per request, from 5 to 60 seconds. |
failOnError | No | true | Stop the batch on the first failed query. Set false only to store per-query errors and keep the run successful. |
Provide query, queries, or both. Blank and duplicate values are removed.
Output example
{"status": "ok","query": "제주도 여행","rank": 1,"keyword": "제주도 여행 코스","type": "0","intend": null,"transQuery": null,"scrapedAt": "2026-07-16T00:00:00+00:00"}
Pricing and limits
- Price: $0.003 per query
- Billing event: one successful unique query
- Actor compute and the KR Residential proxy are included in the event price.
- Autocomplete does not return search volume or advertising competition.
Troubleshooting
Provide query...: add a non-empty value toqueryorqueries.- Empty suggestions: Naver returned no suggestions for that exact seed.
- Batch stops early: set
failOnErrortofalseto store errors per query.
Disclaimer
This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Naver.