π°π· Korea KIPRIS Plus Β· νΉνμ² KIPO νΉν μν λμμΈ
Pricing
from $80.00 / 1,000 ip records
π°π· Korea KIPRIS Plus Β· νΉνμ² KIPO νΉν μν λμμΈ
Search Korean KIPO patents, utility models, designs, and trademarks via KIPRIS Plus (KIPO's official open API). Structured JSON: applicant, inventor, IPC class, filing/publication/registration dates, document URLs. Korean IP source-of-record β Google Patents has a 4-6 mo lag and zero utility models.
Pricing
from $80.00 / 1,000 ip records
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 hours ago
Last modified
Share
π Korea KIPRIS Plus β KIPO Patents, Trademarks, Designs Search
Korean Intellectual Property Office (KIPO) β official open-API access via KIPRIS Plus. Search Korean patents (νΉν), utility models (μ€μ©μ μ), industrial designs (λμμΈ), and trademarks (μν) with structured JSON output, IPC / Locarno / Nice classification, applicant + inventor metadata, and direct document URLs.
KIPRIS Plus (plus.kipris.or.kr) is KIPO's official open-data partner endpoint β the source-of-record for Korean IP rights, including 4β6 months of recent filings that Google Patents has not yet indexed, plus the utility model corpus that Google Patents does not cover at all.
β‘ What you get
| Field | Description |
|---|---|
right_type | patent / utility_model / design / trademark |
application_number | KIPO application number (μΆμλ²νΈ) |
registration_number | KIPO registration number (λ±λ‘λ²νΈ) β null if pending |
title | Korean title (λ°λͺ μ λͺ μΉ / μνλͺ / λμμΈλͺ ) |
title_english | English title when KIPO recorded a bilingual filing |
abstract | Korean abstract (μμ½) for patents / utility models |
abstract_english | English summary if available |
applicant_names | Array of applicants (μΆμμΈ) β Korean company names |
inventor_names | Array of inventors (λ°λͺ μ / λμμ΄λ) |
IPC_codes | International Patent Classification (Locarno for designs, Nice for trademarks) |
application_date | Filing date (ISO YYYY-MM-DD) |
publication_date | Publication / open date (곡κ°μΌ) |
registration_date | Grant date (λ±λ‘μΌ) β null if pending |
status | registered / pending |
document_url | Direct link to KIPRIS document viewer |
priority_filings | Cross-references to priority applications (Paris Convention) |
source_url | https://plus.kipris.or.kr/ |
π― Use cases
- IP due diligence (M&A, licensing) β pull the complete Korean IP footprint of a target company in seconds, including pending utility models that Google Patents misses.
- Competitor patent monitoring β schedule weekly scans of a competitor's applicant name + IPC class to surface new filings within 24 hours of KIPRIS publication.
- Korean IP portfolio analysis β export an applicant's full patent + trademark + design portfolio for portfolio-strength scoring or IPC-class heat maps.
- Priority filing tracking β identify Paris-Convention priorities filed in KIPO that may lead to PCT or US/EP downstream filings.
- Trademark clearance (Korean market entry) β search Nice-class trademarks before launching a brand in Korea.
π KIPRIS Plus API token (required)
KIPRIS Plus is a token-gated open API. Per KIPRIS Plus Terms of Service Β§4, each user must register their own free ServiceKey β NexGenData does not (and cannot) pool tokens.
Registration is free and takes ~5 minutes:
- Sign up at https://plus.kipris.or.kr/portal/main.do
- Apply for the ServiceKey under "μ€νAPI νμ©μ μ²" (Open API Application)
- Approval is typically immediate to 1 business day
- Copy the ServiceKey into this actor's
kipris_plus_tokeninput
The actor handles missing or invalid tokens gracefully β it returns a structured error record and exits cleanly (no crashed run, no charge for the search event).
π Sample output

π How to use
Example input β Korean patent search
{"kipris_plus_token": "YOUR_KIPRIS_PLUS_SERVICEKEY","search_type": "patent","query": "리ν¬μ΄μ¨λ°°ν°λ¦¬","applicant_filter": "LGνν","date_from": "2025-01-01","date_to": "2026-05-31","max_records": 200}
Example input β trademark clearance
{"kipris_plus_token": "YOUR_KIPRIS_PLUS_SERVICEKEY","search_type": "trademark","query": "NexGenData","max_records": 50}
Apify Python client
from apify_client import ApifyClientclient = ApifyClient("<YOUR_APIFY_TOKEN>")run = client.actor("nexgendata/korea-kipo-kipris-plus-patents-trademarks").call(run_input={"kipris_plus_token": "YOUR_KIPRIS_PLUS_SERVICEKEY","search_type": "patent","query": "lithium-ion battery","applicant_filter": "μΌμ±SDI","max_records": 100,})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["application_number"], item["title"], item["status"])
cURL
curl "https://api.apify.com/v2/acts/nexgendata~korea-kipo-kipris-plus-patents-trademarks/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H 'Content-Type: application/json' \-d '{"kipris_plus_token": "YOUR_KIPRIS_PLUS_SERVICEKEY","search_type": "patent","query": "리ν¬μ΄μ¨λ°°ν°λ¦¬","max_records": 50}'
MCP integration
Add this actor to any MCP-compatible AI agent (Claude, GPT-4, custom LLMs) via the Apify MCP Server. The agent can then call:
"Find all KIPO patents filed by Samsung SDI on lithium-ion battery cathode materials in the last 12 months."
νκ΅μ΄ μ€λͺ
νΉνμ²(KIPO)μ 곡μ μ€νλ°μ΄ν° ννΈλμΈ KIPRIS Plusλ₯Ό ν΅ν΄ νκ΅ νΉν, μ€μ©μ μ, λμμΈ, μν μ 보λ₯Ό ꡬ쑰νλ λ°μ΄ν°λ‘ μ 곡ν©λλ€.
μ£Όμ μ©λ:
- IP λλ리μ μ€ (M&A, λΌμ΄μ μ±)
- κ²½μμ¬ νΉν λͺ¨λν°λ§
- νκ΅ IP ν¬νΈν΄λ¦¬μ€ λΆμ
- μ°μ κΆ μΆμ μΆμ
KIPRIS Plus ServiceKey λ°κΈ:
- https://plus.kipris.or.kr/portal/main.do μμ λ¬΄λ£ κ°μ
- "μ€νAPI νμ©μ μ²"μμ ServiceKey μ μ² (λ³΄ν΅ μ¦μ~1μμ μΌ μΉμΈ)
- λ°κΈλ°μ ServiceKeyλ₯Ό μ‘ν°μ
kipris_plus_tokenμ λ ₯λμ μ λ ₯
KIPRIS Plus μ΄μ©μ½κ΄ Β§4μ λ°λΌ ServiceKeyλ μ¬μ©μλ³λ‘ λ°κΈλλ©° 곡μ ν μ μμ΅λλ€. μ΄ μ‘ν°λ μ¬μ©μκ° μ§μ λ°κΈλ°μ ServiceKeyλ₯Ό μ¬μ©νλ―λ‘ KIPRIS Plus μ μ± μ μμ ν λΆν©ν©λλ€.
μΆλ ₯ νλ: μΆμλ²νΈ, λ±λ‘λ²νΈ, λ°λͺ μ λͺ μΉ(νκ΅μ΄), μμ½, μΆμμΈ, λ°λͺ μ, IPC λΆλ₯, μΆμμΌ, 곡κ°μΌ, λ±λ‘μΌ, λ±λ‘ μν, KIPRIS λ¬Έμ URL, μ°μ κΆ μΆμ μ°Έμ‘° μ 보.
βοΈ Legal & data sources
- Source: KIPRIS Plus (
https://plus.kipris.or.kr/), the Korean Intellectual Property Office's official open-API partner endpoint - Legal basis: Korean Patent Act Β§193, Trademark Act Β§60, Design Protection Act Β§52 β public-disclosure mandates for granted/published IP rights
- License: Public domain (open government data); KIPRIS Plus ToS requires source attribution which is included automatically in the
source_urlfield of every record - Token policy: Per KIPRIS Plus ToS Β§4, ServiceKeys are issued per user and may not be pooled. This actor takes the user's own ServiceKey as input β no shared tokens.
- Polite-bot UA: All upstream requests use
NexGenDataBot/1.0+From:header with contact email - Routing: All traffic is routed via
plus.kipris.or.kr(KIPRIS Plus). The legacywww.kipris.or.krendpoint rejects datacenter TLS due to Korean-domestic CA expectations and is not used.
β FAQ
Q: Why do I need to bring my own KIPRIS Plus token? A: KIPRIS Plus ToS Β§4 explicitly requires per-user ServiceKeys and prohibits pooling. Registration is free and approval is typically immediate to 1 business day.
Q: How does this compare to Google Patents? A: KIPRIS Plus is the source-of-record for Korean IP. Google Patents has a 4β6 month indexing lag on Korean filings and does not cover Korean utility models (μ€μ©μ μ) at all. For Korean IP due diligence, KIPRIS Plus is the only authoritative source.
Q: What's the difference between a patent and a utility model in Korea? A: Utility models (μ€μ©μ μ) cover incremental functional improvements; patents (νΉν) require non-obvious inventive step. Utility models are common in Korean manufacturing and consumer electronics β and they're invisible to Google Patents.
Q: How are priority filings handled?
A: When KIPRIS Plus exposes a priority application reference (Paris Convention Β§4), it's included in the priority_filings array with the priority number and date. This enables cross-jurisdiction joins to JPO, USPTO, EPO, and WIPO PCT records.
Q: Why is title_english sometimes null?
A: KIPO only records bilingual titles when the applicant submitted one (more common for foreign filings under Paris Convention or PCT national-phase entry). Domestic Korean-only filings ship with Korean title only.
Q: What happens if my KIPRIS Plus token is invalid or rate-limited?
A: The actor pushes a structured error record (_error: "kipris_plus_api_error", _error_code, _error_message) to the dataset and exits cleanly with no crash. No ip-record charges are applied if no rows are returned.
π Related Actors
Use these alongside KIPRIS Plus for cross-jurisdiction IP intelligence:
| Actor | Coverage |
|---|---|
| USPTO Patent Search | US patents β claims, prior art |
| EUIPO Trademark Search | EU trademarks β TMview & eSearch |
| WIPO PATENTSCOPE Search | PCT international applications |
| Trademark Search (USPTO) | US trademark database lookup |
π·οΈ About NexGenData
NexGenData builds production-grade, source-of-record Apify actors for regulatory, financial, and IP data. Browse the full catalog at apify.com/nexgendata.