Files
AI/crawler_platform.db

2994 lines
1.3 MiB
Plaintext
Raw Normal View History

2026-05-13 19:57:34 +09:00
SQLite format 3@ <00>HrNX<00>.<2E><0F>g<0F><0F><0F><0F><0F> x <08>?<06>^<05><03><05>)<02>t??3G!indexsqlite_autoindex_attributes_1attributesZ3yindexix_pages_project_idpagesCREATE INDEX ix_pages_project_id ON pages (project_id)W1uindexix_pages_source_idpagesCREATE INDEX ix_pages_source_id ON pages (source_id)a7<01>indexix_pages_content_hashpagesCREATE INDEX ix_pages_content_hash ON pages (content_hash)<29><01>tablepagespagesCREATE TABLE pages (
2026-05-08 17:42:36 +09:00
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
source_id INTEGER NOT NULL,
url TEXT NOT NULL,
canonical_url TEXT,
title TEXT,
content_hash VARCHAR(80),
status_code INTEGER,
fetched_at DATETIME NOT NULL,
cleaned_text_summary TEXT,
raw_storage_ref TEXT,
metadata_json JSON NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_page_project_url UNIQUE (project_id, url),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(source_id) REFERENCES sources (id)
))=indexsqlite_autoindex_pages_1pages<11> O'<01>1indexix_user_profiles_external_user_iduser_profilesCREATE INDEX ix_user_profiles_external_user_id ON user_profiles (external_user_id){ C'<01>indexix_user_profiles_project_iduser_profilesCREATE INDEX ix_user_profiles_project_id ON user_profiles (project_id)<29>a ''<01>tableuser_profilesuser_profiles CREATE TABLE user_profiles (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
external_user_id VARCHAR(160) NOT NULL,
display_name VARCHAR(160),
context JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY(project_id) REFERENCES projects (id)
)g 9<01>indexix_entities_project_identities CREATE INDEX ix_entities_project_id ON entities (project_id)j
;<01> indexix_entities_entity_typeentities CREATE INDEX ix_entities_entity_type ON entities (entity_type)s A<01>indexix_entities_canonical_nameentities
CREATE INDEX ix_entities_canonical_name ON entities (canonical_name)<29>l<01>+tableentitiesentitiesCREATE TABLE entities (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
entity_type VARCHAR(120) NOT NULL,
name VARCHAR(240) NOT NULL,
canonical_name VARCHAR(240) NOT NULL,
external_ids JSON NOT NULL,
metadata_json JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_entity_identity UNIQUE (project_id, entity_type, canonical_name),
FOREIGN KEY(project_id) REFERENCES projects (id)
)/Cindexsqlite_autoindex_entities_1entities c7<01>indexix_sources_project_idsourcesCREATE INDEX ix_sources_project_id ON sources (project_id)<29><01>gtablesourcessourcesCREATE TABLE sources (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
name VARCHAR(160) NOT NULL,
type VARCHAR(80) NOT NULL,
base_url TEXT,
trust_level FLOAT NOT NULL,
respect_robots_txt BOOLEAN NOT NULL,
rate_limit_per_minute INTEGER NOT NULL,
update_policy JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_source_project_name UNIQUE (project_id, name),
FOREIGN KEY(project_id) REFERENCES projects (id)
)-Aindexsqlite_autoindex_sources_1sourcesZ1uindexix_projects_domainprojectsCREATE INDEX ix_projects_domain ON projects (domain)[-{indexix_projects_nameprojectsCREATE UNIQUE INDEX ix_projects_name ON projects (name)<29>t<01>;tableprojectsprojectsCREATE TABLE projects (
id INTEGER NOT NULL,
name VARCHAR(160) NOT NULL,
domain VARCHAR(80) NOT NULL,
config JSON NOT NULL,
created_at DATETIME NOT NULL,
2026-05-13 19:57:34 +09:00
updated_at DATETIME NOT NTVBH/9& ``<00>5<1B>AAperfume_subscriptionperfume{"project_name": "perfume_subscription", "domain": "perfume", "target_entities": ["Product", "Perfume", "Brand", "Event", "Article", "Promotion", "Category", "Notice", "Page", "Note", "Accord", "Mood", "Season", "Occasion"], "fields": ["name", "brand", "top_notes", "middle_notes", "base_notes", "accords", "mood_tags", "season_tags", "occasion_tags", "price", "review_keywords"], "sources": [{"name": "official_brand_site", "type": "official", "trust_level": 0.95, "base_url": null, "allowed_paths": [], "parser": "generic", "fetcher": "playwright", "rate_limit_per_minute": 20, "respect_robots_txt": false}, {"name": "marketplace", "type": "marketplace", "trust_level": 0.8, "base_url": null, "allowed_paths": [], "parser": "generic", "fetcher": "requests", "rate_limit_per_minute": 15, "respect_robots_txt": false}, {"name": "review_site", "type": "review", "trust_level": 0.7, "base_url": null, "allowed_paths": [], "parser": "generic", "fetcher": "requests", "rate_limit_per_minute": 10, "respect_robots_txt": false}], "ontology": {"entity_types": ["Product", "Perfume", "Brand", "Event", "Article", "Promotion", "Category", "Notice", "Page", "Note", "Accord", "Mood", "Season", "Occasion", "Review", "Price", "ProductPage", "CommunityPage", "BrandStoryPage", "ListingPage", "PromotionPage", "ReviewPage"], "predicates": ["hasBrand", "hasTopNote", "hasMiddleNote", "hasBaseNote", "hasAccord", "evokesMood", "suitableForSeason", "suitableForOccasion", "similarTo", "soldBy", "hasPrice", "hasReviewKeyword"], "aliases": {"top_notes": "hasTopNote", "middle_notes": "hasMiddleNote", "heart_notes": "hasMiddleNote", "base_notes": "hasBaseNote", "accords": "hasAccord", "mood_tags": "evokesMood", "season_tags": "suitableForSeason", "occasion_tags": "suitableForOccasion", "review_keywords": "hasReviewKeyword"}}, "recommendation": {"target_entity_type": "Perfume", "weights": {"preferred_note": 2.0, "avoided_note": -3.0, "preferred_mood": 1.5, "season_context": 1.2, "occasion_context": 1.0}}, "update_policy": {"official": {"interval_days": 30}, "marketplace": {"interval_days": 7}, "review": {"interval_days": 14}}}
2026-05-08 17:42:36 +09:00
<0F><0F>5 perfume_subscription
<0F><0F>
2026-05-13 19:57:34 +09:00
 perfume <0E><0F>5<0E>]\ #AAreview_sitereview?<3F>ffffff
{}2026-05-11 02:42:00.5714642026-05-13 03:00:07.901509a ##AAmarketplacemarketplace?陙<><E99999><EFBFBD><EFBFBD>{}2026-05-11 02:42:00.5714642026-05-13 03:00:07.900507f 3AAofficial_brand_siteofficial?<3F>ffffff{}2026-05-11 02:42:00.5704622026-05-13 03:00:07.900507
2026-05-08 17:42:36 +09:00
<0F><0F><0F><0F> #review_site #marketplace 3 official_brand_site
2026-05-13 19:57:34 +09:00
<0F><0F><0F><0F>  
<11>[AAReview지속력지속력{}{"page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "\uc9c0\uc18d\ub825", "normalization": "canonical_entity_resolver"}2026-05-13 04:06:55.6425082026-05-13 04:06:55.642508<EFBFBD> uq<11>aAAPerfume[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml1+1 기획 912 엑스트레 드 퍼퓸 모음 40ml{}{"page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:06:55.6391682026-05-13 04:06:55.639168<EFBFBD>k <11>KAABrand912912{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "912", "normalization": "canonical_entity_resolver", "ai_extracted": true}2026-05-13 04:04:36.0486332026-05-13 04:06:55.639168<EFBFBD>k ea<11>'AAPerfume[2+1 기획] 912 샤쉐 방향제 모음 40g2+1 기획 912 샤쉐 방향제 모음 40g{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g", "normalization": "canonical_entity_resolver"}2026-05-13 04:06:42.5727262026-05-13 04:06:42.572726<EFBFBD>d <11>'AAOccasionEveningevening{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "Evening", "normalization": "canonical_entity_resolver"}2026-05-13 04:05:59.1371062026-05-13 04:06:55.642508<EFBFBD>^ <11>#AAOccasionDailydaily{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "Daily", "normalization": "canonical_entity_resolver"}2026-05-13 04:05:59.1357102026-05-13 04:05:59.135710<EFBFBD>q <11>=AAAccord머스크머스크{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "\uba38\uc2a4\ud06c", "normalization": "canonical_entity_resolver"}2026-05-13 04:05:59.1357102026-05-13 04:06:55.642508<EFBFBD>z mi<11>5AAPerfume[2+1 기획] 912 클론 니치향수 모음 40ml2+1 기획 912 클론 니치향수 모음 40ml{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:05:59.1337082026-05-13 04:05:59.133708 <11>AABrand91<39>@ AA<11>AANote타사 향수 비교하면타사 향수 비교하면{}{"page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "\ud0c0\uc0ac \ud5a5\uc218 \ube44\uad50\ud558\uba74", "normalization": "canonical_entity_resolver"}2026-05-13 04:06:55.6414262026-05-13 04:06:55.641426633<EFBFBD> ''<11>QAAPerfume현재 위치현재 위치{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "BrandStoryPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "\ud604\uc7ac \uc704\uce58", "normalization": "canonical_entity_resolver"}2026-05-13 04:04:36.0446082026-05-13 04:04u
 <0C><0F><0F>_<0E>q[ <0A>" <0A><0E> <0A> < <0C>#<0F>n <0C><0F><0E> ) n n n n n n n n n n n n n n n n n n n n<06><06><06>
2026-05-12 19:40:31 +09:00
t
t
t
t
t <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> X X <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A>::::::::::5 ]Perfume포맨트 퍼퓸 디퓨저 코튼 허그^ :?Perfume시그니처 헤어퍼퓸] Notenote\ Brandfrument[ <0B>CPerfumecotton hug holiday gift setZ <0B>UPerfume포맨트 짱구&흰둥이 에디션Y <0B>aPerfume시그니처 퍼퓸 헬로키티 에디션X ^mPerfume포맨트 솔리드퍼퓸 헬로키티 에디션W /Perfumecotton dear nightV UPerfume포맨트 퍼퓸 샤워 코튼허그U
<EFBFBD>AccordaccordT
<EFBFBD>KPerfumecotton hug solid perfume pebbleS
<EFBFBD>aPerfume포맨트 시그니처 퍼퓸 코튼키스R
W9Perfumecotton delight bouquetQ
3-Moodfragrant emotionP
#Accordcotton babyO
2026-05-13 19:57:34 +09:00
#Accordcotton bathN <09>'Accordcotton memoryM <09>!Accordcotton hugL <09>]Perfume포맨트 퍼퓸 샤워 코튼 메모리K <09>aPerfume시그니처 퍼퓸 디스커버리 세트J I#Brandaroma polisI 2IBrandforment signature cotton sprayH GPerfume포맨트 퍼퓸 핸드크림G<08>GPerfume포맨트 퍼퓸 바디로션F<08>;Perfume포맨트 퍼퓸 샤워E<08>-Perfumecoton dear nightDogPerfume포맨트 시그니처 퍼퓸 코튼브리즈C4#Perfumecotton bathBgPerfume포맨트 시그니처 퍼퓸 코튼메모리A<07><>Perfumecotton hug mon perfume balm key ring limited edition gift set@<07>=Occasionlimited edition gift set?m)Accordcotton hug mon>R3Notefragrance_notes_top=4<>Perfume선택 시 증정] 1+1 구매 시 스페셜 메시지 카드 증정<<06>YPerfume선택 시 증정] 핸드크림 증정;<06>-Perfume테스트 상품:<06><>EPerfume선택 시 증정] 헬로키티 코튼허그 사쉐 (헬로키티 솔리드퍼퓸 구매 시9%#Perfumecotton babe8 #Brandtheformeint7<05>Noterose bay6<05>Perfumeawaken me5<05>Perfumehug me4<05>GPerfume추석이벤트] 쿠폰상품3<05><>Perfume플친고객한정] 포맨트 best 퍼퓸 트라이얼 키트2@<40> Perfume솔리드 퍼퓸 구매시 시그니처 퍼퓸 5% 추가할인1<04>wPerfume수능기념] 기분좋은 특별한 첫 향기  Reviewfresh)<04>Accordfresh(<04>Seasonsummer'iNote감촉과 향 사이의 ‘존재 인식’​&F/Note면과 살 사이%*cNote살결 위로 번지는 안온한 햇빛​$<03>{Note익숙하면서도 낯선 내면의 순수한 모습을#<03>Reviewpowdery"<03>Accordpowdery!<03>Accordfloral wgPerfume얼리스프링 이벤트 - forment 포맨트<5Perfume<6D> %Perfume니치향수< kPerfume2+1 기획 912 멀티 스프레이 모음 250ml SeasonsummerH <1B>Perfume1+1 기획 912 헤어&바디 퍼퓸 미스트 모음 100ml9 ePerfume1+1 기획 912 실내 디퓨저 모음 250ml; iPerfume1+1 기획 912 퍼퓸 핸드크림 모음 50ml Occasionoffice Moodelegant< kPerfume1+1 기획 912 멀티 스프레이 모음 250ml  Moodcozy 9 ePerfume2+2 기획 912 실내 디퓨저 모음 250ml  Review지속력
$ ANote타사 향수 비교하면 ? qPerfume1+1 기획 912 엑스트레 드 퍼퓸 모음 40ml7 aPerfume2+1 기획 912 샤쉐 방향제 모음 40g Occasionevening Occasiondaily Accord머스크; iPerfume2+1 기획 912 클론 니치향수 모음 40ml Brand912 ' Perfume현재 위치
 <0A><0E>*E <0A> <0A>a<0F><0E><0F><0E><0F><0E><0F>x <0A> <0A><0F><0E> <0F>---<0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> F F F ,]포맨트 퍼퓸 디퓨저 코튼 허그^ 7시그니처 헤어퍼퓸] note\ frument[ cotton hug holiday gift setZ<08>포맨트 짱구&흰둥이 에디션Y<08>시그니처 퍼퓸 헬로키티 에디션X<08>포맨트 솔리드퍼퓸 헬로키티 에디션WWcotton dear nightVA포맨트 퍼퓸 샤워 코튼허그UaccordT cotton hug solid perfume pebbleS<07>포맨트 시그니처 퍼퓸 코튼키스R<07>cotton delight bouquetQ<07>fragrant emotionP<07>cotton babyOzcotton bathNjcotton memoryMXcotton hugLI포맨트 퍼퓸 샤워 코튼 메모리K시그니처 퍼퓸 디스커버리 세트J<06>aroma polisI<06>forment signature cotton sprayH<06>포맨트 퍼퓸 핸드크림G<06>포맨트 퍼퓸 바디로션Fv포맨트 퍼퓸 샤워EZcoton dear nightDE포맨트 시그니처 퍼퓸 코튼브리즈Ccotton bathB포맨트 시그니처 퍼퓸 코튼메모리A<05>cotton hug mon perfume balm key ring limited edition gift set@<05>limited edition gift set?qcotton hug mon>^fragrance_notes_top=F선택 시 증정] 1+1 구매 시 스페셜 메시지 카드 증정<<04>선택 시 증정] 핸드크림 증정;<04>테스트 상품:<04>선택 시 증정] 헬로키티 코튼허그 사쉐 (헬로키티 솔리드퍼퓸 구매 시9[cotton babe8Ktheformeint7;rose bay6.awaken me5 hug me4추석이벤트] 쿠폰상품3<03>플친고객한정] 포맨트 best 퍼퓸 트라이얼 키트2<03>솔리드 퍼퓸 구매시 시그니처 퍼퓸 5% <20> fresh)nfresh(dsummer'Y감촉과 향 사이의 ‘존재 인식’​&&면과 살 사이%살결 위로 번지는 안온한 햇빛​$<02>익숙하면서도 낯선 내면의 순수한 모습을#<02>powdery"<02>powdery!<02>floral <02><>%니치향수3k2+1 기획 912 멀티 스프레이 모음 250ml
summer?<04>1+1 기획 912 헤어&바디 퍼퓸 미스트 모음 100ml0e1+1 기획 912 실내 디퓨저 모음 250ml2i1+1 기획 912 퍼퓸 핸드크림 모음 50ml
office elegant3k1+1 기획 912 멀티 스프레이 모음 250ml cozy 0e2+2 기획 912 실내 디퓨저 모음 250ml 지속력
A타사 향수 비교하면 6q1+1 기획 912 엑스트레 드 퍼퓸 모음 40ml.a2+1 기획 912 샤쉐 방향제 모음 40g evening daily 머스크2i2+1 기획 912 클론 니치향수 모음 40ml912' 현재 위치
<0F><0F>yd<0F><0F><0F>W<0F><0F><0F><0F><0F>mK?3<0F>(^^^^^^^^^^^^^^^^^^^^ <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B>              <0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> Perfume^Perfume] Note\Brand[<03>PerfumeZ<03>PerfumeY<03>PerfumeX<03>PerfumeW<03>PerfumeV<03>PerfumeU<03>AccordT<03>PerfumeS<03>PerfumeR<03>PerfumeQ<03>MoodPzAccordOoAccordNdAccordMYAccordLNPerfumeKBPerfumeJ6BrandI,BrandH"PerfumeGPerfumeF
2026-05-12 19:40:31 +09:00
PerfumeE<02>PerfumeD<02>PerfumeC<02>PerfumeB<02>PerfumeA<02>Perfume@<02>Occasion?<02>Accord><02>Note=<02>Perfume<<02>Perfume;<02>Perfume:}Perfume9qPerfume8eBrand7[Note6RPerfume5FPerfume4:Perfume3.Perfume2"Perfume1Perfume0
Perfume/<01>Brand.<01>Review-<01>Accord,<01>Perfume+<01>Perfume*<01>Perfume)
2026-05-13 19:57:34 +09:00
Review)<01>Accord(<01>Season'<01>Note&<01>Note%<01>Note$|Note#sReview"hAccord!]Accord RPerfumeFPerfume:Perfume.Perfume"ReviewBrand PerfumeOccasion<00> Perfume Perfume
Season Perfume Perfume Perfume OccasionMood Perfume Mood Perfume
Review
Note Perfume Perfume Occasion Occasion
Accord Perfume Brand
 Perfume
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>44444444444444444444+++++++++++++++++++++++++++++++++++++++++++++++++++++ ^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>* )<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00>|wrm               
          
2026-05-08 17:42:36 +09:00

2026-05-13 19:57:34 +09:00

2026-05-11 22:55:01 +09:00
60,000원
48,000원
2026-05-12 19:40:31 +09:00
액상, 석고형이 아닌 캡\ sAhttps://theforment.com/product/list.html?cate_no=242026-05-12 09:41:23.323407{}<7D>| /<2F> A<>m<00><>7https://theforment.com/product/detail.html?product_no=370포맨트 FORMENT92df81d4fa0f1f85008cae5712cb54a51e0096b3a4d22b5d3bf5d5a742afa3ea<00>2026-05-12 09:41:17.871124포맨트 FORMENT
theforment
환영해요 포맨트 회원 1만원 쿠폰팩
포맨트 첫 구매시 바로 사용 가능한
1만원 쿠폰팩을 드립니다.
자세히 보기
공식몰 한정 출시
썸머시즌 리미티드 에디션
코튼브리즈 썸머그린 에디션 구매시
스페셜 미러키링을 드립니다.
*재고 소진시 예고없이 품절될 수 있습니다.
* 재고 소진 시 마감될 수 있습니다.
공식몰 단독, 첫 구매시
2ml 퍼퓸을 증정합니다.
모든 제품을 구매하시는 고객분들께
시그니처 퍼퓸 366(2ml)을 증정합니다.
*구매수량과 관계없이 주문 건당 1개가 증정됩니다.
회원가입
회원가입시
최대 1만원 쿠폰
전 제품 보기
프래그런스
2026-05-13 19:57:34 +09:00
본 결제 창은 결제완료 후 자동<EC9E90>H KAhttps://the912.co.kr/about.html2026-05-13 04:04:01.459175{}<7D>d 5;<3B> A<>'<00> https://the912.co.kr912 공식 홈페이지ce32dd81bd971b54d3540d7f56e1113235a10c21575dbd0237c71553ab415be4<00>2026-05-13 04:03:57.928836CLONE FRAGRANCE
과학적인 조향으로 만들어진 클론 프래그런스 브랜드입니다.
NICHE FRAGRANCE
전문 조향사가 만든 클론 향수를 만나보실 수 있습니다.
HOME FRAGRANCE
내가 원하는 언제 어디든 고급 향기로 채우실 수 있습니다.
이달의 베스트 프래그런스
Best Fragrance
[2+1 기획] 912 클론 니치향수 모음 40ml
할인판매가
35,000원
72,000원
[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
39,500원
60,000원
[2+1 기획] 912 샤쉐 방향제 모음 40g
29,500원
54,000원
[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100ml
19,800원
36,000원
[2+1 기획] 912 멀티 스프레이 모음 250ml
19,500원
[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml
9,900원
16,000원
[2+2 기획] 912 실내 디퓨저 모음 250ml
48,000원
고객님들의 솔직한 후기
Photo Review
더 많은 리뷰 보기 +
@912_official{"parser": "generic", "url": "https://the912.co.kr/", "cleaner": "page_cleaner_v1", "page_type": "PromotionPage", "raw_text_length": 8431, "main_content_length": 535, "clean_text_length": 535, "clean_markdown_length": 549, "source_zone_count": 1, "noise_zone_count": 6, "removed_noise_zones_count": 6, "source_zones": [{"zone_type": "event_body", "text": "CLONE FRAGRANCE\n\uacfc\ud559\uc801\uc778 \uc870\ud5a5\uc73c\ub85c \ub9cc\ub4e4\uc5b4\uc9c4 \ud074\ub860 \ud504\ub798\uadf8\ub7f0\uc2a4 \ube0c\ub79c\ub4dc\uc785\ub2c8\ub2e4.\nNICHE FRAGRANCE\n\uc804\ubb38 \uc870\ud5a5\uc0ac\uac00 \ub9cc\ub4e0 \ud074\ub860 \ud5a5\uc218\ub97c \ub9cc\ub098\ubcf4\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\nHOME FRAGRANCE\n\ub0b4\uac00 \uc6d0\ud558\ub294 \uc5b8\uc81c \uc5b4\ub514\ub4e0 \uace0\uae09 \ud5a5\uae30\ub85c \ucc44\uc6b0\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\uc774\ub2ec\uc758 \ubca0\uc2a4\ud2b8 \ud504\ub798\uadf8\ub7f0\uc2a4\nBest Fragrance\n[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml\n\ud560\uc778\ud310\ub9e4\uac00\n35,000\uc6d0\n72,000\uc6d0\n[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml\n39,500\uc6d0\n60,000\uc6d0\n[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g\n29,500\uc6d0\n54,000\uc6d0\n[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100mD<00><00><00><00><00><00><00>% <00>  <00><00>,on

<EFBFBD><0F><0F>Q 1
<EFBFBD>
<EFBFBD><0F> <0B> <0B> \ <0C> h  <0C> P 5<0E> <0A>m <0A> <0A><0E>  ? <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> m m m m m m m m m m m m m m <09>b<08> r ,<08>x <0C><07> 0YZ <09>5https://theforment.com/product/detail.html?product_no=536&cate_no=52&display_group=1>Z <09>5https://theforment.com/product/detail.html?product_no=479&cate_no=52&display_group=1=Z <09>5https://theforment.com/product/detail.html?product_no=435&cate_no=52&display_group=1<Z <09>5https://theforment.com/product/detail.html?product_no=422&cate_no=5> https://theforment.com/product/detail.html?product_no=1402 <0A>https://theforment.com/product/detail.html?product_no=781 <0A>https://theforment.com/product/detail.html?product_no=5270 Zhttps://theforment.com/product/detail.html?product_no=222/ https://theforment.com/product/detail.html?product_no=182. <0C>https://theforment.com/product/detail.html?product_no=334- <0C>https://theforment.com/product/detail.html?product_no=79, _3https://theforment.com/p4 khttps://the912.co.kr/category/인기-상품/1482 https://the912.co.kr/category/%EC%A0%84%EC%B2%B4-%EC%83%81%ED%92%88/441 <0B>https://the912.co.kr/shopinfo/guide.html0 <0B>https://the912.co.kr/board/review/list_photo.html/ Zhttps://the912.co.kr/product/detail.html?product_no=310. https://the912.co.kr/product/detail.html?product_no=218-
<EFBFBD>https://the912.co.kr/product/detail.html?product_no=251,
<EFBFBD>https://the912.co.kr/product/detail.html?product_no=517+
fhttps://the912.co.kr/product/detail.html?product_no=285*
)https://the912.co.kr/product/detail.html?product_no=305) <09>https://the912.co.kr/product/detail.html?product_no=493( <09>https://the912.co.kr/product/detail.html?product_no=492' rhttps://the912.co.kr/product/detail.html?product_no=513& 5https://the912.co.kr/product/list.html?cate_no=217%<08>https://the912.co.kr/product/list.html?cate_no=215$<08>https://the912.co.kr/product/list.html?cate_no=161#<08>https://the912.co.kr/product/list.html?cate_no=128"Uhttps://the912.co.kr/product/list.html?cate_no=207!https://the912.co.kr/product/list.html?cate_no=97 <07>https://the912.co.kr/product/list.html?cate_no=148<07>https://the912.co.kr/board/gallery/list.html?board_no=8qhttps://the912.co.kr/board/product/list.html?board_no=44https://the912.co.kr/category/전체-상품/44https://the912.co.kr/about.html<06>https://the912.co.kr<06>https://www.worldperfume.co.kr/shop/shopbrand.html?type=X&xcode=381whttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=589&type=X-https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=012&type=X<05>https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=556&type=X<05>https://www.worldper4 khttps://the912.co.kr/category/인기-상품/148L <09>https://the912.co.kr/category/%EC%A0%84%EC%B2%B4-%EC%83%81%ED%92%88/44- ]https://the912.co.kr/shopinfo/guide.html6 ohttps://the912.co.kr/board/review/list_photo.html< {https://the912.co.kr/product/detail.html?product_no=310< {https://the912.co.kr/product/detail.html?product_no=218< {https://the912.co.kr/product/detail.html?product_no=251< {https://the912.co.kr/product/detail.html?product_no=517< {https://the912.co.kr/product/detail.html?product_no=285< {https://the912.co.kr/product/detail.html?product_no=305< {https://the912.co.kr/product/detail.html?product_no=493< {https://the912.co.kr/product/detail.html?product_no=492< {https://the912.co.kr/product/detail.html?product_no=513 7 qhttps://the912.co.kr/product/list.html?cate_no=217 7 qhttps://the912.co.kr/product/list.html?cate_no=215 7 qhttps://the912.co.kr/product/list.html?cate_no=161
7 qhttps://the912.co.kr/product/list.html?cate_no=128 7 qhttps://the912.co.kr/product/list.html?cate_no=2076 ohttps://the912.co.kr/product/list.html?cate_no=977 qhttps://the912.co.kr/product/list.html?cate_no=148< {https://the912.co.kr/board/gallery/list.html?board_no=8< {https://the912.co.kr/board/product/list.html?board_no=43 ihttps://the912.co.kr/category/전체-상품/44$ Khttps://the912.co.kr/about.html 5 https://the912.co.kr
 + <0B> <0C><0E> <0B> <0A>  <0A> -u E [ s<0E> <09> <09> <0C>
<EFBFBD>/] q +<0F>
C
<EFBFBD><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03><03> <0C> <0C>A<04><06>UU9E<04> 8f76a6ce473c3942c39975e59dfa58b59c18c9bb2bcee595da4570bf9abbc26b8E<04> a3511d5dd5f9823a2fd171b36f21768a5ad9c75a79ff5b57aac7091c49be691d7E<04> 09a0675d6efd82fbbffd48676db3402229d5c2a0d0e9ab1a5ac2beaaac7126a26E<04> cca4451b7f25d284a73be1b31b5ef3d445887e27b45e73c19cb1012fbe38f9895E<04> 2793df3af423220e6c3ed63d0bd49dda587bca22c63c3444aba3500039a8896e4E<04> 75d480945f9177d882fd9d2a7fd26f38eebbbdacc19f61a0a3f037e7c25402953E<04> ce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc58472912 ece233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc58472911 b110c2388645fec809472cd9ae95c35c88adac4325468f3d4af43d5776386ed80 <0C>9a2ec1416cef660dc1ab685e686cb3292ad7e13da5b0e470c20a28f7ea524c5b/ <0C>b320b2981ee9e43ee76fbba48b6e48a00f54bf2aad94910344090daf54e5e39f. Me4ba5ccdcc3e26dd7acb3a9afc97cda2e3e7e49a8e1032b9229d8e4bc3dfb243- f19c8e931f97f481da0a381d34f5f0bee4006ee97459da3d79d554907c1b99e9, <0B>80385e6f8e4234731d29f2cb317b9c67a2fc63605e3dbb438a049f63e8b67b89+ {002aa77d919d5af08c05cd9910385ae60b3bfcf8369b1e309b9a3bf2ec8066fa* 54ba7b9866b27774b5428912474bacbdb7d67430ba5fd65b95dd96bc91215f9e7)
<EFBFBD>8f149e818139738c69163c34ce4d65067f2e0f5fa7fafaf9b398ec57cd9f0297(
<EFBFBD>b139e140151b5d3870d32b199218c1f1e9f6138ff7c8e06b376655d474644240'
c413a8d2bfb883a821a13e16c1e477245d1498df062dc9d38b1dcc5c26a6eff29&
371c43ded12009f5988dc55162b9c19800f5a950b2fe4676f052bfb9d98e259c% <09>b33947f3f1b77e6bcb06934f3aa3336581410486f3bc9cdddf881c00d40e4822$ <09>6de991117d0de00119d5c02b7d892904b4a69f35bf4c7ab05dbed6cacc80c87a# K4f60834795a671ca694217799816bd4a523181236c8f457dc4acf1f5e152df8b" 54b808e68b03623f117b55692ca8824f89b4a4cd1ad9fd1700e9e495263b914f!<08>a08a9845bd986ac09a6dbb1e0d6d4b910944364979644bdc5d8a8f99d1d68321 yce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc584729133cd655cc006eed1e1f0d6ed1fb691af131a2eb671eb7fbee5df03028090842ce<07>9a2ec1416cef660dc1ab685e686cb3292ad7e13da5b0e470c20a28f7ea524c5b<07>ce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc5847291a6c5362e7cb3219a6526e438847b1ec99215aa648f8decad20b2f65cc94fe4577ce32dd81bd971b54d3540d7f56e1113235a10c21575dbd0237c71553ab415be4E<04> ce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc5847291E<04> ce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc5847291E<04> b110c2388645fec809472cd9ae95c35c88adac4325468f3d4af43d5776386ed8E<04> 9a2ec1416cef660dc1ab685e686cb3292ad7e13da5b0e470c20a28f7ea524c5bE<04> ef9e4fa301e02f63f92a3b9ffdddb7be15b99826b34f92b2ad6889c3e49d8683E<04> bf6579c2b544f50da6dabfb9cec4ed5d845ec98e288410ffe8e1878080adb21dE<04> f3b42f57c750731136e44b5b91d426ee5d81f5033d896dda9719b6d38d077529E<04> 544efcfee2b71b967024f7162be07208259adb54df4c209ab2a7ee87b852fe03E<04> 8b34aa261c01460e06dcebb01cad2feb30abbb50e1dd9847694af283eb4fa382E<04> 4622c65ca81a12e055ab5fbac25a3c6e5f8b1a4997d6ea2e7ea8a882393e6538E<04> 1085a66dadbdac33b8da4c0cb4c6b756706858e5d1808ee832fe70e4784b51a8E<04> 6a9ec40f9ce82afd60ce79657c75a9881e440d9383865a9e167e8b701bdfda48E<04> 96ce48fdfb18c347d049ea97cd7196144c878cb2d1bb71fbb8503c93dac5546b E<04> 371c43ded12009f5988dc55162b9c19800f5a950b2fe4676f052bfb9d98e259c E<04> b33947f3f1b77e6bcb06934f3aa3336581410486f3bc9cdddf881c00d40e4822 E<04> 6de991117d0de00119d5c02b7d892904b4a69f35bf4c7ab05dbed6cacc80c87a
E<04> 4f60834795a671ca694217799816bd4a523181236c8f457dc4acf1f5e152df8b E<04> 54b808e68b03623f117b55692ca8824f89b4a4cd1ad9fd1700e9e495263b914fE<04> a08a9845bd986ac09a6dbb1e0d6d4b910944364979644bdc5d8a8f99d1d68321E<04> ce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc5847291E<04> 3cd655cc006eed1e1f0d6ed1fb691af131a2eb671eb7fbee5df03028090842ceE<04> 9a2ec1416cef660dc1ab685e686cb3292ad7e13da5b0e470c20a28f7ea524c5bE<04> ce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc5847291E<04> 6c5362e7cb3219a6526e438847b1ec99215aa648f8decad20b2f65cc94fe4577D<04> ce32dd81bd971b54d3540d7f56e1113235a10c21575dbd0237c71553ab415be4
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> vHuCt>s9r4q/p*o%n mlkj ihg<01>f<01>e<01>d<01>c<01>b<01>a<01>`<01>_<01>^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3 2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00>                   
2026-05-12 19:40:31 +09:00
         
2026-05-13 19:57:34 +09:00
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> vHuCt>s9r4q/p*o%n mlkj ihg<01>f<01>e<01>d<01>c<01>b<01>a<01>`<01>_<01>^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3 2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00>                   
          <0F>}<0E><0E>e <0A> <0A> U <0C> <0C> 6 <0B> <0B> $
<EFBFBD>
g
<09> O<08>u=<07>H<06>/<05><05>O<01><01><01><01><01><01><01><01><01>*<00><00>W+  YAAprice{"amount": 49000.0, "currency": "KRW"}?<3F><>z<>G<EFBFBD>2026-05-12 03:50:27.6293849*  AAbrand"CAFE24"?<3F><>z<>G<EFBFBD>2026-05-12 03:50:27.629384<EFBFBD>
2026-05-12 19:40:31 +09:00
)
 <15>?AAname"\ud3ec\ub9e8\ud2b8 \uc2dc\uadf8\ub2c8\ucc98 \ud37c\ud4f8 \ucf54\ud2bc\uba54\ubaa8\ub9ac"?<3F><>z<>G<EFBFBD>2026-05-12 03:50:27.629384S(  QA<price{"amount": 0.0, "cWR  YA^price{"amount": 29000.0, "currency": "KRW"}?<3F><>z<>G<EFBFBD>2026-05-12 04:06:51.178064 <0A>  A^brand"CAFE24"?<3F><>z<>G<EFBFBD>2026-05-12 04:06:51.178064 <0A>  <15>)A^name"\ud3ec\ub9e8\ud2b8 \ud37c\ud4f8 \ub514\ud4e8\uc800 \ucf54\ud2bc \ud5c8\uadf8"?<3F><>z<>G<EFBFBD>2026-05-12 04:06:51.178064   YA]price{"amount": 29000.0, "currency": "KRW"}?<3F><>z<>G<EFBFBD>2026-05-12 04:06:15.116984 <0C>  A]brand"CAFE24"?<3F><>z<>G<EFBFBD>2026-05-12 04:06:15.116984 }  sA]name"\uc2dc\uadf8\ub2c8\ucc98 \ud5e4\uc5b4\ud37c\ud4f8"?<3F><>z<>G<EFBFBD>2026-05-12 04:06:15.116984   YAYprice{"amount": 49000.0, "currency": "KRW"}?<3F><>z<>G<EFBFBD>2026-05-12 04:05:21.748923 <0B>  AYbrand"CAFE24"?<3F><>z<>G<EFBFBD>2026-05-12 04:05:21.748923 <0B>  <15>AYname"\ud3ec\ub9e8\ud2b8 \uc9f1\uad6c&\ud770\ub465\uc774 \uc5d0\ub514\uc158"?<3F><>z<>G<EFBFBD>2026-05-12 04:05:21.748923
2026-05-13 19:57:34 +09:00
 YAXprice{"amount": 490006  Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:11:22.015874J  AAname"\ub2c8\uce58\ud5a5\uc218"?<3F><>z<>G<EFBFBD>2026-05-13 04:11:22.015874Z  _Aprice{"amount": 36000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:11:09.2262106  Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:11:09.226210<EFBFBD>
 <15>/Aname"[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml"?<3F><>z<>G<EFBFBD>2026-05-13 04:11:09.226210Z  _Aprice{"amount": 36000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:10:26.2620916  Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:10:26.262091<EFBFBD>
 <15>WAname"[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml"?<3F><>z<>G<EFBFBD>2026-05-13 04:10:26.262091Z  _Aprice{"amount": 24000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:09:44.3994896  Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:09:44.399489|
 <15>#Aname"[1+1 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml"?<3F><>z<>G<EFBFBD>2026-05-13 04:09:44.399489Z  _Aprice{"amount": 16000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:09:02.9235676  Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:09:02.923567<EFBFBD>
 <15>-Aname"[1+1 \uae30\ud68d] 912 \ud37c\ud4f8 \ud578\ub4dc\ud06c\ub9bc \ubaa8\uc74c 50ml"?<3F><>z<>G<EFBFBD>2026-05-13 04:09:02.923567Z  _A price{"amount": 24000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:08:22.1006686  A brand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:08:22.099666<EFBFBD>
 <15>/A name"[1+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml"?<3F><>z<>G<EFBFBD>2026-05-13 04:08:22.099666Z  _A price{"amount": 48000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:07:40.5040136  A brand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:07:40.504013|
 <15>#A name"[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml"?<3F><>z<>G<EFBFBD>2026-05-13 04:07:40.504013Z  _Aprice{"amount": 60000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:06:55.6414266
 Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:06:55.641426<EFBFBD>
 <15>;Aname"[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml"?<3F><>z<>G<EFBFBD>2026-05-13 04:06:55.641426Z  _Aprice{"amount": 54000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:06:42.5750646  Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:06:42.575064z
 <15>Aname"[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g"?<3F><>z<>G<EFBFBD>2026-05-13 04:06:42.575064Z  _Aprice{"amount": 72000.0, "currency": "\uc6d0"}?<3F><>z<>G<EFBFBD>2026-05-13 04:05:59.1357106  Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:05:59.135710<EFBFBD>
 <15>-Aname"[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml"?<3F><>z<>G<EFBFBD>2026-05-13 04:05:59.1357105 Abrand"912"?<3F><>z<>G<EFBFBD>2026-05-13 04:04:36.047627J CAname"\ud604\uc7ac \uc704\uce58"?<3F><>z<>G<EFBFBD>2026-05-13 04:04:36.047627
{<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>x_lR9F, <0E><0E><0E><0E><0E><0E><0E><0E><0E>{<0E> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B>  ^priceR ^brandQ<03> ^nameP<03> ]priceO<03> ]brandN<03> ]nameM<03> YpriceL<03> YbrandK<03> YnameJ<03> XpriceI<03> XbrandH<03> XnameGw WpriceFj WbrandE] WnameDQ UpriceCD UbrandB7 UnameA+ Rprice@ Rbrand? Rname> Kprice=<02> Kbrand<<02> Kname;<02> Jprice:<02> Jbrand9<02> Jname8<02> Gprice7<02> Gbrand6<02> Gname5<02> Fprice4<02> Fbrand3y Fname2m Eprice1` Ebrand0S Ename/G Cprice.: Cbrand-- Cname,! Aprice+ Abrand* Aname)<01> <price(<01> <brand'<01> <name&<01> ;price%<01> ;brand$<01> ;name#<01> :price"<01> :brand!<01> :name <01>  brand  name  price  brand  name  price  brand  name  price  brand  name  price  brand  name   price   brand   name   price   brand   name  price  brand
 name  price  brand  name  price  brand  name   brand   name j <0E>P E  <0B> <09> <09> <08>G<06>f<05><03><03>1<02>|j53G!indexsqlite_autoindex_attributes_1attributes<16>!!<01>itableattributesattributesCREATE TABLE attributes (
2026-05-08 17:42:36 +09:00
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
entity_id INTEGER NOT NULL,
source_id INTEGER,
name VARCHAR(120) NOT NULL,
value JSON NOT NULL,
confidence FLOAT NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_attribute_entity_source UNIQUE (entity_id, name, source_id),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(entity_id) REFERENCES entities (id),
FOREIGN KEY(source_id) REFERENCES sources (id)
)Z3yindexix_pages_project_idpagesCREATE INDEX ix_pages_project_id ON pages (project_id)W1uindexix_pages_source_idpagesCREATE INDEX ix_pages_source_id ON pages (source_id)a7<01>indexix_pages_content_hashpagesCREATE INDEX ix_pages_content_hash ON pages (content_hash))=indexsqlite_autoindex_pages_1pages<11><01>tablepagespagesCREATE TABLE pages (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
source_id INTEGER NOT NULL,
url TEXT NOT NULL,
canonical_url TEXT,
title TEXT,
content_hash VARCHAR(80),
status_code INTEGER,
fetched_at DATETIME NOT NULL,
cleaned_text_summary TEXT,
raw_storage_ref TEXT,
metadata_json JSON NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_page_project_url UNIQUE (project_id, url),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(source_id) REFERENCES sources (id)
)<29> O'<01>1indexix_user_profiles_external_user_iduser_profilesCREATE INDEX ix_user_profiles_external_user_id ON user_profiles (external_user_id){ C'<01>indexix_user_profiles_project_iduser_profilesCREATE INDEX ix_user_profiles_project_id ON user_profiles (project_id)<29>a ''<01>tableuser_profilesuser_profiles CREATE TABLE user_profiles (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
external_user_id VARCHAR(160) NOT NULL,
display_name VARCHAR(160),
context JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY(project_id) REFERENCES projects (id)
)g 9<01>indexix_entities_project_identities CREATE INDEX ix_entities_project_id ON entities (project_id)j
;<01> indexix_entities_entity_typeentities CREATE INDEX ix_entities_entity_type ON entities (entity_type)s A<01>indexix_entities_canonical_nameentities
CREATE INDEX ix_entities_canonical_name ON entities (canonical_name)/Cindexsqlite_autoindex_entities_1entities <09>l<01>+tableentitiesentitiesCREATE TABLE entities (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
entity_type VARCHAR(120) NOT NULL,
name VARCHAR(240) NOT NULL,
canonical_name VARCHAR(240) NOT NULL,
external_ids JSON NOT NULL,
metadata_json JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_entity_identity UNIQUE (project_id, entity_type, canonical_name),
FOREIGN KEY(project_id) REFERENCES projects (id)
)c7<01>indexix_sources_project_idsourcesCREATE INDEX ix_sources_project_id ON sources (project_id)-Aindexsqlite_autoindex_sources_1sources<06><01>gtablesourcessourcesCREATE TABLE sources (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
name VARCHAR(160) NOT NULL,
type VARCHAR(80) NOT NULL,
base_url TEXT,
trust_level FLOAT NOT NULL,
respect_robots_txt BOOLEAN NOT NULL,
rate_limit_per_minute INTEGER NOT NULL,
update_policy JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_source_project_name UNIQUE (project_id, name),
FOREIGN KEY(project_id) REFERENCES projects (id)
)Z1uindexix_projects_domainprojectsCREATE INDEX ix_projects_domain ON projects (domain)[-{indexix_projects_nameprojectsCREATE UNIQUE INDEX ix_projects_name ON projects (name)<29>t<01>;tableprojectsprojectsCREATE TABLE projects (
id INTEGER NOT NULL,
name VARCHAR(160) NOT NULL,
domain VARCHAR(80) NOT NULL,
config JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id)
)
2026-05-13 19:57:34 +09:00
<0E><0F><0F><0F><0F><0F>gJ-<0E><0E><0F><0F><0F><0F><0F>qT7<0E><0E><0F><0F><0F>z]@#<0E> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> priceRbrandQ namePpriceO<02>brandN<02>nameM<02>priceL<02>brandK<02>nameJ<02>priceI<02>brandH<02>nameG<02>priceF<02>brandE<02>nameD<02>priceC<02>brandBxnameAoprice@ebrand?[name>Rprice=Hbrand<>name;5price:+brand9!name8price7brand6name5<01>price4<01>brand3<01>name2<01>price1<01>brand0<01>name/<01>price.<01>brand-<01>name,<01>price+<01>brand*<01>name)<01>price(}brand'sname&jprice%`brand$Vname#Mprice"Cbrand!9name 0br brandname price brandname price brandname price brandname price brandname price brandname price brand name price brand
name price brandname price brandname brand name <01><03><0F>4<0E>U <0B> <0B> `
2026-05-08 17:42:36 +09:00
<EFBFBD>
2026-05-12 19:40:31 +09:00
^ <09>)<07>J<04>M<03><01><00>M*x)A'<01>indexix_feedback_logs_entity_idfeedback_logs,CREATE INDEX ix{(C'<01>indexix_feedback_logs_project_idfeedback_logs+CREATE INDEX ix_feedback_logs_project_id ON feedback_logs (project_id)<29>
2026-05-08 17:42:36 +09:00
'M'<01>-indexix_feedback_logs_user_profile_idfeedback_logs*CREATE INDEX ix_feedback_logs_user_profile_id ON feedback_logs (user_profile_id)<29>g&''<01> tablefeedback_logsfeedback_logs)CREATE TABLE feedback_logs (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
user_profile_id INTEGER NOT NULL,
entity_id INTEGER,
action VARCHAR(80) NOT NULL,
score FLOAT,
reason TEXT,
metadata_json JSON NOT NULL,
created_at DATETIME NOT NULL,
2026-05-12 19:40:31 +09:00
PRIMARY KEY (id),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(user_profile_id) REFERENCES user_profiles (id),
FOREIGN KEY(entity_id) REFERENCES entities (id)
)3G!indexsqlite_autoindex_attributes_1attributes<16>%I-<01>%indexix_user_preferences_project_iduser_preferences(CREATE INDEX ix_user_preferences_project_id ON user_preferences (project_id)<29>$S-<01>9indexix_user_preferences_user_profile_iduser_preferences'CREATE INDEX ix_user_preferences_user_profile_id ON user_preferences (user_profile_id)<29>a#--<01>utableuser_preferencesuser_preferences&CREATE TABLE user_preferences (
2026-05-08 17:42:36 +09:00
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
user_profile_id INTEGER NOT NULL,
likes JSON NOT NULL,
dislikes JSON NOT NULL,
preferred_moods JSON NOT NULL,
preferred_notes JSON NOT NULL,
avoided_notes JSON NOT NULL,
price_preference JSON NOT NULL,
season_context VARCHAR(80),
occasion_context VARCHAR(120),
feedback_history JSON NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(user_profile_id) REFERENCES user_profiles (id)
)o"=!<01> indexix_crawl_jobs_project_idcrawl_jobs%CREATE INDEX ix_crawl_jobs_project_id ON crawl_jobs (project_id)l!;!<01> indexix_crawl_jobs_source_idcrawl_jobs$CREATE INDEX ix_crawl_jobs_source_id ON crawl_jobs (source_id)<29>E !!<01>Utablecrawl_jobscrawl_jobs#CREATE TABLE crawl_jobs (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
source_id INTEGER,
url TEXT,
status VARCHAR(40) NOT NULL,
priority INTEGER NOT NULL,
scheduled_at DATETIME NOT NULL,
started_at DATETIME,
finished_at DATETIME,
error TEXT,
metadata_json JSON NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(source_id) REFERENCES sources (id)
)k;<01> indexix_relations_project_idrelations"CREATE INDEX ix_relations_project_id ON relations (project_id)<29>I<01>%indexix_relations_subject_entity_idrelations!CREATE INDEX ix_relations_subject_entity_id ON relations (subject_entity_id)}G<01>!indexix_relations_object_entity_idrelations CREATE INDEX ix_relations_object_entity_id ON relations (object_entity_id)h9<01>indexix_relations_predicaterelationsCREATE INDEX ix_relations_predicate ON relations (predicate)1Eindexsqlite_autoindex_relations_1relations<1E>U<01>ytablerelationsrelationsCREATE TABLE relations (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
subject_entity_id INTEGER NOT NULL,
predicate VARCHAR(160) NOT NULL,
object_entity_id INTEGER NOT NULL,
confidence FLOAT NOT NULL,
support_count INTEGER NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_relation UNIQUE (project_id, subject_entity_id, predicate, object_entity_id),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(subject_entity_id) REFERENCES entities (id),
FOREIGN KEY(object_entity_id) REFERENCES entities (id)
)o=!<01> indexix_attributes_project_idattributesCREATE INDEX ix_attributes_project_id ON attributes (project_id)l;!<01> indexix_attributes_source_idattributesCREATE INDEX ix_attributes_source_id ON attributes (source_id)l;!<01> indexix_attributes_entity_idattributesCREATE INDEX ix_attributes_entity_id ON attributes (entity_id)\1!uindexix_attributes_nameattributesCREATE INDEX ix_attributes_name ON attributes (name)
2026-05-13 19:57:34 +09:00
I<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>ysmga[UOI^R<01>^Q<01>^P<01>]O<01>]N<01>]M<01>YL<01>YK<01>YJ<01>XI<01>XH<01>XG<01>WF<01>WE<01>WD<01>UC<01>UB<01>UA{R@uR?oR>iK=cK<]K;WJ:QJ9KJ8EG7?G69G53F4-F3'F2!E1E0E/C. C-C,<00>A+<00>A*<00>A)<00><(<00><'<00><&<00>;%<00>;$<00>;#<00>:"<00>:!<00>       
  
f<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>zupkfggggggggggggggggggggggggggggggggggggggggggggggggggg R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00>                          
         
f<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>zupkfggggggggggggggggggggggggggggggggggggggggggggggggggg R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00>                          
          <0F><0F><0E><0E><0E><0E><0E><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06><06>x> <05><05>d-<04><04><04>L<03><03>m6<02><02><02>Y"<01><01>|:<00>6 AhasBrand?<3F>p<EFBFBD><70>
2026-05-12 19:40:31 +09:00
=q2026-05-12 03:57:46.386178>E / ALsuitableForSeason?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2026-05-12 03:57:38.485113@D 3 ALsuitableForOccasion!?<3F>
=p<><70>
2026-05-12 03:57:38.4840825C  AKhasBrand?<3F>?|<7C><>hs2026-05-12 03:57:27.6422285B  AJhasBrand?<3F>?|<7C><>hs2026-05-12 03:56:51.4840166A A"hasBrandI?<3F>G<EFBFBD>z<>H2026-05-12 03:56:06.4939325@  AhasBrandH?<3F>G<EFBFBD>z<>H2026-05-12 03:55:06.8216636? AGhasBrand?<3F>?|<7C><>hs2026-05-12 03:55:49.5157915>  AFhasBrand?<3F>?|<7C><>hs2026-05-12 03:54:22.4175845=  AEhasBrand?<3F>?|<7C><>hs2026-05-12 03:53:45.0147375<  ADhasBrand?<3F>G<EFBFBD>z<>H2026-05-12 03:52:39.4522725;  AChasBrand?<3F>?|<7C><>hs2026-05-12 03:52:12.0909747: ! ABhasTopNote'?<3F>p<EFBFBD><70>
=q2026-05-12 03:51:52.42336659  ABhasBrand?<3F>G<EFBFBD>z<>H2026-05-12 03:51:52.42236468 AhasBrand?<3F>
=p<><70>
2026-05-12 03:51:44.08549757  AAhasBrand?<3F>?|<7C><>hs2026-05-12 03:50:27.63038676 ! A@hasTopNote'?<3F>p<EFBFBD><70>
=q2026-05-12 03:49:24.00661955  A@hasBrand?<3F>G<EFBFBD>z<>H2026-05-12 03:49:24.00561964 AhasBrand?<3F>
=p<><70>
2026-05-12 03:53:08.35222573 ! A"hasTopNote=?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2026-05-12 03:48:21.99449052  A<hasBrand?<3F>?|<7C><>hs2026-05-12 03:47:25.63932951  A;hasBrand?<3F>?|<7C><>hs2026-05-12 03:46:48.51956350  A:hasBrand?<3F>?|<7C><>hs2026-05-12 03:46:11.6646385/  A9hasBrand?<3F>?|<7C><>hs2026-05-12 03:45:35.0766493.  A8soldBy?<3F>G<EFBFBD>z<>H2026-05-12 03:44:58.7855248- !AhasTopNote'?<3F>p<EFBFBD><70>
=q2026-05-12 03:50:35.7150315,  AhasBrand7?<3F>
=p<><70>
2026-05-12 03:44:51.5318235+  A3hasBrand?<3F>?|<7C><>hs205X  A^hasBrand?<3F>?|<7C><>hs2026-05-12 04:06:51.179064<08>  A]hasBrand?<3F>?|<7C><>hs2026-05-12 04:06:15.116984<08> ! AZhasTopNote\?<3F>p<EFBFBD><70>
=q2026-05-12 04:05:31.249238<08>  AZhasBrand[?<3F>G<EFBFBD>z<>H2026-05-12 04:05:31.248236T  AYhasBrand?<3F>?|<7C><>hs2026-05-12 04:05:21.749925  AXhasBrand?<3F>?|<7C><>hs2026-05-12 04:04:45.454723<07>  AWhasBrand?<3F>?|<7C><>hs2026-05-12 04:04:21.147356<07>  A"hasBrand?<3F>p<EFBFBD><70>
=q2026-05-12 04:03:44.697658x ' AVhasMiddleNote'?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2026-05-12 04:02:14.544473< ! AVhasTopNote'?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2026-05-12 04:02:14.543473  AVhasBrand?<3F>
=p<><70>
2026-05-12 04:02:14.542474<06>  ABsoldBy?<3F>
=p<><70>
2026-05-12 04:02:02.603376<06>  A"hasBrand?<3F>ffffff2026-05-12 04:01:41.656678`  AUhasBrand?<3F>?|<7C><>hs2026-05-12 04:01:35.030288)  AShasAccordT?<3F>p<EFBFBD><70>
=q2026-05-12 04:01:06.015544<05>  AShasBrand?<3F>p<EFBFBD><70>
=q2026-05-12 04:01:06.014544<05>  ARhasBrand?<3F>?|<7C><>hs2026-05-12 04:00:27.316305<05>  AQhasBrand?<3F>G<EFBFBD>z<>H2026-05-12 03:59:51.176353L  AhasBrand?<3F>G<EFBFBD>z<>H2026-05-12 03:57:55.082505 / ALsuitableForSeason?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2026-05-12 03:57:38.485113<04> 3 ALsuitableForOccasion!?<3F>
=p<><70>
2026-05-12 03:57:38.484082<04>  AKhasBrand?<3F>?|<7C><>hs2026-05-12 03:57:27.642228\  AJhasBrand?<3F>?|<7C><>hs2026-05-12 03:56:51.484016% A"hasBrandI?<3F>G<EFBFBD>z<>H2026-05-12 03:56:06.493932<03>  AhasBrandH?<3F>G<EFBFBD>z<>H2026-05-12 03:55:06.821663<03> AGhasBrand?<3F>?|<7C><>hs2026-05-12 03:55:49.515791~ AFhasBrand?<3F>?|<7C><>hs2026-05-12 04:02:51.123781F AEhasBrand?<3F>?|<7C><>hs2026-05-12 04:01:26.074978 ADhasBrand?<3F>G<EFBFBD>z<>H2026-05-12 04:00:56.316094<02> AChasBrand?<3F>?|<7C><>hs2026-05-12 03:59:24.566953<02> !ABhasTopNote'?<3F>p<EFBFBD><70>
=q2026-05-12 03:59:04.789604d ABhasBrand?<3F>G<EFBFBD>z<>H2026-05-12 03:59:04.788598, AhasBrand?<3F>G<EFBFBD>z<>H2026-05-12 04:03:18.543748<01>  AAhasBrand?<3F>?|<7C><>hs2026-05-12 03:50:27.630386<01> ! A@hasTopNote'?<3F>p<EFBFBD><70>
=q2026-05-12 03:49:24.006619<01>  A@hasBrand?<3F>G<EFBFBD>z<>H2026-05-12 03:49:24.005619M A3  AsoldBy?<3F>G<EFBFBD>z<>H2026-05-12 06:31:43.818123  A hasBrand ?<3F>
=p<><70>
2026-05-12 06:30:56.483606<00>  AsoldBy ?<3F>ffffff2026-05-12 06:29:24.367973<00>  AsoldBy
2026-05-13 19:57:34 +09:00
?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2026-05-12 06:27:44.258925k  AsoldBy?<3F>G<EFBFBD>z<>H2026-05-12 06:26:15.861065  AhasBrand?<3F><02>ѷ2026-05-13 04:06:55.644869
<0F><0F><0F><0F><0F><0F><0F> t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t ^hasBrandXz]hasBrandWh!ZhasTopNote\VTZhasBrand[UBYhasBrandT0XhasBrandSWhasBrandR "hasBrandQ<05>'VhasMiddleNote'P<05>!VhasTopNote'O<05>VhasBrandN<05>BsoldByM<05>"hasBrandL<05>UhasBrandK<05>ShasAccordTJvShasBrandIdRhasBrandHRQhasBrandG@hasBrandF./LsuitableForSeasonE3LsuitableForOccasion!D<04>KhasBrandC<04>JhasBrandB<04>"hasBrandIA<04>hasBrandH@<04>GhasBrand?<04>FhasBrand><04>EhasBrand=xDhasBrand<fChasBrand;T!BhasTopNote':@BhasBrand9.hasBrand8AhasBrand7
2026-05-12 19:40:31 +09:00
!@hasTopNote'6<03>@hasBrand5<03>hasBrand4<03>!"hasTopNote=3<03><hasBrand2<03>;hasBrand1<03>:hasBrand0<03>9hasBrand/v8soldBy.f!hasTopNote'-RhasBrand7,@3hasBrand+.2hasBrand*1hasBrand)
0hasBrand(<02>*hasBrand.'<02>/hasBrand.&<02>-hasReviewKeyword-%<02>hasAccord,$<02>+hasBrand#<02>*hasBrand"<02>)hasBrand!q(hasBrand _!"hasTopNote'K"hasBrand9hasAccord$'"hasBrand#hasBrand#hasBrand#<01>3 suitableForOccasion!<01>/suitableForSeason<01>hasBrand<01>/suitableForSeason<01>soldBy}soldBymhasBrand[hasBrandI3suitableForOccasion-soldByhasBrand hasBrand<00>hasBrand <00>3suitableForOccasion <00>!evokesMood <00>!evokesMood
<00>hasAccord <00>/suitableForSeason
y!evokesMood f soldByR hasBrand @soldBy 0soldBy
2026-05-13 19:57:34 +09:00
 soldBy  hasBrand
<0F><0F><0F><0F><0F><0F><0F> 9 9 9 9 9 <0B> <0B> <0B> <0B> <0B> <0B> <0B> <0B>                                                                      hasBrandX<04>hasBrandW<04>hasTopNoteV<04>hasBrandU<04>hasBrandT<04>hasBrandS<04>hasBrandR<04>hasBrandQwhasMiddleNotePehasTopNoteOVhasBrandNIsoldByM>hasBrandL1hasBrandK$hasAccordJhasBrandI hasBrandH<03>hasBrandG<03>hasBrandF<03>suitableForSeasonE<03>suitableForOccasionD<03>hasBrandC<03>hasBrandB<03>hasBrandA<03>hasBrand@<03>hasBrand?shasBrand>fhasBrand=YhasBrand<LhasBrand;?hasTopNote:0hasBrand9#hasBrand8hasBrand7 hasTopNote6<02>hasBrand5<02>hasBrand4<02>hasTopNote3<02>hasBrand2<02>hasBrand1<02>hasBrand0<02>hasBrand/<02>soldBy.<02>hasTopNote-<02>hasBrand,vhasBrand+ihasBrand*\hasBrand)OhasBrand(BhasBrand'5hasBrand&(hasReviewKeyword%hasAccord$hasBrand#<01>hasBrand"<01>hasBrand!<01>hasBrand <01>hasTopNote<01>hasBrand<01>hasAccord<01>hasBrand<01>hasBrand<01>hasBrand<01>suitableForOccasionhsuitableForSeasonRhasBrandEsuitableForSeason/soldBy$soldByhasBrand hasBrand<00>suitableForOccasion<00>soldBy<00>hasBrand<00>hasBrand<00>hasBrand <00>suitableForOccasion <00>evokesMood <00>evokesMood
2026-05-12 19:40:31 +09:00
hasAccord qsuitableForSeason[evokesMoodLhas
soldBy:hasBrand-soldBy"soldBysoldBy  hasBrand
2026-05-13 19:57:34 +09:00
<0F><0F><0F><0F><0F><0F><0F> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A>X W\V<01>[U<01>T<01>S<01>R<01>Q<01>'P<01>'O<01>N<01>M<01>L<01>K<01>TJ<01>I<01>H<01>G<01>F<01>E<01>!D<01>C<01>B<01>IAH@y?s>m=g<a;[':U9O8I7C'6=5741=3+2%10/. '-7,+<00>*<00>)<00>(<00>.'<00>.&<00>-%<00>,$<00>#<00>"<00>!<00> <00>'<00><00>$<00>#<00>#<00>#<00>!<00><00><00>}wqke_YSM G A ;
2026-05-12 19:40:31 +09:00
5 /
)   

 
2026-05-13 19:57:34 +09:00
<0F><0F><0F><0F><0F><0F><0F> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A>^X<01>]W<01>ZV<01>ZU<01>YT<01>XS<01>WR<01>"Q<01>VP<01>VO<01>VN<01>BM<01>"L<01>UK<01>SJ<01>SI<01>RH<01>QG<01>F<01>LE<01>LD<01>KC~JBx"Ar@lG?fF>`E=ZD<TC;NB:HB9B8<A76@60@5*4$"3<2;1:0 9/8.-<00>,<00>3+<00>2*<00>1)<00>0(<00>*'<00>/&<00>%<00>$<00>+#<00>*"<00>)!<00>( <00>"<00>"<00><00>"<00><00><00> <00>}wrlf`ZUOIC = 8 3
. )   
<0F><0F><0F><0F><0F><0F><0F>IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00>|wrmhc^YTOJE@ ; 6 1
, '"   <0F><00><0F><0F> f f<00>< {!AAAMhttps://the912.co.kr/board/product/list.html?board_no=4discoveredd2026-05-13 04:04:39.9507422026-05-13 04:04:39.9507422026-05-13 04:04:43.819945{"depth": 1, "parent_job_id": 1} > 7AA<00>Ghttps://the912.co.kr/runningd2026-05-13 04:03:52.1658132026-05-13 04:03:52.182453{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_name": "official_brand_site", "url": "https://the912.co.kr/", "extractor_provider": "lm_studio", "extractor_model": "deepseek-r1-0528-qwen3-8b", "extractor_base_url": "http://localhost:1234/v1", "check_robots_txt": false, "respect_robots_txt": null, "max_depth": 2, "max_pages": 25, "same_domain_only": true, "analyze_page_types": ["ProductPage", "BrandStoryPage", "ReviewPage"]}, "progress": {"seed_url": "https://the912.co.kr/", "visited_count": 4, "analyzed_count": 1, "queued_count": 47, "skipped_count": 3, "errors": [], "pages": [{"url": "https://the912.co.kr", "depth": 0, "status": "discovered", "page_type": "PromotionPage", "page_id": 1, "claim_count": 0, "entity_count": 0, "discovered_count": 22, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8431, "clean_text_length": 535, "removed_noise_zones_count": 6, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/about.html", "depth": 1, "status": "completed", "page_type": "BrandStoryPage", "page_id": 2, "claim_count": 0, "entity_count": 2, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8036, "clean_text_length": 408, "removed_noise_zones_count": 6, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/category/\uc804\uccb4-\uc0c1\ud488/44", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 3, "claim_count": 0, "entity_count": 0, "discovered_count": 8, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8232, "clean_text_length": 209, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/board/product/list.html?board_no=4", "depth": 1, "status": "discovered", "page_type": "NoticePage", "page_id": 4, "claim_count": 0, "entity_count": 0, "discovered_count": 20, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 11045, "clean_text_length": 28, "removed_noise_zones_count": 10, "warnings": ["clean text is short"], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}], "latest_page": {"url": "https://the912.co.kr/board/product/list.html?board_no=4", "depth": 1, "status": "discovered", "page_type": "NoticePage", "page_id": 4, "claim_count": 0, "entity_count": 0, "discovered_count": 20, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 11045, "clean_text_length": 28, "removed_noise_zones_count": 10, "warnings": ["clean text is short"], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}}}<7D> {AAMhttps://the912.co.kr/board/gallery/list.html?board_no=8runningd2026-05-13 04:04:43.8211162026-05-13 04:04:43.821116{"depth": 1, "parent_job_id": 1}<7D>3 i!AAAMhttps://the912.co.kr/category/전체-상품/44discoveredd2026-05-13 04:04:36.0527982026-05-13 04:04:36.0527982026-05-13 04:04:39.948740{"depth": 1, "parent_job_id": 1}<7D># KAAAMhttps://the912.co.kr/about.htmlcompletedd2026-05-13 04:03:57.9308392026-05-13 04:03:57.9308392026-05-13 04:04:36.048633{"depth": 1, "parent_job_id": 1}<7D> 5!AAAMhttps://the912.co.krdiscoveredd2026-05-13 04:03:52.1945692026-05-13 04:03:52.1945692026-05-13 04
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ <00><02><00><02><00><02><00><02><00><02><00><02><00>zu~p}k|f{az\yWxRwMvHuCt>s9r4q/p*o%n mlkj ihg<01>f<01>e<01>d<01>c b<01>a<01>`<01>_<01>^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00>                    
2026-05-11 22:55:01 +09:00
         
2026-05-13 19:57:34 +09:00
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ <00><02><00><02><00><02><00><02><00><02><00><02><00>zu~p}k|f{az\yWxRwMvHuCt>s9r4q/p*o%n mlkj ihg<01>f<01>e<01>d<01>c b<01>a<01>`<01>_<01>^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00>                    
2026-05-12 19:40:31 +09:00
          
2026-05-08 17:42:36 +09:00




2026-05-13 19:57:34 +09:00

<00><00><00>t
  sW <0A><0E> <0B>  <0C> <0A><0E> <0B> <0C><0F> J ; f,<04><04>ZZZZZZZZZZZZZZZZZZZZZZ#h J[j<06>y <0C>W <09><03><0F>0F <09> d80a8a4c3f4ef11e755400ce3f22798d034eb84715a447edc8c09874468e37018F <09> 63458c536d0d53ccc09f8bd1694c9d15390db2e8856f11ac1340d80fff40cad37F <09> efdc7345b5d23f21eac8b6433c51718ae1edb5af82c0ee6991c6d0f6501e0b146F <09> 3dd2a12f2a6b6845b9d9fa11ec627eb72a19fc7ebca72e19596a42e65358fd185F <09> 94b94a0922b1b5062b1b4a4568b09cfbc7f162b981a12d7095b48cd2cfad2f744F <09> 3a4100dafbe42597ea181d7d83bcaf02c97a79aa75f327ac1d64ffc62a481ffb3F <09> c02ea0529aecc5d1bc62519d30a4600c3e0ae698ea67d105342dd39932c39f432F <09> d45da13d4ed964eebc72115344b69bd159ab1ad7253d6d79e3f1329fda1cb0001F <09> 710bee92d90368c27271e04095dc577398d8f83e4c3a9a572d340fe9f498d4370F <09> 51322fb0b3c6be3436b751fb524c82883b77f308de5b0b3afbf481498c3191a0/F <09> 382267b86f2873e76b586a491301d720561f979f8879b36340d7e1b57f16f356.F <09> f23c69a4d255ffda79f6f64cd3c72b5751e466f7cabc552cddbacb457966144a-F <09> 5b6164bd3cd6c8f61c2c12fc5003571fe9dee011b9eabcccc10a7c2e1e9a9524,F <09> 631bf093f4fb26c0d9121134c2824f300da96ce07070262f75b06bbf4a09dda9F <09> f5b3d912bf0b69f095b62760f2d7b82978984c14c0cd7b478e66bbf9c94f252e'F <09> f23c69a4d255ffda79f6f64cd3c72b5751e466f7cabc552cddbacb457966144a-<05>G f1682685680abad5d158dc13d486e6358108b9ad7ed9ee769e800d0b4bcaf135F <09> efdc7345b5d23f21eac8b6433c51718ae1edb5af82c0ee6991c6d0f6501e0b146F <09> d80a8a4c3f4ef11e755400ce3f22798d034eb84715a447edc8c09874468e37018 IE d7f8bec86a719dc555a67a90f06a75f359c88976aacbdb16973804496575d93b"F <09> d45da13d4ed964eebc72115344b69bd159ab1ad7253d6d79e3f1329fda1cb0001 <00> cd443f1c5f7a1fa6ccf98219ba251d1434d7fbdfcd993abea2216988afd68e87* G c3b3120348a04fc4b4d042271970e274d97b34b2f490084a0e003324adc5c42cF <09> c02ea0529aecc5d1bc62519d30a4600c3e0ae698ea67d105342dd39932c39f432<08> b4dab87b2a5d61be8338a17ff5b689679ef754188d1e3d83b6a1d875d3369f80F <09> a3e6f7a0056a51ab9a7ffcf1eeae34f0221908e3e8607f3230fdc441979b08a7F <09> 9cb86114dc720e9258753d2f7bfb9c873d1cc0a2e8a55bab66ca753e4cc13c90$<08>G 98f87019f47f40b34b1f85d3a7d9cadb191f7b3721a961d9df0454f76818ced7F <09> 94b94a0922b1b5062b1b4a4568b09cfbc7f162b981a12d7095b48cd2cfad2f744
2026-05-12 19:40:31 +09:00
<EFBFBD><01> 90d861e0f0e83f62e741c568a9f15b26201aac2cc7671a2ef0c6dbfbe43444e5F <09> 7ac21258d4d8b45e1f960460bb91a251a90022c20c4bebad97d818fdfc618d4eF <09> 74fcd26b0b96dfc1004ea0f5f324e9205827ab5cd772bf206b62f7938d9dd70cV<00> 744839aa30ee04f59c5fc8ba802fb69fc3348f8ad48e6f80d3f8cd153d3cb96aG 72ad4d4a604bb1e6efbdbe5495c3a4565c8029a82355a0ceb581cb883f3953fdF <09> 710bee92d90368c27271e04095dc577398d8f83e4c3a9a572d340fe9f498d4370
2026-05-13 19:57:34 +09:00
<EFBFBD>G 6b5b8968feef22939561b938ee7144e5f61a575b9ca0b0bb8c10c2ee40b8b378!F <09> 63458c536d0d53ccc09f8bd1694c9d15390db2e8856f11ac1340d80fff40cad37 IG 631bf093f4fb26c0d9121134c2824f300da96ce07070262f75b06bbf4a09dda9+FF <09> 11cf9a37cfb4309b7bb12bbf0017dbd5db3cbc3206a9c3005ab1d78470e611d6F <09> be95262930b86621a656bc7e1db701b70a9a9d007b01426b4002ce4e5143f14cF <09> 47f76d524d1d040cd60fdeae58651df28ced6d818ed32f7c4c2a7da1a7ac02c7F <09> 78038526061a490942b0cb8f3ec29b3c1cc1e18a88c1fd93387d82a6869c25ebF <09> 4b7ff9c1041a5e82ed43a85265e0761eeb67b8d9193b277ed1f2ac6aa2807862F <09> d6cdd956085a8ac18db3350cf34afe28c616558b1cb54436d8b7a2039c66d43c F <09> 5a9b94b16175940447736922011beca819d507f56207dca63e9c89fc83b3b9b7 F <09> 790ac82032006c8a8540eb4798f0bae7e318bea0b0585253f157657aaae5e8c1 F <09> ccfd75bfd48546e225aa4b3e3fa13bff8f9bebda8de771626b29a0791c5bc45e
F <09> 65a1798d5d7d4aba3fc25c7e11bbc2a81cd1ee81787be10658b2704f4a15dc75 F <09> 38919923a668953165deff0abe548cf85dfc34ba266b5abd3bddc91143606347F <09> bf6f02125b116764bb284d7640289e368d755fd173ff9d7dfb9215c7b5afc728F <09> 35ce982ad6a3ee7e9f6773417ced35303f06a02ec5d72de7a5b4a95fb7aadf40F <09> 3e961feeafb1b29c0e8b60ca31318964a2f339d9021d650eb5a60d9e778eecc6F <09> 774397dbeb6483a6bf778a0c6cb5ae67aae14457ea633cf38f6e0dbd50e56717F <09> ecb71712c70ade5a7bde1281648838bfdd2b0056ee896dcf0508225ddfc8cf83F <09> 2b41e3df7c9866baa6ee78ccebff1b7b92bd24850ac43ae07b73477d2228e858E <09> 8f2fa7b53a9378455d8a64afc389937fb0b2c6f3d0af6e23915502543887478c  <0A>  <0C>?
2026-05-12 19:40:31 +09:00
<EFBFBD><06><06>+<05>n<04><04><02>  <0B>& 'm <00>3:77<01>tableontology_entity_typesontology_entity_types>CREATE TABLE ontology_entity_types (
id<69>3:77<01>tableontology_entity_typesontology_entity_types>CREATE TABLE ontology_entity_types (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
name VARCHAR(160) NOT NULL,
domain VARCHAR(120) NOT NULL,
description TEXT,
status VARCHAR(40) NOT NULL,
version VARCHAR(40) NOT NULL,
confidence FLOAT NOT NULL,
metadata_json JSON NOT NULL,
created_at DATETIM`95}indexix_evidence_claim_idevidence=CREATE INDEX ix_evidence_claim_id ON evidence (claim_id)]83yindexix_evidence_page_idevidence<CREATE INDEX ix_evidence_page_id ON evidence (page_id)<29>63++<01>#tableextraction_logsextraction_logs7CREATE TABLE extraction_logs (
2026-05-08 17:42:36 +09:00
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
page_id INTEGER,
extractor_name VARCHAR(160) NOT NULL,
provider VARCHAR(120) NOT NULL,
input_hash VARCHAR(80),
raw_output JSON NOT NULL,
error TEXT,
created_at DATETIME NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(page_id) REFERENCES pages (id)
)t2C<01>indexix_claims_subject_entity_idclaims6CREATE INDEX ix_claims_subject_entity_id ON claims (subject_entity_id)q1A<01>indexix_claims_object_entity_idclaims5CREATE INDEX ix_claims_object_entity_id ON claims (object_entity_id)[03yindexix_claims_source_idclaims4CREATE INDEX ix_claims_source_id ON claims (source_id)^/5}indexix_claims_claim_hashclaims3CREATE INDEX ix_claims_claim_hash ON claims (claim_hash)[.3yindexix_claims_predicateclaims2CREATE INDEX ix_claims_predicate ON claims (predicate)U-/qindexix_claims_page_idclaims1CREATE INDEX ix_claims_page_id ON claims (page_id)^,5}indexix_claims_project_idclaims0CREATE INDEX ix_claims_project_id ON claims (project_id)<29>+*<01>1tableclaimsclaims-CREATE TABLE claims (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
source_id INTEGER NOT NULL,
page_id INTEGER,
subject_entity_id INTEGER NOT NULL,
predicate VARCHAR(160) NOT NULL,
object_entity_id INTEGER,
object_value JSON,
value_type VARCHAR(80) NOT NULL,
claim_hash VARCHAR(80) NOT NULL,
confidence FLOAT NOT NULL,
confidence_reason TEXT,
extraction_method VARCHAR(120) NOT NULL,
status VARCHAR(40) NOT NULL,
first_seen_at DATETIME NOT NULL,
last_seen_at DATETIME NOT NULL,
valid_until DATETIME,
metadata_json JSON NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_claim_hash UNIQUE (project_id, claim_hash),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(source_id) REFERENCES sources (id),
FOREIGN KEY(page_id) REFERENCES pages (id),
FOREIGN KEY(subject_entity_id) REFERENCES entities (id),
FOREIGN KEY(object_entity_id) REFERENCES entities (id)
2026-05-12 19:40:31 +09:00
)++?indexsqlite_autoindex_claims_1claims. A'<01>indeg79<01>indexix_evidence_project_idevidence;CREATE INDEX ix_evidence_project_id ON evidence (project_id)<29>5G+<01>!indexix_extraction_logs_project_idextraction_logs9CREATE INDEX ix_extraction_logs_project_id ON extraction_logs (project_id)z4A+<01>indexix_extraction_logs_page_idextraction_logs8CREATE INDEX ix_extraction_logs_page_id ON extraction_logs (page_id)x)A'<01>indexix_feedback_logs_entity_idfeedback_logs,CREATE INDEX ix_feedback_logs_entity_id ON feedback_logs (entity_id)C'<01>indexix{(C'<01>indexix_feedback_logs_project_idfeedback_logs+CREATE INDEX ix_feedback_logs_project_id ON feedback_logs (project_id)<29>
'M'<01>-indexix_feedback_logs_user_profile_idfeedback_logs*CREATE INDEX ix_feedback_logs_user_profile_id ON feedback_logs (user_profile_id)<29>W6<01>tableevidenceevidence:CREATE TABLE evidence (
2026-05-08 17:42:36 +09:00
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
claim_id INTEGER NOT NULL,
page_id INTEGER,
evidence_text TEXT NOT NULL,
evidence_summary TEXT,
selector TEXT,
start_offset INTEGER,
end_offset INTEGER,
created_at DATETIME NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(claim_id) REFERENCES claims (id),
FOREIGN KEY(page_id) REFERENCES pages (id)
2026-05-12 19:40:31 +09:00
)
2026-05-13 19:57:34 +09:00
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 <00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00>zu~p}k|f{az\yWxRwMvHuCt>s9r4q/p*o%n mlkj ihg<01>f<01>e<01>d<01>c<01>b<01>a<01>`<01>_<01>^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+< ;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00>|wrmhc^            
         
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E>~~~~~~~~~~~~~~~~~~~~~~ <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C>v<00>Yv<00>Ru<00>Ku<00>Ds<00>=s<00>6r<00>/r<00>(q<00>!q<00>p<00>p<00> o<00>l<00><02>l<02>l~<02>k}<02>j|<02>i{<02>iz<02>gy<02>gx<02>gw<02>ev<02>eu<02>dt<02>^s<02>\r<02>\q<02>[p<02>[o<02>Zn<02>Zm<02>Xl<02>Tk<02>VjzVitmhnmghhfbhe\fdVfcPcbJcaDb`>b_8n^2H],H\&F[ FZ_YCX@W@V?U<01>?T<01>>S<01>>R<01>=Q<01><P<01>^O<01>;N<01>:M<01>:L<01>9K<01>9J<01>8I<01>8H<01>7G<01>7F<01>6E<01>6D<01>6C<01>5B<01>5A<01>1@~/?x/>rv=lt<ft;1;Z1:T.9N,8H,7B,6<056040*3**2$*1$0$/$. $-,#+<00>#*<00>#)<00>#(<00>#'<00>#&<00>#%<00>#$<00>##<00>#"<00>#!<00> <00><00><00><00><00><00><00><00>0<00><00>2|2v2p2   
  
<0F><0F><0F><0F><0F>rX>$<0F><0F><0F><0F>eK1 <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> hasPrice<00><07>hasBrand<00>yhasPrice<00>khasBrand<00>]hasTopNote<00>MhasBrand<00>?hasPrice<00>1hasBrand<00>#hasPrice<00>hasBrand<00>hasPrice<00><06>hasBrand<00><06>hasBrand<00><06>hasMiddleNote<00><06>hasTopNote<06>hasBrand~<06>soldBy}<06>hasBrand|<06>hasPrice{<06>hasBrandz|soldByyqhasAccordxchasBrandwVhasPricevIhasBrandu<hasBrandt/hasBrands"suitableForSeasonr suitableForOccasionq<05>hasPricep<05>hasBrando<05>hasPricen<05>hasBrandm<05>hasBrandl<05>hasBrandk<05>hasPricej<05>hasBrandi<05>hasPricehhasBrandgrhasPricefehasBrandeXhasTopNotedIhasBrandc<hasPriceb/hasBranda"hasTopNote`hasBrand_hasBrand^<04>hasPrice]<04>hasBrand\<04>hasTopNote[<04>hasBrandZ<04>hasBrandY<04>hasTopNoteX<04>hasPriceW<04>hasBrandV<04>hasPriceU<04>hasBrandTshasPriceSfhasBrandRYhasBrandQLsoldByPAhasTopNoteO2hasBrandN%hasPriceMhasBrandL hasPriceK<03>hasBrandJ<03>hasPriceI<03>hasBrandH<03>hasPriceG<03>hasBrandF<03>hasBrandE<03>hasPriceD<03>hasBrandC<03>hasReviewKeywor-hasReviewKeyword;nhasAccord:`suitableForSeason9JhasBaseNote8:hasBaseNote7*hasBaseNote6suitableForOccasion5hasBaseNote4<02>hasReviewKeyword3<02>hasAccord2<02>hasAccord1<02>hasPrice0<02>evokesMood/<02>hasAccord.<02>hasBrand-<02>evokesMood,{hasPrice+nsuitableForOccasion*VsuitableForSeason)@evokesMood(1evokesMood'"evokesMood&hasAccord%hasAccord$<01>hasAccord#<01>hasAccord"<01>hasBaseNote!<01>hasPrice <01>evokesMood<01>evokesMood<01>evokesMood<01>hasAccord<01>hasAccorduhasBrandhhasReviewKeywordSevokesMoodDsoldBy9hasPrice,suitableForOccasionsuitableForSeason<00>evokesMood<00>ev hasPrice hasBrand hasPrice hasBrand hasPrice hasBrand hasPrice hasBrand hasPrice
hasBrand hasPrice hasBrand hasPrice hasBrand hasPrice hasBrand hasPrice  hasBrand
  u] <0A><0E> <0B> - <0C> <0A><0E> <0B> <0C><0F> [ E s/<04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04>U<07> [<04><02><06><00> <0C>]= <09><03><0F>WE<04> d80a8a4c3f4ef11e755400ce3f22798d034eb84715a447edc8c09874468e37018E<04> 63458c536d0d53ccc09f8bd1694c9d15390db2e8856f11ac1340d80fff40cad37E<04> efdc7345b5d23f21eac8b6433c51718ae1edb5af82c0ee6991c6d0f6501e0b146E<04> 3dd2a12f2a6b6845b9d9fa11ec627eb72a19fc7ebca72e19596a42e65358fd185E<04> 94b94a0922b1b5062b1b4a4568b09cfbc7f162b981a12d7095b48cd2cfad2f744E<04> 3a4100dafbe42597ea181d7d83bcaf02c97a79aa75f327ac1d64ffc62a481ffb3E<04> c02ea0529aecc5d1bc62519d30a4600c3e0ae698ea67d105342dd39932c39f432E<04> d45da13d4ed964eebc72115344b69bd159ab1ad7253d6d79e3f1329fda1cb0001E<04> 710bee92d90368c27271e04095dc577398d8f83e4c3a9a572d340fe9f498d4370E<04> 51322fb0b3c6be3436b751fb524c82883b77f308de5b0b3afbf481498c3191a0/E<04> 382267b86f2873e76b586a491301d720561f979f8879b36340d7e1b57f16f356.E<04> f23c69a4d255ffda79f6f64cd3c72b5751e466f7cabc552cddbacb457966144a-E<04> 5b6164bd3cd6c8f61c2c12fc5003571fe9dee011b9eabcccc10a7c2e1e9a9524,E<04> 631bf093f4fb26c0d9121134c2824f300da96ce07070262f75b06bbf4a09dda9E<04> f5b3d912bf0b69f095b62760f2d7b82978984c14c0cd7b478e66bbf9c94f252e'E<04> f23c69a4d255ffda79f6f64cd3c72b5751e466f7cabc552cddbacb457966144a-<05>Ff1682685680abad5d158dc13d486e6358108b9ad7ed9ee769e800d0b4bcaf135E<04> efdc7345b5d23f21eac8b6433c51718ae1edb5af82c0ee6991c6d0f6501e0b146E<04> d80a8a4c3f4ef11e755400ce3f22798d034eb84715a447edc8c09874468e37018 Z2d7f8bec86a719dc555a67a90f06a75f359c88976aacbdb16973804496575d93b"E<04> d45da13d4ed964eebc72115344b69bd159ab1ad7253d6d79e3f1329fda1cb0001@<00>cd443f1c5f7a1fa6ccf98219ba251d1434d7fbdfcd993abea2216988afd68e87*@Fc3b3120348a04fc4b4d042271970e274d97b34b2f490084a0e003324adc5c42cE<04> c02ea0529aecc5d1bc62519d30a4600c3e0ae698ea67d105342dd39932c39f432<08>b4dab87b2a5d61be8338a17ff5b689679ef754188d1e3d83b6a1d875d3369f80E<04> a3e6f7a0056a51ab9a7ffcf1eeae34f0221908e3e8607f3230fdc441979b08a7E<04> 9cb86114dc720e9258753d2f7bfb9c873d1cc0a2e8a55bab66ca753e4cc13c90$<08>F98f87019f47f40b34b1f85d3a7d9cadb191f7b3721a961d9df0454f76818ced7E<04> 94b94a0922b1b5062b1b4a4568b09cfbc7f162b981a12d7095b48cd2cfad2f744
2026-05-12 19:40:31 +09:00
<EFBFBD><01>90d861e0f0e83f62e741c568a9f15b26201aac2cc7671a2ef0c6dbfbe43444e5E<04> 7ac21258d4d8b45e1f960460bb91a251a90022c20c4bebad97d818fdfc618d4eE<04> 74fcd26b0b96dfc1004ea0f5f324e9205827ab5cd772bf206b62f7938d9dd70c\<00>744839aa30ee04f59c5fc8ba802fb69fc3348f8ad48e6f80d3f8cd153d3cb96aF72ad4d4a604bb1e6efbdbe5495c3a4565c8029a82355a0ceb581cb883f3953fdE<04> 710bee92d90368c27271e04095dc577398d8f83e4c3a9a572d340fe9f498d4370
2026-05-13 19:57:34 +09:00
<EFBFBD>F6b5b8968feef22939561b938ee7144e5f61a575b9ca0b0bb8c10c2ee40b8b378!E<04> 63458c536d0d53ccc09f8bd1694c9d15390db2e8856f11ac1340d80fff40cad37 ZF631bf093f4fb26c0d9121134c2824f300da96ce07070262f75b06bbf4a09dda9+EE<04> 11cf9a37cfb4309b7bb12bbf0017dbd5db3cbc3206a9c3005ab1d78470e611d6E<04> be95262930b86621a656bc7e1db701b70a9a9d007b01426b4002ce4e5143f14cE<04> 47f76d524d1d040cd60fdeae58651df28ced6d818ed32f7c4c2a7da1a7ac02c7E<04> 78038526061a490942b0cb8f3ec29b3c1cc1e18a88c1fd93387d82a6869c25ebE<04> 4b7ff9c1041a5e82ed43a85265e0761eeb67b8d9193b277ed1f2ac6aa2807862E<04> d6cdd956085a8ac18db3350cf34afe28c616558b1cb54436d8b7a2039c66d43c E<04> 5a9b94b16175940447736922011beca819d507f56207dca63e9c89fc83b3b9b7 E<04> 790ac82032006c8a8540eb4798f0bae7e318bea0b0585253f157657aaae5e8c1 E<04> ccfd75bfd48546e225aa4b3e3fa13bff8f9bebda8de771626b29a0791c5bc45e
E<04> 65a1798d5d7d4aba3fc25c7e11bbc2a81cd1ee81787be10658b2704f4a15dc75 E<04> 38919923a668953165deff0abe548cf85dfc34ba266b5abd3bddc91143606347E<04> bf6f02125b116764bb284d7640289e368d755fd173ff9d7dfb9215c7b5afc728E<04> 35ce982ad6a3ee7e9f6773417ced35303f06a02ec5d72de7a5b4a95fb7aadf40E<04> 3e961feeafb1b29c0e8b60ca31318964a2f339d9021d650eb5a60d9e778eecc6E<04> 774397dbeb6483a6bf778a0c6cb5ae67aae14457ea633cf38f6e0dbd50e56717E<04> ecb71712c70ade5a7bde1281648838bfdd2b0056ee896dcf0508225ddfc8cf83E<04> 2b41e3df7c9866baa6ee78ccebff1b7b92bd24850ac43ae07b73477d2228e858D<04> 8f2fa7b53a9378455d8a64afc389937fb0b2c6f3d0af6e23915502543887478c
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 <00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00>zu~p}k|f{az\yWxRwMvHuCt>s9r4q/p*o%n mlkj ihg<01>f<01>e<01>d<01>c<01>b<01>a<01>`<01>_<01>^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+< ;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00>|wrmhc^            
         
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C><00> <00><00><00> \<00>[<00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02>'<00><02>'<02>~<02>}<02>|<02>{<02>z<02>y<02>Tx<02>w<02>v<02>u<02>t<02>s~rx!qrpmognbm\IlVHkPjKiEh@g:f5e/d*c$ba'`_ ^]\<01>'[<01>Z<01>Y<01>=X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>'O<01>7N<01>M<01>L<01>K<01>J<01>I<01>H<01>G<01>F.EyDt.Cn-BhAc,@]);S(:M'9G&8A%7;$655/#4)"3#!2 10 / .- ,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00> <00><00><00><00><00><00><00> <00>~ysmg   
  
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C> <0C>^<00><^<00>5]<00>.]<00>'Z<00> Z<00>Y<00>Y<00> X<00>X<00><02>W<00><02>W<00><02>"<00><02>V<00><02>V<02>V~<02>B}<02>"|<02>U{<02>Uz<02>y<02>Sx<02>Sw<02>Rv<02>Ru<02>Qt<02>s<02>Lr<02>Lq<02>Kp<02>Ko{JnuJmo"likcGj]GiWFhQFgKEfEEe?Dd9Dc3Cb-Ca'B`!B_^A]A\ @[@Z<01>Y<01>"X<01><W<01><V<01>;U<01>;T<01>:S<01>:R<01>9Q<01>8P<01>O<01>N<01>3M<01>3L<01>2K<01>2J<01>1I<01>1H<01>0G<01>0F<01>*E/Dy/CsBmAg@;Z:T9N8H7B6<56403*2$10/. -,+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00><00><00><00><00>|vp   
    <0F><00><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><00>
2026-05-12 19:40:31 +09:00
1<1F> <0A>A llm_json_extractorlm_studioe453c4d1d2fa2dc257c5ba4830dde52be473a8ec6866531ee271d8175101fa5d{"provider": "lm_studio", "model": "deepseek-r1-0528-qwen3-8b", "e<>I 1<1F> <0A>Allm_json_extractorlm_studiobe680867b0a5de7b07b8c266f0a18b95eb84dd02cd08745f891394c14fd9d99f{"provider": <20><>N W<1F> <0A><>}Allm_json_extractor_with_rule_fallbacklm_studio3fb02e3840bdaf1f4a28b7230e64b55393a8c3b41074b42a<32>D 1!<21> <0A>A
2026-05-13 19:57:34 +09:00
perfume_rule_basedrule_based5b6e0cbab2611ae8b30a059b9c798de68e684393cb5ef29dea2278450f246866{"entity_cou<6F><75>? W<1F> <0A><>_A&llm_json_extractor_with_rule_fallbacklm_studio413a8d2bfb883a821a13e16c1e477245d1498df062dc9d38b1dcc5c26a6eff29{"entity_count": 6, "claim_count": 6, "ai_provider": "lm_studio", "ai_model": "deepseek-r1-0528-qwen3-8b", "ai_warning": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "fallback": "rule_based", "extraction_mode": "fallback", "page_context": {"url": "https://the912.co.kr/product/detail.html?product_no=513", "final_url": "https://the912.co.kr/product/detail.html?product_no=513", "title": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml - 912", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "clean_text": "\uc0c8\ub85c\uc6b4 \ud5a5\uc218\uc758 \uc2dc\uc791, \ud074\ub860 \ud5a5\uc218\n[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml\n4.<2E><>/ W<1F> <0A><>?Allm_json_extractor_with_rule_fallbacklm_studio0ff6fae134eda1584d547e645bd4a2f2b9758c0fa2c47d910645cbd2830d47d1{"entity_count": 6, "claim_count": 6, "ai_provider": "lm_studio", "ai_model": "deepseek-r1-0528-qwen3-8b", "ai_warning": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "fallback": "rule_based", "extraction_mode": "fallback", "page_context": {"url": "https://the912.co.kr/product/detail.html?product_no=492", "final_url": "https://the912.co.kr/product/detail.html?product_no=492", "title": "[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g - 912", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "clean_text": "\ud638\ud154\ub85c \ub9cc\ub4dc\ub294 \uc740\uc740\ud55c \ubc29\ud5a5\uc81c\n[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g\n4.8\n114,407\n[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc <20>u W<1F> <0A>MAllm_json_extractor_with_rule_fallbacklm_studio6c5362e7cb3219a6526e438847b1ec99215aa648f8decad20b2f65cc94fe4577{"entity_count": 2, "claim_count": 1, "ai_provider": "lm_studio", "ai_model": "deepseek-r1-0528-qwen3-8b", "ai_warning": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "fallback": "rule_based", "extraction_mode": "fallback", "page_context": {"url": "https://the912.co.kr/about.html", "final_url": "https://the912.co.kr/about.html", "title": "912 \uacf5\uc2dd \ud648\ud398\uc774\uc9c0", "page_type": "BrandStoryPage", "crawl_status": "success", "extraction_status": "success", "clean_text": "\ud604\uc7ac \uc704\uce58\nAbout\nA good scents makes good memories.\n\u201c\uc88b\uc740 \ud5a5\uae30\ub294 \uc88b\uc740 \uae30\uc5b5\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.\"\n\uc88b\uc740 \ud5a5\uc73c\ub85c \uae30\ubd84 \uc88b\uc740 \ud558\ub8e8\ub97c \uc2dc\uc791\ud558\uace0,\n\uc7a0\uc774 \ub4dc\ub294 \uc21c\uac04\uc5d0\ub3c4 \ud3b8\uc548\ud55c \ud5a5\uc73c\ub85c \ub9c8\ubb34\ub9ac\ub420 \uc218 \uc788\ub3c4\ub85d\n\ud5a5\uae30\ub85c \ub354\uc6b1 \uac10\uac01\uc801\uc774\uace0 \ubaa8\ub358\ud55c \ubb34\ub4dc\uc758 \uc77c\uc0c1\uc744 \uc120\ubb3c \ub4dc\ub9bd\ub2c8\ub2e4.\n\uc2dc\uac04\uc774 \uc9c0\ub098\uba74 \uc11c\uc11c\ud788 \uc78a\ud600\uc9c0\ub294 \uc21c\uac04\ub4e4\uc744\n\ub2c8\uce58 \ud5a5\uae30\uc5d<00> <00><00><00><00>$s
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >vv<02>uu<02>tt<02>ss<02>rr<02>qq<02>pp<02>oo<02>nn<02>mm<02>ll<02>kkzjjtiinhhhggbff\eeVddPccJbbDaa>``8__2^^,]]&\\ [[ZZYYXXWWVV<01>UU<01>TT<01>SS<01>RR<01>QQ<01>PP<01>OO<01>NN<01>MM<01>LL<01>KK<01>JJ<01>II<01>HH<01>GG<01>FF<01>EE<01>DD<01>CC<01>BB<01>AA~@@x??r>>l==f<<`;;Z::T99N88H77B66<5564403322$1100//.. --,,++<00>**<00>))<00>((<00>''<00>&&<00>%%<00>$$<00>##<00>""<00>!!<00> <00><00><00><00><00><00><00><00><00><00>|vpj&_&Y&S&M& G0  
   
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> vHuCt>s9r4q/p*o%n mlkj ihg<01>f<01>e<01>d<01>c<01>b<01>a<01>`<01>_<01>^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3 2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00>|wrmhc^Y OJE@ ;    
           <0C><0F><0F>wE<0E><0E><0E>]+ <0A> <0A> <0A> o C  <0C> <0C>EEEEEEEEEEEEEEEEE, ACAFE242026-05-12 03:20:20.085786+ A
2026-05-12 19:40:31 +09:00
0원2026-05-12 03:19:43.285160<EFBFBD> <01>;A품 간단 설명 : 베이비 파우더 | 머스크 | 아이리스 소<>  <01>AAting_avg} {$*display_product_info_review_count} 레이어링 추천 코튼 허그 & 코튼 키스 코튼 키스의 우디 머스크 뉘앙스가 어우러지며 고급스러운 무게감이 더해지고, 은은하면서 존재감 있는 잔향이 더욱 오래도록 지속됩니다. 코튼 허그 & 코튼 썩세스 코튼 썩accords includes 머스크2026-05-12 06:31:34.111366<EFBFBD>S /<2F>Y A23,000원2026-05-12 06:36:54.035838 - <01>!CA2$*display_group_icon}{$*display_nick_icon} {$*display_writer} {$*display_writen_date} {$*comment_cnt} 공유하기 페이스북 카카오스토리 인스타그램 {$*display_product_image_tag} {$*producoccasion_tags includes Date2026-05-12 06:36:54.035838  <01>CA2 센슈얼하면서 부드러운 느낌이 강조 됩니다. 코튼 딜라잇 부케 & 코튼 브리즈 싱그럽고 깨끗한 프루티 그린 노트와 은은하면서도 화사하고 가벼운 봄꽃 같은 플로럴 부케 노트의 궁합으로 꽃이 만개한 싱그러운 정원을 연상케 합니다. sq_detail_pageseason_tags includes Spring2026-05-12 06:36:54.035838
2026-05-13 19:57:34 +09:00
<EFBFBD> <01>EAA2splay_product_info_review_count} 레이어링 추천 코튼 허그 & 코튼 키스 코튼 키스의 우디 머스크 뉘앙스가 어우러지며 고급스러운 무게감이 더해지고, 은은하면서 존재감 있는 잔향이 더욱 오래도록 지속됩니다. 코튼 허그 & 코튼 썩세스 코튼 썩세스의 상쾌한 우디 시트러mood_tags includes Elegant2026-05-12 06:36:54.035838<08> <01>1CA2& 벨벳 허그 고급스러운 우디노트와 약간의 스윗한 플로럴 뉘앙스가 조화로 더욱 중성적인 느낌을 자아냅니다. 코튼 딜라잇 부케 & 코튼 디어나잇 부드러운 머스크 파우더리 노트에 생기 가득한 꽃내음이 스쳐 지나가면서 여리여리한 살결 느낌을 극대화 시키는 레이어링 조합입니다. 코튼 메모리 & 코튼 mood_tags includes Romantic2026-05-12 06:36:54.035838 <01>)=A2가 어우러지며 고급스러운 무게감이 더해지고, 은은하면서 존재감 있는 잔향이 더욱 오래도록 지속됩니다. 코튼 허그 & 코튼 썩세스 코튼 썩세스의 상쾌한 우디 시트러스 노트가 더해져 상쾌하고 깨끗한 다채로운 매력의 코튼 향이 완성됩니다. 코튼 키스 & 벨벳 허그 고급스러운 우디노트와 약간의 스mood_tags includes Fresh2026-05-12 06:36:54.035838C <01>9GA2급스러운 우디노트와 약간의 스윗한 플로럴 뉘앙스가 조화로 더욱 중성적인 느낌을 자아냅니다. 코튼 딜라잇 부케 & 코튼 디어나잇 부드러운 머스크 파우더리 노트에 생기 가득한 꽃내음이 스쳐 지나가면서 여리여리한 살결 느낌을 극대화 시키는 레이어링 조합입니다. 코튼 메모리 & 코튼 디어나잇 머스크 accords includes 파우더리2026-05-12 06:36:54.035838d <01>AA2ting_0 A36,000원2026-05-13 04:11:09.229217* A9122026-05-13 04:11:09.2272100 A36,000원2026-05-13 04:10:26.266262* A9122026-05-13 04:10:26.2642630 A24,000원2026-05-13 04:09:44.403489* A 9122026-05-13 04:09:44.4014890 A 16,000원2026-05-13 04:09:02.927597* A 9122026-05-13 04:09:02.9255830
A
24,000원2026-05-13 04:08:22.106750* A 9122026-05-13 04:08:22.1047500 A48,000원2026-05-13 04:07:40.509024* A9122026-05-13 04:07:40.5070200 A60,000원2026-05-13 04:06:55.648872* A9122026-05-13 04:06:55.6458720 A54,000원2026-05-13 04:06:42.580525* A9122026-05-13 04:06:42.5785250 A 72,000원2026-05-13 04:05:59.143732) A 9122026-05-13 04:05:59.142598
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj Y<07>X<07>W<07>V~UxTrSlRfQ`PZOTNNMHLBK<J6I0H*G$FEDC BA@<06>?<06>><06>=<06><<06>;<06>:<06>9<06>8<06>7<06>6<06>5<06>4<06>3<06>2<06>1<06>0<06>/<06>.<06>-<06>,<06>+|*v)p(j'd&^%X$R#L"F!@ :4.("
2026-05-12 19:40:31 +09:00
<05><05><05><05><05><05><05><05><05> <05> <05> <05>
<05> <05><05><05><05><05><05><05><05><05>z<00>t<00>n<00>h<00>b<00>\<00>V<00>P<00>J<00>D<00>><00>8<00>2<00>,<00>&<00> <00><00><00><00><00><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00>~<00>x<00>r<00>l<00>f<00>`<00>Z<00>T<00>N<00>H<00>B<00><<00>6<00>0<00>*<00>$<00><00><00><00> <00><00><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00><03><00>|<00>v<00>p<00>j<00>d<00>^<00>X<00>R<00>L<00>F<00>@<00>:<00>4<00>.<00>(<00>"<00><00><00><00>
2026-05-13 19:57:34 +09:00
<00><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00><02><00>zu~p}k|f{az\yWxRwMvHuCt>s9r4q/p*o%n mlkj ihg<01>f<01>e<01>d<01>c<01>b<01>a<01>`<01>_<01>^<01>]<01>\<01>[<01>Z<01>Y<01>X<01>W<01>V<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M{LvKqJlIgHbG]FXESDNCIBDA?@:?5>0=+<&;!:987 654<00>3<00>2<00>1<00>0<00>/<00>.<00>-<00>,<00>+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00>|wrmhc^            
         
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>2Y<08>2X<08>2W<08>2V<08>2U<08>2T<08>2S<08>2R<08>2Q<08>2P<08>2O<08>1N<08>1M<08>1L<08>1K<08>1J~1Iw1Hp1Gi1Fb1E[1DT1CM1BF0A?0@80?10>*0=#0<0;0:090807<07>06<07>05<07>04<07>/3<07>/2<07>/1<07>/0<07>//<07>/.<07>/-<07>/,<07>/+<07>/*<07>/)<07>/(<07>.'<07>.&<07>.%{.$t.#m."f.!_. X.Q.J.C.<-5-.-'- --- --<06>-<06>-<06>,<06>,<06>,<06>, <06>, <06>, <06>,
<06>, <06>,<06>,<06>,<06>,<06>,<06>,<06>,<06>++x+<00>q+<00>j+<00>c+<00>\+<00>U+<00>N+<00>G+<00>@+<00>9+<00>2+<00>++<00>$+<00>*<00>*<00>*<00>*<00>*<00><05>*<00><05>*<00><05>*<00><05>*<00><05>*<00><05>*<00><05>*<00><05>*<00><05>*<00><05>)<00><05>)<00><05>)<00><05>)<00><05>)<00><05>)<00><05>)<00><05>)<00><05>)<00>|)<00>u)<00>n)<00>g)<00>`)<00>Y(<00>R(<00>K(<00>D(<00>=(<00>6(<00>/(<00>((<00>!(<00>(<00>(<00> '<00>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>'<00><04>&<00><04>&<00><04>&<00><04>&<00><04>&<00><04>&<00>y&<00>r&<00>k&<00>d&<00>]&<00>V&<00>O&<00>H&<00>A%<00>:%<00>3%<00>,%<00>%%<00>%<00>%<00>%<00> %<00>%<00><03>%<00><03>%<00><03>%<00><03>%<00><03>$<00><03>$<00><03>$<00><03>$<00><03>#<00><03>#<00><03>#<00><03>#<00><03>#<00><03>#<00><03>#<00><03>#<00><03>#<00><03>#<00>}#<00>v"<00>o"<00>h"<00>a"<00>Z"<00>S"<00>L"<00>E"<00>>"<00>7"<00>0"<00>)!<00>"!<00>!<00>!<00> !<00>!<00><02>!<00><02>!<02>!~<02>!}<02>!|<02> {<02> z<02> y<02> x<02> w<02> v<02> u<02> t<02> s<02> r<02> q<02>p<02>o<02>n<02>m<02>l<02>kzjtinhhgbf\eVdPcJbDa>`8_2^,]&\ [ZYXWV<01>U<01>T<01>S<01>R<01>Q<01>P<01>O<01>N<01>M<01>L<01>K<01>J<01>I<01>H<01>G<01>F<01>E<01>D<01>C<01>B<01>A~@x?r>l=f<`;Z:T9N8H7B6<56403*2$10/. -,+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00><00><00><00><00>|vp   
  
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffY<08>X<08>W<08>V<08>U<08>T<08>S<08>R<08>Q<08> P<08> O<08>N<08>;M<08>L<08>K<08>J~IwHpGiFbE[ DT:CM BFA?5@8?1>*=#<;:987<07> 6<07> 5<07>44<07>3<07>2<07>1<07>0<07>/<07>.<07>-<07>,<07>+<07>*<07> )<07> (<07>'<07>&<07>9%{$t#m"f!_ XQJ C <5.'  <06> <06> <06><06><06><06> <06> <06> <06>
<06> <06><06><06> <06> <06>8<06>7<06>6<06>x<00>q<00>j<00>c<00>\<00>U<00>N<00>G<00>@ <00>9 <00>28<00>+7<00>$6<00><00>3<00><00><00><00><05><00><05><00><05><00><05><00><05><00><05> <00><05>2<00><05>1<00><05> <00><05><00><05>5<00><05><00><05><00><05><00><05><00><05><00><05><00><05><00>|<00>u<00>n <00>g <00>`4<00>Y<00>R<00>K<00>D<00>=<00>6<00>/<00>(<00>!<00> <00> <00> <00><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04><00><04> <00><04> <00><04>8<00><04>7<00><04>6<00><04><00><04>5<00><04><00><04><00><04><00><04><00>y<00>r<00>k<00>d<00>]<00>V <00>O <00>H4<00>A<00>:3<00>3<00>,<00>%<00><00><00><00> <00><00><03> <00><03>2<00><03>1<00><03> <00><03>0<00><03>/<00><03>.<00><03>-<00><03>+<00><03>*<00><03>)<00><03>(<00><03>'<00><03>&<00><03>%<00><03>$<00><03>#<00><03>"<00>}!<00>v+<00>o*<00>h)<00>a(<00>Z'<00>S&<00>L%<00>E$<00>>#<00>7"<00>0!<00>)+<00>"*<00>)<00>(<00> '<00>&<00><02>%<00><02>$<02>#~<02>"}<02>!|<02>+{<02>*z<02>)y<02>(x<02>'w<02>&v<02>%u<02>$t<02>#s<02>"r<02>!q<02>p<02>o<02>n<02>m<02>l<02>kzjtinhh gb f\eVdPcJbDa>`8_2^,]& \ [+Z*Y)X(W'V<01>&U<01>%T<01>$S<01>#R<01>"Q<01>!P<01>+O<01>*N<01>)M<01>,L<01>(K<01>'J<01>&I<01>%H<01>$G<01>#F<01>"E<01>!D<01>+C<01>*B<01>)A~(@x'?r&>l%=f$<`#;Z":T!9N+8H*7B)6<(56'40&3*%2$$1#0"/!. - ,+<00>*<00>)<00>(<00>'<00>&<00>%<00>$<00>#<00>"<00>!<00> <00><00><00><00><00><00> <00> <00><00><00>|vp   
  <0F>}<0F> <0A>  } <0B> Z
2026-05-12 19:40:31 +09:00
<EFBFBD>
; <09> <08><07>Y<06>5<05><04><03>_<02>1<01>m<00> ! }AAReviewPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9286842026-05-12 08:43:51.928684<EFBFBD>  }AAReviewperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9286842026-05-12 08:43:51.928684<EFBFBD> ' }AAPromotionPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9276832026-05-12 08:43:51.927683<EFBFBD>  }AAPromotionperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9276832026-05-12 08:43:51.927683<EFBFBD> # }AAProductPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9276832026-05-12 08:43:51.927683<EFBFBD>  }AAProductcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9266802026-05-12 08:43:51.926680<EFBFBD>  }AAPriceperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9266802026-05-12 08:43:51.926680<EFBFBD>   }AAPlacecoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9266802026-05-12 08:43:51.926680<EFBFBD>   }AAPersoncoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9266802026-05-12 08:43:51.926680<EFBFBD>  }AAPerfumeperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9255452026-05-12 08:43:51.925545<EFBFBD>   }AAPagecoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9255452026-05-12 08:43:51.925545<EFBFBD> % }AAOrganizationcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9255452026-05-12 08:43:51.925545<EFBFBD>  }AAOccasionperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9245212026-05-12 08:43:51.924521<EFBFBD>  }AANoticeperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9245212026-05-12 08:43:51.924521<EFBFBD>  }AANoteperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9245212026-05-12 08:43:51.924521<EFBFBD>  }AAMoodperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9245212026-05-12 08:43:51.924521<EFBFBD> # }AAListingPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9235192026-05-12 08:43:51.923519<EFBFBD>
 }AAEventcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9235192026-05-12 08:43:51.923519<EFBFBD>  }AAEntitycoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9235192026-05-12 08:43:51.923519<EFBFBD>  }AADocumentcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9225152026-05-12 08:43:51.922515<EFBFBD>  }AAConceptcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9225152026-05-12 08:43:51.922515<EFBFBD> ' }AACommunityPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9225152026-05-12 08:43:51.922515<EFBFBD>  }AACategoryperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9215042026-05-12 08:43:51.921504<EFBFBD> ) }AABrandStoryPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9215042026-05-12 08:43:51.921504<EFBFBD>  }AABrandperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9215042026-05-12 08:43:51.921504<EFBFBD>  }AAArticleperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9200552026-05-12 08:43:51.920055<EFBFBD>  }AAAccordperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9185912026-05-12 08:43:51.9k
x<0F><0F><0F><0F><0F><0F><0F><0F><0F>ve[QE7%<0E><0E><0E><0E><0E><0E><0E><0E><0E>x  Source  Season !ReviewPage  Review 'PromotionPage Promotion #ProductPage  Product
 Price
 Place  Person  Perfume  Page %Organization  Occasion  Notice  Note  Mood  #ListingPage
 Event
 Entity  Document  Concept 'CommunityPage  Category )BrandStoryPage
 Brand  Article
  Accord
<0E><0F><0F><0F><0F>PG2)<0E><0F><0F><0F><0F><0F><0F><0F>}qeY;<0E><0E><0E><0E><0E><0E> perfumecore perfume perfume perfume perfume perfume perfume core perfumecorecore perfumecorecore perfume perfume perfume perfume perfume core
core corecore perfume perfume perfume perfume perfume
 perfume
<0E><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>}rg\QF;0%<0E><0E><0E><0E><0E><0E>
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active
active  active #I y<08>U<07>+<03><06><02><01>I
<EFBFBD>
<EFBFBD> <09><0F><00>1
<EFBFBD>
<EFBFBD><00>KE1<01>indexix_ontology_proposals_statusontology_proposalsPCREATE INDEX ix_ontology_proposals_status ON ontology_proposals (status)<29>JM1<01>-indexix_ontology_proposals_project_idontology_proposalsOCREATE INDEX ix_ontology_proposals_project_id ON ontology_proposals (project_id)<29>EK;<01>)indexix_ontology_relation_types_nameontology_relation_typesJCREATE INDEX ix_ontology_relation_types_name ON ontology_relation_types (name)<29>#DW;<01>Aindexix_ontology_relation_types_project_idontology_relation_typesICREATE INDEX ix_ontology_relation_types_project_id ON ontology_relation_types (project_id)<29>CO;<01>1indexix_ontology_relation_types_domainontology_relation_typesHCREATE INDEX ix_ontology_relation_types_domain ON ontology_relation_types (domain)<29>BO;<01>1indexix_ontology_relation_types_statusontology_relation_typesGCREATE INDEX ix_ontology_relation_types_status ON ontology_relation_types (status)<29>@;;<01>Ktableontology_relation_typesontology_relation_typesECREATE TABLE ontology_relation_types (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
name VARCHAR(160) NOT NULL,
domain VARCHAR(120) NOT NULL,
description TEXT,
allowed_subject_types JSON NOT NULL,
allowed_object_types JSON NOT NULL,
allowed_page_types JSON NOT NULL,
allowed_source_zones JSON NOT NULL,
semantic_constraints JSON NOT NULL,
confidence_rules JSON NOT NULL,
status VARCHAR(40) NOT NULL,
version VARCHAR(40) NOT NULL,
confidence FLOAT NOT NULL,
metadata_json JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_ontology_relation_type_project_name UNIQUE (project_id, name),
FOREIGN KEY(project_id) REFERENCES projects (id)
)MAa;indexsqlite_autoindex_ontology_relation_types_1ontology_relation_typesF <09><00> ?G7<01>!indexix_ontology_entity_types_nameontology_entity_typesDCREATE INDEX ix_ontology_entity_types_name ON ontology_entity_types (name)<29>>S7<01>9indexix_ontology_entity_types_project_idontology_entity_typesCCREATE INDEX ix_ontology_entity_types_project_id ON ontology_entity_types (project_id)<29>=K7<01>)indexix_ontology_entity_types_statusontology_entity_typesACREATE INDEX ix_ontology_entity_types_status ON ontology_entity_types (status)<29><K7<01>)indexix_ontology_entity_types_domainontology_entity_types@CREATE INDEX ix_ontology_entity_types_domain ON ontology_entity_types (domain)I;]7indexsqlite_autoindex_ontology_entity_types_1ontology_entity_types??"77<01>tableontology_entity_typ<79>HS1<01>9indexix_ontology_proposals_proposal_hashontology_proposalsMCREATE INDEX ix_ontology_proposals_proposal_hash ON ontology_proposals (proposal_hash)CGW1indexsqlite_autoindex_ontology_proposals_1ontology_proposalsL<73>@F11<01>+tableontology_proposalsontology_proposalsKCREATE TABLE ontology_proposals (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
proposal_type VARCHAR(80) NOT NULL,
name VARCHAR(160) NOT NULL,
reason TEXT,
evidence TEXT,
status VARCHAR(40) NOT NULL,
confidence FLOAT NOT NULL,
proposal_hash VARCHAR(80) NOT NULL,
metadata_json JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_ontology_proposal_hash UNIQUE (project_id, proposal_hash),
FOREIGN KEY(project_id) REFERENCES projects (id)
)<29>3:77<01>tableontology_entity_typesontology_entity_types>CREATE TABLE ontology_entity_types (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
name VARCHAR(160) NOT NULL,
domain VARCHAR(120) NOT NULL,
description TEXT,
status VARCHAR(40) NOT NULL,
version VARCHAR(40) NOT NULL,
confidence FLOAT NOT NULL,
metadata_json JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_ontology_entity_type_project_name UNIQUE (project_id, name),
FOREIGN KEY(project_id) REFERENCES projects (id)
)<00>5}indexix_evidence_claim_idevidence=CREATE INDEX ix_evidence}IA1<01>indexix_ontology_proposals_nameontology_proposalsNCREATE INDEX ix_ontology_proposals_name ON ontology_proposals (name)
p<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>zup                       
2026-05-08 17:42:36 +09:00
         
2026-05-12 19:40:31 +09:00
<0E><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>pg^SF5,  <0E><0E><0E><0E><0E><0E><0E><0E>
Source
Season!ReviewPage
Review'PromotionPage Promotion#ProductPage Product Price Place
Person PerfumePage%Organization Occasion
NoticeNote Mood #ListingPage Event
Entity Document Concept'CommunityPage Category)BrandStoryPage Brand Article  Accord<0F><00><0F> 3 
<EFBFBD> <09>rL6<04><03><02>K<00>M KO<>== }AAsoldByperfume["Brand", "Perfume", "Product"]["Brand"]["BrandStoryPage", "ProductPage"]["brand_story_body", "product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.82}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9351402026-05-12 08:43:51.935140<EFBFBD>-  99+_== }AAsimilarToperfume["Perfume", "Product"]["Perfume", "Product"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.86}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9341342026-05-12 08:43:51.934134<EFBFBD>  !9+_== }AAhasTopNoteperfume["Perfume", "Product"]["Note"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.78}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9341342026-05-12 08:43:51.934134<EFBFBD>E  -9!G}== }AAhasReviewKeywordperfume["Perfume", "Product"]["Review"]["ProductPage", "ReviewPage"]["product_description", "product_detail", "review_body"]{"literal_value": false}{"min_confidence": 0.78}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9341342026-05-12 08:43:51.934134<EFBFBD>
 9+W;= }AAhasPriceperfume["Perfume", "Product"][]["ProductPage"]["product_detail", "product_summary"]{"literal_value": true}{"min_confidence": 0.82}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9331312026-05-12 08:43:51.933131<EFBFBD>#  '9+_== }AAhasMiddleNoteperfume["Perfume", "Product"]["Note"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.78}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9331312026-05-12 08:43:51.933131<EFBFBD>D 9+<2B>'== }AAhasBrandperfume["Perfume", "Product"]["Brand"]["ProductPage"]["product_description", "product_detail", "product_summary", "product_title"]{"literal_value": false}{"min_confidence": 0.72}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9331312026-05-12 08:43:51.933131<EFBFBD>! #9+_== }AAhasBaseNoteperfume["Perfume", "Product"]["Note"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.78}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9331312026-05-12 08:43:51.933131<EFBFBD>! 9!+_== }AAhasAccordperfume["Perfume", "Product"]["Accord"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.74}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9321272026-05-12 08:43:51.932127<EFBFBD>/ !9+}== }AAevokesMoodperfume["Perfume", "Product"]["Mood"]["ProductPage"]["product_description", "product_detail", "review_body"]{"literal_value": false}{"min_confidence": 0.75}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9321272026-05-12 08:43:51.932127<EFBFBD>+ I= 1AApartOfcore[][][][]{"transitive_candidate": true}{"min_confidence": 0.75}active1.0.0{"origin": "core"}2026-05-12 08:43:51.9321272026-05-12 08:43:51.932127<EFBFBD>' C; 1AAsameAscore[][][][]{"entity_resolution": true}{"min_confidence": 0.9}active1.0.0{"origin": "core"}2026-05-12 08:43:51.9311192026-05-12 08:43:51.931119<EFBFBD>G IG; 1AAmentionscore["Document", "Page", "Source"][][][]{"provenance_relation": true}{"min_confidence": 0.6}active1.0.0{"origin": "core"}2026-05-12 08:43:51.9311192026-05-12 08:43:51.931119<EFBFBD>( ?; 1AArelatedTocore[][][][]{"domain_agnostic": true}{"min_confidence": 0.7}active1.0.0{"origin": "core"}2026-05-12 08:43:51.9297582026-05-12 08:43:51.9l
<0E><0F><0F><0F><0F>{mWG<0F><0F><0F><0F>8,<0E> /suitableForSeason 3suitableForOccasion  soldBy similarTo  !hasTopNote  -hasReviewKeyword  hasPrice
 'hasMiddleNote  hasBrand #hasBaseNote hasAccord !evokesMood  partOf  sameAs  mentions   relatedTo
Q<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>}rg\Q
active
active
active
active
active
active
active
2026-05-11 22:55:01 +09:00
2026-05-12 19:40:31 +09:00
active
active
active
active
active
active
active
active  active
M<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>}qeYM perfume perfume perfume perfume perfume perfume perfume
perfume perfume perfume perfume perfumecorecorecore core
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>          
2026-05-08 17:42:36 +09:00
         
2026-05-12 19:40:31 +09:00
 <0F><0F><0F><0F><0F>wbS<0F><0F><0F><0F>E:" /suitableForSeason3suitableForOccasion
soldBy similarTo !hasTopNote -hasReviewKeyword hasPrice
'hasMiddleNote hasBrand#hasBaseNote hasAccord!evokesMood
partOf
sameAs mentions  relatedTo 





2026-05-13 19:57:34 +09:00

 5!<19><15> QAAentity_type_coverageEntityTypeNoticeEntity type 'Notice' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open73482b6751a521edcda8d6709f09d774f707c0ec23c200cabc943de20503e791{"entity_type_id": 14, "count": 0}{}2026-05-13 04:03:04.2912552026-05-13 04:03:04.291255<EFBFBD>  5!<15> <15> QAAentity_type_coverageEntityTypeNoteEntity type 'Note' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>openc21b1715851aaa56068ccfbfd4cee852a681d5ef9ec0029c4e01774cb64047e7{"entity_type_id": 13, "count": 0}{}2026-05-13 04:03:04.2892502026-05-13 04:03:04.289250<EFBFBD> 5!<15> <15> QAAentity_type_coverageEntityTypeMoodEntity type 'Mood' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>openfac0b1c7519bb18aeac4c19ea89f0a5b86ba1e79291dd971306a4e18b39b09af{"entity_type_id": 12, "count": 0}{}2026-05-13 04:03:04.2872232026-05-13 04:03:04.287223<EFBFBD># 5!#<23><15> QAAentity_type_coverageEntityTypeListingPageEntity type 'ListingPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open211e3c4b4e3600c195c38a8271b23b77818662ef38ccd9cba12ebf7134e0fc62{"entity_type_id": 11, "count": 0}{}2026-05-13 04:03:04.2862212026-05-13 04:03:04.286221<EFBFBD>& 5!'<27><15> OAAentity_type_coverageEntityTypeCommunityPageEntity type 'CommunityPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>openb19d532d6ac53877faf3b5885371178650a8fd71f6a6ce432114fd9d80e55a9e{"entity_type_id": 6, "count": 0}{}2026-05-13 04:03:04.2820262026-05-13 04:03:04.282026<EFBFBD> 5!<1D><15> OAAentity_type_coverageEntityTypeCategoryEntity type 'Category' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open362f3afcf121b5fb358c9bb26c9a173c1bbcafc2ebd5bdb76702107939675925{"entity_type_id": 5, "count": 0}{}2026-05-13 04:03:04.2810212026-05-13 04:03:04.281021<EFBFBD>( 5!)<29><15> OAAentity_type_coverageEntityTypeBrandStoryPageEntity type 'BrandStoryPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open774c7fe36408ef2f79d624871dd6407cfed2ecad635aabfad971466c25368607{"entity_type_id": 4, "count": 0}{}2026-05-13 04:03:04.2800172026-05-13 04:03:04.280017<EFBFBD> 5!<17> <15> OAAentity_type_coverageEntityTypeBrandEntity type 'Brand' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open4097b2a1312478eb7a531fcbbaa4b5c5136806ce500ee3d498e1a6eb3b65c174{"entity_type_id": 3, "count": 0}{}2026-05-13 04:03:04.2790152026-05-13 04:03:04.279015<EFBFBD> 5!<1B><15> OAAentity_type_coverageEntityTypeArticleEntity type 'Article' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open339fb03923be4e77c02288dfcc735fec6c5bc4e72cdde7afcf47bf733b27d8b6{"entity_type_id": 2, "count": 0}{}2026-05-13 04:03:04.2780132026-05-13 04:03:04.278013<EFBFBD> 5!<19><15> OAAentity_type_coverageEntityTypeAccordEntity type 'Accord' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open67e71eef1f2fb9285809cb7f245dae1536bb2625dead1e0fecc249b1f1fd4f76{"entity_type_id": 1, "count": 0}{}2026-05-13 04:03:04.2758142026-05-13 3(<00>m
3<01><08> Y<03> <02> <0B>wL<07><07>s<0E> <09>,#  <0C>
u<08> <0C><0F>0 ;?=<0E>!j
<EFBFBD><04> f<04>[<03> <09><06>W J <0B> <0A><02> <05><06>
.<01>h <0A>F <09> e529b4bdd794ebb1396cbf3abc90cd9a55f45b28618494a070192806f60373c33F <09> 45d28ec36606f4e83dd6a3e6a0a46ade2684c6efc34f055d2bfb82455bf2dd8b2F <09> 7af09be8ccd408c62584ad08247261f570969d982d2ccabc2fe1a280b746bee41F <09> 13825e73deb3d95ffb7e3a76475e2f627fe75f6336484a8542ffe1bec95e0d910F <09> c47b9021b70e1174956a164bae3a720d48932bc689db90d5027f7e6b55f739c1/F <09> 73b6119f0a9946cd14d2e22595e3caf774b87a68fc3d103abf26625146bd5fa1.F <09> 8b80a654473ad0abfdaeb08ab38876230101791b7e072ca0a616e2f932b4da4b-F <09> 0f619152646d1f71cfad90dc96bc2687af67361cbe3a91a2033c297cd352b829,F <09> 1c798a454e5564abe93539d1a9aa777ae2c4b417076ba89fcf660d46276dd57f+F <09> 827c9cc2cbf6672611980861fd9b5e814176cda6d39ac19a7faa421893698b0d*F <09> 7c4a3188eeb879e471048ff71d43048330fd8dbd0981e6c92dd37f53ae48f801)F <09> 820803dc113b5c176196091cdb848be9a1dd0c1bb69168ae1559f4e026308a64(F <09> 68c3d51fa7ce00b0cc476fcfad27dd4795c138eee65a4d066464094f2186eaa1'F <09> 1485fda5d17b55d3118d6241babdddbfbbf27358efd9c5a0fa5326cdc9ff3744&F <09> d83d5ddf64e34dae2f5cc04fa2767849055dc84b76d83685f71b266236639553%F <09> 45feb99938020c0a3724ae95b36f267ab6e56c6787b19c80883d11e22108ba1a$F <09> 1943ef23e8ffdd7682479a4dfacf65f725456bd35ede454a3930dfe66ad770bd#F <09> a01e0ea0c17c919219d97b177747f00fe4b447aab34be5b51855acd60f9e2586"F <09> dec214b44bf16ec1068cfb90db9fed3a397006c82a353f8db65b45f3f7a47973!F <09> 790e255bc8e8108ec0e42457ebd8690f893afb7d094d1d833c07857cb03cd000 F <09> e8c74ef8bcee431f9b3ca85c20ced376e2f3db9e50ed109c49e5878e483765b3F <09> 2e245ed134fa52ec4863899c39e16d2a15e762d216ac2dd25dbb634caab34fdfF <09> 20195b4bf0a43592360f52af9206ef835286b6ea7d77fdcf71f2566062194ec6F <09> 74c0c39adf8f20625fbf136b05a9dd99122bd072b36a8d9e8ef642be20bcafd1F <09> 05f1376b685b92a2c2d62fd46efe4298de818977b098fbcd968ecbcc1e923625F <09> 5015e678bc30d926d4855f81c36f31d0ebe6136751da9a26047f7f0023ac429fF <09> d2bf0566538eb59b78432126e266e12406847a14eb941ee38f5f44aa620769ffF <09> 0e439daaec4476830b8e78a434063d4aec9f3bc8ae2f9d20e78a67ff11ff6e97F <09> 97a13c54c35268f244ba8e2bbfa26ca9fd4fa2d3a9d50f2e59110fd22a58cfebF <09> 36706546efedef6d5e7ad19d037f7be313029e7ad9703876e3bd50539c84fd32F <09> e17302519141f216960d485f528f61d6a57732378bfb76c5fefe0adfdc2d32fdF <09> 4cca6f4d3ef4a8305b3fea8b63f261ef7fb93af70b067e3b889e62528fbfda8cF <09> 7b412d9e82a5a38f607f526117fc3d01c5f0e4d63486b06764f21b4235fb9b18F <09> 131dd779cf87e1d494d64f75863f5e759beff8b49e3af3f08f4306d775b44493F <09> b45a2807367545b32f22cc53d011674b418ab463de3f1078ec09dddfcf82cc06F <09> c00d69547fd077a2a4f3f71c304542bcddece27fae3652b2319fcb67a9b5f3a2F <09> 14711b28cf6fb71e7cb673a0f80d4a5b14bb220077447afb0e267f067544a3daF <09> 4678e06842b80f355c5b77462e5eb31753459127845e7fefd03e337b7c43bf28F <09> 7fa73294ba34e19cc583d74664dc03b49b7b199f1a34cd78b92fcff82976cf87 F <09> 6034e6a5df0b2fe4932e6dfe73a336db80bcfeb6d8afefefa85320dca55d967b F <09> 4782d980651cde36a6907c0d26522d3811e20f1a7bc4592341ee02e623e60cf3 F <09> 73482b6751a521edcda8d6709f09d774f707c0ec23c200cabc943de20503e791
2026-05-12 19:40:31 +09:00
F <09> c21b1715851aaa56068ccfbfd4cee852a681d5ef9ec0029c4e01774cb64047e7 F <09> fac0b1c7519bb18aeac4c19ea89f0a5b86ba1e79291dd971306a4e18b39b09afF <09> 211e3c4b4e3600c195c38a8271b23b77818662ef38ccd9cba12ebf7134e0fc62F <09> b19d532d6ac53877faf3b5885371178650a8fd71f6a6ce432114fd9d80e55a9eF <09> 362f3afcf121b5fb358c9bb26c9a173c1bbcafc2ebd5bdb76702107939675925F <09> 774c7fe36408ef2f79d624871dd6407cfed2ecad635aabfad971466c25368607F <09> 4097b2a1312478eb7a531fcbbaa4b5c5136806ce500ee3d498e1a6eb3b65c174F <09> 339fb03923be4e77c02288dfcc735fec6c5bc4e72cdde7afcf47bf733b27d8b6E <09> 67e71eef1f2fb9285809cb7f245dae1536bb2625dead1e0fecc249b1f1fd4f76 <0E>B<0F><0E>BH <0B> <0B> =
<EFBFBD>
7 <09> A<08>G<03><01>a<00>s<0E>P<00>_G-<01>!indexix_ontology_triples_source_idontology_tripleseCREATE INDEX ix_ontology_triples_source_id ON ontology_triples (source_id)<29>\I-<01>%indexix_ontology_triples_project_idontology_triplesbCREATE INDEX ix_ontology_triples_project_id ON ontology_triples (project_id)<29>
[K-<01>)indexix_ontology_triples_triple_hashontology_triplesaCREATE INDEX ix_ontology_triples_triple_hash ON ontology_triples (triple_hash)~ZC-<01>indexix_ontology_triples_page_idontology_triples`CREATE INDEX ix_ontology_triples_page_id ON ontology_triples (page_id){YA-<01>indexix_ontology_triples_statusontology_triples_CREATE INDEX ix_ontology_triples_status ON ontology_triples (status)<29>XU-<01>=indexix_ontology_triples_relation_type_idontology_triples^CREATE INDEX ix_ont<6E>KE1<01>indexix_ontology_proposals_statusontology_proposalsPCREATE INDEX ix_ontology_proposals_status ON ontology_proposals (status)<29>|V--<01>+tableontology_triplesontology_triples\CREATE TABLE ontology_triples (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
claim_id INTEGER,
source_id INTEGER,
page_id INTEGER,
subject_entity_id INTEGER NOT NULL,
subject_type VARCHAR(160) NOT NULL,
predicate VARCHAR(160) NOT NULL,
relation_type_id INTEGER,
object_entity_id INTEGER,
object_type VARCHAR(160),
object_value JSON,
value_type VARCHAR(80) NOT NULL,
triple_hash VARCHAR(80) NOT NULL,
status VARCHAR(40) NOT NULL,
confidence FLOAT NOT NULL,
support_count INTEGER NOT NULL,
first_seen_at DATETIME NOT NULL,
last_seen_at DATETIME NOT NULL,
metadata_json JSON NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_ontology_triple_hash UNIQUE (project_id, triple_hash),
FOREIGN KEY(project_id) REFERENCES projects (id),
FOREIGN KEY(claim_id) REFERENCES claims (id),
FOREIGN KEY(source_id) REFERENCES sources (id),
FOREIGN KEY(page_id) REFERENCES pages (id),
FOREIGN KEY(subject_entity_id) REFERENCES entities (id),
FOREIGN KEY(relation_type_id) REFERENCES ontology_relation_types (id),
FOREIGN KEY(object_entity_id) REFERENCES entities (id)
)<29>UG)<01>!indexix_knowledge_gaps_target_typeknowledge_gaps[CREATE INDEX ix_knowledge_gaps_target_type ON knowledge_gaps (target_type)sT=)<01> indexix_knowledge_gaps_statusknowledge_gapsZCREATE INDEX ix_knowledge_gaps_status ON knowledge_gaps (status)ySA)<01>indexix_knowledge_gaps_gap_typeknowledge_gapsYCREATE INDEX ix_knowledge_gaps_gap_type ON knowledge_gaps (gap_type)yRA)<01>indexix_knowledge_gaps_priorityknowledge_gapsXCREATE INDEX ix_knowledge_gaps_priority ON knowledge_gaps (priority)QE)<01>indexix_knowledge_gaps_project_idknowledge_gapsWCREATE INDEX ix_knowledge_gaps_project_id ON knowledge_gaps (project_id)<29>PG)<01>!indexix_knowledge_gaps_target_nameknowledge_gapsVCREATE INDEX ix_knowledge_gaps_target_name ON knowledge_gaps (target_name)yOA)<01>indexix_knowledge_gaps_gap_hashknowledge_gapsUCREATE INDEX ix_knowledge_gaps_gap_hash ON knowledge_gaps (gap_hash);NO)indexsqlite_autoindex_knowledge_gaps_1knowledge_gapsS<73>PM))<01>[tableknowledge_gapsknowledge_gapsRCREATE TABLE knowledge_gaps (
id INTEGER NOT NULL,
project_id INTEGER NOT NULL,
gap_type VARCHAR(80) NOT NULL,
target_type VARCHAR(160),
target_name VARCHAR(240),
description TEXT NOT NULL,
priority FLOAT NOT NULL,
status VARCHAR(40) NOT NULL,
gap_hash VARCHAR(80) NOT NULL,
evidence JSON NOT NULL,
metadata_json JSON NOT NULL,
created_at DATETIME NOT NULL,
updated_at DATETIME NOT NULL,
PRIMARY KEY (id),
CONSTRAINT uq_knowledge_gap_hash UNIQUE (project_id, gap_hash),
FOREIGN KEY(project_id) REFERENCES projects (id)
)<29>LS1<01>9indexix_ontology_proposals_proposal_typeontology_proposalsQCREATE INDEX ix_ontology_proposals_proposal_type ON ontology_proposals (proposal_type) M-<01>-in<69>JM1<01>-indexix_ontology_proposals_project_idontology_proposalsOCREATE INDEX ix_ontology_proposals_project_id ON ontology_proposals (project_id)}IA1<01>indexix_ontology_proposals_nameontology_proposalsNCREATE INDEX ix_ontology_proposals_name ON ontology_proposals (name)
2026-05-13 19:57:34 +09:00
3<08> q<03> <02> <0B><05>o?<07>u<0E> <09>/U) - <0C>
<EFBFBD><08> <0C><0F>W EmY<0E>A<02>
<EFBFBD><04> s<04><03> <09><06>] [ <0B> <0A>' +<05><06>
C<07> <0A>E<04> e529b4bdd794ebb1396cbf3abc90cd9a55f45b28618494a070192806f60373c33E<04> 45d28ec36606f4e83dd6a3e6a0a46ade2684c6efc34f055d2bfb82455bf2dd8b2E<04> 7af09be8ccd408c62584ad08247261f570969d982d2ccabc2fe1a280b746bee41E<04> 13825e73deb3d95ffb7e3a76475e2f627fe75f6336484a8542ffe1bec95e0d910E<04> c47b9021b70e1174956a164bae3a720d48932bc689db90d5027f7e6b55f739c1/E<04> 73b6119f0a9946cd14d2e22595e3caf774b87a68fc3d103abf26625146bd5fa1.E<04> 8b80a654473ad0abfdaeb08ab38876230101791b7e072ca0a616e2f932b4da4b-E<04> 0f619152646d1f71cfad90dc96bc2687af67361cbe3a91a2033c297cd352b829,E<04> 1c798a454e5564abe93539d1a9aa777ae2c4b417076ba89fcf660d46276dd57f+E<04> 827c9cc2cbf6672611980861fd9b5e814176cda6d39ac19a7faa421893698b0d*E<04> 7c4a3188eeb879e471048ff71d43048330fd8dbd0981e6c92dd37f53ae48f801)E<04> 820803dc113b5c176196091cdb848be9a1dd0c1bb69168ae1559f4e026308a64(E<04> 68c3d51fa7ce00b0cc476fcfad27dd4795c138eee65a4d066464094f2186eaa1'E<04> 1485fda5d17b55d3118d6241babdddbfbbf27358efd9c5a0fa5326cdc9ff3744&E<04> d83d5ddf64e34dae2f5cc04fa2767849055dc84b76d83685f71b266236639553%E<04> 45feb99938020c0a3724ae95b36f267ab6e56c6787b19c80883d11e22108ba1a$E<04> 1943ef23e8ffdd7682479a4dfacf65f725456bd35ede454a3930dfe66ad770bd#E<04> a01e0ea0c17c919219d97b177747f00fe4b447aab34be5b51855acd60f9e2586"E<04> dec214b44bf16ec1068cfb90db9fed3a397006c82a353f8db65b45f3f7a47973!E<04> 790e255bc8e8108ec0e42457ebd8690f893afb7d094d1d833c07857cb03cd000 E<04> e8c74ef8bcee431f9b3ca85c20ced376e2f3db9e50ed109c49e5878e483765b3E<04> 2e245ed134fa52ec4863899c39e16d2a15e762d216ac2dd25dbb634caab34fdfE<04> 20195b4bf0a43592360f52af9206ef835286b6ea7d77fdcf71f2566062194ec6E<04> 74c0c39adf8f20625fbf136b05a9dd99122bd072b36a8d9e8ef642be20bcafd1E<04> 05f1376b685b92a2c2d62fd46efe4298de818977b098fbcd968ecbcc1e923625E<04> 5015e678bc30d926d4855f81c36f31d0ebe6136751da9a26047f7f0023ac429fE<04> d2bf0566538eb59b78432126e266e12406847a14eb941ee38f5f44aa620769ffE<04> 0e439daaec4476830b8e78a434063d4aec9f3bc8ae2f9d20e78a67ff11ff6e97E<04> 97a13c54c35268f244ba8e2bbfa26ca9fd4fa2d3a9d50f2e59110fd22a58cfebE<04> 36706546efedef6d5e7ad19d037f7be313029e7ad9703876e3bd50539c84fd32E<04> e17302519141f216960d485f528f61d6a57732378bfb76c5fefe0adfdc2d32fdE<04> 4cca6f4d3ef4a8305b3fea8b63f261ef7fb93af70b067e3b889e62528fbfda8cE<04> 7b412d9e82a5a38f607f526117fc3d01c5f0e4d63486b06764f21b4235fb9b18E<04> 131dd779cf87e1d494d64f75863f5e759beff8b49e3af3f08f4306d775b44493E<04> b45a2807367545b32f22cc53d011674b418ab463de3f1078ec09dddfcf82cc06E<04> c00d69547fd077a2a4f3f71c304542bcddece27fae3652b2319fcb67a9b5f3a2E<04> 14711b28cf6fb71e7cb673a0f80d4a5b14bb220077447afb0e267f067544a3daE<04> 4678e06842b80f355c5b77462e5eb31753459127845e7fefd03e337b7c43bf28E<04> 7fa73294ba34e19cc583d74664dc03b49b7b199f1a34cd78b92fcff82976cf87 E<04> 6034e6a5df0b2fe4932e6dfe73a336db80bcfeb6d8afefefa85320dca55d967b E<04> 4782d980651cde36a6907c0d26522d3811e20f1a7bc4592341ee02e623e60cf3 E<04> 73482b6751a521edcda8d6709f09d774f707c0ec23c200cabc943de20503e791
2026-05-12 19:40:31 +09:00
E<04> c21b1715851aaa56068ccfbfd4cee852a681d5ef9ec0029c4e01774cb64047e7 E<04> fac0b1c7519bb18aeac4c19ea89f0a5b86ba1e79291dd971306a4e18b39b09afE<04> 211e3c4b4e3600c195c38a8271b23b77818662ef38ccd9cba12ebf7134e0fc62E<04> b19d532d6ac53877faf3b5885371178650a8fd71f6a6ce432114fd9d80e55a9eE<04> 362f3afcf121b5fb358c9bb26c9a173c1bbcafc2ebd5bdb76702107939675925E<04> 774c7fe36408ef2f79d624871dd6407cfed2ecad635aabfad971466c25368607E<04> 4097b2a1312478eb7a531fcbbaa4b5c5136806ce500ee3d498e1a6eb3b65c174E<04> 339fb03923be4e77c02288dfcc735fec6c5bc4e72cdde7afcf47bf733b27d8b6D<04> 67e71eef1f2fb9285809cb7f245dae1536bb2625dead1e0fecc249b1f1fd4f76
2026-05-13 19:57:34 +09:00
3 <0B><0F><0F><0F><0F><0F><0F>
/ I#<0F><0F><0F><0F>t Uh^RB4"<0E>  <0A> ` <0A> <0B> y D <0C><0E><0E><0E><0E><0E><0E><0E><0E>rgO9 !
<0C> <0C> 25o[2+1 기획] 912 멀티 스프레이 모음 250ml3%니치향수2'현재 위치14m[2+1 기획] 912 클론 니치향수 모음 40ml00e[2+1 기획] 912 샤쉐 방향제 모음 40g/A타사 향수 비교하면. 지속력-2i[2+2 기획] 912 실내 디퓨저 모음 250ml,Cozy+5o[1+1 기획] 912 멀티 스프레이 모음 250ml* Elegant)
Office(4m[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml'2i[1+1 기획] 912 실내 디퓨저 모음 250ml&A<04>[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100ml% 머스크$
Summer# Evening" Daily!/suitableForSeason 3suitableForOccasion
2026-05-12 19:40:31 +09:00
soldBy similarTo!hasTopNote-hasReviewKeyword hasPrice'hasMiddleNote hasBrand#hasBaseNote hasAccord!evokesMood
Season!ReviewPage
Review'PromotionPage Promotion#ProductPage Product Price Perfume Occasion
Notice
Note Mood#ListingPage'CommunityPage Category)BrandStoryPage Brand Article  Accord
2026-05-13 19:57:34 +09:00
3<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>zupkfa\WRMHC>94/*%   3 2 1 0 / . - , + * ) ( ' & % $ # " !                           
2026-05-12 19:40:31 +09:00
         
2026-05-13 19:57:34 +09:00
3 j<0F><0F><0F><0F><0F><0F><0F><0F><0F>reXK>1$
<0E>TG:-  <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A> w j<0E><0E><0E><0E><0E><0E><0E><0E><0E>{na ?޸Q<DEB8><51><1E>3 ?޸Q<DEB8><51><1E>2 ?޸Q<DEB8><51><1E>1 ?޸Q<DEB8><51><1E>0 ?޸Q<DEB8><51><1E>/ ?޸Q<DEB8><51><1E>. ?޸Q<DEB8><51><1E>- ?޸Q<DEB8><51><1E>, ?޸Q<DEB8><51><1E>+ ?޸Q<DEB8><51><1E>* ?޸Q<DEB8><51><1E>) ?޸Q<DEB8><51><1E>( ?޸Q<DEB8><51><1E>' ?޸Q<DEB8><51><1E>& ?޸Q<DEB8><51><1E>% ?޸Q<DEB8><51><1E>$ ?޸Q<DEB8><51><1E># ?޸Q<DEB8><51><1E>" ?޸Q<DEB8><51><1E>! ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?ᙙ<><E19999><EFBFBD><EFBFBD> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<>
2026-05-12 19:40:31 +09:00
?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<> ?<3F><>G<EFBFBD>z<>  ?<3F><>G<EFBFBD>z<>
2026-05-13 19:57:34 +09:00
3 % <0C> <0C> <0C> <0C> u ] E -  <0B> <0B> <0B> <0B> <0B> <0B> m U = %<0F><0F><0F><0F><0F>kR9 <0E><0E><0E><0E><0E>qX?& <0A> <0A> <0A> <0A> <0A> } e M 5   <0C>3entity_connectivity33entity_connectivity23entity_connectivity13entity_connectivity03entity_connectivity/3entity_connectivity.3entity_connectivity-3entity_connectivity,3entity_connectivity+3entity_connectivity*3entity_connectivity)3entity_connectivity(3entity_connectivity'3entity_connectivity&3entity_connectivity%3entity_connectivity$3entity_connectivity#3entity_connectivity"3entity_connectivity!3relation_type_usage 3relation_type_usage3relation_type_usage3relation_type_usage3relation_type_usage3relation_type_usage3relation_type_usage3relation_type_usage3relation_type_usage3relation_type_usage3relation_type_usage3relation_type_usage5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage 5entity_type_coverage 5entity_type_coverage 5entity_type_coverage
2026-05-12 19:40:31 +09:00
5entity_type_coverage 5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage5entity_type_coverage5 entity_type_coverage
2026-05-13 19:57:34 +09:00
36<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>zqh_VMD;2) <0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E><0E>~ulcZQH?6open3open2open1open0open/open.open-open,open+open*open)open(open'open&open%open$open#open"open!open openopenopenopenopenopenopenopenopenopenopenopenopenopenopenopenopenopenopen open open open
2026-05-12 19:40:31 +09:00
open openopenopenopenopenopenopen open
2026-05-13 19:57:34 +09:00
3 . <0A><0F><0F><0F><0F><0F><0F><0F><0F>zk\M>/ <0E><0E><0E> <0A> <0A> j <0A> <0A> <0A> <0A> <0A> <0A> <0A> ~ ^ R F : .<0E><0E><0E><0E><0E>o^M<+ s <0A> Perfume3 Perfume2 Perfume1 Perfume0 Perfume/Note.
Review- Perfume,Mood+ Perfume*Mood) Occasion( Perfume' Perfume& Perfume%
Accord$
Season# Occasion" Occasion!%RelationType %RelationType%RelationType%RelationType%RelationType%RelationType%RelationType%RelationType%RelationType%RelationType%RelationType%RelationType!EntityType!EntityType!EntityType!EntityType!EntityType!EntityType!EntityType!EntityType !EntityType !EntityType !EntityType
!EntityType !EntityType!EntityType!EntityType!EntityType!EntityType!EntityType!EntityType ! EntityType<0F><00><0F><0F>i<00><00>  <19>  AA<41>? PerfumehasBrandBrandnullentity16743814a6fd22932d9324c415814364b139a8b3c7bcaedfe5b2fdaefd6f6017candidate?<3F><02>ѷ2026-05-13 04:07:40.5070202026-05-13 04:07:40.507020{"source_history": [{"claim_id": 7, "source_id": 1, "page_id": 16, "seen_at": "2026-05-13T04:07:40.506018+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>Q  _<1B> / AA<41>aPerfumehasPrice
{"amount": 60000.0, "currency": "\uc6d0"}literal29c9344bbb0a917b8c4c4a66724b0c62c59b5f39b96f518053518d200eca0406validated_literal?<3F><>n.<2E><>32026-05-13 04:06:55.6488722026-05-13 04:06:55.648872{"source_history": [{"claim_id": 6, "source_id": 1, "page_id": 15, "seen_at": "2026-05-13T04:06:55.647870+00:00", "confidence": 0.9262, "status": "validated_claim"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "literal claims are stored as evidence claims, not graph relations", "review_reason": null}}<7D>e  <19>  AA<41>_PerfumehasBrandBrandnullentity90f81e588c305cab8ac4ecae086f7b3420d0aff09ab7ad86f36ca2beb0d3c0c5merged?<3F><02>ѷ2026-05-13 04:06:55.6468712026-05-13 04:06:55.646871{"source_history": [{"claim_id": 5, "source_id": 1, "page_id": 15, "seen_at": "2026-05-13T04:06:55.645872+00:00", "confidence": 0.9066, "status": "validated_claim"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": null, "review_reason": null}}<7D>:  _<1B>  AA<41>CPerfumehasPrice
{"amount": 54000.0, "currency": "\uc6d0"}literal4eff10303e97e6d18f344db66716fa6cf2980eff0c2fd04e63b37a6680e0eab2candidate?<3F><>n.<2E><>32026-05-13 04:06:42.5795252026-05-13 04:06:42.579525{"source_history": [{"claim_id": 4, "source_id": 1, "page_id": 14, "seen_at": "2026-05-13T04:06:42.579525+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>  <19>  AA<41>?PerfumehasBrandBrandnullentity592b235af5e8df2def10eb48ada25c9ec00d579866a664968eb399a97340496fcandidate?<3F><02>ѷ2026-05-13 04:06:42.5775242026-05-13 04:06:42.577524{"source_history": [{"claim_id": 3, "source_id": 1, "page_id": 14, "seen_at": "2026-05-13T04:06:42.577524+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>:  _<1B>  AA<41>C PerfumehasPrice
{"amount": 72000.0, "currency": "\uc6d0"}literal73488f837af73d9bfdf694fa30e18210049392d889cddaf239c9c08a452b1428candidate?<3F><>n.<2E><>32026-05-13 04:05:59.1437322026-05-13 04:05:59.143732{"source_history": [{"claim_id": 2, "source_id": 1, "page_id": 13, "seen_at": "2026-05-13T04:05:59.143732+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D> <19>  AA<41>? PerfumehasBrandBrandnullentityd0d677f71871c64d93154190452a30f8f5b6afae48ac35fddc3bb9407c441289candidate?<3F><02>ѷ2026-05-13 04:05:59.1415952026-05-13 04:05:59.141595{"source_history": [{"claim_id": 1, "source_id": 1, "page_id": 13, "seen_at": "2026-05-13T04:05:59.140573+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reaso<00>v
  <0B> <0C> ;W<0E> , <0B>  <0A>s <0A> J f<0E><0F> <0C>F <09> 6ed9c03fcd0c082b8d7174ae86c2123c7fbc7b8f07c2f15b8696b24ce156f122F <09> 8dbcbcabe0f945f0720427da71f22d38740bb0f3d4d6a60449fdfce5610ffe47F <09> 12c2f2e328596c6ce08844e108058f22095a6485a5eb280016d721742116d507F <09> 66b9dd31a0067b029d6c2f14a896845f846e21f796863a8a39cbf50e7b1ec3c0F <09> 4f100831e9ce547e4171fe8fe6cf28b805bbed01e2042d1f8b74a15c6b020dfaF <09> 8fa29f83ce7d3052839b0615e1b03c545148b523e776b9ae0094fd75cdf3b034 F <09> 1e32b4657befebb429d308b9d6b9b76874b6703d0dc760edc51727c3659fac68 F <09> eb223681fd9f97e2da4f8501e645a1880a5628bbd558e2d4eeebedeeb63b84fb F <09> 1f9eab45b2001f0d4c337693906d90fc430b188b66a1b7769ada04cdef636972
F <09> 72c568bad10f4c070a328b02c00f2d12d8986d30786dc02bf84e24cff61f8893 F <09> 77284d021e693baffff1e0d5efa521bbe026a9317699b7c4ab5ef1421ede728cF <09> 16743814a6fd22932d9324c415814364b139a8b3c7bcaedfe5b2fdaefd6f6017F <09> 29c9344bbb0a917b8c4c4a66724b0c62c59b5f39b96f518053518d200eca0406F <09> 90f81e588c305cab8ac4ecae086f7b3420d0aff09ab7ad86f36ca2beb0d3c0c5F <09> 4eff10303e97e6d18f344db66716fa6cf2980eff0c2fd04e63b37a6680e0eab2F <09> 592b235af5e8df2def10eb48ada25c9ec00d579866a664968eb399a97340496fF <09> 73488f837af73d9bfdf694fa30e18210049392d889cddaf239c9c08a452b1428E <09> d0d677f71871c64d93154190452a30f8f5b6afae48ac35fddc3bb9407c441289
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>


 
 
 



 
<0F><0F><0F><0F><0F><0F>~pbTF8*<0F><0F> candidate candidate candidate candidate candidate candidate candidate candidate candidate
candidate candidate candidate/validated_literal
merged candidate candidate candidate  candidate
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>   
  
  <0B> <0C> E]<0E> -/ <0B>  <0A>u <0A> [ s<0E><0F> <0C>E<04> 6ed9c03fcd0c082b8d7174ae86c2123c7fbc7b8f07c2f15b8696b24ce156f122E<04> 8dbcbcabe0f945f0720427da71f22d38740bb0f3d4d6a60449fdfce5610ffe47E<04> 12c2f2e328596c6ce08844e108058f22095a6485a5eb280016d721742116d507E<04> 66b9dd31a0067b029d6c2f14a896845f846e21f796863a8a39cbf50e7b1ec3c0E<04> 4f100831e9ce547e4171fe8fe6cf28b805bbed01e2042d1f8b74a15c6b020dfaE<04> 8fa29f83ce7d3052839b0615e1b03c545148b523e776b9ae0094fd75cdf3b034 E<04> 1e32b4657befebb429d308b9d6b9b76874b6703d0dc760edc51727c3659fac68 E<04> eb223681fd9f97e2da4f8501e645a1880a5628bbd558e2d4eeebedeeb63b84fb E<04> 1f9eab45b2001f0d4c337693906d90fc430b188b66a1b7769ada04cdef636972
E<04> 72c568bad10f4c070a328b02c00f2d12d8986d30786dc02bf84e24cff61f8893 E<04> 77284d021e693baffff1e0d5efa521bbe026a9317699b7c4ab5ef1421ede728cE<04> 16743814a6fd22932d9324c415814364b139a8b3c7bcaedfe5b2fdaefd6f6017E<04> 29c9344bbb0a917b8c4c4a66724b0c62c59b5f39b96f518053518d200eca0406E<04> 90f81e588c305cab8ac4ecae086f7b3420d0aff09ab7ad86f36ca2beb0d3c0c5E<04> 4eff10303e97e6d18f344db66716fa6cf2980eff0c2fd04e63b37a6680e0eab2E<04> 592b235af5e8df2def10eb48ada25c9ec00d579866a664968eb399a97340496fE<04> 73488f837af73d9bfdf694fa30e18210049392d889cddaf239c9c08a452b1428D<04> d0d677f71871c64d93154190452a30f8f5b6afae48ac35fddc3bb9407c441289
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>            
         
z<0F><0F><0F><0F><0F><0F><0F><0F>z<0F><0F><0F><0F><0F><0F><0F><0F> Brand Brand Brand  Brand 
Brand  Brand Brand Brand Brand
)<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>}qeYMA5) Perfume Perfume Perfume Perfume Perfume Perfume Perfume Perfume Perfume
Perfume Perfume Perfume Perfume Perfume Perfume Perfume Perfume
2026-05-12 19:40:31 +09:00
 Perfume
2026-05-13 19:57:34 +09:00
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>            
         
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>   
   %<0F>#<0E>& <0A>  <0C> <0B> k
2026-05-12 19:40:31 +09:00
<EFBFBD>
0 <09> %<00>cG-<01>!indexix_ontology_triples_predicateontology_triplesjCREATE INDEX ix_ontology_triples_predicate ON ontology_triples (predicate)<29>bE-<01>indexix_ontology_triples_claim_idontology_triplesiCREATE INDEX ix_ontology_triples_claim_id ON ontology_triples (claim_id)<29>aW-<01>Aindexix_ontology_triples_subject_entity_idontology_tripleshCREATE INDEX ix_ontology_triples_subject_entity_id ON ontology_triples (subject_entity_id)<29>`U-<01>=indexix_ontology_triples_object_entity_idontology_triplesfCREATE INDEX ix_ontology_triples_object_entity_id ON ontology_triples (object_entity_id)<29>_G-<01>!indexix_ontology_triples_source_idontology_tripleseCREATE INDEX ix_ontology_triples_source_id ON ontology_triples (source_id)<29> ^M-<01>-indexix_ontology_triples_subject_typeontology_triplesdCREATE INDEX ix_ontology_triples_subject_type ON ontology_triples (subject_type)<29>
]K-<01>)indexix_ontology_triples_object_typeontology_triplescCREATE INDEX ix_ontology_triples_object_type ON ontology_triples (object_type)<29>\I-<01>%indexix_ontology_triples_project_idontology_triplesbCREATE INDEX ix_ontology_triples_project_id ON ontology_triples (project_id)<29>
[K-<01>)indexix_ontology_triples_triple_hashontology_triplesaCREATE INDEX ix_ontology_triples_triple_hash ON ontology_triples (triple_hash)~ZC-<01>indexix_ontology_triples_page_idontology_triples`CREATE INDEX ix_ontology_triples_page_id ON ontology_triples (page_id){YA-<01>indexix_ontology_triples_statusontology_triples_CREATE INDEX ix_ontology_triples_status ON ontology_triples (status)<29>XU-<01>=indexix_ontology_triples_relation_type_idontology_triples^CREATE INDEX ix_ontology_triples_relation_type_id ON ontology_triples (relation_type_id)?WS-indexsqlite_autoindex_ontology_triples_1ontology_triples]
2026-05-13 19:57:34 +09:00
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>   
    
<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>   
 
<0F><0F><0F><0F><0F>rX>$<0F><0F><0F><0F>eK1 hasPrice hasBrand hasPrice hasBrand hasPrice hasBrand hasPrice hasBrand hasPrice
hasBrand hasPrice hasBrand hasPrice hasBrand hasPrice hasBrand hasPrice  hasBrand jm<0E>G <0A>  } <0B> Z
2026-05-12 19:40:31 +09:00
<EFBFBD>
2026-05-13 19:57:34 +09:00
; <09> <08><07>Y<06>5<05><04><03>jX<02>(<01><00><00>  }AAProductperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9266802026-05-13 04:03:52.160806<EFBFBD> ! }AAReviewPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9286842026-05-13 04:03:52.160806<EFBFBD>  }AAReviewperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9286842026-05-13 04:03:52.160806<EFBFBD> ' }AAPromotionPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9276832026-05-13 04:03:52.160806<EFBFBD>  }AAPromotionperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9276832026-05-13 04:03:52.160806<EFBFBD> # }AAProductPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9276832026-05-13 04:03:52.160806<EFBFBD>  }AAPriceperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9266802026-05-13 04:03:52.160806<EFBFBD>   }AAPlacecoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9266802026-05-13 04:03:52.160806<EFBFBD>   }AAPersoncoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9266802026-05-13 04:03:52.159805<EFBFBD>  }AAPerfumeperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9255452026-05-13 04:03:52.159805<EFBFBD>   }AAPagecoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9255452026-05-13 04:03:52.159805<EFBFBD> % }AAOrganizationcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9255452026-05-13 04:03:52.159805<EFBFBD>  }AAOccasionperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9245212026-05-13 04:03:52.159805<EFBFBD>  }AANoticeperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9245212026-05-13 04:03:52.159805<EFBFBD>  }AANoteperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9245212026-05-13 04:03:52.159805<EFBFBD>  }AAMoodperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9245212026-05-13 04:03:52.159805<EFBFBD> # }AAListingPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9235192026-05-13 04:03:52.158804<EFBFBD>
 }AAEventcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9235192026-05-13 04:03:52.158804<EFBFBD>  }AAEntitycoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9235192026-05-13 04:03:52.158804<EFBFBD>  }AADocumentcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9225152026-05-13 04:03:52.158804<EFBFBD>  }AAConceptcoreactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9225152026-05-13 04:03:52.158804<EFBFBD> ' }AACommunityPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9225152026-05-13 04:03:52.158804<EFBFBD>  }AACategoryperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9215042026-05-13 04:03:52.158804<EFBFBD> ) }AABrandStoryPageperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9215042026-05-13 04:03:52.158804<EFBFBD>  }AABrandperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9215042026-05-13 04:03:52.157790<EFBFBD>  }AAArticleperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9200552026-05-13 04:03:52.157790<EFBFBD>  }AAAccordperfumeactive1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9185912026-05-13 04:03:52.157790 KU<0E> <0A> 3 
<EFBFBD> <09>rL6<04><03><02>K<00>M KO<>== }AAsoldByperfume["Brand", "Perfume", "Product"]["Brand"]["BrandStoryPage", "ProductPage"]["brand_story_body", "product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.82}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9351402026-05-13 04:03:52.163811<EFBFBD>-  99+_== }AAsimilarToperfume["Perfume", "Product"]["Perfume", "Product"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.86}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9341342026-05-13 04:03:52.163811<EFBFBD>  !9+_== }AAhasTopNoteperfume["Perfume", "Product"]["Note"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.78}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9341342026-05-13 04:03:52.163811<EFBFBD>E  -9!G}== }AAhasReviewKeywordperfume["Perfume", "Product"]["Review"]["ProductPage", "ReviewPage"]["product_description", "product_detail", "review_body"]{"literal_value": false}{"min_confidence": 0.78}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9341342026-05-13 04:03:52.163811<EFBFBD>
 9+W;= }AAhasPriceperfume["Perfume", "Product"][]["ProductPage"]["product_detail", "product_summary"]{"literal_value": true}{"min_confidence": 0.82}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9331312026-05-13 04:03:52.163811<EFBFBD>#  '9+_== }AAhasMiddleNoteperfume["Perfume", "Product"]["Note"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.78}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9331312026-05-13 04:03:52.163811<EFBFBD>D 9+<2B>'== }AAhasBrandperfume["Perfume", "Product"]["Brand"]["ProductPage"]["product_description", "product_detail", "product_summary", "product_title"]{"literal_value": false}{"min_confidence": 0.72}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9331312026-05-13 04:03:52.162809<EFBFBD>! #9+_== }AAhasBaseNoteperfume["Perfume", "Product"]["Note"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.78}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9331312026-05-13 04:03:52.162809<EFBFBD>! 9!+_== }AAhasAccordperfume["Perfume", "Product"]["Accord"]["ProductPage"]["product_description", "product_detail"]{"literal_value": false}{"min_confidence": 0.74}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9321272026-05-13 04:03:52.162809<EFBFBD>/ !9+}== }AAevokesMoodperfume["Perfume", "Product"]["Mood"]["ProductPage"]["product_description", "product_detail", "review_body"]{"literal_value": false}{"min_confidence": 0.75}active1.0.0{"origin": "project_config", "config_domain": "perfume"}2026-05-12 08:43:51.9321272026-05-13 04:03:52.162809<EFBFBD>+ I= 1AApartOfcore[][][][]{"transitive_candidate": true}{"min_confidence": 0.75}active1.0.0{"origin": "core"}2026-05-12 08:43:51.9321272026-05-13 04:03:52.162809<EFBFBD>' C; 1AAsameAscore[][][][]{"entity_resolution": true}{"min_confidence": 0.9}active1.0.0{"origin": "core"}2026-05-12 08:43:51.9311192026-05-13 04:03:52.162809<EFBFBD>G IG; 1AAmentionscore["Document", "Page", "Source"][][][]{"provenance_relation": true}{"min_confidence": 0.6}active1.0.0{"origin": "core"}2026-05-12 08:43:51.9311192026-05-13 04:03:52.162809<EFBFBD>( ?; 1AArelatedTocore[][][][]{"domain_agnostic": true}{"min_confidence": 0.7}active1.0.0{"origin": "core"}2026-05-12 08:43:51.9297582026-05-13 04:03:52.161808 T<0E> <0A> <0C> <0B>
e <<06><05><04><03><02>rT<00> 5!<1B><15> QAAentity_type_coverageEntityTypeProductEntity type 'Product' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open4678e06842b80f355c5b77462e5eb31753459127845e7fefd03e337b7c43bf28{"entity_type_id": 22, "count": 0}{}2026-05-13 04:03:04.2943442026-05-13 04:11:31.746723<EFBFBD>  5!<17> <15> QAAentity_type_coverageEntityTypePriceEntity type 'Price' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open7fa73294ba34e19cc583d74664dc03b49b7b199f1a34cd78b92fcff82976cf87{"entity_type_id": 21, "count": 0}{}2026-05-13 04:03:04.2943442026-05-13 04:11:31.743687<EFBFBD>  5!<1B><15> QAAentity_type_coverageEntityTypePerfumeEntity type 'Perfume' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open6034e6a5df0b2fe4932e6dfe73a336db80bcfeb6d8afefefa85320dca55d967b{"entity_type_id": 18, "count": 0}{}2026-05-13 04:03:04.2933432026-05-13 04:03:43.474554<EFBFBD>  5!<1D><15> QAAentity_type_coverageEntityTypeOccasionEntity type 'Occasion' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open4782d980651cde36a6907c0d26522d3811e20f1a7bc4592341ee02e623e60cf3{"entity_type_id": 15, "count": 0}{}2026-05-13 04:03:04.2923402026-05-13 04:03:43.473555<EFBFBD>
 5!<19><15> QAAentity_type_coverageEntityTypeNoticeEntity type 'Notice' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open73482b6751a521edcda8d6709f09d774f707c0ec23c200cabc943de20503e791{"entity_type_id": 14, "count": 0}{}2026-05-13 04:03:04.2912552026-05-13 04:11:31.741617<EFBFBD>  5!<15> <15> QAAentity_type_coverageEntityTypeNoteEntity type 'Note' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>openc21b1715851aaa56068ccfbfd4cee852a681d5ef9ec0029c4e01774cb64047e7{"entity_type_id": 13, "count": 0}{}2026-05-13 04:03:04.2892502026-05-13 04:03:43.471361<EFBFBD> 5!<15> <15> QAAentity_type_coverageEntityTypeMoodEntity type 'Mood' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>openfac0b1c7519bb18aeac4c19ea89f0a5b86ba1e79291dd971306a4e18b39b09af{"entity_type_id": 12, "count": 0}{}2026-05-13 04:03:04.2872232026-05-13 04:03:43.470358<EFBFBD># 5!#<23><15> QAAentity_type_coverageEntityTypeListingPageEntity type 'ListingPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open211e3c4b4e3600c195c38a8271b23b77818662ef38ccd9cba12ebf7134e0fc62{"entity_type_id": 11, "count": 0}{}2026-05-13 04:03:04.2862212026-05-13 04:11:31.740594<EFBFBD>& 5!'<27><15> OAAentity_type_coverageEntityTypeCommunityPageEntity type 'CommunityPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>openb19d532d6ac53877faf3b5885371178650a8fd71f6a6ce432114fd9d80e55a9e{"entity_type_id": 6, "count": 0}{}2026-05-13 04:03:04.2820262026-05-13 04:11:31.740594<EFBFBD> 5!<1D><15> OAAentity_type_coverageEntityTypeCategoryEntity type 'Category' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open362f3afcf121b5fb358c9bb26c9a173c1bbcafc2ebd5bdb76702107939675925{"entity_type_id": 5, "count": 0}{}2026-05-13 04:03:04.2810212026-05-13 04:11:31.739592<EFBFBD>( 5!)<29><15> OAAentity_type_coverageEntityTypeBrandStoryPageEntity type 'BrandStoryPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open774c7fe36408ef2f79d624871dd6407cfed2ecad635aabfad971466c25368607{"entity_type_id": 4, "count": 0}{}2026-05-13 04:03:04.2800172026-05-13 04:11:31.735309<EFBFBD> 5!<17> <15> OAAentity_type_coverageEntityTypeBrandEntity type 'Brand' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open4097b2a1312478eb7a531fcbbaa4b5c5136806ce500ee3d498e1a6eb3b65c174{"entity_type_id": 3, "count": 0}{}2026-05-13 04:03:04.2790152026-05-13 04:03:43.457048<EFBFBD> 5!<1B><15> OAAentity_type_coverageEntityTypeArticleEntity type 'Article' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open339fb03923be4e77c02288dfcc735fec6c5bc4e72cdde7afcf47bf733b27d8b6{"entity_type_id": 2, "count": 0}{}2026-05-13 04:03:04.2780132026-05-13 04:11:31.735309<EFBFBD> 5!<19><15> OAAentity_type_coverageEntityTypeAccordEntity type 'Accord' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open67e71eef1f2fb9285809cb7f245dae1536bb2625dead1e0fecc249b1f1fd4f76{"entity_type_id": 1, "count": 0}{}2026-05-13 04:03:04.2758142026-05-13 04:03:43.450518 
과학적인 조향으로 만들어진 클론 프래그런스 브랜드입니다.
NICHE FRAGRANCE
전문 조향사가 만든 클론 향수를 만나보실 수 있습니다.
HOME FRAGRANCE
내가 원하는 언제 어디든 고급 향기로 채우실 수 있습니다.
이달의 베스트 프래그런스
Best Fragrance
[2+1 기획] 912 클론 니치향수 모음 40ml
할인판매가
35,000원
72,000원
[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
39,500원
60,000원
[2+1 기획] 912 샤쉐 방향제 모음 40g
29,500원
54,000원
[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100ml
19,800원
36,000원
[2+1 기획] 912 멀티 스프레이 모음 250ml
19,500원
[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml
9,900원
16,000원
[2+2 기획] 912 실내 디퓨저 모음 250ml
48,000원
고객님들의 솔직한 후기
Photo Review
더 많은 리뷰 보기 +
@912_official{"parser": "generic", "url": "https://the912.co.kr/", "cleaner": "page_cleaner_v1", "page_type": "PromotionPage", "raw_text_length": 8431, "main_content_length": 535, "clean_text_length": 535, "clean_markdown_length": 549, "source_zone_count": 1, "noise_zone_count": 6, "removed_noise_zones_count": 6, "source_zones": [{"zone_type": "event_body", "text": "CLONE FRAGRANCE\n\uacfc\ud559\uc801\uc778 \uc870\ud5a5\uc73c\ub85c \ub9cc\ub4e4\uc5b4\uc9c4 \ud074\ub860 \ud504\ub798\uadf8\ub7f0\uc2a4 \ube0c\ub79c\ub4dc\uc785\ub2c8\ub2e4.\nNICHE FRAGRANCE\n\uc804\ubb38 \uc870\ud5a5\uc0ac\uac00 \ub9cc\ub4e0 \ud074\ub860 \ud5a5\uc218\ub97c \ub9cc\ub098\ubcf4\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\nHOME FRAGRANCE\n\ub0b4\uac00 \uc6d0\ud558\ub294 \uc5b8\uc81c \uc5b4\ub514\ub4e0 \uace0\uae09 \ud5a5\uae30\ub85c \ucc44\uc6b0\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\uc774\ub2ec\uc758 \ubca0\uc2a4\ud2b8 \ud504\ub798\uadf8\ub7f0\uc2a4\nBest Fragrance\n[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml\n\ud560\uc778\ud310\ub9e4\uac00\n35,000\uc6d0\n72,000\uc6d0\n[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml\n39,500\uc6d0\n60,000\uc6d0\n[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g\n29,500\uc6d0\n54,000\uc6d0\n[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml\n19,800\uc6d0\n36,000\uc6d0\n[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\u2 ((<03>W iAhttps://the912.co.kr/category/전체-상품/442026-05-13 04:04:39.948740{}<7D>M K;<3B> A<>5<00>;https://the912.co.kr/about.html912 공식 홈페이지6c5362e7cb3219a6526e438847b1ec99215aa648f8decad20b2f65cc94fe4577<00>2026-05-13 04:04:01.459175현재 위치
About
A good scents makes good memories.
“좋은 향기는 좋은 기억을 만듭니다."
좋은 향으로 기분 좋은 하루를 시작하고,
잠이 드는 순간에도 편안한 향으로 마무리될 수 있도록
향기로 더욱 감각적이고 모던한 무드의 일상을 선물 드립니다.
시간이 지나면 서서히 잊혀지는 순간들을
니치 향기에 새겨 오랫동안 좋은 기억으로 남길 수 있습니다.
자체 생산 제품
합리적인 가격으로 고객님께 향을 선물하기 위해
일반 도매, 유통 경로를 거치지 않고,
912번의 연구 끝에 섬세한 조향과 노하우로 향을 빚어냅니다.
프랑스, 미국 및 국내외 향료사의 최고 등급 향료 사용하여
국제 향료 협회 IFRA 인증과 FITI 시험연구원의 검사로
유해 성분 및 안전성 검사를 모두 통과한 안전한 제품만을 만듭니다.{"parser": "generic", "url": "https://the912.co.kr/about.html", "cleaner": "page_cleaner_v1", "page_type": "BrandStoryPage", "raw_text_length": 8036, "main_content_length": 408, "clean_text_length": 408, "clean_markdown_length": 428, "source_zone_count": 1, "noise_zone_count": 6, "removed_noise_zones_count": 6, "source_zones": [{"zone_type": "brand_story_body", "text": "\ud604\uc7ac \uc704\uce58\nAbout\nA good scents makes good memories.\n\u201c\uc88b\uc740 \ud5a5\uae30\ub294 \uc88b\uc740 \uae30\uc5b5\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.\"\n\uc88b\uc740 \ud5a5\uc73c\ub85c \uae30\ubd84 \uc88b\uc740 \ud558\ub8e8\ub97c \uc2dc\uc791\ud558\uace0,\n\uc7a0\uc774 \ub4dc\ub294 \uc21c\uac04\uc5d0\ub3c4 \ud3b8\uc548\ud55c \ud5a5\uc73c\ub85c \ub9c8\ubb34\ub9ac\ub420 \uc218 \uc788\ub3c4\ub85d\n\ud5a5\uae30\ub85c \ub354\uc6b1 \uac10\uac01\uc801\uc774\uace0 \ubaa8\ub358\ud55c \ubb34\ub4dc\uc758 \uc77c\uc0c1\uc744 \uc120\ubb3c \ub4dc\ub9bd\ub2c8\ub2e4.\n\uc2dc\uac04\uc774 \uc9c0\ub098\uba74 \uc11c\uc11c\ud788 \uc78a\ud600\uc9c0\ub294 \uc21c\uac04\ub4e4\uc744\n\ub2c8\uce58 \ud5a5\uae30\uc5d0 \uc0c8\uaca8 \uc624\ub7ab\ub3d9\uc548 \uc88b\uc740 \uae30\uc5b5\uc73c\ub85c \ub0a8\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\uc790\uccb4 \uc0dd\uc0b0 \uc81c\ud488\n\ud569\ub9ac\uc801\uc778 \uac00\uaca9\uc73c\ub85c \uace0\uac1d\ub2d8\uaed8 \ud5a5\uc744 \uc120\ubb3c\ud558\uae30 \uc704\ud574\n\uc77c\ubc18 \ub3c4\ub9e4, \uc720\ud1b5 \uacbd\ub85c\ub97c \uac70\uce58\uc9c0 \uc54a\uace0,\n912\ubc88\uc758 \uc5f0\uad6c \ub05d\uc5d0 \uc12c\uc138\ud55c \uc870\ud5a5\uacfc \ub178\ud558\uc6b0\ub85c \ud5a5\uc744 \ube5a\uc5b4\ub0c5\ub2c8\ub2e4.\n\ud504\ub791\uc2a4, \ubbf8\uad6d \ubc0f \uad6d\ub0b4\uc678 \ud5a5\ub8cc\uc0ac\uc758 \ucd5c\uace0 \ub4f1\uae09 \ud5a5\ub8cc \uc0ac\uc6a9\ud558\uc5ec\n\uad6d\uc81c \ud5a5\ub8cc \ud611\ud68c IFRA \uc778\uc99d\uacfc FITI \uc2dc\ud5d8\uc5f0\uad6c\uc6d0\uc758 \uac80\uc0ac\ub85c\n\uc720\ud574 \uc131\ubd84 \ubc0f \uc548\uc804\uc131 1  <0A> <0A><0E>i f<00>[ 7AA<00>https://the912.co.kr/runningd2026-05-13 04:03:52.1658132026-05-13 04:03:52.182453{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_na<6E> 7AA<00>shttps://the912.co.kr/runningd2026-05-13 04:03:52.1658132026-05-13 04:03:52.182453{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_name": "of<6F>C 7AA<00><>Uhttps://the912.co.kr/runningd2026-05-13 04:03:52.1658132026-05-13 04:03:52.182453{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_name": "official_brand_site", "url": "https://the912.co.kr/", "extractor_provider": "lm_studio", "extractor_model": "deepseek-r1-0528-qwen3-8b", "extractor_base_url": "http://localhost:1234/v1", "check_robots_txt": false, "respect_robots_txt": null, "max_depth": 2, "max_pages": 25, "same_domain_only": true, "analyze_page_types": ["ProductPage", "BrandStoryPage", "ReviewPage"]}, "progress": {"seed_url": "https://the912.co.kr/", "visited_count": 22, "analyzed_count": 10, "queued_count": 165, "skipped_count": 12, "errors": [], "pages": [{"url": "https://the912.co.kr", "depth": 0, "status": "discovered", "page_type": "PromotionPage", "page_id": 1, "claim_count": 0, "entity_count": 0, "discovered_count": 22, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8431, "clean_text_length": 535, "removed_noise_zones_count": 6, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/about.html", "depth": 1, "status": "completed", "page_type": "BrandStoryPage", "page_id": 2, "claim_count": 0, "entity_count": 2, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8036, "clean_text_length": 408, "removed_noise_zones_count": 6, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "e
] <09><08>/u<06><05>;}<03>C<01><00><00>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=310completedd2026-05-13 04:10:26.2693192026-05-13 04:10:26.2693192026-05-13 04:11:09.229217{"depth": 1, "parent_job_id": 1}<7D>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=218completedd2026-05-13 04:09:44.4054892026-05-13 04:09:44.4054892026-05-13 04:10:26.266262{"depth": 1, "parent_job_id": 1}<7D>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=251completedd2026-05-13 04:09:02.9301102026-05-13 04:09:02.9301102026-05-13 04:09:44.403489{"depth": 1, "parent_job_id": 1}<7D>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=517completedd2026-05-13 04:08:22.1097502026-05-13 04:08:22.1097502026-05-13 04:09:02.927597{"depth": 1, "parent_job_id": 1}<7D>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=285completedd2026-05-13 04:07:40.5121252026-05-13 04:07:40.5111232026-05-13 04:08:22.106750{"depth": 1, "parent_job_id": 1}<7D>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=305completedd2026-05-13 04:06:55.6508722026-05-13 04:06:55.6508722026-05-13 04:07:40.509024{"depth": 1, "parent_job_id": 1}<7D>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=493completedd2026-05-13 04:06:42.5855022026-05-13 04:06:42.5855022026-05-13 04:06:55.648872{"depth": 1, "parent_job_id": 1}<7D>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=492completedd2026-05-13 04:05:59.1468622026-05-13 04:05:59.1468622026-05-13 04:06:42.580525{"depth": 1, "parent_job_id": 1}<7D>; {AAAMhttps://the912.co.kr/product/detail.html?product_no=513completedd2026-05-13 04:05:18.6752422026-05-13 04:05:18.6752422026-05-13 04:05:59.144734{"depth": 1, "parent_job_id": 1}<7D>7 q!AAAMhttps://the912.co.kr/product/list.html?cate_no=217discoveredd2026-05-13 04:05:14.6769302026-05-13 04:05:14.6769302026-05-13 04:05:18.672108{"depth": 1, "parent_job_id": 1}<7D>7 q!AAAMhttps://the912.co.kr/product/list.html?cate_no=215discoveredd2026-05-13 04:05:09.8406242026-05-13 04:05:09.8393142026-05-13 04:05:14.675930{"depth": 1, "parent_job_id": 1}<7D>7 q!AAAMhttps://the912.co.kr/product/list.html?cate_no=161discoveredd2026-05-13 04:05:05.5442802026-05-13 04:05:05.5442802026-05-13 04:05:09.837865{"depth": 1, "parent_job_id": 1}<7D>7
q!AAAMhttps://the912.co.kr/product/list.html?cate_no=128discoveredd2026-05-13 04:05:00.0912512026-05-13 04:05:00.0912512026-05-13 04:05:05.543278{"depth": 1, "parent_job_id": 1}<7D>7 q!AAAMhttps://the912.co.kr/product/list.html?cate_no=207discoveredd2026-05-13 04:04:56.0248632026-05-13 04:04:56.0248632026-05-13 04:05:00.088246{"depth": 1, "parent_job_id": 1}<7D>6 o!AAAMhttps://the912.co.kr/product/list.html?cate_no=97discoveredd2026-05-13 04:04:52.0622022026-05-13 04:04:52.0622022026-05-13 04:04:56.022561{"depth": 1, "parent_job_id": 1}<7D>7 q!AAAMhttps://the912.co.kr/product/list.html?cate_no=148discoveredd2026-05-13 04:04:48.2083732026-05-13 04:04:48.2083732026-05-13 04:04:52.061201{"depth": 1, "parent_job_id": 1}<7D>< {!AAAMhttps://the912.co.kr/board/gallery/list.html?board_no=8discoveredd2026-05-13 04:04:43.8211162026-05-13 04:04:43.8211162026-05-13 04:04:48.207373{"depth": 1, "parent_job_id": 1}<7D>< {!AAAMhttps://the912.co.kr/board/product/list.html?board_no=4discoveredd2026-05-13 04:04:39.9507422026-05-13 04:04:39.9507422026-05-13 04:04:43.819945{"depth": 1, "parent_job_id": 1}<7D>3 i!AAAMhttps://the912.co.kr/category/전체-상품/44discoveredd2026-05-13 04:04:36.0527982026-05-13 04:04:36.0527982026-05-13 04:04:39.948740{"depth": 1, "parent_job_id": 1}<7D># KAAAMhttps://the912.co.kr/about.htmlcompletedd2026-05-13 04:03:57.9308392026-05-13 04:03:57.9308392026-05-13 04:04:36.048633{"depth": 1, "parent_job_id": 1}<7D> 5!AAAMhttps://the912.co.krdiscoveredd2026-05-13 04:03:52.1945692026-05-13 04:03:52.1945692026-05-13 04:03:57.928836{"depth": 0, "parent_job_id": 1}MG<00>H<00><00><00><00>C<00><00><00>'(<00> <00> <00><00><00><00><00><00><00>>z<00>B<00><00><00><00><00>~|wxy<00><00><00><00><00><00><00> <00>
<00><00><00><00><00><00><00>{<)<00><00><00>A@6789:;EFG<00><00>ED<00>EF<00><00><00><00>BC<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>   <00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>0<00>/<00><00><00><00><00><00><00><00><00><00><00><00><00><00>$<00>t<00>4%<00>$<00><00>$<00><00><00><00><00><00>/.-,+<00>4o123412 10:32:10.035426{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=182&type=Ydiscoveredd2026-05-12 10:32:04.0334892026-05-12 10:32:04.0334892026-05-12 10:32:06.905490{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=181&type=Ydiscoveredd2026-05-12 10:32:01.1353262026-05-12 10:32:01.1353262026-05-12 10:32:04.032483{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=616&type=Ydiscoveredd2026-05-12 10:31:58.2691512026-05-12 10:31:58.2691512026-05-12 10:32:01.133231{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=612&type=Ydiscoveredd2026-05-12 10:31:55.4390252026-05-12 10:31:55.4390252026-05-12 10:31:58.267147{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=184&type=Ydiscoveredd2026-05-12 10:31:52.3652372026-05-12 10:31:52.3652372026-05-12 10:31:55.437020{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=609&type=Ydiscoveredd2026-05-12 10:31:49.2963492026-05-12 10:31:49.2963492026-05-12 10:31:52.363231{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=608&type=Ydiscoveredd2026-05-12 10:31:46.1545582026-05-12 10:31:46.1545582026-05-12 10:31:49.294166{"depth": 1, "parent_job_id": 3}<7D>c <09>AAAIMhttps://www.worldperfume.co.kr/shop/confirm_login.html?type=myorderfailedd2026-05-12 10:31:43.4768802026-05-12 10:31:43.4758732026-05-12 10:31:46.152553main content extraction failed{"depth": 1, "parent_job_id": 3}<7D>4 k!AAAMhttps://www.worldperfume.co.kr/shop/idinfo.htmldiscoveredd2026-05-12 10:31:40.6604902026-05-12 10:31:40.6604902026-05-12 10:31:43.474869{"depth": 1, "parent_job_id": 3}X <09>!AAAMhttps://www.worldperfume.co.kr/shop/member.html?type=logindiscoveredd202<30>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?type=X&xcode=381discoveredd2026-05-12 10:32:29.7960472026-05-12 10:32:29.7960472026-05-12 10:32:32.466057{"depth": 1, "parent_job_id": 3}<7D>c <09>AAAIMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=589&type=Xfailedd2026-05-12 10:32:27.0609002026-05-12 10:32:27.0609002026-05-12 10:32:29.795045main content extraction failed{"depth": 1, "parent_job_id": 3}<7D>@
<09>!AAAMhttps://www.worldperfume.co.kr/shop/member.html?type=logindiscoveredd2026-05-12 10:31:37.9819732026-05-12 10:31:37.9819732026-05-12 10:31:40.659470{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=012&type=Xdiscoveredd2026-05-12 10:32:24.2182542026-05-12 10:32:24.2182542026-05-12 10:32:27.058897{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=556&type=Xdiscoveredd2026-05-12 10:32:21.4161262026-05-12 10:32:21.4161262026-05-12 10:32:24.216248{"depth": 1, "parent_job_id": 3}<7D>I <09>!AAAMhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=424&type=Xdiscoveredd2026-05-12 10:32:18.6184762026-05-12 10:32:18.6174742026-05-12 10:32:21.413037{"depth": 1, "parent_job_id": 3} 
<EFBFBD>
<EFBFBD><00>u W<1F> <0A>MAllm_json_extractor_with_rule_fallbacklm_studio6c5362e7cb3219a6526e438847b1ec99215aa648f8decad20b2f65cc94fe4577{"entity_count": 2, "claim_count": 1, "ai_provider": "lm_studio", "ai_model": "deepseek-r1-0528-qwen3-8b", "ai_warning": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "fallback": "rule_based", "extraction_mode": "fallback", "page_context": {"url": "https://the912.co.kr/about.html", "final_url": "https://the912.co.kr/about.html", "title": "912 \uacf5\uc2dd \ud648\ud398\uc774\uc9c0", "page_type": "BrandStoryPage", "crawl_status": "success", "extraction_status": "success", "clean_text": "\ud604\uc7ac \uc704\uce58\nAbout\nA good scents makes good memories.\n\u201c\uc88b\uc740 \ud5a5\uae30\ub294 \uc88b\uc740 \uae30\uc5b5\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.\"\n\uc88b\uc740 \ud5a5\uc73c\ub85c \uae30\ubd84 \uc88b\uc740 \ud558\ub8e8\ub97c \uc2dc\uc791\ud558\uace0,\n\uc7a0\uc774 \ub4dc\ub294 \uc21c\uac04\uc5d0\ub3c4 \ud3b8\uc548\ud55c \ud5a5\uc73c\ub85c \ub9c8\ubb34\ub9ac\ub420 \uc218 \uc788\ub3c4\ub85d\n\ud5a5\uae30\ub85c \ub354\uc6b1 \uac10\uac01\uc801\uc774\uace0 \ubaa8\ub358\ud55c \ubb34\ub4dc\uc758 \uc77c\uc0c1\uc744 \uc120\ubb3c \ub4dc\ub9bd\ub2c8\ub2e4.\n\uc2dc\uac04\uc774 \uc9c0\ub098\uba74 \uc11c\uc11c\ud788 \uc78a\ud600\uc9c0\ub294 \uc21c\uac04\ub4e4\uc744\n\ub2c8\uce58 \ud5a5\uae30\uc5d0 \uc0c8\uaca8 \uc624\ub7ab\ub3<00> (
$(<00>y _<1B> <07>W)AA<00> hasPrice{"amount": 72000.0, "currency": "\uc6d0"}literal2b41e3df7c9866baa6ee78ccebff1b7b92bd24850ac43ae07b73477d2228e858?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:05:59.1425982026-05-13 04:05:59.142598{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 13, "page_url": "https://the912.co.kr/product/detail.html?product_no=513", "seen_at": "2026-05-13T04:05:59.142598+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 2, "ontology_triple_status": "candidate"}<7D>Y <19> <07>W)AA<00> hasBrandnullentity8f2fa7b53a9378455d8a64afc389937fb0b2c6f3d0af6e23915502543887478c?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:05:59.1391062026-05-13 04:05:59.139106{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 13, "page_url": "https://the912.co.kr/product/detail.html?product_no=513", "seen_at": "2026-05-13T04:05:59.137106+00:00", "confidence": 0.888}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 1, "ontology_triple_status": "candidate"}
<00>y<00> 6 <09>a<06> q 3n<00>n <11>QAABrand912912{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "BrandStoryPage", "crawl_status": "success", "extraction_status": "partial", "raw_name": "912", "normalization": "canonical_entity_resolver", "ai_extracted": true}2026-05-13 04:04:36.0486332026-05-13 04:11:22.015874<EFBFBD>
<11>[AAReview지속력지속력{}{"page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "\uc9c0\uc18d\ub825", "normalization": "canonical_entity_resolver"}2026-05-13 04:06:55.6425082026-05-13 04:06:55.642508<EFBFBD> uq<11>aAAPerfume[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml1+1 기획 912 엑스트레 드 퍼퓸 모음 40ml{}{"page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:06:55.6391682026-05-13 04:06:55.639168<EFBFBD>k ea<11>'AAPerfume[2+1 기획] 912 샤쉐 방향제 모음 40g2+1 기획 912 샤쉐 방향제 모음 40g{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g", "normalization": "canonical_entity_resolver"}2026-05-13 04:06:42.5727262026-05-13 04:06:42.572726<EFBFBD>d <11>'AAOccasionEveningevening{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "Evening", "normalization": "canonical_entity_resolver"}2026-05-13 04:05:59.1371062026-05-13 04:11:09.225210<EFBFBD>^ <11>#AAOccasionDailydaily{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "Daily", "normalization": "canonical_entity_resolver"}2026-05-13 04:05:59.1357102026-05-13 04:10:26.262091<EFBFBD>q <11>=AAAccord머스크머스크{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "\uba38\uc2a4\ud06c", "normalization": "canonical_entity_resolver"}2026-05-13 04:05:59.1357102026-05-13 04:11:09.225210<EFBFBD>z mi<11>5AAPerfume[2+1 기획] 912 클론 니치향수 모음 40ml2+1 기획 912 클론 니치향수 모음 40ml{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:05:59.1337082026-05-13 04:05:59.133708<EFBFBD>@ AA<11>AANote타사 향수 비교하면타사 향수 비교하면{}{"page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "\ud0c0\uc0ac \ud5a5\uc218 \ube44\uad50\ud558\uba74", "normalization": "canonical_entity_resolver"}2026-05-13 04:06:55.6414262026-05-13 04:06:55.641426633<EFBFBD> ''<11>QAAPerfume현재 위치현재 위치{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "BrandStoryPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "\ud604\uc7ac \uc704\uce58", "normalization": "canonical_entity_resolver"}2026-05-13 04:04:36.0446082026-05-13 04:04:36.044608 <00> <0A> <0B> <09>Qi<00><00>  <19>  AA<41>? PerfumehasBrandBrandnullentity16743814a6fd22932d9324c415814364b139a8b3c7bcaedfe5b2fdaefd6f6017candidate?<3F><02>ѷ2026-05-13 04:07:40.5070202026-05-13 04:07:40.507020{"source_history": [{"claim_id": 7, "source_id": 1, "page_id": 16, "seen_at": "2026-05-13T04:07:40.506018+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadat
{"amount": 60000.0, "currency": "\uc6d0"}literal29c9344bbb0a917b8c4c4a66724b0c62c59b5f39b96f518053518d200eca0406validated_literal?<3F><>n.<2E><>32026-05-13 04:06:55.6488722026-05-13 04:06:55.648872{"source_history": [{"claim_id": 6, "source_id": 1, "page_id": 15, "seen_at": "2026-05-13T04:06:55.647870+00:00", "confidence": 0.9262, "status": "validated_claim"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "literal claims are stored as evidence claims, not graph relations", "review_reason": null}}<7D>e  <19>  AA<41>_PerfumehasBrandBrandnullentity90f81e588c305cab8ac4ecae086f7b3420d0aff09ab7ad86f36ca2beb0d3c0c5merged?<3F><02>ѷ2026-05-13 04:06:55.6468712026-05-13 04:06:55.646871{"source_history": [{"claim_id": 5, "source_id": 1, "page_id": 15, "seen_at": "2026-05-13T04:06:55.645872+00:00", "confidence": 0.9066, "status": "validated_claim"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": null, "review_reason": null}}<7D>:  _<1B>  AA<41>CPerfumehasPrice
{"amount": 54000.0, "currency": "\uc6d0"}literal4eff10303e97e6d18f344db66716fa6cf2980eff0c2fd04e63b37a6680e0eab2candidate?<3F><>n.<2E><>32026-05-13 04:06:42.5795252026-05-13 04:06:42.579525{"source_history": [{"claim_id": 4, "source_id": 1, "page_id": 14, "seen_at": "2026-05-13T04:06:42.579525+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>  <19>  AA<41>?PerfumehasBrandBrandnullentity592b235af5e8df2def10eb48ada25c9ec00d579866a664968eb399a97340496fcandidate?<3F><02>ѷ2026-05-13 04:06:42.5775242026-05-13 04:06:42.577524{"source_history": [{"claim_id": 3, "source_id": 1, "page_id": 14, "seen_at": "2026-05-13T04:06:42.577524+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>:  _<1B>  AA<41>C PerfumehasPrice
{"amount": 72000.0, "currency": "\uc6d0"}literal73488f837af73d9bfdf694fa30e18210049392d889cddaf239c9c08a452b1428candidate?<3F><>n.<2E><>32026-05-13 04:05:59.1437322026-05-13 04:05:59.143732{"source_history": [{"claim_id": 2, "source_id": 1, "page_id": 13, "seen_at": "2026-05-13T04:05:59.143732+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D> <19>  AA<41>? PerfumehasBrandBrandnullentityd0d677f71871c64d93154190452a30f8f5b6afae48ac35fddc3bb9407c441289candidate?<3F><02>ѷ2026-05-13 04:05:59.1415952026-05-13 04:05:59.141595{"source_history": [{"claim_id": 1, "source_id": 1, "page_id": 13, "seen_at": "2026-05-13T04:05:59.140573+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}xc\ub4dc \uc1fc\ud551\ubc31\n\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)\n\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)\n\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)\n\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)\n\ub2c8\uce58\ud5a5\uc218 (1)\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n24,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n9,100\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n14,900\uc6d0\n\uc0c1\ud488\uc694\uc57d\uc815\ubcf4\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 11:28:53\n(9,100\uc6d0 \ud560\uc778)\n2026-04-30 00:00 ~ 2026-05-31 23:55\n\ud604\uc7ac \uc704\uce58\n\uc804\uccb4 \uc0c1\ud488\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774\n[\ud544\uc218] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n01. \ud654\uc774\ud2b8 \ube14\ub791 (2\uac1c\uc785)\n02. \ube14\ub799\ubca0\ub9ac (2\uac1c\uc785)\n03. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 (2\uac1c\uc785)\n04. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4 (2\uac1c\uc785)\n05. \ud790 \uc6b0\ub4dc (2\uac1c\uc785)\n06. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0 (2\uac1c\uc785)\n\uc635\uc158\uc120\ud0dd\n\ucd94\uac00\uc0c1\ud488\n\ud568\uaed8\uc0ac\uba74 \ud560\uc778\ub418\ub294 \uc0c1\ud488\n\ucd94\uac00\uad6c\uc131\uc0c1\ud488 \ub2eb\uae30\n1,000\uc6d0\n[\uc120\ud0dd] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n\uc18c \uc0ac\uc774\uc988 (S)\n\uc911 \uc0ac\uc774\uc988 (M) (+300\uc6d0)\n12,800\uc6d0\n01. \ud654\uc774\ud2b8 \ube14\ub791\n02. \ud654\uc774\ud2b8 \ud29c\ubca0\ub85c\uc988\n03. \ube14\ub799\ubca0\ub9ac\n04. \ud50c\ub808\ub974 \uba38\uc2a4\ud06c\n05. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544\n06. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4\n07. \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8\n08. \uc120\ub370\uc774 \ud5c8\uadf8\n09. \uc544\ud2c0\ub780\ud2f1 \ubbf8\ub974\ud1a0\n10. \ud0c0\uc784\uc988 5\n11. \ub9c8\ub4dc\ubaa8\uc5b4 \uc824\n12. \ube14\ub8e8 \ub4dc \uc0f9\uc2a4\n13. \ud15c\ud50c \uc6b0\ub4dc\n14. \uc544\ucfe0\uc544 \uc528\uc194\ud2b8\n15. \ub86c\ube0c\ub808 \ub85c\uc988\n16. \ub77c\uc774\ud2b8 \uc5d0\uc13c\uc2a4\n17. \uace0\uc2a4\ud2b8 \ud50c\ub77c\uc6cc\n18. \ud2a4\ub9bd \uac00\ub4e0\n19. \uc544\uba54\uc2dc\uc2a4\ud2b8\n20. \ub178\ube14 \ud504\ub9ac\uc9c0\uc544\n21. \ud790 \uc6b0\ub4dc\n22. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0\n23. \ube14\ub8f8 \ubd80\ucf00\n24. \ube14\ub7ec\uc26c \ub4dc \ud53c\uc624\ub2c8 \ubd80\ucf00\n25. \ub7ec\ube0c\n26. \uace8\ub4dc \uc790\ub974\ub515\n27. \ub124\ub864\ub9ac \ud3ec\ub808\uc2a4\ud2b8\n28. \ub2e4\ud06c \uc624\ud0a4\ub4dc\n29. \ub125\ud0c0\ub9b0 \ube14\ub8e8\ubc0d \ud5c8\ub2c8\n30. \ud654\uc774\ud2b8 \uc2a4\uc6e8\uc774\ub4dc\n31. \ud544\ub85c\uc2a4 \ud2b8\ub9ac\n32. \uc624\ub80c\uc9c0 \ube14\ub85c\uc378\n33. \ubc24\uc258\n34. \ub204\uc544\ub974 \ub9ac\ud504\n35. \ubca0\ud2f0\ubc84 \ud504\ub9ac\ud06c\n36. \ub2e4\ud06c \uc570\ubc84\n37. \uc2e4\ubc84 \ub9c8\uc6b4\ud2f4\n38. \uc9d1\uc2dc \ub8e8\ud2b8\n39. \uc7ac\uc988 \uc778 \ub098\uc787\n40. \uc6cc\ud130\ub9ac \uc0e4\uc6cc\n41. \uc2
$'<00>z
 _<1B> <07>W)AA<00>  hasPrice{"amount": 24000.0, "currency": "\uc6d0"}literalccfd75bfd48546e225aa4b3e3fa13bff8f9bebda8de771626b29a0791c5bc45e?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:08:22.1047502026-05-13 04:08:22.104750{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 17, "page_url": "https://the912.co.kr/product/detail.html?product_no=285", "seen_at": "2026-05-13T04:08:22.104750+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 10, "ontology_triple_status": "candidate"}<7D>Y  <19> <07>W)AA<00> hasBrandnullentity65a1798d5d7d4aba3fc25c7e11bbc2a81cd1ee81787be10658b2704f4a15dc75?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:08:22.1027492026-05-13 04:08:22.102749{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 17, "page_url": "https://the912.co.kr/product/detail.html?product_no=285", "seen_at": "2026-05-13T04:08:22.101670+00:00", "confidence": 0.888}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 9, "ontology_triple_status": "candidate"} L <0A> <0B> <09>L
{"amount": 36000.0, "currency": "\uc6d0"}literal6ed9c03fcd0c082b8d7174ae86c2123c7fbc7b8f07c2f15b8696b24ce156f122candidate?<3F><>n.<2E><>32026-05-13 04:11:09.2292172026-05-13 04:11:09.229217{"source_history": [{"claim_id": 18, "source_id": 1, "page_id": 21, "seen_at": "2026-05-13T04:11:09.229217+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>  <19>  AA<41>APerfumehasBrandBrandnullentity8dbcbcabe0f945f0720427da71f22d38740bb0f3d4d6a60449fdfce5610ffe47candidate?<3F><02>ѷ2026-05-13 04:11:09.2272102026-05-13 04:11:09.227210{"source_history": [{"claim_id": 17, "source_id": 1, "page_id": 21, "seen_at": "2026-05-13T04:11:09.227210+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>;  _<1B>  AA<41>EPerfumehasPrice
{"amount": 36000.0, "currency": "\uc6d0"}literal12c2f2e328596c6ce08844e108058f22095a6485a5eb280016d721742116d507candidate?<3F><>n.<2E><>32026-05-13 04:10:26.2662622026-05-13 04:10:26.266262{"source_history": [{"claim_id": 16, "source_id": 1, "page_id": 20, "seen_at": "2026-05-13T04:10:26.266262+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>  <19>  AA<41>APerfumehasBrandBrandnullentity66b9dd31a0067b029d6c2f14a896845f846e21f796863a8a39cbf50e7b1ec3c0candidate?<3F><02>ѷ2026-05-13 04:10:26.2642632026-05-13 04:10:26.264263{"source_history": [{"claim_id": 15, "source_id": 1, "page_id": 20, "seen_at": "2026-05-13T04:10:26.264263+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<00>tml?board_no=8", "depth": 1, "status": "discovered", "page_type": "NoticePage", "page_id": 5, "claim_count": 0, "entity_count": 0, "discovered_count": 5, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 7764, "clean_text_length": 83, "removed_noise_zones_count": 8, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=148", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 6, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8246, "clean_text_length": 209, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=97", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 7, "claim_count": 0, "entity_count": 0, "discovered_count": 3, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 7867, "clean_text_length": 59, "removed_noise_zones_count": 10, "warnings": ["clean text is short"], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=207", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 8, "claim_count": 0, "entity_count": 0, "discovered_count": 5, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8169, "clean_text_length": 164, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=128", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 9, "claim_count": 0, "entity_count": 0, "discovered_count": 10, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8510, "clean_text_length": 324, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=161", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 10, "claim_count": 0, "entity_count": 0, "discovered_count": 7, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8327, "clean_text_length": 248, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=215", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 11, "claim_count": 0, "entity_count": 0, "discovered_cou
W<1F> <0A><>oAllm_json_extractor_with_rule_fallbacklm_studioef9e4fa301e02f63f92a3b9ffdddb7be15b99826b34f92b2ad6889c3e49d8683{"entity_count": 5, "claim_count": 5, "ai_provider": "lm_studio", "ai_model": "deepseek-r1-0528-qwen3-8b", "ai_warning": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "fallback": "rule_based", "extraction_mode": "fallback", "page_context": {"url": "https://the912.co.kr/product/detail.html?product_no=310", "final_url": "https://the912.co.kr/product/detail.html?product_no=310", "title": "[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml - 912", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "clean_text": "\ub0c4\uc0c8 \uc0ad\uc81c\uc5d0 1\ucd08\uba74 \ucda9\ubd84\ud569\ub2c8\ub2e4.\n[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml\n4.8\n114,407\n[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml\n[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml\n[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml\n[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml\n[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g\n[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31\n\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)\n\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)\n\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)\n\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)\n\ub2c8\uce58\ud5a5\uc218 (1)\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n36,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n16,500\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n19,500\uc6d0\n\uc0c1\ud488\uc694\uc57d\uc815\ubcf4\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 10:44:33\n(16,500\uc6d0 \ud560\uc778)\n2026-04-30 00:00 ~ 2026-05-31 23:55\n\ud604\uc7ac \uc704\uce58\n\uc804\uccb4 \uc0c1\ud488\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774\n[\ud544\uc218] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc1<00> <08><03>8
<EFBFBD>6<03> <09> F F<00> + 7AA<00>https://the912.co.kr/runningd2026-05-13 03:18:51.9726552026-05-13 03:18:51.985774{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_name": "official_brand_site", "url": "https://the912.co.kr/", "extractor_provider": "lm_studio", "extractor_model": "deepseek-r1-0528-qwen3-8b", "extractor_base_url": "http://localhost:1234/v1", "max_depth": 2, "max_pages": 25, "same_domain_only": true, "analyze_page_types": ["ProductPage", "BrandStoryPage", "ReviewPage"]}, "progress": {"seed_url": "https://the912.co.kr/", "visited_count": 0, "analyzed_count": 0, "queued_count": 1, "skipped_count": 0, "errors": [], "pages": []}}<7D>() 7AAA<00>ihttps://the912.co.kr/completedd2026-05-13 03:17:51.0876552026-05-13 03:17:51.1026882026-05-13 03:17:51.119519{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_name": "official_brand_site", "url": "https://the912.co.kr/", "extractor_provider": "lm_studio", "extractor_model": "deepseek-r1-0528-qwen3-8b", "extractor_base_url": "http://localhost:1234/v1", "max_depth": 5, "max_pages": 25, "same_domain_only": true, "analyze_page_types": ["ProductPage", "BrandStoryPage", "ReviewPage"]}, "progress": {"seed_url": "https://the912.co.kr/", "visited_count": 1, "analyzed_count": 0, "queued_count": 0, "skipped_count": 1, "errors": ["[WinError 5] \uc561\uc138\uc2a4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4"], "pages": [{"url": "https://the912.co.kr", "depth": 0, "status": "failed", "page_type": "unknown", "page_id": null, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "unknown", "raw_text_length": 0, "clean_text_length": 0, "removed_noise_zones_count": 0, "warnings": [], "error": "[WinError 5] \uc561\uc138\uc2a4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4"}]}}<7D>E( 5AAAkOhttps://the912.co.krfailedd2026-05-13 03:01:19.9136542026-05-13 03:01:19.9136542026-05-13 03:01:19.914697[WinError 5] 액세스가 거부되었습니다{"depth": 0, "parent_job_id": 39}<01> 7AA<00>?https://the912.co.kr/runningd2026-05-13 03:01:19.8774812}, 5AAOhttps://the912.co.krrunningd2026-05-13 03:18:51.9995682026-05-13 03:18:51.998465{"depth": 0, "parent_job_id": 43}<7D>E* 5AAAkOhttps://the912.co.krfailedd2026-05-13 03:17:51.1175152026-05-13 03:17:51.1175152026-05-13 03:17:51.118517[WinError 5] 액세스가 거부되었습니다{"depth": 0, "parent_job_id": 41}<7D>(' 7AAA<00>ihttps://the912.co.kr/completedd2026-05-13 03:01:19.8774812026-05-13 03:01:19.8955192026-05-13 03:01:19.916707{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_name": "official_brand_site", "url": "https://the912.co.kr/", "extractor_provider": "lm_studio", "extractor_model": "deepseek-r1-0528-qwen3-8b", "extractor_base_url": "http://localhost:1234/v1", "max_depth": 5, "max_pages": 25, "same_domain_only": true, "analyze_page_types": ["ProductPage", "BrandStoryPage", "ReviewPage"]}, "progress": {"seed_url": "https://the912.co.kr/", "visited_count": 1, "analyzed_count": 0, "queued_count": 0, "skipped_count": 1, "errors": ["[WinError 5] \uc561\uc138\uc2a4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4"], "pages": [{"url": "https://the912.co.kr", "depth": 0, "status": "failed", "page_type": "unknown", "page_id": null, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "unknown", "raw_text_length": 0, "clean_text_length": 0, "removed_noise_zones_count": 0, "warnings": [], "error": "[WinError 5] \uc561\uc138\uc2a4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4"}]}}<7D>E& 5AAAkOhttps://the912.co.krfailedd2026-05-13 03:00:07.9578392026-05-13 03:00:07.9568382026-05-13 03:00:08.001754[WinError 5] 액세스가 거부되었습니다{"depth": 0, "parent_job_id": 37}  <09> <09>
<EFBFBD> I I I<00> - 5AA<00>ehttps://the912.co.krrunningd2026-05-13 03:21:36.1956362026-05-13 03:21:<3A> - 5AA<00>ehttps://the912.co.krrunningd2026-05-13 03:21:36.1956362026-05-13 03:21:36.209733{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_name": "official_brand_site", "url": "https://the912.co.kr", "extractor_provider": "rule_based", "extractor_model": null, "extractor_base_url": null, "check_robots_txt": false, "respect_robots_txt": null, "max_depth": 1, "max_pages": 5, "same_domain_only": true, "analyze_page_types": ["ProductPage", "BrandStoryPage", "ReviewPage"]}, "progress": {"seed_url": "https://the912.co.kr", "visited_count": 3, "analyzed_count": 1, "queued_count": 20, "skipped_count": 2, "errors": [], "pages": [{"url": "https://the912.co.kr", "depth": 0, "status": "discovered", "page_type": "PromotionPage", "page_id": 26, "claim_count": 0, "entity_count": 0, "discovered_count": 22, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8431, "clean_text_length": 535, "removed_noise_zones_count": 6, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/about.html", "depth": 1, "status": "completed", "page_type": "BrandStoryPage", "page_id": 27, "claim_count": 0, "entity_count": 2, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8036, "clean_text_length": 408, "removed_noise_zones_count": 6, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/category/\uc804\uccb4-\uc0c1\ud488/44", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 28, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8232, "clean_text_length": 209, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}], "latest_page": {"url": "https://the912.co.kr/category/\uc804\uccb4-\uc0c1\ud488/44", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 28, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length<74>E* 5AAAkOhttps://the912.co.krfailedd2026-05-13 03:17:51.1175152026-05-13 03:17:51.1175152026-05-13 03:17:51.118517[WinError 5] 액세스가 거부되었습니다{"depth": 0, "parent_job_id": 41}<7D>E, 5AAAkOhttps://the912.co.krfailedd2026-05-13 03:18:51.9995682026-05-13 03:18:51.9984652026-05-13 03:18:52.000568[WinError 5] 액세스가 거부되었습니다{"depth": 0, "parent_job_id": 43}<7D>(+ 7AAA<00>ihttps://the912.co.kr/completedd2026-05-13 03:18:51.9726552026-05-13 03:18:51.9857742026-05-13 03:18:52.001568{"kind": "site_crawl", "request": {"config_path": "configs/perfume_subscription.yaml", "source_name": "official_brand_site", "url": "https://the912.co.kr/", "extractor_provider": "lm_studio", "extractor_model": "deepseek-r1-0528-qwen3-8b", "extractor_base_url": "http://localhost:1234/v1", "max_depth": 2, "max_pages": 25, "same_domain_only": true, "analyze_page_types": ["ProductPage", "BrandStoryPage", "ReviewPage"]}, "progress": {"seed_url": "https://the912.co.kr/", "visited_count": 1, "analyzed_count": 0, "queued_count": 0, "skipped_count": 1, "errors": ["[WinError 5] \uc561\uc138\uc2a4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4"], "pages": [{"url": "https://the912.co.kr", "depth": 0, "status": "failed", "page_type": "unknown", "page_id": null, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "unknown", "raw_text_length": 0, "clean_text_length": 0, "removed_noise_zones_count": 0, "warnings": [], "error": "[WinError 5] \uc561\uc138\uc2a4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4"}]}} ~<03>\
#&<00>z _<1B> <07>W)AA<00> hasPrice{"amount": 36000.0, "currency": "\uc6d0"}literal47f76d524d1d040cd60fdeae58651df28ced6d818ed32f7c4c2a7da1a7ac02c7?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:10:26.2652622026-05-13 04:10:26.265262{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 20, "page_url": "https://the912.co.kr/product/detail.html?product_no=218", "seen_at": "2026-05-13T04:10:26.265262+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 16, "ontology_triple_status": "candidate"}<7D>Z <19> <07>W)AA<00>hasBrandnullentity78038526061a490942b0cb8f3ec29b3c1cc1e18a88c1fd93387d82a6869c25eb?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:10:26.2632602026-05-13 04:10:26.263260{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 20, "page_url": "https://the912.co.kr/product/detail.html?product_no=218", "seen_at": "2026-05-13T04:10:26.262091+00:00", "confidence": 0.888}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 15, "ontology_triple_status": "candidate"}<00>uae3
30. 화이트 스웨이드
31. 필로스 트리
32. 오렌지 블로썸
33. 밤쉘
34. 누아르 리프
35. 베티버 프리크
36. 다크 앰버
37. 실버 마운틴
38. 집시 루트
39. 재즈 인 나잇
40. 워터리 샤워
41. 시크 화이트
42. 스모키 사이프러스
43. 어나더 데이즈
44. 리브웨이
45. 그린 제스트
46. 엔젤스 가디언
47. 미드나잇 세비지
48. 러브 인 파리
8,500원
03. 페어리 프리지아
04. 상탈 포레스트
05. 힐 우드
19,900원
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
6,900원
8,300원
04. 선데이 모닝 (1개입)
05. 튤립 가든 (1개입)
07. 라임바질 가든 (1개입)
08. 소프트 코튼 (1개입)
09. 플라워 마켓 (1개입)
수량증가
수량감소
36000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
4.9
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
가성비 갑!! 향도 너무 맘...
포장 발향
굿입니다요! 향...
아침마다 아이들이 먼저 뿌려...
생각보다 향의 퀄리티가 좋아...
좋아하는 향이라 자주 쓰고 ...
항상 이향만 사용하고 있어요...
옷이나 이불에 항상 뿌리고 ...
어디든 막쓰기 너무 좋아요 ...
향이 너무 좋아요
배송 지...
구입과 동시에 카톡으로 배송...
상품사용리뷰
1651
도환****
2026-05-12
1650
박주****
2026-05-11
1649
김은****
1648
류성****
2026-05-03
1647
정지****
1646
정규****
1645
조경****
2026-{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=310", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 12430, "main_content_length": 2074, "clean_text_length": 2074, "clean_markdown_length": 2817, "source_zone_count": 16, "noise_zone_count": 16, "removed_noise_zones_count": 16, "source_zones": [{"zone_type": "product_title", "text": "\ub0c4\uc0c8 \uc0ad\uc81c\uc5d0 1\ucd08\uba74 \ucda9\ubd84\ud569\ub2c8\ub2e4.\n[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml\n4.8\n114,407", "selector": ".xans-product-detail .headingArea", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "selector": "h1", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ube0c\ub79c\ub4dc \uc1fc\ud551 =
#=<00>c _<1B> <07>W)AA<00>_hasPrice{"amount": 24000.0, "currency": "\uc6d0"}literal4b7ff9c1041a5e82ed43a85265e0761eeb67b8d9193b277ed1f2ac6aa2807862?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:09:44.4024892026-05-13 04:09:44.402489{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_detail", "source_selector": "main", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 19, "page_url": "https://the912.co.kr/product/detail.html?product_no=251", "seen_at": "2026-05-13T04:09:44.401489+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 14, "ontology_triple_status": "candidate"}<7D>Z  <19> <07>W)AA<00>hasBrandnullentityd6cdd956085a8ac18db3350cf34afe28c616558b1cb54436d8b7a2039c66d43c?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:09:44.4004892026-05-13 04:09:44.400489{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 19, "page_url": "https://the912.co.kr/product/detail.html?product_no=251", "seen_at": "2026-05-13T04:09:44.399489+00:00", "confidence": 0.888}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 13, "ontology_triple_status": "candidate"}<00>d0\n
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤리 포레스트
28. 다크 오키드
29. 넥타린 블루밍 허니
30. 화이트 스웨이드
31. 필로스 트리
32. 오렌지 블로썸
33. 밤쉘
34. 누아르 리프
35. 베티버 프리크
36. 다크 앰버
37. 실버 마운틴
38. 집시 루트
39. 재즈 인 나잇
40. 워터리 샤워
41. 시크 화이트
42. 스모키 사이프러스
43. 어나더 데이즈
44. 리브웨이
45. 그린 제스트
46. 엔젤스 가디언
47. 미드나잇 세비지
48. 러브 인 파리
8,500원
03. 페어리 프리지아
04. 상탈 포레스트
05. 힐 우드
19,900원
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
6,900원
01. 화이트 블랑 (1개입)
02. 블랙베리 (1개입)
03. 페어리 프리지아 (1개입)
04. 캘리포니아 어반투스 (1개입)
05. 힐 우드 (1개입)
06. 라임바질 가든 (1개입)
8,300원
04. 선데이 모닝 (1개입)
05. 튤립 가든 (1개입)
07. 라임바질 가든 (1개입)
08. 소프트 코튼 (1개입)
09. 플라워 마켓 (1개입)
수량증가
수량감소
24000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
3.1
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
가격대비해 향 좋아요
그래서...
향의 미친자인데 너무 좋았어...
잔...
가성비 갑이죠 님들 말해뭐하...
그럭저럭입니다..기대한것에 ...
보장,배송 양호하고 향 싱크...
지인 선물용으로 구매했는데 ...
배송 빠르고 포장도 꼼꼼하고...
디퓨저는 생각보다 향이 없네...
리뷰는 안쓰는 성격인데, 과...
상품사용리뷰
848
김미****
2026-05-12
847
명윤****
202{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=251", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 12235, "main_content_length": 2172, "clean_text_length": 2172, "clean_markdown_length": 2867, "source_zone_count": 16, "noise_zone_count": 16, "removed_noise_zones_count": 16, "source_zones": [{"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml\n4.8\n114,407", "selector": ".xans-product-detail .headingArea", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "selector": "h1", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": t<00>rue, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ub2c8\uce58\ud5a5\uc218 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_detail", "text": "\ud604\uc7ac \uc704\uce58\n\uc804\uccb4 \uc0c1\ud488\n\uc2e4\ub0b4 \ub514\ud4e8\uc800\n[1+1 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml\n4.8\n114,407\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n24,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n6,000\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n18,000\uc6d0\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 10:40:56\n(6,000\uc6d0 \ud560\uc778)\n2026-04-30 00:00 ~ 2026-05-31 23:50\n\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)\n[\ud544\uc218] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n01. \ud654\uc774\ud2b8 \ube14\ub791 (2\uac1c\uc785)\n02. \ube14\ub799\ubca0\ub9ac (2\uac1c\uc785)\n03. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 (2\uac1c\uc785)\n04. \uc120\ub370\uc774 \ubaa8\ub2dd (2\uac1c\uc785)\n05. \ud2a4\ub9bd \uac00\ub4e0 (2\uac1c\uc785)\n06. \ud790 \uc6b0\ub4dc (2\uac1c\uc785)\n07. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0 (2\uac1c\uc785)\n08. \uc18c\ud504\ud2b8 \ucf54\ud2bc (2\uac1c\uc785)\n09. \ud50c\ub77c\uc6cc \ub9c8\ucf13 (2\uac1c\uc785)\n\uc635\uc158\uc120\ud0dd\n\ucd94\uac00\uc0c1\ud488\n\ud568\uaed8\uc0ac\uba74 \ud560
<EFBFBD>uG<00>+ <19> <07>W)AA<00>9 hasBrandnullentitybf6f02125b116764bb284d7640289e368d755fd173ff9d7dfb9215c7b5afc728?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:07:40.5050162026-05-13 04:07:40.505016{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 16, "page_url": "https://the912.co.kr/product/detail.html?product_no=305", "seen_at": "2026-05-13T04:07:40.505016+00:00", "confidence": 0.888}]}<7D>x _<1B> <07>S+AA<00>hasPrice{"amount": 60000.0, "currency": "\uc6d0"}literal35ce982ad6a3ee7e9f6773417ced35303f06a02ec5d72de7a5b4a95fb7aadf40?<3F><>n.<2E><>3price pattern matched; AI entity output enriched with rule claimsllm_json_extractor_with_rule_claimsvalidated_claim2026-05-13 04:06:55.6468712026-05-13 04:06:55.646871{"rule_claim_merge": true, "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "ai_claim", "validation_status": "validated_claim", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 15, "page_url": "https://the912.co.kr/product/detail.html?product_no=493", "seen_at": "2026-05-13T04:06:55.646871+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "literal claims are stored as evidence claims, not graph relations", "ontology_triple_id": 6, "ontology_triple_status": "validated_literal"}<7D>  <19> <07>S+AA<00>shasBrandnullentity3e961feeafb1b29c0e8b60ca31318964a2f339d9021d650eb5a60d9e778eecc6?<3F><02>ѷbrand pattern matched; AI entity output enriched with rule claimsllm_json_extractor_with_rule_claimsvalidated_claim2026-05-13 04:06:55.6438672026-05-13 04:06:55.643867{"rule_claim_merge": true, "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "ai_claim", "validation_status": "validated_claim", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 15, "page_url": "https://the912.co.kr/product/detail.html?product_no=493", "seen_at": "2026-05-13T04:06:55.642508+00:00", "confidence": 0.888}], "graph_merge_status": "merged", "graph_merge_reason": null, "ontology_triple_id": 5, "ontology_triple_status": "merged"}0\ua
04. 캘리포니아 어반투스 (1개입)
05. 힐 우드 (1개입)
06. 라임바질 가든 (1개입)
8,300원
04. 선데이 모닝 (1개입)
05. 튤립 가든 (1개입)
07. 라임바질 가든 (1개입)
08. 소프트 코튼 (1개입)
09. 플라워 마켓 (1개입)
수량증가
수량감소
72000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
너무 맘에 들어 재구매하러왔...
생각보다 향이 너무 좋아서 ...
매일 사용중인데 주변에서도 ...
세가지향(아쿠아씨솔트, 미드...
데일리...
향기는 거의 98%비슷하지만...
가격대비 양도 향도 너무 좋...
포장도 꼼꼼하게
잘 되어서 ...
싼거같지않음 ㅎㅎ...
리치향수 너무 비싸서 엄두도...
상품사용리뷰
3541
서선****
2026-05-13
3540
최정****
3539
김윤****
3538
강대****
3537
이정****
3536
최명****
2026-05-12
3535
박재****
3534
이현****
3533{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=513", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 12837, "main_content_length": 2030, "clean_text_length": 2030, "clean_markdown_length": 2965, "source_zone_count": 17, "noise_zone_count": 16, "removed_noise_zones_count": 16, "source_zones": [{"zone_type": "product_title", "text": "\uc0c8\ub85c\uc6b4 \ud5a5\uc218\uc758 \uc2dc\uc791, \ud074\ub860 \ud5a5\uc218\n[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml\n4.8\n114,414", "selector": ".xans-product-detail .headingArea", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml", "selector": "h1", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "tex 
6<0E> <0A> <0C> h
6<00>/  3%/<2F><15> UAArelation_type_usageRelationTypesuitableForSeasonRelation type 'suitableForSeason' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open790e255bc8e8108ec0e42457ebd8690f893afb7d094d1d833c07857cb03cd000{"relation_type_id": 16, "count": 0}{}2026-05-13 03:58:12.9882652026-05-13 03:58:12.988265<EFBFBD>3 3%3<>#<15> UAArelation_type_usageRelationTypesuitableForOccasionRelation type 'suitableForOccasion' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>opene8c74ef8bcee431f9b3ca85c20ced376e2f3db9e50ed109c49e5878e483765b3{"relation_type_id": 15, "count": 0}{}2026-05-13 03:58:12.9882652026-05-13 03:58:12.988265<EFBFBD> 3%<19> <15> UAArelation_type_usageRelationTypesoldByRelation type 'soldBy' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open2e245ed134fa52ec4863899c39e16d2a15e762d216ac2dd25dbb634caab34fdf{"relation_type_id": 14, "count": 0}{}2026-05-13 03:58:12.9872642026-05-13 03:58:12.987264<EFBFBD> 3%<1F><15> UAArelation_type_usageRelationTypesimilarToRelation type 'similarTo' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open20195b4bf0a43592360f52af9206ef835286b6ea7d77fdcf71f2566062194ec6{"relation_type_id": 13, "count": 0}{}2026-05-13 03:58:12.9872642026-05-13 03:58:12.987264<EFBFBD>! 3%!<21><15> UAArelation_type_usageRelationTypehasTopNoteRelation type 'hasTopNote' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open74c0c39adf8f20625fbf136b05a9dd99122bd072b36a8d9e8ef642be20bcafd1{"relation_type_id": 12, "count": 0}{}2026-05-13 03:58:12.9872642026-05-13 03:58:12.987264  <08><03> ce
카테고리
항수공병
(3)
2026-05-12 19:40:31 +09:00
베스트 아이템 상품 리스트
2026-05-13 19:57:34 +09:00
타임세일
[스윗던] 스윗던 뉴 스탠다드 펌핑식 충전 향수공병 5ml
18,000원
68%
5,800
[스윗던] 스윗던 하이엔드 향수공병 8ml
22,000원
61%
8,500
[스윗던] 스윗던 이지리필 향수공병 5ml
64%
6,500{"parser": "generic", "url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=616&type=Y", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 3792, "main_content_length": 165, "clean_text_length": 165, "clean_markdown_length": 176, "source_zone_count": 1, "noise_zone_count": 5, "removed_noise_zones_count": 5, "source_zones": [{"zone_type": "unknown", "text": "\ud5a5\uc218\uacf5\ubcd1\n\uce74\ud14c\u<00><>
 <09>%<25> A<>A<00>uhttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=612&type=Y향수세트1763c4cd2e20c5480372ad5aee2108071c85a45a0d4596c1dd711a579a7feeb9<00>2026-05-12 10:31:58.267147향수세트
카테고리
(3)
(1)
베스트 아이템 상품 리스트
타임세일
[캘빈클라인] 캘빈클라인 CK ONE EDT 200ml세트(향수200ml+스킨모이스처라이저로션200ml)
116,000원
47%
62,000
[마리나드부르봉] 마리나드부르봉 디스커버리 5종세트(7.5ml×5종)
85,000원
51%
42,000
[로샤스] 로샤스 걸 EDT 40ml세트(본품40ml+샤워젤100ml)
71,000원
66%
24,000{"parser": "generic", "url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=612&type=Y", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 3856, "main_content_length": 233, "clean_text_length": 233, "clean_markdown_length": 244, "source_zone_count": 1, "noise_zone_count": 5, "removed_noise_zones_count": 5, "source_zones": [{"zone_type": "unknown", "text": "\ud5a5\uc218\uc138\ud2b8\n\uce74\ud14c\uace0\ub9ac\n(3)\n(1)\n\ubca0\uc2a4\ud2b8 \uc544\uc774\ud15c \uc0c1\ud488 \ub9ac\uc2a4\ud2b8\n\ud0c0\uc784\uc138\uc77c\n[\uce98\ube48\ud074\ub77c\uc778] \uce98\ube48\ud074\ub77c\uc778 CK ONE EDT 200ml\uc138\ud2b8(\ud5a5\uc218200ml+\uc2a4\ud0a8\ubaa8\uc774\uc2<00><>  <09>%<25> A<>/<00>{https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=184&type=Y남여공용65f27dab336e6e48e6bb43b1a87fd08c13fa247fe5a700d5e824cdd8c0baa769<00>2026-05-12 10:31:55.437020남여공용
카테고리
30ml이하
(6)
50ml이하
(10)
(41)
베스트 아이템 상품 리스트
타임세일
[메종마르지엘라] 메종마르지엘라 레플리카 비치 워크 EDT 30ml
2026-05-12 19:40:31 +09:00
110,000원
2026-05-13 19:57:34 +09:00
26%
81,500
[메종마르지엘라] 메종마르지엘라 레플리카 버블 바스 EDT 100ml
220,000원
31%
151,000
[메종마르지엘라] 메종마르지엘라 레플리카 버블 바스 EDT 30ml
2026-05-12 19:40:31 +09:00
24%
84,000
2026-05-13 19:57:34 +09:00
[클린] 클린 퓨어솝 EDP 60ml
93,000원
59%
38,500
[에르메스] 에르메스 보야지 데르메스 EDT 35ml
145,000원
39%
89,000
2026-05-12 19:40:31 +09:00
[아쿠아 디 파르마] 아쿠아디파르마 오스만투스 EDP 20ml
195,000원
46%
105,000
[아쿠아 디 파르마] 아쿠아디파르마 베르가모또 디 칼라브리아 EDT 180ml
365,000원
150,000
2026-05-13 19:57:34 +09:00
[조말론] 조말론 넥타린 블로썸 앤 허니 코롱 100ml
30%
155,000
[메종마르지엘라] 메종마르지엘라 레플리카 어텀 바이브 EDT 100ml
44%
2026-05-12 19:40:31 +09:00
123,000
[메종마르지엘라] 메종마르지엘라 레플리카 언더 더 스타즈 EDT 100ml
2026-05-13 19:57:34 +09:00
[메종마르지엘라] 메종마르지엘라 레플리카 비치 워크 EDT 100ml
[돌체앤가바나] 돌체앤가바나 라이트 블루 EDT 30ml
80,000원
35%
52,000
[메종마르지엘라] 메종마르지엘라 레플리카 세일링 데이 EDT 100ml
215,000원
37%
136,000
2026-05-12 19:40:31 +09:00
[모노템] 모노템 내추럴 허니서클 EDT 100ml
65,000원
2026-05-13 19:57:34 +09:00
63%
2026-05-12 19:40:31 +09:00
24,000
2026-05-13 19:57:34 +09:00
[모노템] 모노템 내추럴 시더우드 EDT 100ml
[모노템] 모노템 내추럴 유주 EDT 100ml
[딥티크] 딥티크 탐다오 EDT 50ml
176,000원
19%
143,000
[캘빈클라인] 캘빈클라인 CK 에브리원 EDT 50ml
77,000<00><00>, "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 3, "claim_count": 0, "entity_count": 0, "discovered_count": 8, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8232, "clean_text_length": 209, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/board/product/list.html?board_no=4", "depth": 1, "status": "discovered", "page_type": "NoticePage", "page_id": 4, "claim_count": 0, "entity_count": 0, "discovered_count": 20, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 11045, "clean_text_length": 28, "removed_noise_zones_count": 10, "warnings": ["clean text is short"], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/board/gallery/list.html?board_no=8", "depth": 1, "status": "discovered", "page_type": "NoticePage", "page_id": 5, "claim_count": 0, "entity_count": 0, "discovered_count": 5, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 7764, "clean_text_length": 83, "removed_noise_zones_count": 8, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=148", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 6, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8246, "clean_text_length": 209, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=97", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 7, "claim_count": 0, "entity_count": 0, "discovered_count": 3, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 7867, "clean_text_length": 59, "removed_noise_zones_count": 10, "warnings": ["clean text is short"], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=207", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 8, "claim_count": 0, "entity_count": 0, "discovered_count": 5, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8169, "clean_text_length": 164, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=128", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 9, "claim_count": 0, "entity_count": 0, "discovered_count": 10, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8510, "clean_text_length": 324, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=161", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 10, "claim_count": 0, "entity_count": 0, "discovered_count": 7, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8327, "clean_text_length": 248, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=215", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 11, "claim_count": 0, "entity_count": 0, "discovered_count": 1, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 7902,
[2+1 기획] 912 샤쉐 방향제 모음 40g
4.8
114,407
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
54,000원
할인 적용금액
24,500원
최종 구매금액
29,500원
상품요약정보
할인 기간
남은시간 18일 10:44:00
(24,500원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:50
현재 위치
전체 상품
샤쉐 방향제
[필수] 옵션을 선택해 주세요
01. 화이트 블랑
02. 화이트 튜베로즈
03. 페어리 프리지아
04. 상탈 포레스트
05. 힐 우드
샤쉐 방향제 (2)
샤쉐 방향제 (3)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤리 포레스트
28. 다크 오키드
29. 넥타린 블루밍 허니
30. 화이트 스웨이드
31. 필로스 트리
32. 오렌지 블로썸
33. 밤쉘
34. 누아르 리프
35. 베티버 프리크
36. 다크 앰버
37. 실버 마운틴
38. 집시 <00>c6a9\ud574\uc8fc\uc138\uc694.\n\ubb34\ud1b5\uc7a5\uc785\uae08 \uacb0\uc81c\uc2dc \uc8fc\ubb38\uc790\uc640 \uc785\uae08\uc790(\ub744\uc5b4\uc4f0\uae30, \ud2b9\uc218\ubb38\uc790 \ud3ec\ud568), \uae08\uc561\uc774 \uc77c\uce58\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. 7\uc77c \uc774\ub0b4 \ubbf8\uc785\uae08\uc2dc \uc8fc\ubb38\uc740 \uc790\ub3d9 \ucde8\uc18c\ub429\ub2c8\ub2e4.\n\uae30\ud0c0 \uc0ac\ud56d\uc740 ", "selector": "#purchase-info", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\uc815\uae30\uacb0\uc81c\n\uad6c\ub9e4\ubc29\ubc95\n1\ud68c\uad6c\ub9e4\n\uc815\uae30\ubc30\uc1a1\n\ud560\uc778\n\ubc30\uc1a1\uc8fc\uae30\n\uc815\uae30\ubc30\uc1a1 \ud560\uc778\nsave\n\uacb0\uc81c \uc2dc :\n\ud560\uc778", "selector": "div.regularDelivery", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\ubc30\uc1a1\ube44\n3,000\uc6d0\n(50,000\uc6d0 \uc774\uc0c1 \uad6c\ub9e4 \uc2dc \ubb34\ub8cc)", "selector": "tr.delivery_price_css", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}], "extraction_status": "success", "extraction_warnings": [], "final_url": "https://the912.co.kr/product/detail.html?product_no=492", "crawl_status": "success", "crawl_warnings": [], "depth": 1, "main_content_preview": "\ud638\ud154\ub85c \ub9cc\ub4dc\ub294 \uc740\uc740\ud55c \ubc29\ud5a5\uc81c\n[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g\n4.8\n114,407\n[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml\n[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml\n[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml\n[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml\n[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g\n[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31\n\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)\n\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)\n\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)\n\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)\n\ub2c8\uce58\ud5a5\uc218 (1)\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n54,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n24,500\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n29,500\uc6d0\n\uc0c1\ud488\uc694\uc57d\uc815\ubcf4\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 10:44:00\n(24,500\uc6d0 \ud560\uc778)\n2026-04-30 00:00 ~ 2026-05-31 23:50\n\ud604\uc7ac \uc704\uce58\n\uc804\uccb4 \uc0c1\ud488\n\uc0e4\uc250 \ubc29\ud5a5\uc81c\n[\ud544\uc218] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n01. \ud654\uc774\ud2b8 \ube14\ub791\n02. \ud654\uc774\ud2b8 \ud29c\ubca0\ub85c\uc988\n03. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544\n04. \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8\n05. \ud790 \uc6b0\ub4dc\n\uc0e4\uc250 \ubc29\ud5a5\uc81c (2)\n\uc0e4\uc250 \ubc29\ud5a5\uc81c (3)\n\uc635\uc158\uc120\ud0dd\n\ucd94\uac00\uc0c1\ud488\n\ud568\uaed8\uc0ac\uba74 \ud560\uc778\ub418\ub294 \uc0c1\ud488\n\ucd94\uac00\uad6c\uc131\uc0c1\ud488 \ub2eb\uae30\n1,000\uc6d0\n[\uc120\ud0dd] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n\uc18c \uc0ac\uc774\uc988 (S)\n\uc911 \uc0ac\uc774\uc988 (M) (+300\uc6d0)\n12,800\uc6d0\n03. \ube14\ub799\ubca0\ub9ac\n04. \ud50c\ub808\ub974 \uba38\uc2a4\ud06c\n05. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544\n06. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4\n07. \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8\n08. \uc120\ub370\uc774 \ud5c8\uadf8\n09. \uc544\ud2c0\ub780\ud2f1 \ubbf8\ub974\ud1a0\n10. \ud0c0\uc784\uc988 5\n11. \ub9c8\ub4dc\ubaa8\uc5b4 \uc824\n12. \ube14\ub8e8 \ub4dc \uc0f9\uc2a4\n13. \ud15c\ud50c \uc6b0\ub4dc\n14. \uc544\ucfe0\uc544 \uc528\uc194\ud2b8\n15. \ub86c\ube0c\ub808 \ub85c\uc988\n16. \ub77c\uc774\ud2b8 \uc5d0\uc13c\uc2a4\n17. \uace0\uc2a4\ud2b8 \ud50c\ub77c\uc6cc\n18. \ud2a4\ub9bd \uac00\ub4e0\n19. \uc544\uba54\uc2dc\uc2a4\ud2b8\n20. \ub178\ube14 \ud504\ub9ac\uc9c0\uc544\n21. \ud790 \uc6b0\ub4
39. 재즈 인 나잇
40. 워터리 샤워
41. 시크 화이트
42. 스모키 사이프러스
43. 어나더 데이즈
44. 리브웨이
45. 그린 제스트
46. 엔젤스 가디언
47. 미드나잇 세비지
48. 러브 인 파리
8,500원
19,900원
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
6,900원
01. 화이트 블랑 (1개입)
02. 블랙베리 (1개입)
03. 페어리 프리지아 (1개입)
04. 캘리포니아 어반투스 (1개입)
05. 힐 우드 (1개입)
06. 라임바질 가든 (1개입)
8,300원
04. 선데이 모닝 (1개입)
05. 튤립 가든 (1개입)
07. 라임바질 가든 (1개입)
08. 소프트 코튼 (1개입)
09. 플라워 마켓 (1개입)
수량증가
수량감소
54000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
4.5
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
은은해요 오래갑니다 좋네요
차에서 너무 좋은 향기가 나...
르X보 상탈을 기대하고 구매...
우연히 알게됬는데 향이 너무...
집사람도. 좋아하고. 향이 ...
향 오래가고 은은하게 퍼지는...
자동차용으로 사용하고 있어요...
향수 찾던 중 광고 보고 들...
향이 인위적이지않고 자연스러...
오자마자 달았는데 일단 첫향...
상품사용리뷰
422
김도****
2026-05-12
421
이정****
2026-05-08
420
변윤****
419
김경****
2026-05-07
418
임진****
2026-05-05
417
서창****
2026-05-04
416
안제****
{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=492", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 12346, "main_content_length": 2065, "clean_text_length": 2065, "clean_markdown_length": 2795, "source_zone_count": 16, "noise_zone_count": 16, "removed_noise_zones_count": 16, "source_zones": [{"zone_type": "product_title", "text": "\ud638\ud154\ub85c \ub9cc\ub4dc\ub294 \uc740\uc740\ud55c \ubc29\ud5a5\uc81c\n[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g\n4.8\n114,407", "selector": ".xans-product-detail .headingArea", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g", "selector": "h1", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)", "selector": ".name", "confidence": 0.86, "claim_ald9\uc548 \uc88b\uc740 \uae30\uc5b5\uc73c\ub85c \ub0a8\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\uc790\uccb4 \uc0dd\uc0b0 \uc81c\ud488\n\ud569\ub9ac\uc801\uc778 \uac00\uaca9\uc73c\ub85c \uace0\uac1d\ub2d8\uaed8 \ud5a5\uc744 \uc120\ubb3c\ud558\uae30 \uc704\ud574\n\uc77c\ubc18 \ub3c4\ub9e4, \uc720\ud1b5 \uacbd\ub85c\ub97c \uac70\uce58\uc9c0 \uc54a\uace0,\n912\ubc88\uc758 \uc5f0\uad6c \ub05d\uc5d0 \uc12c\uc138\ud55c \uc870\ud5a5\uacfc \ub178\ud558\uc6b0\ub85c \ud5a5\uc744 \ube5a\uc5b4\ub0c5\ub2c8\ub2e4.\n\ud504\ub791\uc2a4, \ubbf8\uad6d \ubc0f \uad6d\ub0b4\uc678 \ud5a5\ub8cc\uc0ac\uc758 \ucd5c\uace0 \ub4f1\uae09 \ud5a5\ub8cc \uc0ac\uc6a9\ud558\uc5ec\n\uad6d\uc81c \ud5a5\ub8cc \ud611\ud68c IFRA \uc778\uc99d\uacfc FITI \uc2dc\ud5d8\uc5f0\uad6c\uc6d0\uc758 \uac80\uc0ac\ub85c\n\uc720\ud574 \uc131\ubd84 \ubc0f \uc548\uc804\uc131 \uac80\uc0ac\ub97c \ubaa8\ub450 \ud1b5\uacfc\ud55c \uc548\uc804\ud55c \uc81c\ud488\ub9cc\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.", "source_zones": [{"zone_type": "brand_story_body", "selector": "main", "text": "\ud604\uc7ac \uc704\uce58\nAbout\nA good scents makes good memories.\n\u201c\uc88b\uc740 \ud5a5\uae30\ub294 \uc88b\uc740 \uae30\uc5b5\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.\"\n\uc88b\uc740 \ud5a5\uc73c\ub85c \uae30\ubd84 \uc88b\uc740 \ud558\ub8e8\ub97c \uc2dc\uc791\ud558\uace0,\n\uc7a0\uc774 \ub4dc\ub294 \uc21c\uac04\uc5d0\ub3c4 \ud3b8\uc548\ud55c \ud5a5\uc73c\ub85c \ub9c8\ubb34\ub9ac\ub420 \uc218 \uc788\ub3c4\ub85d\n\ud5a5\uae30\ub85c \ub354\uc6b1 \uac10\uac01\uc801\uc774\uace0 \ubaa8\ub358\ud55c \ubb34\ub4dc\uc758 \uc77c\uc0c1\uc744 \uc120\ubb3c \ub4dc\ub9bd\ub2c8\ub2e4.\n\uc2dc\uac04\uc774 \uc9c0\ub098\uba74 \uc11c\uc11c\ud788 \uc78a\ud600\uc9c0\ub294 \uc21c\uac04\ub4e4\uc744\n\ub2c8\uce58 \ud5a5\uae30\uc5d0 \uc0c8\uaca8 \uc624\ub7ab\ub3d9\uc548 \uc88b\uc740 \uae30\uc5b5\uc73c\ub85c \ub0a8\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\uc790\uccb4 \uc0dd\uc0b0 \uc81c\ud488\n\ud569\ub9ac\uc801\uc778 \uac00
#&<00>z _<1B> <07>W)AA<00> hasPrice{"amount": 36000.0, "currency": "\uc6d0"}literal11cf9a37cfb4309b7bb12bbf0017dbd5db3cbc3206a9c3005ab1d78470e611d6?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:11:09.2282142026-05-13 04:11:09.228214{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 21, "page_url": "https://the912.co.kr/product/detail.html?product_no=310", "seen_at": "2026-05-13T04:11:09.227210+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 18, "ontology_triple_status": "candidate"}<7D>Z <19> <07>W)AA<00>hasBrandnullentitybe95262930b86621a656bc7e1db701b70a9a9d007b01426b4002ce4e5143f14c?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:11:09.2262102026-05-13 04:11:09.226210{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 21, "page_url": "https://the912.co.kr/product/detail.html?product_no=310", "seen_at": "2026-05-13T04:11:09.225210+00:00", "confidence": 0.888}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 17, "ontology_triple_status": "candidate"}<00>^
[마리나드부르봉] 마리나드부르봉 디스커버리 5종세트(7.5ml×5종)
선물받은 분이 너무 예쁘다고 좋아했어요!
제가 봐도
제가 봐도 넘 예쁘네요^^
담에 또 선물할이 있을때 구매해야 겠어요~
[캘빈클라인] 캘빈클라인 이터너티 포 맨 EDT 30ml
너무좋아하는향이에요 배송도빠르곺아주 좋습니다{"parser": "generic", "url": "https://www.worldperfume.co.kr/shop/reviewmore.html", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 5861, "main_content_length": 1964, "clean_text_length": 1964, "clean_markdown_length": 1975, "source_zone_count": 1, "noise_zone_count": 4, "removed_noise_zones_count": 4, "source_zones": [{"zone_type": "unknown", "text": "\uc0c1\ud488 \ub9ac\ubdf0 \ubaa8\uc74c\n\uc0c1\ud488 \ub9ac\ubdf0 \uac80\uc0c9\n\uc0ac\uc6a9\ud6c4\uae30 \uac80\uc0c9 \ud3fc\n\uc0ac\uc6a9\ud6c4\uae30 \uac80\uc0c9\n\ubd84\ub958\ubcc4 \uac80\uc0c9\n\ub300\ubd84\ub958 \uc120\ud0dd\n1.----------\uae30\ubcf8\ub300\ubd84\ub958\n2.\uc1fc\ud551\ubc31\uc99d\uc815\n3.----------\ube0c\ub79c\ub4dc\uce74\ud14c\uace0\ub9ac\n4.\uac90\uc870\n5.\uac94\ub791\n6.\uad6c\ub538\n7.\uad6c\ucc0c\n8.\uae4c\ub974\ubc45\n9.\ub04c\ub85c\uc5d0\n10.\ub098\ub974\uc2dc\uc18c \ub85c\ub4dc\ub9ac\uac8c\uc988\n11.\ub2e4\ube44\ub3c4\ud504\n12.\ub370\ub809\ub7a8\n13.\ub3cc\uccb4\uc564\uac00\ubc14\ub098\n14.\ub514\uc2a4\ud018\uc5b4\ub4dc\u00b2\n15.\ub514\uc62c\n16.\ub525\ud2f0\ud06c\n17.\ub77c\ub9ac\ub044\n18.\ub784\ud504\ub85c\ub80c\n19.\ub78c\ubcf4\ub974\uae30\ub2c8\n20.\ub791\ubc29\n21.\ub791\uc138\n22.\ub791\ucf64\n23.\ub85c\uc0e4\uc2a4\n24.\ub864\ub9ac\ud0c0\ub818\ud53c\uce74\n25.\ub974\ub77c\ubcf4\n26.\ub9ac\ud50c\ub808\uc774\n27.\ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09\n28.\ub9c8\ud06c\uc81c\uc774\ucf65\uc2a4\n29.\uba54\ub974\uc138\ub370\uc2a4 \ubca4\uce20\n30.\uba54\uc885 \ub9c8\ub974\uc9c0\uc5d8\ub77c\n31.\ubaa8\ub178\ud15c\n32.\ubaa8\ube0c\uc329\n33.\ubaa8\uc2a4\ud0a4\ub178\n34.\ubabd\ube14\ub791\n35.\ubbf8\uc6b0\ubbf8\uc6b0\n36.\ubc14\uc774\ub808\ub3c4\n37.\ubc1c\ub80c\ud2f0\ub178\n38.\ubc84\ubc84\ub9ac\n39.\ubca0\ub974\uc0ac\uc720\n40.\ubca0\ub974\uc0ac\uccb4\n41.\ubca4\ud2c0\ub9ac\n42.\ubcf4\ud14c\uac00\ubca0\ub124\ud0c0\n43.\ubd80\uc250\ub860\n44.\ubd88\uac00\ub9ac\n45.\ube48\uc2a4 \uce74\ubba4\ud1a0\n46.\uc0ac\ubb34\ub77c\uc774\n47.4711\n48.\uc0b4\ubc14\ub3c4\ub974\ub2ec\ub9ac\n49.\uc0e4\ub9ac\uc62c\n50.\uc138\ub974\uc8fc\ub8e8\ud150\n51.\uc1fc\ud30c\ub4dc\n52.\uc2a4\uc717\ub358\n53.\uc544\uac00\ud0c0\n54.\uc544\ub77c\ubbf8\uc2a4\n55.", "selector": "[document]", "confidence": 0.35, "claim_allowed": false, "reason": "fallback body/main candidate"}], "noise_zones": [{"zone_type": "footer", "text": "\ud68c\uc0ac\uc18c\uac1c\n|\n\uc1fc\ud551\uac00\uc774\ub4dc\n|\n\uac1c\uc778\uc815\ubcf4 \ucc98\ub9ac\ubc29\uce68\n|\n\uc774\uc6a9\uc57d\uad00\nHOME\n|\nGO TO TOP\n\uace0\uac1d\uc13c\ud130\n070-4322-0021\n\ud3c9\uc77c : 10:00~18:00 / \uc810\uc2ec : 12:00~13:00\n\ud1a0/\uc77c\uc694\uc77c\uacfc \uacf5\ud734\uc77c\uc740 \ud734\ubb34\uc785\ub2c8\ub2e4.\n\uc785\uae08\uacc4\uc88c\uc548\ub0b4\n\ub18d\ud611\uc740\ud589 302-5068-4227-61\n\ud68c\uc0ac\uba85 : \uc774\uc2a4\ud2b8\ubca0\uc774 / \ub300\ud45c : \ud669\uc7ac\uc6d0 / \uc8fc\uc18c : \uc11c\uc6b8\uc2dc \uc1a1\ud30c\uad6c \ucda9\ubbfc\ub85c 66, \uc640\uc774\ub3d99\uce35 9057\ud638 / \uc804\ud654 : 070-4322-0021\n\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638 :", "selector": "#footer", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "\uc138\uc0c1\ubaa8\ub4e0\ud5a5\uc740 2002\ub144\uc124\ub9bd\ub418\uc5b4 \uace0\uac1d\uc758 \uc2e0\ub8b0\ub97c \uc313\uc544\uc654\uc2b5\ub2c8\ub2e4.\n\uc138\uc0c1\ubaa8\ub4e0\ud5a5\uc740 \ub300\ud55c\ubbfc\uad6d NO.1\ud5a5\uc218\uc804\ubb38\uc1fc\ud551\ubab0\uc785\ub2c8\ub2e4.\n\uc138\uc0c1\ubaa8\ub4e0\ud5a5\uc740 2002\ub144\uc124\ub9bd\ub418\uc5b4 \uace0\uac1d\uc758 \uc2e0\ub8b0\ub97c \uc313\uc544\uc654\uc2b5\ub2c8\ub2e4.\n\uc138\uc0c1\ubaa8\ub4e0\ud5a5\uc740 \ub300\ud55c\ubbfc\uad6d NO.1\ud5a5\uc218\uc804\ubb38\uc1fc\ud551\ubab0\uc785\ub2c8\ub2e4.\nQ&A\n\uc0c1\ud488\ud6c4\uae30\n\uacf5\uc9c0\uc0ac\ud56d\n0\n\ub85c\uadf8\uc778/\ud68c\uc6d0\uac00\uc785\n- \ub85c\uadf8\uc778\n- \ud68c\uc6d0\uac00\uc785\n- \uc8fc\ubb38\ubaa9\ub85d/\ubc30\uc1a1\uc870\ud68c\n\uc5ec\uc131\ud5a5\uc218\n\ub0a8\uc131\ud5a5\uc218\n\ub0a8\uc5ec\uacf5\uc6a9\n\uc1
전체 상품
인기 상품
니치향수
샤쉐 방향제
실내 디퓨저
멀티 스프레이
핸드크림
헤어&바디 미스트
고객 실제 후기
공지사항
Community
상품 리뷰
Order
현재 결제가 진행중입니다.
2026-05-12 19:40:31 +09:00
본 결제 창은 결제완료 후 자동으로 닫히며,결제 진행 중에 본 결제 창을 닫으시면
2026-05-13 19:57:34 +09:00
주문이 되지 않으니 결제 완료 될 때 까지 닫지 마시기 바랍니다.
익스플로러 브라우저를 지원하지 않습니다.
크롬, 엣지, 웨일 등 다른 브라우저를 통해 접속해주시기 바랍니다.{"parser": "generic", "url": "https://the912.co.kr/shopinfo/guide.html", "cleaner": "page_cleaner_v1", "page_type": "BrandStoryPage", "raw_text_length": 9897, "main_content_length": 260, "clean_text_length": 260, "clean_markdown_length": 271, "source_zone_count": 1, "noise_zone_count": 7, "removed_noise_zones_count": 7, "source_zones": [{"zone_type": "unknown", "text": "912 \uacf5\uc2dd \ud648\ud398\uc774\uc9c0\n\uc804\uccb4 \uc0c1\ud488\n\uc778\uae30 \uc0c1\ud488\n\ub2c8\uce58\ud5a5\uc218\n\uc0e4\uc250 \ubc29\ud5a5\uc81c\n\uc2e4\ub0b4 \ub514\ud4e8\uc800\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774\n\ud578\ub4dc\ud06c\ub9bc\n\ud5e4\uc5b4&\ubc14\ub514 \ubbf8\uc2a4\ud2b8\n\uace0\uac1d \uc2e4\uc81c \ud6c4\uae30\n\uacf5\uc9c0\uc0ac\ud56d\nCommunity\n\uc0c1\ud488 \ub9ac\ubdf0\nOrder\n\ud604\uc7ac \uacb0\uc81c\uac00 \uc9c4\ud589\uc911\uc785\ub2c8\ub2e4.\n\ubcf8 \uacb0\uc81c \ucc3d\uc740 \uacb0\uc81c\uc644\ub8cc \ud6c4 \uc790\ub3d9\uc73c\ub85c \ub2eb\ud788\uba70,\uacb0\uc81c \uc9c4\ud589 \uc911\uc5d0 \ubcf8 \uacb0\uc81c \ucc3d\uc744 \ub2eb\uc73c\uc2dc\uba74\n\uc8fc\ubb38\uc774 \ub418\uc9c0 \uc54a\uc73c\ub2c8 \uacb0\uc81c \uc644\ub8cc \ub420 \ub54c \uae4c\uc9c0 \ub2eb\uc9c0 \ub9c8\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.\n\uc775\uc2a4\ud50c\ub85c\ub7ec \ube0c\ub77c\uc6b0\uc800\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\ud06c\ub86c, \uc5e3\uc9c0, \uc6e8\uc77c \ub4f1 \ub2e4\ub978 \ube0c\ub77c\uc6b0\uc800\ub97c \ud1b5\ud574 \uc811\uc18d\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.", "selector": "[document]", "confidence": 0.35, "claim_allowed": false, "reason": "fallback body/main candidate"}], "noise_zones": [{"zone_type": "footer", "text": "Copyright \u00a9 \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8.\nAll rights reserved.\nAbout\nPrivacy policy\nAgreement\nGuide\nAbout\nPrivacy policy\nAgreement\nGuide\nCustomer center\n1644-1403\n\uc0c1\ub2f4\uc2dc\uac04 : 12:00 - 17:00\n\uc810\uc2ec\uc2dc\uac04 : 13:00 - 14:00\n\ud734\ubb34 : \uc8fc\ub9d0 \ubc0f \uacf5\ud734\uc77c \ud734\ubb34\n\ub18d\ud611 301-2019-5242-11\n\uc608\uae08\uc8fc : \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8", "selector": "foote<00>r", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "\uc2a4\ud1a0\ub9ac\n\uc804\uccb4 \uc0c1\ud488\nEvent\n\uace0\uac1d \uc2e4\uc81c \ud6c4\uae30\nCommunity\n\uc0c1\ud488 \ub9ac\ubdf0\n\uacf5\uc9c0\uc0ac\ud56d\nLogin\n/\nJoin\n0\n\uac80\uc0c9", "selector": "header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "WORLD SHIPPING", "selector": ".header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "footer", "text": "912\n\uc758 \ub2e4\uc591\ud55c \uba64\ubc84\uc2ed \ud61c\ud0dd\uc744\n\ub204\ub824\ubcf4\uc138\uc694.", "selector": "div.xans-element-", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "nav", "text": "Event", "selector": "li.aside-category__item", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :\nSHIPPING TO : \uac00\ub098(GHANA)\nSHIPPING TO : \uac00\ubd09(GABON)\nSHIPPING TO : \uac00\uc774\uc544\ub098(GUYANA)\nSHIPPING TO : \uac10\ube44\uc544(GAMBIA)\nSHIPPING TO : \uacfc\ud14c\ub9d0\ub77c(GUATEMALA)\nSHIPPING TO : \uadf8\ub808\ub098\ub2e4(GRENADA)\nSHIPPING TO : \uadf8\ub8e8\uc9c0\uc57c(GEORGIA)\n", "selector": "div.xans-element-", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\ud604\uc7ac \uc704\uce58\n\ud648\n\uc774\uc6a9\uc548\ub0b4\n\uc774\uc6a9\uc548\ub0b4\n\ud68c\uc6d0\uac00\uc785 \uc548\ub0b4\n[\ud68c\uc6d0\uac00\uc785] \uba54\ub274\ub97c \ud1b5\ud574 \uc774\uc6a9\uc57d\uad00, \uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \ub3d9\uc758 \ubc0f \uc77c\uc815 \uc591\uc2dd\uc758 \uac00\uc785\ud56d\ubaa
{"amount": 24000.0, "currency": "\uc6d0"}literal4f100831e9ce547e4171fe8fe6cf28b805bbed01e2042d1f8b74a15c6b020dfacandidate?<3F><>n.<2E><>32026-05-13 04:09:44.4034892026-05-13 04:09:44.403489{"source_history": [{"claim_id": 14, "source_id": 1, "page_id": 19, "seen_at": "2026-05-13T04:09:44.402489+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_detail", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>   <19>  AA<41>A PerfumehasBrandBrandnullentity8fa29f83ce7d3052839b0615e1b03c545148b523e776b9ae0094fd75cdf3b034candidate?<3F><02>ѷ2026-05-13 04:09:44.4014892026-05-13 04:09:44.401489{"source_history": [{"claim_id": 13, "source_id": 1, "page_id": 19, "seen_at": "2026-05-13T04:09:44.401489+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>;   _<1B>  AA<41>E PerfumehasPrice
{"amount": 16000.0, "currency": "\uc6d0"}literal1e32b4657befebb429d308b9d6b9b76874b6703d0dc760edc51727c3659fac68candidate?<3F><>n.<2E><>32026-05-13 04:09:02.9275972026-05-13 04:09:02.927597{"source_history": [{"claim_id": 12, "source_id": 1, "page_id": 18, "seen_at": "2026-05-13T04:09:02.927093+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>   <19>  AA<41>A PerfumehasBrandBrandnullentityeb223681fd9f97e2da4f8501e645a1880a5628bbd558e2d4eeebedeeb63b84fbcandidate?<3F><02>ѷ2026-05-13 04:09:02.9255832026-05-13 04:09:02.925583{"source_history": [{"claim_id": 11, "source_id": 1, "page_id": 18, "seen_at": "2026-05-13T04:09:02.925583+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>;
  _<1B>  AA<41>E
 PerfumehasPrice
{"amount": 24000.0, "currency": "\uc6d0"}literal1f9eab45b2001f0d4c337693906d90fc430b188b66a1b7769ada04cdef636972candidate?<3F><>n.<2E><>32026-05-13 04:08:22.1057502026-05-13 04:08:22.105750{"source_history": [{"claim_id": 10, "source_id": 1, "page_id": 17, "seen_at": "2026-05-13T04:08:22.105750+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>   <19>  AA<41>?  PerfumehasBrandBrandnullentity72c568bad10f4c070a328b02c00f2d12d8986d30786dc02bf84e24cff61f8893candidate?<3F><02>ѷ2026-05-13 04:08:22.1037502026-05-13 04:08:22.103750{"source_history": [{"claim_id": 9, "source_id": 1, "page_id": 17, "seen_at": "2026-05-13T04:08:22.103750+00:00", "confidence": 0.9066, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_title", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}<7D>:  _<1B>  AA<41>C PerfumehasPrice
{"amount": 48000.0, "currency": "\uc6d0"}literal77284d021e693baffff1e0d5efa521bbe026a9317699b7c4ab5ef1421ede728ccandidate?<3F><>n.<2E><>32026-05-13 04:07:40.5090242026-05-13 04:07:40.509024{"source_history": [{"claim_id": 8, "source_id": 1, "page_id": 16, "seen_at": "2026-05-13T04:07:40.508021+00:00", "confidence": 0.9262, "status": "rule_candidate"}], "claim_metadata": {"page_type": "ProductPage", "source_zone": "product_summary", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "review_reason": null}}ce_text": "\uc81c\uac00 \uc6d0\ud558\ub294 \ud5a5\uc774 \uadf8\ub300... \ubc1c\ud5a5\uc774 \uc88b\uc544 \ucd94\uac00 \uad6c\ub9e4\ud558\ub824\uace0... \ud5a5\uc774 \uac70\uc758 \ub611\uac19\uc544\uc11c \uc5ec\ub984\uc5d0 ... \ube60\ub978 \ubc30\uc1a1\uc5d0 \ud5a5\ub3c4 \ube44\uc2b7\ud558\uace0 ... \uc800\ub834\ud55c\uac00\uaca9\uc5d0 \ub370\uc77c\ub9ac\ub85c \ubfcc\ub9ac\uae30... \uc54c\ucf5c\ud5a5\uc774\ub108\ubb34\uac15\ud558\uace0 OG\uc5d0 \ube44... \uc0f4\ud478, \ubc14\ub514\ub85c\uc158 \ub4f1 \ub2e4\uc591\ud55c ... \ud5a5\uc218 \ud5a5\uacfc \ube44\uc2b7\ud55c \ubbf8\uc2a4\ud2b8\uac00 ... \ud5a5\ub3c4 \uc740\uc740\ud558\uace0 \ubd80\ub4dc\ub7ec\uc6cc\uc11c ", "confidence": 0.6, "metadata": {"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success"}}, {"entity_type": "Occasion", "name": "Evening", "attributes": {}, "evidence_text": " 27. \ub124\ub864\ub9ac \ud3ec\ub808\uc2a4\ud2b8 28. \ub2e4\ud06c \uc624\ud0a4\ub4dc 29. \ub125\ud0c0\ub9b0 \ube14\ub8e8\ubc0d \ud5c8\ub2c8 30. \ud654\uc774\ud2b8 \uc2a4\uc6e8\uc774\ub4dc 31. \ud544\ub85c\uc2a4 \ud2b8\ub9ac 32. \uc624\ub80c\uc9c0 \ube14\ub85c\uc378 33. \ubc24\uc258 34. \ub204\uc544\ub974 \ub9ac\ud504 35. \ubca0\ud2f0\ubc84 \ud504\ub9ac\ud06c 36. \ub2e4\ud06c \uc570\ubc84 37. \uc2e4\ubc84 \ub9c8\uc6b4\ud2f4 38. \uc9d1\uc2dc \ub8e8\ud2b8 39. \uc7ac\uc988 \uc778 \ub098\uc787 40. \uc6cc\ud130\ub9ac \uc0e4\uc6cc 4", "confidence": 0.6, "metadata": {"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success"}}], "candidate_claims": [{"subject_name": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "subject_type": "Perfume", "predicate": "hasBrand", "object_name": "912", "object_type": "Brand", "object_value": null, "evidence_text": "912", "evidence_summary": null, "confidence": 0.888, "confidence_reason": "brand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "metadata": {"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.8, "final_confidence": 0.888}}}, {"subject_name": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "subject_type": "Perfume", "predicate": "hasPrice", "object_name": null, "object_type": null, "object_value": {"amount": 36000.0, "currency": "\uc6d0"}, "evidence_text": "36,000\uc6d0", "evidence_summary": null, "confidence": 0.916, "confidence_reason": "price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "metadata": {"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "cra
[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100ml
4.8
114,407
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
36,000원
할인 적용금액
16,200원
최종 구매금액
19,800원
상품요약정보
할인 기간
남은시간 18일 10:40:15
(16,200원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:50
현재 위치
전체 상품
헤어&바디 미스트
헤어&바디 미스트 (1)
[필수] 옵션을 선택해 주세요
01. 화이트 블랑
02. 블룸 부케
03. 리브웨이
헤어&바디 미스트 (2)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤리 포레스트
28. 다크 오키드
29. 넥타린 블루밍 허니
30. 화이트 스웨이드
31. 필로스 트리
32. 오렌지 블로썸
33. 밤쉘
34. 누아르 리프
35. 베티버 프리크
36. 다크 앰버
37. 실버 마운틴
38. 집시 루트
39. 재즈 인 나잇
40. 워터리 샤워
41. 시크 <20><><00><00>te": "suitableForSeason", "object": "Summer", "reason": "source zone is not claim-allowed: unknown", "page_type": "ProductPage", "source_zone": "unknown"}, {"subject": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "predicate": "suitableForOccasion", "object": "Daily", "reason": "source zone is not claim-allowed: unknown", "page_type": "ProductPage", "source_zone": "unknown"}, {"subject": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "predicate": "suitableForOccasion", "object": "Evening", "reason": "confidence 0.60 is below threshold 0.75", "page_type": "ProductPage", "source_zone": "product_detail"}, {"subject": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "predicate": "hasReviewKeyword", "object": "\uc740\uc740", "reason": "source zone is not claim-allowed: unknown", "page_type": "ProductPage", "source_zone": "unknown"}], "rejected_entities": [{"entity": "\uc570\ubc84", "entity_type": "Accord", "reason": "entity name is empty, generic, or boilerplate"}, {"entity": "\uc740\uc740", "entity_type": "Review", "reason": "entity name is empty, generic, or boilerplate"}]}, "candidate_entities": [{"entity_type": "Perfume", "name": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "attributes": {"name": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "brand": "912", "price": {"amount": 36000.0, "currency": "\uc6d0"}}, "evidence_text": null, "confidence": 0.74, "metadata": {"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success"}}, {"entity_type": "Brand", "name": "912", "attributes": {}, "evidence_text": null, "confidence": 0.62, "metadata": {"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success"}}, {"entity_type": "Accord", "name": "\uba38\uc2a4\ud06c", "attributes": {}, "evidence_text": "] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694 \uc18c \uc0ac\uc774\uc988 (S) \uc911 \uc0ac\uc774\uc988 (M) (+300\uc6d0) 12,800\uc6d0 02. \ud654\uc774\ud2b8 \ud29c\ubca0\ub85c\uc988 03. \ube14\ub799\ubca0\ub9ac 04. \ud50c\ub808\ub974 \uba38\uc2a4\ud06c 05. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 06. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4 07. \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8 08. \uc120\ub370\uc774 \ud5c8\uadf8 09. \uc544\ud2c0\ub780\ud2f1 \ubbf8\ub974\ud1a0 10. \ud0c0\uc784\uc988 5 11. \ub9c8", "confidence": 0.6, "metadata": {"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success"}}, {"entity_type": "Season", "name": "Summer", "attributes": {}, "evidence_text": "\ub2c8\ub2e4! \uc131\uc778\uc778\uc99d \ud558\uae30 \uac00\ubccd\uac8c \uc0ac\uc6a9\ud558\uae30 \uc88b\uc740\uac70 \uac19\uc544... \uc9c4\uc9dc \uc81c\uac00 \uc6d0\ud558\ub294 \ud5a5\uc774 \uadf8\ub300... \ubc1c\ud5a5\uc774 \uc88b\uc544 \ucd94\uac00 \uad6c\ub9e4\ud558\ub824\uace0... \ud5a5\uc774 \uac70\uc758 \ub611\uac19\uc544\uc11c \uc5ec\ub984\uc5d0 ... \ube60\ub978 \ubc30\uc1a1\uc5d0 \ud5a5\ub3c4 \ube44\uc2b7\ud558\uace0 ... \uc800\ub834\ud55c\uac00\uaca9\uc5d0 \ub370\uc77c\ub9ac\ub85c \ubfcc\ub9ac\uae30... \uc54c\ucf5c\ud5a5\uc774\ub108\ubb34\uac15\ud558\uace0 OG\uc5d0 \ube44... \uc0f4\ud478, \ubc14\ub514\ub85c\uc158 \ub4f1 \ub2e4\uc591\ud55c ..", "confidence": 0.6, "metadata": {"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success"}}, {"entity_type": "Occasion", "name": "Daily", "attrib
N 2<06><05><04><03>a1<00>- 3%-<2D><15> UAArelation_type_usageRelationTypehasReviewKeywordRelation type 'hasReviewKeyword' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open05f1376b685b92a2c2d62fd46efe4298de818977b098fbcd968ecbcc1e923625{"relation_type_id": 11, "count": 0}{}2026-05-13 04:03:04.3068802026-05-13 04:11:31.784786<EFBFBD> 3%<1D> <15> UAArelation_type_usageRelationTypehasPriceRelation type 'hasPrice' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open5015e678bc30d926d4855f81c36f31d0ebe6136751da9a26047f7f0023ac429f{"relation_type_id": 10, "count": 0}{}2026-05-13 04:03:04.3068802026-05-13 04:03:43.484945<EFBFBD>& 3%'<27><15> SAArelation_type_usageRelationTypehasMiddleNoteRelation type 'hasMiddleNote' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>opend2bf0566538eb59b78432126e266e12406847a14eb941ee38f5f44aa620769ff{"relation_type_id": 9, "count": 0}{}2026-05-13 04:03:04.3068802026-05-13 04:11:31.783784<EFBFBD> 3%<1D> <15> SAArelation_type_usageRelationTypehasBrandRelation type 'hasBrand' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open0e439daaec4476830b8e78a434063d4aec9f3bc8ae2f9d20e78a67ff11ff6e97{"relation_type_id": 8, "count": 0}{}2026-05-13 04:03:04.3068802026-05-13 04:03:43.483932<EFBFBD>" 3%#<23><15> SAArelation_type_usageRelationTypehasBaseNoteRelation type 'hasBaseNote' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open97a13c54c35268f244ba8e2bbfa26ca9fd4fa2d3a9d50f2e59110fd22a58cfeb{"relation_type_id": 7, "count": 0}{}2026-05-13 04:03:04.3058782026-05-13 04:11:31.782782<EFBFBD> 3%<1F><15> SAArelation_type_usageRelationTypehasAccordRelation type 'hasAccord' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open36706546efedef6d5e7ad19d037f7be313029e7ad9703876e3bd50539c84fd32{"relation_type_id": 6, "count": 0}{}2026-05-13 04:03:04.3058782026-05-13 04:11:31.780778<EFBFBD>  3%!<21><15> SAArelation_type_usageRelationTypeevokesMoodRelation type 'evokesMood' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>opene17302519141f216960d485f528f61d6a57732378bfb76c5fefe0adfdc2d32fd{"relation_type_id": 5, "count": 0}{}2026-05-13 04:03:04.3048732026-05-13 04:11:31.779774<EFBFBD> 5!<19><15> QAAentity_type_coverageEntityTypeSeasonEntity type 'Season' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open4cca6f4d3ef4a8305b3fea8b63f261ef7fb93af70b067e3b889e62528fbfda8c{"entity_type_id": 28, "count": 0}{}2026-05-13 04:03:04.2983552026-05-13 04:03:43.478046<EFBFBD>! 5!!<21><15> QAAentity_type_coverageEntityTypeReviewPageEntity type 'ReviewPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open7b412d9e82a5a38f607f526117fc3d01c5f0e4d63486b06764f21b4235fb9b18{"entity_type_id": 27, "count": 0}{}2026-05-13 04:03:04.2973512026-05-13 04:11:31.753959<EFBFBD> 5!<19><15> QAAentity_type_coverageEntityTypeReviewEntity type 'Review' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open131dd779cf87e1d494d64f75863f5e759beff8b49e3af3f08f4306d775b44493{"entity_type_id": 26, "count": 0}{}2026-05-13 04:03:04.2973512026-05-13 04:03:43.478046<EFBFBD>' 5!'<27><15> QAAentity_type_coverageEntityTypePromotionPageEntity type 'PromotionPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>openb45a2807367545b32f22cc53d011674b418ab463de3f1078ec09dddfcf82cc06{"entity_type_id": 25, "count": 0}{}2026-05-13 04:03:04.2963492026-05-13 04:11:31.752938<EFBFBD> 5!<1F><15> QAAentity_type_coverageEntityTypePromotionEntity type 'Promotion' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>openc00d69547fd077a2a4f3f71c304542bcddece27fae3652b2319fcb67a9b5f3a2{"entity_type_id": 24, "count": 0}{}2026-05-13 04:03:04.2953472026-05-13 04:11:31.750865<EFBFBD># 5!#<23><15> QAAentity_type_coverageEntityTypeProductPageEntity type 'ProductPage' is registered but has no extracted entities.?<3F><>G<EFBFBD>z<>open14711b28cf6fb71e7cb673a0f80d4a5b14bb220077447afb0e267f067544a3da{"entity_type_id": 23, "count": 0}{}2026-05-13 04:03:04.2953472026-05-13 04:11:31.749811<00> "text": "\u
[단품] 912 샤쉐 방향제 화이트 튜베로즈 40g
[단품] 912 샤쉐 방향제 상탈 포레스트 40g
[2+1 기획] 912 샤쉐 방향제 모음 40g
[단품] 912 샤쉐 방향제 화이트 블랑 40g
[단품] 912 샤쉐 방향제 힐 우드 40g{"parser": "generic", "url": "https://the912.co.kr/product/list.html?cate_no=207", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 8169, "main_content_length": 164, "clean_text_length": 164, "clean_markdown_length": 271, "source_zone_count": 6, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "product_title", "text": "[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ud654\uc774\ud2b8 \ud29c\ubca0\ub85c\uc988 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ud654\uc774\ud2b8 \ube14\ub791 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason"& <05><07><05>9[ qAhttps://the912.co.kr/product/list.html?cate_no=2072026-05-13 04:05:00.088246{}<7D>) oY<> A<>W<00>https://the912.co.kr/product/list.html?cate_no=97912 공식 홈페이지 : 니치향수a08a9845bd986ac09a6dbb1e0d6d4b910944364979644bdc5d8a8f99d1d68321<00>2026-05-13 04:04:56.022561[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
[2+1 기획] 912 클론 니치향수 모음 40ml{"parser": "generic", "url": "https://the912.co.kr/category/parfume/97/", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 7867, "main_content_length": 59, "clean_tǰo q[<5B> A<>O<00>https://the912.co.kr/product/list.html?cate_no=148912 공식 홈페이지 : 인기 상품ce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc5847291<00>2026-05-13 04:04:52.061201[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100ml
[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
[2+1 기획] 912 멀티 스프레이 모음 250ml
[2+1 기획] 912 클론 니치향수 모음 40ml
[2+2 기획] 912 실내 디퓨저 모음 250ml
[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml
[2+1 기획] 912 샤쉐 방향제 모음 40g{"parser": "generic", "url": "https://the912.co.kr/product/list.html?cate_no=148", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 8246, "main_content_length": 209, "clean_text_length": 209, "clean_markdown_length": 334, "source_zone_count": 7, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud37c\ud4f8 \ud578\ub4dc\ud06c\ub9bc \ubaa8\uc74c 50ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title<00>type": "product_title", "selector": ".name", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_title", "selector": ".name", "text": "\ub2c8\uce58\ud5a5\uc218 (1)", "confidence": 0.86, "claim_allowed": true}, {"zone_type": "product_summary", "selector": ".xans-product-detaildesign", "text": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n72,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n37,000\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n35,000\uc6d0\n\uc0c1\ud488\uc694\uc57d\uc815\ubcf4\n\uc0c8\ub85c\uc6b4 \ud5a5\uc218\uc758 \uc2dc\uc791, \ud074\ub860 \ud5a5\uc218\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 10:49
[3개 세트] 912 퍼퓸 핸드크림 모음 50ml{"parser": "generic", "url": "https://the912.co.kr/product/list.html?cate_no=215", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 7902, "main_content_length": 56, "clean_text_length": !<21>[
 qa<> A<><00>+https://the912.co.kr/product/list.html?cate_no=161912 공식 홈페이지 : 섬유 탈취제6de991117d0de00119d5c02b7d892904b4a69f35bf4c7ab05dbed6cacc80c87a<00>2026-05-13 04:05:09.837865[2개입] 912 멀티 스프레이 캘리포니아 어반투스 250ml
[2개입] 912 멀티 스프레이 페어리 프리지아 250ml
[2개입] 912 멀티 스프레이 라임바질 가든 250ml
[2개입] 912 멀티 스프레이 화이트 블랑 250ml
[1+1 기획] 912 멀티 스프레이 모음 250ml
[2+1 기획] 912 멀티 스프레이 모음 250ml
[2개입] 912 멀티 스프레이 힐 우드 250ml
[2개입] 912 멀티 스프레이 블랙베리 250ml{"parser": "generic", "url": "https://the912.co.kr/category/room-fabric-spray/161/", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 8327, "main_content_length": 248, "clean_text_length": 248, "clean_markdown_length": 391, "source_zone_count": 8, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ud654\uc774\ud2b8 \ube14\ub791 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ud790 \uc6b0\ub4dc 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ube14\ub799\ubca0\ub9ac 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}], "noise_zones": [{"zone_type": "categ t_title", "text": "[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}], "noise_zones": [{"zone_type": "category_filter", "text": "\ud604\uc7ac \uc704\uce58\n\ud648\n\uc804\uccb4 \uc0c1\ud488", "selector": ".xans-product-menupackage", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "footer", "text": "Copyright \u00a9 \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8.\nAll rights reserved.\nAbout\nPrivacy policy\nAgreement\nGuide\nAbout\nPrivacy policy\nAgreement\nGuide\nCustomer center\n1644-1403\n\uc0c1\ub2f4\uc2dc\uac04 : 12:00 - 17:00\n\uc810\uc2ec\uc2dc\uac04 : 13:00 - 14:00\n\ud734\ubb34 : \uc8fc\ub9d0 \ubc0f \uacf5\ud734\uc77c \ud734\ubb34\n\ub18d\ud611 301-2019-5242-11\n\uc608\uae08\uc8fc : \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8", "selector": "footer", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "\uc2a4\ud1a0\ub9ac\n\uc804\uccb4 \uc0c1\ud488\nEvent\n\uace0\uac1d \uc2e4\uc81c \ud6c4\uae30\nCommunity\n\uc0c1\ud488 \ub9ac\ubdf0\n\uacf5\uc9c0\uc0ac\ud56d\nLogin\n/\nJoin\n0\n\uac80\uc0c9", "selector": "header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "WORLD SHIPPING", "selector": ".header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "menu", "text": "\uc778\uae30 \uc0c1\ud488\n()\n\ub2c8\uce58\ud5a5\uc218\n()\n\uc0e4\uc250 \ubc29\ud5a5\uc81c\n()\n\uc2e4\ub0b4 \ub514\ud4e8\uc800\n()\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774\n()\n\ud578\ub4dc\ud06c\ub9bc\n()\n\ud5e4\uc5b4&\ubc14\ub514 \ubbf8\uc2a4\ud2b8\n()", "selector": ".menu", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "sort_control", "text": "\uc2e0\uc0c1\ud488\n\uc0c1\ud488\uba85\n\ub0ae\uc740\uac00\uaca9\n\ub192\
$(<00>y _<1B> <07>W)AA<00> hasPrice{"amount": 54000.0, "currency": "\uc6d0"}literal774397dbeb6483a6bf778a0c6cb5ae67aae14457ea633cf38f6e0dbd50e56717?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:06:42.5785252026-05-13 04:06:42.578525{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 14, "page_url": "https://the912.co.kr/product/detail.html?product_no=492", "seen_at": "2026-05-13T04:06:42.578525+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 4, "ontology_triple_status": "candidate"}<7D>Y <19> <07>W)AA<00>hasBrandnullentityecb71712c70ade5a7bde1281648838bfdd2b0056ee896dcf0508225ddfc8cf83?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:06:42.5765222026-05-13 04:06:42.576522{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 14, "page_url": "https://the912.co.kr/product/detail.html?product_no=492", "seen_at": "2026-05-13T04:06:42.575064+00:00", "confidence": 0.888}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 3, "ontology_triple_status": "candidate"}<00>128"
[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
[2+1 기획] 912 멀티 스프레이 모음 250ml
[2+1 기획] 912 클론 니치향수 모음 40ml
[2+2 기획] 912 실내 디퓨저 모음 250ml
[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml
[2+1 기획] 912 샤쉐 방향제 모음 40g{"parser": "generic", "url": "https://the912.co.kr/category/%EC%9D%B8%EA%B8%B0-%EC%83%81%ED%92%88/148", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 8246, "main_content_length": 209, "clean_text_length": 209, "clean_markdown_length": 334, "source_zone_count": 7, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud37c\ud4f8 \ud578\ub4dc\ud06c\ub9bc \ubaa8\uc74c 50ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae?\ud574\uc8fc\uc138\uc694.\n\ubb34\ud1b5\uc7a5\uc785\uae08 \uacb0\uc81c\uc2dc \uc8fc\ubb38\uc790\uc640 \uc785\uae08\uc790(\ub744\uc5b4\uc4f0\uae30, \ud2b9\uc218\ubb38\uc790 \ud3ec\ud568), \uae08\uc561\uc774 \uc77c\uce58\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. 7\uc77c \uc774\ub0b4 \ubbf8\uc785\uae08\uc2dc \uc8fc\ubb38\uc740 \uc790\ub3d9 \ucde8\uc18c\ub429\ub2c8\ub2e4.\n\uae30\ud0c0 \uc0ac\ud56d\uc740 ", "selector": "#purchase-info", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\uc815\uae30\uacb0\uc81c\n\uad6c\ub9e4\ubc29\ubc95\n1\ud68c\uad6c\ub9e4\n\uc815\uae30\ubc30\uc1a1\n\ud560\uc778\n\ubc30\uc1a1\uc8fc\uae30\n\uc815\uae30\ubc30\uc1a1 \ud560\uc778\nsave\n\uacb0\uc81c \uc2dc :\n\ud560\uc778", "selector": "div.regularDelivery", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\ubc30\uc1a1\ube44\n3,000\uc6d0\n(50,000\uc6d0 \uc774\uc0c1 \uad6c\ub9e4 \uc2dc \ubb34\ub8cc)", "selector": "tr.delivery_price_css", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}], "extraction_status": "success", "extraction_warnings": [], "final_url": "https://the912.co.kr/product/detail.html?product_no=218", "crawl_status": "success", "crawl_warnings": [], "depth": 1, "main_content_preview": "\uba85\ud488 \ud5a5\uae30\ub97c \ub2f4\uc740 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8\n[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml\n4.8\n114,407\n[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml\n[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml\n[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml\n[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml\n[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g\n[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31\n\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)\n\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)\n\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)\n\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)\n\ub2c8\uce58\ud5a5\uc218 (1)\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n36,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n16,200\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc5
42. 스모키 사이프러스
43. 어나더 데이즈
44. 리브웨이
45. 그린 제스트
46. 엔젤스 가디언
47. 미드나잇 세비지
48. 러브 인 파리
8,500원
03. 페어리 프리지아
04. 상탈 포레스트
05. 힐 우드
19,900원
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
6,900원
01. 화이트 블랑 (1개입)
02. 블랙베리 (1개입)
03. 페어리 프리지아 (1개입)
04. 캘리포니아 어반투스 (1개입)
05. 힐 우드 (1개입)
06. 라임바질 가든 (1개입)
8,300원
04. 선데이 모닝 (1개입)
05. 튤립 가든 (1개입)
07. 라임바질 가든 (1개입)
08. 소프트 코튼 (1개입)
09. 플라워 마켓 (1개입)
수량증가
수량감소
36000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
4.3
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
가볍게 사용하기 좋은거 같아...
진짜 제가 원하는 향이 그대...
발향이 좋아 추가 구매하려고...
향이 거의 똑같아서 여름에 ...
빠른 배송에 향도 비슷하고 ...
저렴한가격에 데일리로 뿌리기...
알콜향이너무강하고
OG에 비...
샴푸, 바디로션 등 다양한 ...
향수 향과 비슷한 미스트가 ...
향도 은은하고 부드러워서 부...
상품사용리뷰
281
원종****
2026-05-11
280
고인****
2026-05-10
279
김동****
2026-05-08
278
이란****
2026-05-07
277{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=218", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 12327, "main_content_length": 2128, "clean_text_length": 2128, "clean_markdown_length": 2884, "source_zone_count": 16, "noise_zone_count": 16, "removed_noise_zones_count": 16, "source_zones": [{"zone_type": "product_title", "text": "\uba85\ud488 \ud5a5\uae30\ub97c \ub2f4\uc740 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8\n[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml\n4.8\n114,407", "selector": ".xans-product-detail .headingArea", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "selector": "h1", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)", "selector": ".name", "confidence": 0.86, "c <07><07>Y` {A
[2+2 기획] 912 실내 디퓨저 모음 250ml
4.8
114,407
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
48,000원
할인 적용금액
18,500원
최종 구매금액
29,500원
상품요약정보
할인 기간
남은시간 18일 10:48:04
(18,500원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:55
현재 위치
전체 상품
인기 상품
[필수] 옵션을 선택해 주세요
01. 화이트 블랑 (2개입)
02. 블랙베리 (2개입)
03. 페어리 프리지아 (2개입)
04. 선데이 모닝 (2개입)
05. 튤립 가든 (2개입)
06. 힐 우드 (2개입)
07. 라임바질 가든 (2개입)
08. 소프트 코튼 (2개입)
09. 플라워 마켓 (2개입)
실내 디퓨저 (2)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
01. 화이트 블랑
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤리 포레스트
28. 다크 오키드
29. 넥타린 블루<EBB894><EBA3A8>w_text_length": 12347, "clean_text_length": 2179, "removed_noise_zones_count": 16, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/detail.html?product_no=517", "depth": 1, "status": "completed", "page_type": "ProductPage", "page_id": 18, "claim_count": 2, "entity_count": 3, "discovered_count": 11, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 10743, "clean_text_length": 927, "removed_noise_zones_count": 16, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/detail.html?product_no=251", "depth": 1, "status": "completed", "page_type": "ProductPage", "page_id": 19, "claim_count": 2, "entity_count": 4, "discovered_count": 11, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 12235, "clean_text_length": 2172, "removed_noise_zones_count": 16, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/detail.html?product_no=218", "depth": 1, "status": "completed", "page_type": "ProductPage", "page_id": 20, "claim_count": 2, "entity_count": 6, "discovered_count": 11, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 12327, "clean_text_length": 2128, "removed_noise_zones_count": 16, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/detail.html?product_no=310", "depth": 1, "status": "completed", "page_type": "ProductPage", "page_id": 21, "claim_count": 2, "entity_count": 4, "discovered_count": 11, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 12430, "clean_text_length": 2074, "removed_noise_zones_count": 16, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/board/review/list_photo.html", "depth": 1, "status": "discovered", "page_type": "NoticePage", "page_id": 22, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 11045, "clean_text_length": 28, "removed_noise_zones_count": 10, "warnings": ["clean text is short"], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/shopinfo/guide.html", "depth": 1, "status": "completed", "page_type": "BrandStoryPage", "page_id": 23, "claim_count": 0, "entity_count": 2, "discovered_count": 0, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 9897, "clean_text_length": 260, "removed_noise_zones_count": 7, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/category/%EC%A0%84%EC%B2%B4-%EC%83%81%ED%92%88/44", "depth": 2, "status": "discovered", "page_type": "CategoryPage", "page_id": 24, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8232, "clean_text_length": 209, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/category/\uc778\uae30-\uc0c1\ud488/148", "depth": 2, "status": "discovered", "page_type": "CategoryPage", "page_id": 25, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8246, "clean_text_length": 209, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request
여성향수
(5)
남성향수
(10)
2026-05-12 19:40:31 +09:00
스킨케어/바디용품
베스트 아이템 상품 리스트
타임세일
[불가리] 불가리 옴니아 코럴 EDT 100ml
222,000원
33%
148,000
[불가리] 불가리 맨 레인 에센스 EDP 100ml
198,000원
41%
117,000
[불가리] 불가리 맨 우드 에센스 EDP 100ml
35%
128,000
[불가리] 불가리 로즈 골데아 블러썸 딜라이트 EDP 75ml
215,000원
42%
125,000
[불가리] 불가리 옴니아 아메시스트 EDT 50ml
158,000원
103,000
[불가리] 불가리 옴니아 아메시스트 EDT 100ml
37%
140,000
[불가리] 불가리 맨인블랙 EDP 100ml
34%
131,000
[불가리] 불가리 뿌르 옴므 EDT 100ml
171,000원
19%
139,000
[불가리] 불가리 맨 레인 에센스 EDP 60ml
141,000원
91,000
[불가리] 불가리 뿌르 옴므 EDP 50ml
130,000원
21%
[불가리] 불가리 뿌르 옴므 EDP 100ml
207,000원
32%
[불가리] 불가리 로즈 골데아 블러썸 딜라이트 EDT 75ml
197,000원
48%
[불가리] 불가리 뿌르 옴므 EDT 50ml
124,000원
23%
96,000
[불가리] 불가리 맨인블랙 EDP 60ml
26%
104,000
[불가리] 불가리 블루 옴므 EDT 100ml{"parser": "generic", "url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=472&type=X", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 4472, "main_content_length": 696, "clean_text_length": 696, "clean_markdown_length": 707, "source_zone_count": 1, "noise_zone_count": 5, "removed_noise_zones_count": 5, "source_zones": [{"zone_type": "unknown", "text": "\uce74\ud14c\uace0\ub9ac\n\uc5ec\uc131\ud5a5\uc218\n(5)\n\ub0a8\uc131\ud5a5\uc218\n(10)\n\uc2a4\ud0a8\ucf00\uc5b4/\ubc14\ub514\uc6a9\ud488\n\ubca0\uc2a4\ud2b8 \uc544\uc774\ud15c \uc0c1\ud488 \ub9ac\uc2a4\ud2b8\n\ud0c0\uc784\uc138\uc77c\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \uc634\ub2c8\uc544 \ucf54\ub7f4 EDT 100ml\n222,000\uc6d0\n33%\n148,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ub9e8 \ub808\uc778 \uc5d0\uc13c\uc2a4 EDP 100ml\n198,000\uc6d0\n41%\n117,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ub9e8 \uc6b0\ub4dc \uc5d0\uc13c\uc2a4 EDP 100ml\n35%\n128,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ub85c\uc988 \uace8\ub370\uc544 \ube14\ub7ec\uc378 \ub51c\ub77c\uc774\ud2b8 EDP 75ml\n215,000\uc6d0\n42%\n125,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \uc634\ub2c8\uc544 \uc544\uba54\uc2dc\uc2a4\ud2b8 EDT 50ml\n158,000\uc6d0\n103,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \uc634\ub2c8\uc544 \uc544\uba54\uc2dc\uc2a4\ud2b8 EDT 100ml\n37%\n140,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ub9e8\uc778\ube14\ub799 EDP 100ml\n34%\n131,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ubfcc\ub974 \uc634\ubbc0 EDT 100ml\n171,000\uc6d0\n19%\n139,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ub9e8 \ub808\uc778 \uc5d0\uc13c\uc2a4 EDP 60ml\n141,000\uc6d0\n91,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ubfcc\ub974 \uc634\ubbc0 EDP 50ml\n130,000\uc6d0\n2", "selector": "body", "confidence": 0.35, "claim_allowed": false, "reason": "fallback body/main candidate"}], "noise_zones": [{"zone_type": "footer", "text": "\ud68c\uc0ac\uc18c\uac1c\n|\n\uc1fc\ud551\uac00\uc774\ub4dc\n|\n\uac1c\uc778\uc815\ubcf4 \ucc98\ub9ac\ubc29\uce68\n|\n\uc774\uc6a9\uc57d\uad00\nHOME\n|\nGO TO TOP\n\uace0\uac1d\uc13c\ud130\n070-4322-0021\n\ud3c9\uc77c : 10:00~18:00 / \uc810\uc2ec : 12:00~13:00\n\ud1a0/\uc77c\uc694\uc77c\uacfc \uacf5\ud734\uc77c\uc740 \ud734\ubb34\uc785\ub2c8\ub2e4.\n\uc785\uae08\uacc4\uc88c\uc548\ub0b4\n\ub18d\ud611\uc740\ud589 302-5068-4227-61\n\ud68c\uc0ac\uba85 : \uc774\uc2a4\ud2b8\ubca0\uc774 / \ub300\ud45c : \ud669\uc7ac\uc6d0 / \uc8fc\uc18c : \uc11c\uc6b8\uc2dc \uc1a1\ud30c\uad6c \ucda9\ubbfc\ub85c 66, \uc640\uc774\ub3d99\uce3 ++<02>m <09>Ahttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=472&type=X2026-05-12 10:32:12.929852{}<7D>F <09>+<2B> A<>q<00><>5https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=218&type=Y전체브랜드a9a4b5d69148a9329687894bc65e447ebc909fb1a800fdb2785390a1cbb6d005<00>2026-05-12 10:32:10.035426전체브랜드
카테고리
(16)
(2)
(3)
(14)
(12)
까스텔바작
나르시소 로드리게즈
다비도프
(9)
돌체앤가바나
(8)
디스퀘어드²
(1)
(7)
랄프로렌
(6)
(10)
람보르기니
롤리타렘피카
(4)
리플레이
마리나드부르봉
(26)
마크제이콥스
메종 마르지엘라
(19)
모스키노
(11)
미우미우
바이레도
(5)
(18)
베르사체
(24)
보테가베네타
(15)
빈스 카뮤토
살바도르달리
아라미스
아리아나 그란데
아쿠아디파르마
에르메스
에스티로더
엘리자베스아덴
이세이미야키
입생로랑
장폴고띠에
제니퍼로페즈
조르지오아르마니
존 갈리아노
존 바바토스
캘빈클라인
(22)
케이트 스페이드
트루사르디
페라가모
폴스미스
프리미어노트
필로소피
베스트 아이템 상품 리스트
타임세일
[조말론] 조말론 잉글리쉬 오크 앤 헤이즐넛 코롱 30ml
110,000원
28%
79,000
[조말론] 조말론 잉글리쉬 오크 앤 헤이즐넛 코롱 100ml
239,000원
38%
148,000
[킬리안] 킬리안 엔젤스 쉐어 EDP 50ml
420,000원
24%
320,000
[모브쌩] 모브쌩 뿌르 루이 인 블랙 EDP 100ml
148,000원
68%
48,000
[메종마르지엘라] 메종마르지엘라 레플리카 비치 워크 EDT 30ml
26%
81,500
[랑방] 랑방 모던 프린세스 인 진스 EDP 90ml
134,500원
59%
55,000
[불가리] 불가리 맨 우드 에센스 EDP 100ml
198,000원
35%
128,000
[메종마르지엘라] 메종마르지엘라 레플리카 버블 바스 EDT 100ml
220,000원
31%
151,000
[메종마르지엘라] 메종마르지엘라 레플리카 버블 바스 EDT 30ml
84,000
[돌체앤가바나] 돌체앤가바나 라이트 블루 카프리 인 러브 EDP 100ml
187,000원
51%
92,000
[나르시소 로드리게즈] 나르시소 로드리게즈 올 오브 미 EDP 90ml
196,000원
60%
78,000
[프라다] 프라다 패러독스 EDP 50ml
42%
[클린] 클린 퓨어솝 EDP 60ml
93,000원
38,500
[구찌] 구찌 블룸 EDT 50ml
166,000원
48%
87,000
[마크 제이콥스] 마크 제이콥스 퍼펙트 EDP 100ml
203,000원
53%
95,000
[에르메스] 에르메스 보야지 데르메스 EDT 35ml
145,000원
39%
89,000
[아쿠아 디 파르마] 아쿠아디파르마 오스만투스 EDP 20ml
195,000원
46%
105,000
[겔랑] 겔랑 라 쁘띠 로브 느와르 EDT 50ml
161,000원
83,000
[돌체앤가바나] 돌체앤가바나 라이트블루 파우치
10,000
[이세이미야키] 블루 파우치
12,000
[아쿠아 디 파르마] 아쿠아디파르마 베르가모또 디 칼라브리아 EDT 180ml
365,000원
150,000
34,000
56,000
[랑콤] 랑콤 이돌 르 퍼퓸 25ml
105,000원
34%
69,000
[돌체앤가바나] 돌체앤가바나 라이트 블루 뿌르 옴므 EDT 100ml
137,000원
45%
76,000
[돌체앤가바나] 돌체앤가바나 라이트 블루 뿌르 옴므 EDT 50ml
101,000원
43%
58,000
[폴리스] 폴리스 투 비 마이 아바타 포 우먼 EDP 40ml ★폴리스 열쇠고리 증정★
52,000원
28,000
2026-05-13 19:57:34 +09:00
[폴리스] 폴리스 투 비 마이 아바타 포 맨 EDT 40ml ★폴리스 열쇠고리 증정★{"parser": "generic", "url":<00> <00>K<00>-` {Ahttps://the912.co.kr/product/detail.html?product_no=2182026-05-13 04:09:50.276434{}<7D><>$ {u<> A<>9<00><>yhttps://the912.co.kr/product/detail.html?product_no=251[1+1 기획] 912 실내 디퓨저 모음 250ml - 912f3b42f57c750731136e44b5b91d426ee5d81f5033d896dda9719b6d38d077529<00>2026-05-13 04:09:08.966174[1+1 기획] 912 실내 디퓨저 모음 250ml
4.8
114,407
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
현재 위치
전체 상품
실내 디퓨저
일반 구매가격
24,000원
할인 적용금액
6,000원
최종 구매금액
18,000원
할인 기간
남은시간 18일 10:40:56
(6,000원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:50
[필수] 옵션을 선택해 주세요
01. 화이트 블랑 (2개입)
02. 블랙베리 (2개입)
03. 페어리 프리지아 (2개입)
04. 선데이 모닝 (2개입)
05. 튤립 가든 (2개입)
06. 힐 우드 (2개입)
07. 라임바질 가든 (2개입)
08. 소프트 코튼 (2개입)
09. 플라워 마켓 (2개입)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
01. 화이트 블랑
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 <20><00><>" {y<> A<><00><> https://the912.co.kr/product/detail.html?product_no=517[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml - 912544efcfee2b71b967024f7162be07208259adb54df4c209ab2a7ee87b852fe03<00>2026-05-13 04:08:27.793659손끝에서 피어나는향, 퍼퓸 핸드크림
[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml
4.8
114,407
일반 구매가격
16,000원
할인 적용금액
6,100원
최종 구매금액
9,900원
상품요약정보
할인 기간
남은시간 18일 10:41:37
(6,100원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:50
현재 위치
전체 상품
핸드크림
핸드크림 (1)
[필수] 옵션을 선택해 주세요
01. 화이트 블랑
02. 플레르 머스크
03. 리커버리 아로마 (-500원)
핸드크림 (2)
옵션선택
수량증가
수량감소
16000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
4.5
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
언제나 믿고 다 써가기도 전...
향수는 생각보다 비슷하네요 ...
향이 좋아요ㅎㅎ
계속 구매...
냄새 진짜... 그냥 한번 ...
짱으로 너무 좋아요 잘쓰고 ...
아 ~ 다른걸 못 쓰겠어요 ...
좋았어요...
바디, 헤어미스트 향이 너무...
가격도 싸고 향기도 좋고 주...
향수사용해보고 좋아서 핸드크...
상품사용리뷰
358
최후****
2026-05-07
357
김성****
2026-05-04
356
박우****
2026-04-29
355
전재****
354
강진****
2026-04-27
353
김종****
2026-04-24
352
김보****
2026-04-23
351
송예****
2026-04-22
350
양현****
2026-04-20
349
조은****
전체 보기
리뷰작성{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=517", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 10743, "main_content_length": 927, "clean_text_length": 927, "clean_markdown_length": 1265, "source_zo758 \uc2e0\ub8b0\ub97c \uc313\uc544\uc654\uc2b5\ub2c8\ub2e4.\n\uc138\uc0c1\ubaa8\ub4e0\ud5a5\uc740 \ub300\ud55c\ubbfc\uad6d NO.1\ud5a5\uc218\uc804\ubb38\uc1fc\ud551\ubab0\uc785\ub2c8\ub2e4.\nQ&A\n\uc0c1\ud488\ud6c4\uae30\n\uacf5\uc9c0\uc0ac\ud56d\n0\n\ub85c\uadf8\uc778/\ud68c\uc6d0\uac00\uc785\n- \ub85c\uadf8\uc778\n- \ud68c\uc6d0\uac00\uc785\n- \uc8fc\ubb38\ubaa9\ub85d/\ubc30\uc1a1\uc870\ud68c\n\uc5ec\uc131\ud5a5\uc218\n\ub0a8\uc131\ud5a5\uc218\n\ub0a8\uc5ec\uacf5\uc6a9\n\uc120\ubb3c\uc138\ud2b8\n\ud5a5\uc218\uacf5\ubcd1\n\uc544\uc6b8\ub81b\n\ud654\uc7a5\ud488\n\uc804\uccb4\ube0c\ub79c\ub4dc\n\uac80\uc0c9 \ud3fc\n\uc778\uae30\uac80\uc0c9\uc5b4\n#TOP 7\n1\n\ubd88\uac00\ub9ac\n2\n\uae4c\ub974\ubc45", "selector": "#header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "menu", "text": "1", "selector": ".paging", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "sort_control", "text": "\uac80\uc0c9\uacb0\uacfc \uc815\ub82c\n\uc2e0\uc0c1\ud488\n\uc0c1\ud488\uba85\n\ud074\ub9ad\uc21c\n\ubca0\uc2a4\ud2b8\n\ub192\uc740\uac00\uaca9\n\ub0ae\uc740\uac00\uaca9", "selector": ".sort", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "nav", "text": "\ud604\uc7ac \uc704\uce58\nHOME\n>\n\uc544\uc6b8\ub81b", "selector": "dl.loc-navi", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}], "extraction_status": "partial", "extraction_warnings": [], "final_url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=181&type=Y", "crawl_status": "success", "crawl_warnings": [], "depth": 1, "main_content_preview": "\uce74\ud14c\uace0\ub9ac\n\uc5ec\uc131\ud5a5\uc218\n(8)\n\ub0a8\uc131\ud5a5\uc218\n(9)\n\ubca0\uc2a4\ud2b8 \uc544\uc774\ud15c \uc0c1\ud488 \ub9ac\uc2a4\ud2b8\n\ud0c0\uc784\uc138\uc77c\n[\uce98\ube48\ud074\ub77c\uc778] \uce98\ube48\ud074\ub77c\uc778 CK ONE EDT 200ml\uc138\ud2b8(\ud5a5\uc218200ml+\uc2a4\ud0a8\ubaa8\uc774\uc2a4\ucc98\ub77c\uc774\uc800\ub85c\uc158200ml)\n116,000\uc6d0\n47%\n62,000\n[\uba54\uc885\ub9c8\ub974\uc9c0\uc5d8\ub77c] \uba54\uc885\ub9c8\ub974\uc9c0\uc5d8\ub77c \ub808\ud50c\ub9ac\uce74 \uc6ec \ub354 \ub808\uc778 \uc2a4\ud0d1\uc2a4 EDT 100ml\n220,000\uc6d0\n34%\n145,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ubfcc\ub974 \uc634\ubbc0 EDP 100ml\n207,000\uc6d0\n32%\n140,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ub9e8 \ub808\uc778 \uc5d0\uc13c\uc2a4 EDP 60ml\n141,000\uc6d0\n35%\n91,000\n20%\n104,000\n[\uc870\ub9d0\ub860] \uc870\ub9d0\ub860 \ube14\ub799\ubca0\ub9ac \uc564 \ubca0\uc774 \ucf54\ub871 100ml\n222,000\uc6d0\n33%\n148,000\n[\ub784\ud504\ub85c\ub80c] \ub784\ud504\ub85c\ub80c \ud3f4\ub85c \uc2a4\ud3ec\uce20 EDT 125ml\n99,000\uc6d0\n57%\n43,000\n[\uae4c\ub974\ubc45] \uae4c\ub974\ubc45 \ubca0\ud2f0\ubc84 EDT 100ml\n110,000\uc6d0\n75,000\n[\uc870\ub9d0\ub860] \uc870\ub9d0\ub860 \ube14\ub799\ubca0\ub9ac \uc564 \ubca0\uc774 \ucf54\ub871 30ml\n28%\n79,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ub9e8\uc778\ube14\ub799 EDP 60ml\n26%\n[\ubca0\ub974\uc0ac\uccb4] \ubca0\ub974\uc0ac\uccb4 \uc5d0\ub85c\uc2a4 EDT 30ml\n90,000\uc6d0\n53%\n42,000\n[\ub04c\ub85c\uc5d0] \ub04c\ub85c\uc5d0 \uc624\ub4dc\ud37c\ud4f8 EDP 75ml\n193,000\uc6d0\n45%\n106,000\n[\ubc84\ubc84\ub9ac] \ubc84\ubc84\ub9ac \ud074\ub798\uc2dd \ud3ec \uc6b0\uba3c EDP 100ml\n140,000\uc6d0\n60%\n56,000\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ube14\ub8e8 \uc634\ubbc0 EDT 100ml\n[\ubc84\ubc84\ub9ac] \ubc84\ubc84\ub9ac \ud074\ub798\uc2dd \ud3ec \uc6b0\uba3c EDP 50ml\n111,000\uc6d0\n59%\n46,000\n[\uce98\ube48\ud074\ub77c\uc778] \uce98\ube48\ud074\ub77c\uc778 CK ONE \uc2a4\ud0a8 \ubaa8\uc774\uc2a4\ucc98\ub77c\uc774\uc800 250ml\n53,000\uc6d0\n58%\n22,500"}
#&<00>z  _<1B> <07>W)AA<00> hasPrice{"amount": 16000.0, "currency": "\uc6d0"}literal5a9b94b16175940447736922011beca819d507f56207dca63e9c89fc83b3b9b7?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:09:02.9265862026-05-13 04:09:02.926586{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 18, "page_url": "https://the912.co.kr/product/detail.html?product_no=517", "seen_at": "2026-05-13T04:09:02.925583+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 12, "ontology_triple_status": "candidate"}<7D>Z  <19> <07>W)AA<00>hasBrandnullentity790ac82032006c8a8540eb4798f0bae7e318bea0b0585253f157657aaae5e8c1?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:09:02.9245712026-05-13 04:09:02.924571{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 18, "page_url": "https://the912.co.kr/product/detail.html?product_no=517", "seen_at": "2026-05-13T04:09:02.923567+00:00", "confidence": 0.888}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 11, "ontology_triple_status": "candidate"} P
2026-05-12 19:40:31 +09:00
바디케어
(5)
(6)
베스트 아이템 상품 리스트
타임세일
[돌체앤가바나] 돌체앤가바나 라이트블루 파우치
10,000
[이세이미야키] 블루 파우치
12,000
[다비도프] 쿨 워터 리본 올인원 샤워젤 50ml
5,000
[캘빈클라인] 캘빈클라인 CK ONE EDT 200ml세트(향수200ml+스킨모이스처라이저로션200ml)
116,000원
47%
62,000
[마리나드부르봉] 마리나드부르봉 로얄 스타일 바디로션 150ml
18,000원
56%
8,000
[마리나드부르봉] 마리나드부르봉 마이 다이너스티 프린세스 핸드크림 75ml
15,000원
60%
6,000
[마리나드부르봉] 마리나드부르봉 골든 다이너스티 바디로션 100ml
[캘빈클라인] 캘빈클라인 이터너티 포 맨 애프터쉐이브 로션(스킨) 100ml
80,000원
35,000
[캘빈클라인] 캘빈클라인 CK ONE 스킨 모이스처라이저 250ml
53,000원
58%
22,500
2026-05-13 19:57:34 +09:00
[마리나드부르봉] 마리나드부르봉 크리스탈 로얄 로즈 바디로션 150ml{"parser": "generic", "url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=182&type=Y", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 4212, "main_content_length": 513, "clean_text_length": 513, "clean_markdown_length": 524, "source_zone_count": 1, "noise_zone_count": 5, "removed_noise_zones_count": 5, "source_zones": [{"zone_type": "unknown", "text": "\uce74\ud14c\uace0\ub9ac\n\ubc14\ub514\ucf00\uc5b4\n(5)\n(6)\n\ubca0\uc2a4\ud2b8 \uc544\uc774\ud15c \uc0c1\ud488 \ub9ac\uc2a4\ud2b8\n\ud0c0\uc784\uc138\uc77c\n[\ub3cc\uccb4\uc564\uac00\ubc14\ub098] \ub3cc\uccb4\uc564\uac00\ubc14\ub098 \ub77c\uc774\ud2b8\ube14\ub8e8 \ud30c\uc6b0\uce58\n10,000\n[\uc774\uc138\uc774\ubbf8\uc57c\ud0a4] \ube14\ub8e8 \ud30c\uc6b0\uce58\n12,000\n[\ub2e4\ube44\ub3c4\ud504] \ucfe8 \uc6cc\ud130 \ub9ac\ubcf8 \uc62c\uc778\uc6d0 \uc0e4\uc6cc\uc824 50ml\n5,000\n[\uce98\ube48\ud074\ub77c\uc778] \uce98\ube48\ud074\ub77c\uc778 CK ONE EDT 200ml\uc138\ud2b8(\ud5a5\uc218200ml+\uc2a4\ud0a8\ubaa8\uc774\uc2a4\ucc98\ub77c\uc774\uc800\ub85c\uc158200ml)\n116,000\uc6d0\n47%\n62,000\n[\ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09] \ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09 \ub85c\uc584 \uc2a4\ud0c0\uc77c \ubc14\ub514\ub85c\uc158 150ml\n18,000\uc6d0\n56%\n8,000\n[\ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09] \ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09 \ub9c8\uc774 \ub2e4\uc774\ub108\uc2a4\ud2f0 \ud504\ub9b0\uc138\uc2a4 \ud578\ub4dc\ud06c\ub9bc 75ml\n15,000\uc6d0\n60%\n6,000\n[\ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09] \ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09 \uace8\ub4e0 \ub2e4\uc774\ub108\uc2a4\ud2f0 \ubc14\ub514\ub85c\uc158 100ml\n[\uce98\ube48\ud074\ub77c\uc778] \uce98\ube48\ud074\ub77c\uc778 \uc774\ud130\ub108\ud2f0 \ud3ec \ub9e8 \uc560\ud504\ud130\uc250\uc774\ube0c \ub85c\uc158(\uc2a4\ud0a8) 100ml\n80,000\uc6d0\n35,000\n[\uce98\ube48\ud074\ub77c\uc778] \uce98\ube48\ud074\ub77c\uc778 CK ONE \uc2a4\ud0a8 \ubaa8\uc774\uc2a4\ucc98\ub77c\uc774\uc800 250ml\n53,000\uc6d0\n58%\n22,500\n[\ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09] \ub9c8\ub9ac\ub098\ub4dc\ubd80\ub974\ubd09 \ud06c\ub9ac\uc2a4\ud0c8 \ub85c\uc584 ", "selector": "body", "confidence": 0.35, "claim_allowed": false, "reason": "fallback body/main candidate"}], "noise_zones": [{"zone_type": "footer", "text": "\ud68c\uc0ac\uc18c\uac1c\n|\n\uc1fc\ud551\uac00\uc774\ub4dc\n|\n\uac1c\uc778\uc815\ubcf4 \ucc98\ub9ac\ubc29\uce68\n|\n\uc774\uc6a9\uc57d\uad00\nHOME\n|\nGO TO TOP\n\uace0\uac1d\uc13c\ud130\n070-4322-0021\n\ud3c9\uc77c : 10:00~18:00 / \uc810\uc2ec : 12:00~13:00\n\ud1a0/\uc77c\uc694\uc77c\uacfc \uacf5\ud734\uc77c\uc740 \ud734\ubb34\uc785\ub2c8\ub2e4.\n\uc785\uae08\uacc4\uc88c\uc548\ub0b4\n\ub18d\ud611\uc740\ud589 302-5068-4227-61\n\ud68c\uc0ac\uba85 : \uc774\uc2a4\ud2b8\ubca0\uc774 / \ub300\ud45c : \ud669\uc7ac\uc6d0 /<00>  G<0E> <0A> 
[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
4.8
114,414
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
60,000원
할인 적용금액
20,500원
최종 구매금액
39,500원
상품요약정보
할인 기간
남은시간 18일 10:43:17
(20,500원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:50
현재 위치
전체 상품
니치향수
엑스트레 드 퍼퓸
[필수] 옵션을 선택해 주세요
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
엑스트레 드 퍼퓸 (2)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
01. 화이트 블랑
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤리 포<>0<00>\"} | compact_retry: LLM returned an empty response", "fallback": "rule_based", "extraction_mode": "fallback", "page_context": {"url": "https://the912.co.kr/product/detail.html?product_no=513", "final_url": "https://the912.co.kr/product/detail.html?product_no=513", "title": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml - 912", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "clean_text": "\uc0c8\ub85c\uc6b4 \ud5a5\uc218\uc758 \uc2dc\uc791, \ud074\ub860 \ud5a5\uc218\n[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml\n4.8\n114,414\n[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml\n[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml\n[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml\n[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml\n[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g\n[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31\n\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)\n\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)\n\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)\n\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)\n\ub2c8\uce58\ud5a5\uc218 (1)\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n72,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n37,000\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n35,000\uc6d0\n\uc0c1\ud488\uc694\uc57d\uc815\ubcf4\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 11:30:36\n(37,000\uc6d0 \ud560\uc778)\n2026-04-30 00:00 ~ 2026-05-31 23:55\n\ud604\uc7ac \uc704\uce58\n\uc804\uccb4 \uc0c1\ud488\n\ub2c8\uce58\ud5a5\uc218\n\uc624\ub4dc \ud37c\ud4f8\n[2+1]\n[\ud544\uc218] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n01. \ud654\uc774\ud2b8 \ube14\ub791\n02. \ud654\uc774\ud2b8 \ud29c\ubca0\ub85c\uc988\n03. \ube14\ub799\ubca0\ub9ac\n04. \ud50c\ub808\ub974 \uba38\uc2a4\ud06c\n05. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544\n06. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4\n07. \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8\n08. \uc120\ub370\uc774 \ud5c8\uadf8\n09. \uc544\ud2c0\ub780\ud2f1 \ubbf8\ub974\ud1a0\n10. \ud0c0\uc784\uc988 5\n11. \ub9c8\ub4dc\ubaa8\uc5b4 \uc824\n12. \ube14\ub8e8 \ub4dc \uc0f9\uc2a4\n13. \ud15c\ud50c \uc6b0\ub4dc\n14. \uc544\ucfe0\uc544 \uc528\uc194\ud2b8\n15. \ub86c\ube0c\ub808 \ub85c\uc988\n16. \ub77c\uc774\ud2b8 \uc5d0\uc13c\uc2a4\n17. \uace0\uc2a4\ud2b8 \ud50c\ub77c\uc6cc\n18. \ud2a4\ub9bd \uac00\ub4e0\n19. \uc544\uba54\uc2dc\uc2a4\ud2b8\n20. \ub178\ube14 \ud504\ub9ac\uc9c0\uc544\n21. \ud790 \uc6b0\ub4dc\n22. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0\n23. \ube14\ub8f8 \ubd80\ucf00\n24. \ube14\ub7ec\uc26c \ub4dc \ud53c\uc624\ub2c8 \ubd80\ucf00\n25. \ub7ec\ube0c\n26. \uace8\ub4dc \uc790\ub974\ub515\n27. \ub124\ub864\ub9ac \ud3ec\ub808\uc2a4\ud2b8\n28. \ub2e4\ud06c \uc624\ud0a4\ub4dc\n29. \ub125\ud0c0\ub9b0 \ube14\ub8e8\ubc0d \ud5c8\ub2c8\n30. \ud654\uc774\ud2b8 \uc2a4\uc6e8\uc774\ub4dc\n31. \ud544\ub85c\uc2a4 \ud2b8\ub9ac\n32. \uc624\ub80c\uc9c0 \ube14\ub85c\uc378\n33. \ubc24\uc258\n34. \ub204\uc544\ub974 \ub9ac\ud504\n35. \ubca0\ud2f0\ubc84 \ud504\ub9ac\ud06c\n36. \ub2e4\ud06c \uc570\ubc84\n37. \uc2e4\ubc84 \ub9c8\uc6b4\ud2f4\n38. \uc9d1\uc2dc \ub8e8\ud2b8\n39. \uc7ac\uc988 \uc778 \ub098\uc787\n40. \uc6cc\ud130\ub9ac \uc0e4\uc6cc\n41. \uc2dc\ud06c \ud654\uc774\ud2b8\n42. \uc2a4\ubaa8\ud0a4 \uc0ac\uc774\ud504\ub7ec\uc2a4\n43. \uc5b4\ub098\ub354 \ub370\uc774\uc988\n44. \ub9ac\ube0c\uc6e8\uc774\n45. \uadf8\ub9b0 \uc81c\uc2a4\ud2b8\n46. \uc5d4\uc824\uc2a4 \uac00\ub514\uc5b8\n47. \ubbf8\ub4dc\ub098\uc787 \uc138\ube44\uc9c0\n48. \ub7ec\ube0c \uc778 \ud30c\ub9ac\n\ub2c8\uce58\ud5a5\uc218 (2)\n\ub2c8\uce58\ud5a5\uc218 (3)\n\uc635\uc158\uc120\ud0dd\n\ucd94\uac00\uc0c1\ud488\n\ud568\uaed8\uc0ac\uba74 \ud560\uc778\ub418\ub294 \uc0c1\ud488\n\ucd94\uac00\uad6c\uc131\uc0c1\ud488 \ub2eb\uae30\n1,000\uc6d0\n[\uc120\ud0dd] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n\uc18c \uc0ac\uc774\uc988 (S)\n\uc911 \u
2026-05-12 19:40:31 +09:00
21%
103,000
[불가리] 불가리 맨 레인 에센스 EDP 100ml
41%
117,000
[캘빈클라인] 캘빈클라인 CK ONE EDT 200ml세트(향수200ml+스킨모이스처라이저로션200ml)
116,000원
47%
62,000
[버버리] 버버리 미스터 버버리 EDP 150ml
52%
95,000
[불가리] 불가리 뿌르 옴므 EDP 100ml
207,000원
32%
140,000
[프라다] 프라다 루나 로사 카본 EDT 100ml
185,000원
37%
[프라다] 프라다 루나 로사 EDT 100ml
[크리드] 크리드 러브 인 화이트 EDP 75ml
470,000원
33%
315,000
[크리드] 크리드 실버 마운틴 워터 EDP 50ml
390,000원
27%
285,000
[디올] 디올 화렌하이트 EDT 50ml
10%
[디올] 디올 옴므 오드코롱 EDC 125ml
194,000원
16%
[프라다] 프라다 루나 로사 카본 EDT 50ml
135,000원
36%
[프라다] 프라다 루나 로사 EDT 50ml
2026-05-13 19:57:34 +09:00
98,000{"parser": "generic", "url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=609&type=Y", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 5394, "main_content_length": 1434, "clean_text_length": 1434, "clean_markdown_length": 1445, "source_zone_count": 1, "noise_zone_count": 5, "removed_noise_zones_count": 5, "source_zones": [{"zone_type": "unknown", "text": "\ub0a8\uc131\ud5a5\uc218\n\uce74\ud14c\uace0\ub9ac\n30ml\uc774\ud558\n(10)\n50ml\uc774\ud558\n(39)\n(72)\n\ubca0\uc2a4\ud2b8 \uc544\uc774\ud15c \uc0c1\ud488 \ub9ac\uc2a4\ud2b8\n\ud0c0\uc784\uc138\uc77c\n[\ubd88\uac00\ub9ac] \ubd88\uac00\ub9ac \ub9e8 \uc6b0\ub4dc \uc5d0\uc13c\uc2a4 EDP 100ml\n198,000\uc6d0\n35%\n128,000\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \uc624\uc2a4\ub9cc\ud22c\uc2a4 EDP 20ml\n195,000\uc6d0\n46%\n105,000\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \ubca0\ub974\uac00\ubaa8\ub610 \ub514 \uce7c\ub77c\ube0c\ub9ac\uc544 EDT 180ml\n365,000\uc6d0\n59%\n150,000\n[\ub3cc\uccb4\uc564\uac00\ubc14\ub098] \ub3cc\uccb4\uc564\uac00\ubc14\ub098 \ub77c\uc774\ud2b8 \ube14\ub8e8 \ubfcc\ub974 \uc634\ubbc0 EDT 100ml\n137,000\uc6d0\n45%\n76,000\n[\ub3cc\uccb4\uc564\uac00\ubc14\ub098] \ub3cc\uccb4\uc564\uac00\ubc14\ub098 \ub77c\uc774\ud2b8 \ube14\ub8e8 \ubfcc\ub974 \uc634\ubbc0 EDT 50ml\n101,000\uc6d0\n43%\n58,000\n[\ud3f4\ub9ac\uc2a4] \ud3f4\ub9ac\uc2a4 \ud22c \ube44 \ub9c8\uc774 \uc544\ubc14\ud0c0 \ud3ec \ub9e8 EDT 40ml \u2605\ud3f4\ub9ac\uc2a4 \uc5f4\uc1e0\uace0\ub9ac \uc99d\uc815\u2605\n52,000\uc6d0\n28,000\n[\ud3f4\ub9ac\uc2a4] \ud3f4\ub9ac\uc2a4 \ud22c \ube44 \ub354 \ud0b9 EDT 40ml \u2605\ud3f4\ub9ac\uc2a4 \uc5f4\uc1e0\uace0\ub9ac \uc99d\uc815\u2605\n[\ud3f4\ub9ac\uc2a4] \ud3f4\ub9ac\uc2a4 \ud22c \ube44 \ub0ab \ud22c \ube44 EDT 40ml \u2605\ud3f4\ub9ac\uc2a4 \uc5f4\uc1e0\uace0\ub9ac \uc99d\uc815\u2605\n[\uc870\ub974\uc9c0\uc624 ", "selector": "body", "confidence": 0.35, "claim_allowed": false, "reason": "fallback body/main candidate"}], "noise_zones": [{"zone_type": "footer", "text": "\ud68c\uc0ac\uc18c\uac1c\n|\n\uc1fc\ud551\uac00\uc774\ub4dc\n|\n\uac1c\uc778\uc815\ubcf4 \ucc98\ub9ac\ubc29\uce68\n|\n\uc774\uc6a9\uc57d\uad00\nHOME\n|\nGO TO TOP\n\uace0\uac1d\uc13c\ud130\n070-4322-0021\n\ud3c9\uc77c : 10:00~18:00 / \uc810\uc2ec : 12:00~13:00\n\ud1a0/\uc77c\uc694\uc77c\uacfc \uacf5\ud734\uc77c\uc740 \ud734\ubb34\uc785\ub2c8\ub2e4.\n\uc785\uae08\uacc4\uc88c\uc548\ub0b4\n\ub18d\ud611\uc740\ud589 302-5068-4227-61\n\ud68c\uc0ac\uba85 : \uc774\uc2a4\ud2b8\ubca0\uc774 / \ub300\ud45c : \ud669\uc7ac\uc6d0 / \uc8fc\uc18c : \uc11c\uc6b8\uc2dc \uc1a1\ud30c\uad6c \ucda9\ubbfc\ub85c 66, \uc640\uc774\ub3d99\uce35 9057\ud638 / \uc804\ud654 : 070-4322-0021\n\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638 :", "selector": "#footer", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "\uc138\uc0c1\ubaa8\ub4e0\ud5a5\uc740 2002\ub144\uc124\ub9bd\ub418\uc5b4 \uace0\uac1d\uc758 \uc2e0\ub8b0\ub97c \uc313\uc544\uc654\uc2b5\ub2c8\ub2e4.\n\uc138\uc0c1\ubaa8\ub4e0\ud5a5\uc740 \ub300\ud55c\ubbfc\uad6d NO.1\ud5a5\uc218\uc804\ubb38\uc1fc\ud551\ubab0\uc785\ub2c8\ub2e4.\n\ucuc6a9\ud558\uace0 \uc788\uc5b4\uc694...\n\uc637\uc774\ub098 \uc774\ubd88\uc5d0 \ud56d\uc0c1 \ubfcc\ub9ac\uace0 ...\n\uc5b4\ub514\ub4e0 \ub9c9\uc4f0\uae30 \ub108\ubb34 \uc88b\uc544\uc694 ...\n\ud5a5\uc774 \ub108\ubb34 \uc88b\uc544\uc694\n\ubc30\uc1a1 \uc9c0...\n\uad6c\uc785\uacfc \ub3d9\uc2dc\uc5d0 \uce74\ud1a1\uc73c\ub85c \ubc30\uc1a1...\n\uc0c1\ud488\uc0ac\uc6a9\ub9ac\ubdf0\n1651\n\ub3c4\ud658****\n2026-05-12\n1650\n\ubc15\uc8fc****\n2026-05-11\n1649\n\uae40\uc740****\n1648\n\ub958\uc131****\n2026-05-03\n1647\n\uc815\uc9c0****\n1646\n\uc815\uaddc****\n1645\n\uc870\uacbd****\n2026-", "source_zones": [{"zone_type": "product_title", "selector": ".xans-product-detail .headingArea", "text": "\ub0c4\uc0c8 \uc0ad\uc81c\uc5d0 1\ucd08\uba74 \ucda9\ubd84\ud569\ub2c8\ub2e4.\n[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml\n4
$(<00>y _<1B> <07>W)AA<00>  hasPrice{"amount": 48000.0, "currency": "\uc6d0"}literal38919923a668953165deff0abe548cf85dfc34ba266b5abd3bddc91143606347?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:07:40.5070202026-05-13 04:07:40.507020{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 16, "page_url": "https://the912.co.kr/product/detail.html?product_no=305", "seen_at": "2026-05-13T04:07:40.507020+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 8, "ontology_triple_status": "candidate"}<7D>Y <19> <07>W)AA<00> hasBrandnullentitybf6f02125b116764bb284d7640289e368d755fd173ff9d7dfb9215c7b5afc728?<3F><02>ѷbrand pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 04:07:40.5050162026-05-13 04:07:40.505016{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_title", "source_selector": ".xans-product-detail .headingArea", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.78, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.888, "stored_confidence": 0.9066}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 16, "page_url": "https://the912.co.kr/product/detail.html?product_no=305", "seen_at": "2026-05-13T04:07:40.505016+00:00", "confidence": 0.888}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 7, "ontology_triple_status": "candidate"}c5d0
Community
고객 실제 후기{"parser": "generic", "url": "https://the912.co.kr/board/review/list_photo.html", "cleaner": "page_cleaner_v1", "page_type": "NoticePage", "raw_text_length": 11045, "main_content_length": 28, "clean_text_length": 28, "clean_markdown_length": 75, "source_zone_count": 3, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "notice_body", "text": "\ud5e4\uc5b4&\ubc14\ub514 \ubbf8\uc2a4\ud2b8", "selector": ".view", "confidence": 0.68, "claim_allowed": true, "reason": null}, {"zone_type": "notice_body", "text": "Community", "selector": ".view", "confidence": 0.68, "claim_allowed": true, "reason": null}, {"zone_type": "notice_body", "text": "\uace0\uac1d \uc2e4\uc81c \ud6c4\uae30", "selector": ".view", "confidence": 0.68, "claim_allowed": true, "reason": null}], "noise_zones": [{"zone_type": "category_filter", "text":"<22><>y {{<7B> A<>u<00><>ahttps://the912.co.kr/product/detail.html?product_no=310[2+1 기획] 912 멀티 스프레이 모음 250ml - 912ef9e4fa301e02f63f92a3b9ffdddb7be15b99826b34f92b2ad6889c3e49d8683<00>2026-05-13 04:10:33.487430냄새 삭제에 1초면 충분합니다.
[2+1 기획] 912 멀티 스프레이 모음 250ml
4.8
114,407
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
36,000원
할인 적용금액
16,500원
최종 구매금액
19,500원
상품요약정보
할인 기간
남은시간 18일 10:44:33
(16,500원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:55
현재 위치
전체 상품
멀티 스프레이
[필수] 옵션을 선택해 주세요
01. 화이트 블랑 (1개입)
02. 블랙베리 (1개입)
03. 페어리 프리지아 (1개입)
04. 캘리포니아 어반투스 (1개입)
05. 힐 우드 (1개입)
06. 라임바질 가든 (1개입)
멀티 스프레이 (2)
멀티 스프레이 (3)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
01. 화이트 블랑
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤리 포레스트
28. 다크 오키드
29. 넥타<EB84A5><00><00>\uac00\ub4e0 (2\uac1c\uc785)\n06. \ud790 \uc6b0\ub4dc (2\uac1c\uc785)\n07. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0 (2\uac1c\uc785)\n08. \uc18c\ud504\ud2b8 \ucf54\ud2bc (2\uac1c\uc785)\n09. \ud50c\ub77c\uc6cc \ub9c8\ucf13 (2\uac1c\uc785)\n\uc635\uc158\uc120\ud0dd\n\ucd94\uac00\uc0c1\ud488\n\ud568\uaed8\uc0ac\uba74 \ud560\uc778\ub418\ub294 \uc0c1\ud488\n\ucd94\uac00\uad6c\uc131\uc0c1\ud488 \ub2eb\uae30\n1,000\uc6d0\n[\uc120\ud0dd] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n\uc18c \uc0ac\uc774\uc988 (S)\n\uc911 \uc0ac\uc774\uc988 (M) (+300\uc6d0)\n12,800\uc6d0\n01. \ud654\uc774\ud2b8 \ube14\ub791\n02. \ud654\uc774\ud2b8 \ud29c\ubca0\ub85c\uc988\n03. \ube14\ub799\ubca0\ub9ac\n04. \ud50c\ub808\ub974 \uba38\uc2a4\ud06c\n05. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544\n06. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4\n07. \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8\n08. \uc120\ub370\uc774 \ud5c8\uadf8\n09. \uc544\ud2c0\ub780\ud2f1 \ubbf8\ub974\ud1a0\n10. \ud0c0\uc784\uc988 5\n11. \ub9c8\ub4dc\ubaa8\uc5b4 \uc824\n12. \ube14\ub8e8 \ub4dc \uc0f9\uc2a4\n13. \ud15c\ud50c \uc6b0\ub4dc\n14. \uc544\ucfe0\uc544 \uc528\uc194\ud2b8\n15. \ub86c\ube0c\ub808 \ub85c\uc988\n16. \ub77c\uc774\ud2b8 \uc5d0\uc13c\uc2a4\n17. \uace0\uc2a4\ud2b8 \ud50c\ub77c\uc6cc\n18. \ud2a4\ub9bd \uac00\ub4e0\n19. \uc544\uba54\uc2dc\uc2a4\ud2b8\n20. \ub178\ube14 \ud504\ub9ac\uc9c0\uc544\n21. \ud790 \uc6b0\ub4dc\n22. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0\n23. \ube14\ub8f8 \ubd80\ucf00\n24. \ube14\ub7ec\uc26c \ub4dc \ud53c\uc624\ub2c8 \ubd80\ucf00\n25. \ub7ec\ube0c\n26. \uace8\ub4dc \uc790\ub974\ub515\n27. \ub124\ub864\ub9ac \ud3ec\ub808\uc2a4\ud2b8\n28. \ub2e4\ud06c \uc624\ud0a4\ub4dc\n29. \ub125\ud0c0\ub9b0 \ube14\ub8e8\ubc0d \ud5c8\ub2c8\n30. \ud654\uc774\ud2b8 \uc2a4\uc6e8\uc774\ub4dc\n31. \ud544\ub85c\uc2a4 \ud2b8\ub9ac\n32. \uc624\ub80c\uc9c0 \ube14\ub85c\uc378\n33. \ubc24\uc258\n34. \ub204\uc544\ub974 \ub9ac\ud504\n35. \ubca0\ud2f0\ubc84 \ud504\ub9ac\ud06c\n36. \ub2e4\ud06c \uc570\ubc84\n37. \uc2e4\ubc84 \ub9c8\uc6b4\ud2f4\n38. \uc9d1\uc2dc \ub8e8\ud2b8\n39. \uc7ac\uc988 \uc778 \ub098\uc787\n40. \uc6cc\ud130\ub9ac \uc0e4\uc6cc\n41. \uc2dc\ud06c \ud654\uc774\ud2b8\n42. \uc2a4\ubaa8\ud0a4 \uc0ac\uc774\ud504\ub7ec\uc2a4\n43. \uc5b4\ub098\ub354 \ub370\uc774\uc988\n44. \ub9ac\ube0c\uc6e8\uc774\n45. \uadf8\ub9b0 \uc81c\uc2a4\ud2b8\n46. \uc5d4\uc824\uc2a4 \uac00\ub514\uc5b8\n47. \ubbf8\ub4dc\ub098\uc787 \uc138\ube44\uc9c0\n48. \ub7ec\ube0c \uc778 \ud30c\ub9ac\n8,500\uc6d0\n03. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544\n04. \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8\n05. \ud790 \uc6b0\ub4dc\n19,900\uc6d0\n01. \ud654\uc774\ud2b8 \ube14\ub791 (EXT)\n02. \ube14\ub799\ubca0\ub9ac (EXT)\n03. \ud50c\ub808\ub974 \uba38\uc2a4\ud06c (EXT)\n04. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4 (EXT)\n05. \uc544\ucfe0\uc544 \uc528\uc194\ud2b8 (EXT)\n06. \ud790 \uc6b0\ub4dc (EXT)\n6,900\uc6d0\n01. \ud654\uc774\ud2b8 \ube14\ub791 (1\uac1c\uc785)\n02. \ube14\ub799\ubca0\ub9ac (1\uac1c\uc785)\n03. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 (1\uac1c\uc785)\n04. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4 (1\uac1c\uc785)\n05. \ud790 \uc6b0\ub4dc (1\uac1c\uc785)\n06. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0 (1\uac1c\uc785)\n8,300\uc6d0\n04. \uc120\ub370\uc774 \ubaa8\ub2dd (1\uac1c\uc785)\n05. \ud2a4\ub9bd \uac00\ub4e0 (1\uac1c\uc785)\n07. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0 (1\uac1c\uc785)\n08. \uc18c\ud504\ud2b8 \ucf54\ud2bc (1\uac1c\uc785)\n09. \ud50c\ub77c\uc6cc \ub9c8\ucf13 (1\uac1c\uc785)\n\uc218\ub7c9\uc99d\uac00\n\uc218\ub7c9\uac10\uc18c\n24000\n\uc635\uc158 \uc815\ubcf4\n\ucd5c\uc885 \uacb0\uc81c \uae08\uc561\n(QUANTITY)\n(0\uac1c)\n\ud560\uc778\uac00\uac00 \uc801\uc6a9\ub41c \ucd5c\uc885 \uacb0\uc81c\uc608\uc815\uae08\uc561\uc740 \uc8fc\ubb38 \uc2dc \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\ubc14\ub85c \uad6c\ub9e4\ud558\uae30\n\uc608\uc57d\uc8fc\ubb38\n\uc815\uae30\ubc30\uc1a1 \uc2e0\uccad\ud558\uae30\n(\ucd5c\uc18c\uc8fc\ubb38\uc218\ub7c9 1\uac1c \uc774\uc0c1\n/ \ucd5c\ub300\uc8fc\ubb38\uc218\ub7c9 0\uac1c \uc7
[2+2 기획] 912 실내 디퓨저 모음 250ml
4.8
114,407
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
48,000원
할인 적용금액
18,500원
최종 구매금액
29,500원
상품요약정보
할인 기간
남은시간 18일 11:29:20
(18,500원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:55
현재 위치
전체 상품
인기 상품
[필수] 옵션을 선택해 주세요
01. 화이트 블랑 (2개입)
02. 블랙베리 (2개입)
03. 페어리 프리지아 (2개입)
04. 선데이 모닝 (2개입)
05. 튤립 가든 (2개입)
06. 힐 우드 (2개입)
07. 라임바질 가든 (2개입)
08. 소프트 코튼 (2개입)
09. 플라워 마켓 (2개입)
실내 디퓨저 (2)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
01. 화이트 블랑
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤<EB84A4><EBA1A4><00><07> {<00><07> A<>e<00><>ehttps://the912.co.kr/product/detail.html?product_no=493[1+1 기획] 912 엑스트레 드 퍼퓸 (Extrait de Perfume)8f149e818139738c69163c34ce4d65067f2e0f5fa7fafaf9b398ec57cd9f0297<00>2026-05-13 03:25:19.310925최고 등급의 향수 부향률
[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
4.8
114,414
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
60,000원
할인 적용금액
20,500원
최종 구매금액
39,500원
상품요약정보
할인 기간
남은시간 18일 11:24:45
(20,500원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:50
현재 위치
전체 상품
니치향수
엑스트레 드 퍼퓸
[필수] 옵션을 선택해 주세요
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
엑스트레 드 퍼퓸 (2)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
01. 화이트 블랑
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니<00>uc744 \uc774\uc6a9\ud574\uc8fc\uc138\uc694.\n\ubb34\ud1b5\uc7a5\uc785\uae08 \uacb0\uc81c\uc2dc \uc8fc\ubb38\uc790\uc640 \uc785\uae08\uc790(\ub744\uc5b4\uc4f0\uae30, \ud2b9\uc218\ubb38\uc790 \ud3ec\ud568), \uae08\uc561\uc774 \uc77c\uce58\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. 7\uc77c \uc774\ub0b4 \ubbf8\uc785\uae08\uc2dc \uc8fc\ubb38\uc740 \uc790\ub3d9 \ucde8\uc18c\ub429\ub2c8\ub2e4.\n\uae30\ud0c0 \uc0ac\ud56d\uc740 ", "selector": "#purchase-info", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\uc815\uae30\uacb0\uc81c\n\uad6c\ub9e4\ubc29\ubc95\n1\ud68c\uad6c\ub9e4\n\uc815\uae30\ubc30\uc1a1\n\ud560\uc778\n\ubc30\uc1a1\uc8fc\uae30\n\uc815\uae30\ubc30\uc1a1 \ud560\uc778\nsave\n\uacb0\uc81c \uc2dc :\n\ud560\uc778", "selector": "div.regularDelivery", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\ubc30\uc1a1\ube44\n3,000\uc6d0\n(50,000\uc6d0 \uc774\uc0c1 \uad6c\ub9e4 \uc2dc \ubb34\ub8cc)", "selector": "tr.delivery_price_css", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}], "extraction_status": "success", "extraction_warnings": [], "final_url": "https://the912.co.kr/product/detail.html?product_no=285", "crawl_status": "success", "crawl_warnings": [], "depth": 1, "main_content_preview": "\uace0\uae09 \ud5a5\uae30\ub97c \ub2f4\uc740 1\ucd08 \uc0ad\uc81c \ud0c8\ucde8\uc81c\n[1+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml\n4.8\n114,407\n[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml\n[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml\n[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml\n[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml\n[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g\n[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31\n\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)\n\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)\n\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)\n\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)\n\ub2c8\uce58\ud5a5\uc218 (1)\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n24,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n9,100\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n14,900\uc6d0\n\uc0c1\ud488\uc694\uc57d\uc815\ubcf4\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 10:47:19\n(9,100\uc6d0 \ud560\uc778)\n2026-04-30 00:00 ~ 2026-05-31 23:55\n\ud604\uc7ac \uc704\uce58\n\uc804\uccb4 \uc0c1\ud488\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774\n[\ud544\uc218] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n01. \ud654\uc774\ud2b8 \ube14\ub791 (2\uac1c\uc785)\n02. \ube14\ub799\ubca0\ub9ac (2\uac1c\uc785)\n03. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 (2\uac1c\uc785)\n04. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4 (2\uac1c\uc785)\n05. \ud790 \uc6b0\ub4dc (2\uac1c\uc785)\n06. \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0 (2\uac1c\uc785)\n\uc635\uc158\uc120\ud0dd\n\ucd94\uac00\uc0c1\ud488\n\ud568\uaed8\uc0ac\uba74 \ud560\uc778\ub418\ub294 \uc0c1\ud488\n\ucd94\uac00\uad6c\uc131\uc0c1\ud488 \ub2eb\uae30\n1,000\uc6d0\n[\uc120\ud0dd] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694\n\uc18c \uc0ac\uc774\uc988 (S)\n\uc911 \uc0ac\uc774\uc988 (M) (+300\uc6d0)\n12,800\uc6d0\n01. \ud654\uc774\ud2b8 \ube14\ub791\n02. \ud654\uc774\ud2b8 \ud29c\ubca0\ub85c\uc988\n03. \ube14\ub799\ubca0\ub9ac\n04. \ud50c\ub808\ub974 \uba38\uc2a4\ud06c\n05. \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544\n06. \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc5b4\ubc18\ud22c\uc2a4\n07. \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8\n08. \uc120\ub370\uc774 \ud5c8\uadf8\n09. \uc544\ud2c0\ub780\ud2f1 \ubbf8\ub974\ud1a0\n10. \ud0c0\uc784\uc988 5\n11. \ub9c8\ub4dc\ubaa8\uc5b4 \uc824\n12. \ube14\ub8e8 \ub4dc \uc0f9\uc2a4\n13. \ud15c\ud50c \uc6b0\ub4dc\n14. \uc544\ucfe0\uc544 \uc528\uc194\ud2b8\n15. \ub86c\ube0c\ub808 \ub85c\uc988\n16. \ub77c\uc774
35. 베티버 프리크
36. 다크 앰버
37. 실버 마운틴
38. 집시 루트
39. 재즈 인 나잇
40. 워터리 샤워
41. 시크 화이트
42. 스모키 사이프러스
43. 어나더 데이즈
44. 리브웨이
45. 그린 제스트
46. 엔젤스 가디언
47. 미드나잇 세비지
48. 러브 인 파리
8,500원
03. 페어리 프리지아
04. 상탈 포레스트
05. 힐 우드
19,900원
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
6,900원
01. 화이트 블랑 (1개입)
02. 블랙베리 (1개입)
03. 페어리 프리지아 (1개입)
04. 캘리포니아 어반투스 (1개입)
05. 힐 우드 (1개입)
06. 라임바질 가든 (1개입)
8,300원
04. 선데이 모닝 (1개입)
05. 튤립 가든 (1개입)
07. 라임바질 가든 (1개입)
08. 소프트 코튼 (1개입)
09. 플라워 마켓 (1개입)
수량증가
수량감소
24000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
4.9
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
이만한 가격에 이런 퀄리티는...
배송도 빠르고 향도 좋아요 ...
다른 향수들 망ㅎ이 써봤는데...
그냥 사세요.
의심과 걱정을...
배송도 빠르고 포장은 언제나...
출근할때 방에서 나오거나 차...
짱으로 너무 좋아요 잘쓰고 ...
항상 주문해 사용하고 있는데...
옷장, 신발장에 뿌려두니 열...
가성비도 좋고 향도 오래 지...
상품사용리뷰
3234
류성****
2026-05-09
3233
배연****
2026{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=285", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 12347, "main_content_length": 2179, "clean_text_length": 2179, "clean_markdown_length": 2924, "source_zone_count": 16, "noise_zone_count": 16, "removed_noise_zones_count": 16, "source_zones": [{"zone_type": "product_title", "text": "\uace0\uae09 \ud5a5\uae30\ub97c \ub2f4\uc740 1\ucd08 \uc0ad\uc81c \ud0c8\ucde8\uc81c\n[1+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml\n4.8\n114,407", "selector": ".xans-product-detail .headingArea", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "selector": "h1", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ub2c8\uce58\ud5a5\uc218 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_summary", "text": "[1+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n24,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n9,100\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n14,900\uc6d0\n\uc0c1\ud488\uc694\uc57d\uc815\ubcf4\n\uace0\uae09 \ud5a5\uae30\ub97c \ub2f4\uc740 1\ucd08 \uc0ad\uc81c \ud0c8\ucde8\uc81c\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 11:28:53\n(9,100\uc6d0 \ud560\uc778)\n2026-04-30 00:00 ~ 2026-05-31 23:55", "selector": ".xans-product-detaildesign", "confidence": 0.8300000000000001, "claim_allowed": true, "reason": null}, {"zone_type": "product_detail", "text": "\ud604\uc7ac \uc704\uce58\n\uc804\uccb4 \uc0c1\ud488\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774\n\uace0\uae09 \ud5a5\uae30\ub97c \ub2f4\uc740 1\ucd08 \uc0ad\uc81c \ud0c8\ucde8\uc81c\n[1+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml\n4.8\n114,407\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n24,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n9,100\uc6d
365,000원
59%
150,000
[아쿠아 디 파르마] 아쿠아디파르마 콜로니아 에센자 EDC 100ml
265,000원
45%
145,000
[아쿠아 디 파르마] 아쿠아디파르마 베르가모또 디 칼라브리아 EDT 30ml
125,000원
67,000
[아쿠아 디 파르마] 아쿠아디파르마 베르가모또 디 칼라브리아 EDT 100ml
275,000원
55%
125,000
[아쿠아 디 파르마] 아쿠아디파르마 피코 디 아말피 EDT 30ml
135,000원
50%
68,000
[아쿠아 디 파르마] 아쿠아디파르마 아란치아 디 카프리 EDT 30ml
[아쿠아 디 파르마] 아쿠아디파르마 아란치아 디 카프리 EDT 180ml
[아쿠아 디 파르마] 아쿠아디파르마 아란치아 디 카프리 EDT 100ml
53%
128,000
[아쿠아 디 파르마] 아쿠아디파르마 피코 디 아말피 EDT 100ml
[아쿠아 디 파르마] 아쿠아디파르마 미르토 디 파나레아 EDT 100ml{"parser": "generic", "url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=012&type=X", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 4395, "main_content_length": 636, "clean_text_length": 636, "clean_markdown_length": 647, "source_zone_count": 1, "noise_zone_count": 5, "removed_noise_zones_count": 5, "source_zones": [{"zone_type": "unknown", "text": "\uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8\n\uce74\ud14c\uace0\ub9ac\n\uc5ec\uc131\ud5a5\uc218\n(2)\n\ub0a8\uc131\ud5a5\uc218\n(1)\n\ub0a8\uc5ec\uacf5\uc6a9\n(8)\n\ubca0\uc2a4\ud2b8 \uc544\uc774\ud15c \uc0c1\ud488 \ub9ac\uc2a4\ud2b8\n\ud0c0\uc784\uc138\uc77c\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \uc624\uc2a4\ub9cc\ud22c\uc2a4 EDP 20ml\n195,000\uc6d0\n46%\n105,000\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \ubca0\ub974\uac00\ubaa8\ub610 \ub514 \uce7c\ub77c\ube0c\ub9ac\uc544 EDT 180ml\n365,000\uc6d0\n59%\n150,000\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \ucf5c\ub85c\ub2c8\uc544 \uc5d0\uc13c\uc790 EDC 100ml\n265,000\uc6d0\n45%\n145,000\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \ubca0\ub974\uac00\ubaa8\ub610 \ub514 \uce7c\ub77c\ube0c\ub9ac\uc544 EDT 30ml\n125,000\uc6d0\n67,000\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \ubca0\ub974\uac00\ubaa8\ub610 \ub514 \uce7c\ub77c\ube0c\ub9ac\uc544 EDT 100ml\n275,000\uc6d0\n55%\n125,000\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \ud53c\ucf54 \ub514 \uc544\ub9d0\ud53c EDT 30ml\n135,000\uc6d0\n50%\n68,000\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \uc544\ub780\uce58\uc544 \ub514 \uce74\ud504\ub9ac EDT 30ml\n[\uc544\ucfe0\uc544 \ub514 \ud30c\ub974\ub9c8] \uc544\ucfe0\uc544\ub514\ud30c\ub974\ub9c8 \uc544\ub780\uce58\uc544 \ub514 \uce74\ud504\ub9ac EDT 18", "selector": "body", "confidence": 0.35, "claim_allowed": false, "reason": "fallback body/main candidate"}], "noise_zones": [{"zone_type": "footer", "text": "\ud68c\uc0ac\uc18c\uac1c\n|\n\uc1fc\ud551\uac00\uc774\ub4dc\n|\n\uac1c\uc778\uc815\ubcf4 \ucc98\ub9ac\ubc29\uce68\n|\n\uc774\uc6a9\uc57d\uad00\nHOME\n|\nGO TO TOP\n\uace0\uac1d\uc13c\ud130\n070-4322-0021\n\ud3c9\uc77c : 10:00~18:00 / \uc810\uc2ec : 12:00~13:00\n\ud1a0/\uc77c\uc694\uc77c\uacfc \uacf5\ud734\uc77c\uc740 \ud734\ubb34\uc785\ub2c8\ub2e4.\n\uc785\uae08\uacc4\uc88c\uc548\ub0b4\n\ub18d\ud611\uc740\ud589 302-5068-4227-61\n\ud68c\uc0ac\uba85 : \uc774\uc2a4\ud2b8\ubca0\uc774 / \ub300\ud45c : \ud669\uc7ac\uc6d0 / \uc8fc\uc18c : \uc11c\uc6b8\uc2dc \uc1a1\ud30c\uad6c \ucda9\ubbfc\ub85c 66, \uc640\uc774\ub3d99\uce35 9057\ud638 / \uc804\ud654 : 070-4322-0021\n\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638 :", "selector": "#footer", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "\uc138\uc0c1\ubaa8\ub4e0\ud5a5\uc740 2002\ub144\uc124\ub9bd\ub418\uc5b4 \uace0\uac1d\uc758 \uc2e0\ub8b0\ub97c \uc313\uc544\uc654\uc2b5\u \uc874 \ubc14\ubc14\ud1a0\uc2a4 \uc544\ud2f0\uc0b0 \ud4e8\uc5b4 EDT 125ml\n62%\n50,000\n[\uc874 \ubc14\ubc14\ud1a0\uc2a4] \uc874 \ubc14\ubc14\ud1a0\uc2a4 \uc544\ud2f0\uc0b0 \ud4e8\uc5b4 EDT 75ml\n61%\n38,000\n[\uc874 \ubc14\ubc14\ud1a0\uc2a4] \uc874 \ubc14\ubc14\ud1a0\uc2a4 \uc544\ud2f0\uc0b0 EDT 75ml", "selector": "body", "confidence": 0.35, "claim_allowed": false, "reason": "fallback body/main candidate"}], "noise_zones": [{"zone_type": "footer", "text": "\ud68c\uc0ac\uc18c\uac1c\n|\n\uc1fc\ud551\uac00\uc774\ub4dc\n|\n\uac1c\uc778\uc815\ubcf4 \ucc98\ub9ac\ubc29\uce68\n|\n\uc774\uc6a9\uc57d\uad00\nHOME\n|\nGO TO TOP\n\uace0\uac1d\uc13c\ud130\n070-4322-0021\n\ud3c9\uc77c : 10:00~18:00 / \uc810\uc2ec : 12:00~13:00\n\ud1a0/\uc77c\uc694\uc77c\uacfc \uacf5\ud734\uc77c\uc740 \ud734\ubb34\uc785\ub2c8\ub2e4.\n\uc785\uae08\uacc4
[1+1 기획] 912 멀티 스프레이 모음 250ml
4.8
114,407
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
24,000원
할인 적용금액
9,100원
최종 구매금액
14,900원
상품요약정보
할인 기간
남은시간 18일 10:47:19
(9,100원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:55
현재 위치
전체 상품
멀티 스프레이
[필수] 옵션을 선택해 주세요
01. 화이트 블랑 (2개입)
02. 블랙베리 (2개입)
03. 페어리 프리지아 (2개입)
04. 캘리포니아 어반투스 (2개입)
05. 힐 우드 (2개입)
06. 라임바질 가든 (2개입)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
01. 화이트 블랑
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤리 포레스트
28. 다크 오키드
29. 넥타린 블루밍 허니
30. 화이트 스웨이드
31. 필로스 트리
32. 오렌지 블로썸
33. 밤쉘
 
<07>tatus": "partial", "raw_text_length": 5343, "clean_text_length": 1397, "removed_noise_zones_count": 5, "warnings": [], "error": null}, {"url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=612&type=Y", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 13, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 3856, "clean_text_length": 233, "removed_noise_zones_count": 5, "warnings": [], "error": null}, {"url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=616&type=Y", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 14, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 3792, "clean_text_length": 165, "removed_noise_zones_count": 5, "warnings": [], "error": null}, {"url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=181&type=Y", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 15, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 4566, "clean_text_length": 767, "removed_noise_zones_count": 5, "warnings": [], "error": null}, {"url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=182&type=Y", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 16, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 4212, "clean_text_length": 513, "removed_noise_zones_count": 5, "warnings": [], "error": null}, {"url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=218&type=Y", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 17, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status"m <09>Ahttps://www.worldperfume.co.kr/shop/shopbrand.html?xcode=589&type=X2026-05-12 10:32:29.795045{}<7D> <09>7<> A<><00>https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=012&type=X아쿠아디파르마c4168dddc69091f7d223a21dc75664e627f6c04ca40551be6304d45d52286e93<00>2026-05-12 10:32:27.058897아쿠아디파르마
카테고리
2026-05-12 19:40:31 +09:00
여성향수
2026-05-13 19:57:34 +09:00
(2)
2026-05-12 19:40:31 +09:00
남성향수
2026-05-13 19:57:34 +09:00
(1)
2026-05-12 19:40:31 +09:00
남여공용
2026-05-13 19:57:34 +09:00
(8)
베스트 아이템 상품 리스트
타임세일
[아쿠아 디 파르마] 아쿠아디파르마 오스만투스 EDP 20ml
195,000원
46%
105,000
[아쿠아 디 파르마] 아쿠아디파르마 베르가모 <0C>t <09>-<2D> A<>#<00>_https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=556&type=X존 바바토스ae298b05bf1242275da084df75b3e2cf14ee32921faaba6d5b7eedd52532411f<00>2026-05-12 10:32:24.216248존 바바토스
카테고리
남성향수
(5)
베스트 아이템 상품 리스트
타임세일
[존 바바토스] 존 바바토스 아티산 블루 EDT 75ml
97,000원
59%
40,000
[존 바바토스] 존 바바토스 아티산 EDT 125ml
132,000원
63%
49,000
[존 바바토스] 존 바바토스 아티산 퓨어 EDT 125ml
62%
50,000
[존 바바토스] 존 바바토스 아티산 퓨어 EDT 75ml
61%
38,000
[존 바바토스] 존 바바토스 아티산 EDT 75ml{"parser": "generic", "url": "https://www.worldperfume.co.kr/shop/shopbrand.html?xcode=556&type=X", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 3926, "main_content_length": 257, "clean_text_length": 257, "clean_markdown_length": 268, "source_zone_count": 1, "noise_zone_count": 5, "removed_noise_zones_count": 5, "source_zones": [{"zone_type": "unknown", "text": "\uc874 \ubc14\ubc14\ud1a0\uc2a4\n\uce74\ud14c\uace0\ub9ac\n\ub0a8\uc131\ud5a5\uc218\n(5)\n\ubca0\uc2a4\ud2b8 \uc544\uc774\ud15c \uc0c1\ud488 \ub9ac\uc2a4\ud2b8\n\ud0c0\uc784\uc138\uc77c\n[\uc874 \ubc14\ubc14\ud1a0\uc2a4] \uc874 \ubc14\ubc14\ud1a0\uc2a4 \uc544\ud2f0\uc0b0 \ube14\ub8e8 EDT 75ml\n97,000\uc6d0\n59%\n40,000\n[\uc874 \ubc14\ubc14\ud1a0\uc2a4] \uc874 \ubc14\ubc14\ud1a0\uc2a4 \uc544\ud2f0\uc0b0 EDT 125ml\n132,000\uc6d0\n63%\n49,000\n[\uc874 \ubc14\ubc14\ud1a0\uc2a4] <11> 허니
30. 화이트 스웨이드
31. 필로스 트리
32. 오렌지 블로썸
33. 밤쉘
34. 누아르 리프
35. 베티버 프리크
36. 다크 앰버
37. 실버 마운틴
38. 집시 루트
39. 재즈 인 나잇
40. 워터리 샤워
41. 시크 화이트
42. 스모키 사이프러스
43. 어나더 데이즈
44. 리브웨이
45. 그린 제스트
46. 엔젤스 가디언
47. 미드나잇 세비지
48. 러브 인 파리
8,500원
03. 페어리 프리지아
04. 상탈 포레스트
05. 힐 우드
19,900원
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
6,900원
01. 화이트 블랑 (1개입)
02. 블랙베리 (1개입)
03. 페어리 프리지아 (1개입)
04. 캘리포니아 어반투스 (1개입)
05. 힐 우드 (1개입)
06. 라임바질 가든 (1개입)
8,300원
04. 선데이 모닝 (1개입)
05. 튤립 가든 (1개입)
07. 라임바질 가든 (1개입)
08. 소프트 코튼 (1개입)
09. 플라워 마켓 (1개입)
수량증가
수량감소
48000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
4.5
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
향이 조금더 강했으면 좋겠어...
향도 좋아요 포근하고 발향이...
포장이 아주 깔끔하게 오네...
지인 선물용으로 구매했는데 ...
912를 알고 나서부터는 비...
포장이 꼼꼼하고 배송도 빠르...
디퓨저는 좋은데 차량용은 ...
좋은향을 선택한거같아요~~집...
향수가 좋아서 방향제 구입 ...
상품사용리뷰
495
KW{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=305", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 12402, "main_content_length": 2199, "clean_text_length": 2199, "clean_markdown_length": 2939, "source_zone_count": 16, "noise_zone_count": 16, "removed_noise_zones_count": 16, "source_zones": [{"zone_type": "product_title", "text": "\ud5a5\uc218\ub97c \uadf8\ub300\ub85c \ub2f4\uc740 \ud37c\ud4f8 \ub514\ud4e8\uc800\n[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml\n4.8\n114,407", "selector": ".xans-product-detail .headingArea", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "selector": "h1", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31 (912)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uba40\ud2f0 \uc2a4\ud504\ub808\uc774 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc0e4\uc250 \ubc29\ud5a5\uc81c (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\uc2e4\ub0b4 \ub514\ud4e8\uc800 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "\ub2c8\uce58\ud5a5\uc218 (1)", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_summary", "text": "[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n48,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n18,500\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\n29,500\uc6d0\n\uc0c1\ud488\uc694\uc57d\uc815\ubcf4\n\ud5a5\uc218\ub97c \uadf8\ub300\ub85c \ub2f4\uc740 \ud37c\ud4f8 \ub514\ud4e8\uc800\n\ud560\uc778 \uae30\uac04\n\ub0a8\uc740\uc2dc\uac04 18\uc77c 10:48:04\n(18,500\uc6d0 \ud560\uc778)\n2026-04-30 00:00 ~ 2026-05-31 23:55", "selector": ".xans-product-detaildesign", "confidence": 0.8300000000000001, "claim_allowed": true, "reason": null}, {"zone_type": "product_detail", "text": "\ud604\uc7ac \uc704\uce58\n\uc804\uccb4 \uc0c1\ud488\n\uc778\uae30 \uc0c1\ud488\n\ud5a5\uc218\ub97c \uadf8\ub300\ub85c \ub2f4\uc740 \ud37c\ud4f8 \ub514\ud4e8\uc800\n[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml\n4.8\n114,407\n\uc77c\ubc18 \uad6c\ub9e4\uac00\uaca9\n48,000\uc6d0\n\ud560\uc778 \uc801\uc6a9\uae08\uc561\n18,500\uc6d0\n\ucd5c\uc885 \uad6c\ub9e4\uae08\uc561\
qAhttps://the912.co.kr/product/list.html?cate_no=1612026-05-13 04:05:09.837865{}<7D>1  qa<> A<> <00>chttps://the912.co.kr/product/list.html?cate_no=128912 공식 홈페이지 : 실내 디퓨저4f60834795a671ca694217799816bd4a523181236c8f457dc4acf1f5e152df8b<00>2026-05-13 04:05:05.543278[2개입] 912 실내 디퓨저 페어리 프리지아 250ml
[2개입] 912 실내 디퓨저 라임바질 가든 250ml
[2개입] 912 실내 디퓨저 화이트 블랑 250ml
[2개입] 912 실내 디퓨저 소프트 코튼 250ml
[2개입] 912 실내 디퓨저 플라워 마켓 250ml
[1+1 기획] 912 실내 디퓨저 모음 250ml
[2+2 기획] 912 실내 디퓨저 모음 250ml
[2개입] 912 실내 디퓨저 튤립 가든 250ml
[2개입] 912 실내 디퓨저 선데이모닝 250ml
[2개입] 912 실내 디퓨저 힐 우드 250ml
[2개입] 912 실내 디퓨저 블랙베리 250ml{"parser": "generic", "url": "https://the912.co.kr/category/diffuser/128/", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 8510, "main_content_length": 324, "clean_text_length": 324, "clean_markdown_length": 521, "source_zone_count": 11, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ub77c\uc784\ubc14\uc9c8 \uac00\ub4e0 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ud654\uc774\ud2b8 \ube14\ub791 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \uc18c\ud504\ud2b8 \ucf54\ud2bc 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ud50c\ub77c\uc6cc \ub9c8\ucf13 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ud2a4\ub9bd \uac00\ub4e0 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \uc120\ub370\uc774\ubaa8\ub2dd 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ud790 \uc6b0\ub4dc 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2\uac1c\uc785] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ube14\ub799\ubca0\ub9ac 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}], "noise_zones": [{"zone_type": "category_filter", "text": "\ud604\uc7ac \uc704\uce58\n\ud648\n\uc804\uccb4 \uc0c1\ud488\n\uc2e4\ub0b4 \ub514\ud4e8\uc800", "selector": ".xans-product-menupackage", "confidence": 0.9, "c#uae08\uc790(\ub744\uc5b4\uc4f0\uae30, \ud2b9\uc218\ubb38\uc790 \ud3ec\ud568), \uae08\uc561\uc774 \uc77c\uce58\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. 7\uc77c \uc774\ub0b4 \ubbf8\uc785\uae08\uc2dc \uc8fc\ubb38\uc740 \uc790\ub3d9 \ucde8\uc18c\ub429\ub2c8\ub2e4.\n\uae30\ud0c0 \uc0ac\ud56d\uc740 ", "selector": "#purchase-info", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\uc815\uae30\uacb0\uc81c\n\uad6c\ub9e4\ubc29\ubc95\n1\ud68c\uad6c\ub9e4\n\uc815\uae30\ubc30\uc1a1\n\ud560\uc778\n\ubc30\uc1a1\uc8fc\uae30\n\uc815\uae30\ubc30\uc1a1 \ud560\uc778\nsave\n\uacb0\uc81c \uc2dc :\n\ud560\uc778", "selector": "div.regularDelivery", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "\ubc30\uc1a1\ube44\n3,000\uc6d0\n(50,000\uc6d0 \uc774\uc0c1 \uad6c\ub9e4 \uc2dc \ubb34\ub8cc)", "selector": "tr.delivery_price_css", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}], "extraction_status": "success", "extraction_warnings": [], "final_url": "https://the912.co.kr/product/deta
<EFBFBD> O<07><05><03><01>l<00>_ <11>%AASeasonSummersummer{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "Summer", "normalization": "canonical_entity_resolver"}2026-05-13 04:10:26.2620912026-05-13 04:10:26.262091<EFBFBD>) <1B><05><11>_AAPerfume[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100ml1+1 기획 912 헤어&바디 퍼퓸 미스트 모음 100ml{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:10:26.2600862026-05-13 04:10:26.260086<EFBFBD>q ie<11>+AAPerfume[1+1 기획] 912 실내 디퓨저 모음 250ml1+1 기획 912 실내 디퓨저 모음 250ml{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[1+1 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:09:44.3974892026-05-13 04:09:44.397489<EFBFBD>z mi<11>5AAPerfume[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml1+1 기획 912 퍼퓸 핸드크림 모음 50ml{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[1+1 \uae30\ud68d] 912 \ud37c\ud4f8 \ud578\ub4dc\ud06c\ub9bc \ubaa8\uc74c 50ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:09:02.9214212026-05-13 04:09:02.921421<EFBFBD>a <11>%AAOccasionOfficeoffice{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "Office", "normalization": "canonical_entity_resolver"}2026-05-13 04:08:22.1016702026-05-13 04:08:22.101670<EFBFBD>` <11>'AAMoodElegantelegant{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "Elegant", "normalization": "canonical_entity_resolver"}2026-05-13 04:08:22.1006682026-05-13 04:08:22.100668<EFBFBD>} ok<11>7AAPerfume[1+1 기획] 912 멀티 스프레이 모음 250ml1+1 기획 912 멀티 스프레이 모음 250ml{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[1+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:08:22.0956492026-05-13 04:08:22.095649<EFBFBD>W <11>!AAMoodCozycozy{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "Cozy", "normalization": "canonical_entity_resolver"}2026-05-13 04:07:40.5040132026-05-13 04:07:40.504013<EFBFBD>q ie<11>+AAPerfume[2+2 기획] 912 실내 디퓨저 모음 250ml2+2 기획 912 실내 디퓨저 모음 250ml{}{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "raw_name": "[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "normalization": "canonical_entity_resolver"}2026-05-13 04:07:40.5030102026-05-13 04:07:40.503010ne_count
[2+1 기획] 912 클론 니치향수 모음 40ml
4.8
114,414
[추가할인] 엑스트레 드 퍼퓸 40ml
[추가할인] 멀티 스프레이 250ml
[추가할인] 클론 니치향수 40ml
[추가할인] 실내 디퓨저 250ml
[추가할인] 샤쉐 방향제 40g
[추가할인] 브랜드 쇼핑백
브랜드 쇼핑백 (912)
엑스트레 드 퍼퓸 (1)
멀티 스프레이 (1)
샤쉐 방향제 (1)
실내 디퓨저 (1)
니치향수 (1)
일반 구매가격
72,000원
할인 적용금액
2026-05-12 19:40:31 +09:00
37,000원
2026-05-13 19:57:34 +09:00
최종 구매금액
35,000원
상품요약정보
할인 기간
남은시간 18일 10:49:41
(37,000원 할인)
2026-04-30 00:00 ~ 2026-05-31 23:55
남은시간 18일 10:49:40
현재 위치
전체 상품
니치향수
오드 퍼퓸
[2+1]
[필수] 옵션을 선택해 주세요
01. 화이트 블랑
02. 화이트 튜베로즈
03. 블랙베리
04. 플레르 머스크
05. 페어리 프리지아
06. 캘리포니아 어반투스
07. 상탈 포레스트
08. 선데이 허그
09. 아틀란틱 미르토
10. 타임즈 5
11. 마드모어 젤
12. 블루 드 샹스
13. 템플 우드
14. 아쿠아 씨솔트
15. 롬브레 로즈
16. 라이트 에센스
17. 고스트 플라워
18. 튤립 가든
19. 아메시스트
20. 노블 프리지아
21. 힐 우드
22. 라임바질 가든
23. 블룸 부케
24. 블러쉬 드 피오니 부케
25. 러브
26. 골드 자르딕
27. 네롤리 포레스트
28. 다크 오키드
29. 넥타린 블루밍 허니
30. 화이트 스웨이드
31. 필로스 트리
32. 오렌지 블로썸
33. 밤쉘
34. 누아르 리프
35. 베티버 프리크
36. 다크 앰버
37. 실버 마운틴
38. 집시 루트
39. 재즈 인 나잇
40. 워터리 샤워
41. 시크 화이트
42. 스모키 사이프러스
43. 어나더 데이즈
44. 리브웨이
45. 그린 제스트
46. 엔젤스 가디언
47. 미드나잇 세비지
48. 러브 인 파리
니치향수 (2)
니치향수 (3)
옵션선택
추가상품
함께사면 할인되는 상품
추가구성상품 닫기
1,000원
[선택] 옵션을 선택해 주세요
소 사이즈 (S)
중 사이즈 (M) (+300원)
12,800원
8,500원
03. 페어리 프리지아
04. 상탈 포레스트
05. 힐 우드
19,900원
01. 화이트 블랑 (EXT)
02. 블랙베리 (EXT)
03. 플레르 머스크 (EXT)
04. 캘리포니아 어반투스 (EXT)
05. 아쿠아 씨솔트 (EXT)
06. 힐 우드 (EXT)
6,900원
01. 화이트 블랑 (1개입)
02. 블랙베리 (1개입)
03. 페어리 프리지아 (1개<31><EAB09C><00>: null}, {"zone_type": "product_title", "text": "[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ud790 \uc6b0\ub4dc 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}], "noise_zones": [{"zone_type": "category_filter", "text": "\ud604\uc7ac \uc704\uce58\n\ud648\n\uc804\uccb4 \uc0c1\ud488\n\uc0e4\uc250 \ubc29\ud5a5\uc81c", "selector": ".xans-product-menupackage", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "footer", "text": "Copyright \u00a9 \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8.\nAll rights reserved.\nAbout\nPrivacy policy\nAgreement\nGuide\nAbout\nPrivacy policy\nAgreement\nGuide\nCustomer center\n1644-1403\n\uc0c1\ub2f4\uc2dc\uac04 : 12:00 - 17:00\n\uc810\uc2ec\uc2dc\uac04 : 13:00 - 14:00\n\ud734\ubb34 : \uc8fc\ub9d0 \ubc0f \uacf5\ud734\uc77c \ud734\ubb34\n\ub18d\ud611 301-2019-5242-11\n\uc608\uae08\uc8fc : \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8", "selector": "footer", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "\uc2a4\ud1a0\ub9ac\n\uc804\uccb4 \uc0c1\ud488\nEvent\n\uace0\uac1d \uc2e4\uc81c \ud6c4\uae30\nCommunity\n\uc0c1\ud488 \ub9ac\ubdf0\n\uacf5\uc9c0\uc0ac\ud56d\nLogin\n/\nJoin\n0\n\uac80\uc0c9", "selector": "header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "WORLD SHIPPING", "selector": ".header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "menu", "text": "\uc778\uae30 \uc0c1\ud488\n()\n\ub2c8\uce58\ud5a5\uc218\n()\n\uc0e4\uc250 \ubc29\ud5a5\uc81c\n()\n\uc2e4\ub0b4 \ub514\ud4e8\uc800\n()\n\uba40\ud2f0 \uc2a4\ud504\ub808\uc774\n()\n\ud578\ub4dc\ud06c\ub9bc\n()\n\ud5e4\uc5b4&\ubc14\ub514 \ubbf8\uc2a4\ud2b8\n()", "selector": ".menu", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "sort_control", "text": "\uc2e0\uc0c1\ud488\n\uc0c1\ud488\uba85\n\ub0ae\uc740\uac00\uaca9\n\ub192\uc740\uac00\uaca9\n\uc778\uae30\uc0c1\ud488", "selector": ".sort", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "footer", "text": "912\n\uc758 \ub2e4\uc591\ud55c \uba64\ubc84\uc2ed \ud61c\ud0dd\uc744\n\ub204\ub824\ubcf4\uc138\uc694.", "selector": "div.xans-element-", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "nav", "text": "6\nitems\n\uc0c1\ud488\ube44\uad50\n\uc870\uac74\ubcc4 \uac80\uc0c9\n-\uc870\uac74\uc120\ud0dd-\n-\uc870\uac74\uc120\ud0dd-\n\uac80\uc0c9", "selector": "div.xans-element-", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "nav", "text": "Event", "selector": "li.aside-category__item", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :\nSHIPPING TO : \uac00\ub098(GHANA)\nSHIPPING TO : \uac00\ubd09(GABON)\nSHIPPING TO : \uac00\uc774\uc544\ub098(GUYANA)\nSHIPPING TO : \uac10\ube44\uc544(GAMBIA)\nSHIPPING TO : \uacfc\ud14c\ub9d0\ub77c(GUATEMALA)\nSHIPPING TO : \uadf8\ub808\ub098\ub2e4(GRENADA)\nSHIPPING TO : \uadf8\ub8e8\uc9c0\uc57c(GEORGIA)\n", "selector": "div.xans-element-", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}], "extraction_status": "success", "extraction_warnings": [], "final_url": "https://the912.co.kr/product/list.html?cate_no=207", "crawl_status": "success", "crawl_warnings": [], "depth": 1, "main_content_preview": "[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ud398\uc5b4\ub9ac \ud504\ub9ac\uc9c0\uc544 40g\n[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ud654\uc774\ud2b8 \ud29c\ubca0\ub85c\uc988 40g\n[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \uc0c1\ud0c8 \ud3ec\ub808\uc2a4\ud2b8 40g\n[2+1 \uae30\ud68d] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ubaa8\uc74c 40g\n[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc29\ud5a5\uc81c \ud654\uc774\ud2b8 \ube14\ub791 40g\n[\ub2e8\ud488] 912 \uc0e4\uc250 \ubc2
공지사항
[현대백화점 목동] 오프라인 팝업 안내
912
2026-05-07
게시물 검색
헤어&바디 미스트
Community
고객 실제 후기{"parser": "generic", "url": "https://the912.co.kr/board/gallery/list.html?board_no=8", "cleaner": "page_cleaner_v1", "page_type": "Notic.<2E>3 {<17> Ay<00>9https://the912.co.kr/board/product/list.html?board_no=4- 9129a2ec1416cef660dc1ab685e686cb3292ad7e13da5b0e470c20a28f7ea524c5b<00>2026-05-13 04:04:43.819945헤어&바디 미스트
Community
고객 실제 후기{"parser": "generic", "url": "https://the912.co.kr/board/review/list_photo.html", "cleaner": "page_cleaner_v1", "page_type": "NoticePage", "raw_text_length": 11045, "main_content_length": 28, "clean_text_length": 28, "clean_markdown_length": 75, "source_zone_count": 3, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "notice_body", "text": "\ud5e4\uc5b4&\ubc14\ub514 \ubbf8\uc2a4\ud2b8", "selector": ".view", "confidence": 0.68, "claim_allowed": true, "reason": null}, {"zone_type": "notice_body", "text": "Community", "selector": ".view", "confidence": 0.68, "claim_allowed": true, "reason": null}, {"zone_type": "notice_body", "text": "\uace0\uac1d \uc2e4\uc81c \ud6c4\uae30", "selector": ".view", "confidence": 0.68, "claim_allowed": true, "reason": null}], "noise_zones": [{"zone_type": "category_filter", "text":-<2D>d i3<> A<>O<00>9https://the912.co.kr/category/전체-상품/44전체 상품 - 912ce233e80ad91bfb430d1876d12c323603bb1dad932dd922ae96f401dc5847291<00>2026-05-13 04:04:39.948740[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100ml
[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
[2+1 기획] 912 멀티 스프레이 모음 250ml
[2+1 기획] 912 클론 니치향수 모음 40ml
[2+2 기획] 912 실내 디퓨저 모음 250ml
[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml
[2+1 기획] 912 샤쉐 방향제 모음 40g{"parser": "generic", "url": "https://the912.co.kr/category/%EC%A0%84%EC%B2%B4-%EC%83%81%ED%92%88/44", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 8232, "main_content_length": 209, "clean_text_length": 209, "clean_markdown_length": 334, "source_zone_count": 7, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud37c\ud4f8 \ud578\ub4dc\ud06c\ub9bc \ubaa8\uc74c 50ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "produc+ "\ub300\ubd84\ub958\n\uc804\uccb4 \uc0c1\ud488\n\uc911\ubd84\ub958\n\uc18c\ubd84\ub958\n\uc0c1\uc138\ubd84\ub958", "selector": ".category", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "footer", "text": "Copyright \u00a9 \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8.\nAll rights reserved.\nAbout\nPrivacy policy\nAgreement\nGuide\nAbout\nPrivacy policy\nAgreement\nGuide\nCustomer center\n1644-1403\n\uc0c1\ub2f4\uc2dc\uac04 : 12:00 - 17:00\n\uc810\uc2ec\uc2dc\uac04 : 13:00 - 14:00\n\ud734\ubb34 : \uc8fc\ub9d0 \ubc0f \uacf5\ud734\uc77c \ud734\ubb34\n\ub18d\ud611 301-2019-5242-11\n\uc608\uae08\uc8fc : \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8", "selector": "footer", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "\uc2a4\ud1a0\ub9ac\n\uc804\uccb4 \uc0c1\ud488\nEvent\n\uace0\uac1d \uc2e4\uc81c \ud6c4\uae30\nCommunity\n\uc0c1\ud488 \ub9ac\ubdf0\n\uacf5\uc9c0\uc0ac\ud56d\nLogin\n/\nJoin\n0\n\uac80\uc0c9", "selector": "header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "WORLD SHIPPING", "selector": ".header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "menu", "text": "\uc0c1\ud488 \ub9ac\ubdf0\n\uacf5\uc9c0\uc0ac\ud56d", "selector": ".menu", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "sort_control", "text": "\uccab \ud398\uc774\uc9c0\n\uc774\uc804 \ud398\uc774\uc9c0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n\ub2e4\uc74c \ud398\uc774\uc9c0\n\ub9c8\uc9c0\ub9c9 \ud398\uc774\uc9c0", "selector": ".ec-base-paginate", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "footer", "text": "912\n\uc758 \ub2e4\uc591\ud55c \uba64\ubc84\uc2ed \ud61c\ud0dd\uc744\n\ub204\ub824\ubcf4\uc138\uc694.", "selector": "div.xans-element-", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "nav", "text": "Event", "selector": "li.aside-category__item", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :\nSHIPPING TO : \uac00\ub098(GHANA)\nSHIPPING TO : \uac00\ubd09(GABON)\nSHIPPING TO : \uac00\uc774\uc544\ub098(GUYANA)\nSHIPPING TO : \uac10\ube44\uc544(GAMBIA)\nSHIPPING TO : \uacfc\ud14c\ub9d0\ub77c(GUATEMAL
28. 다크 오키드
29. 넥타린 블루밍 허니
30. 화이트 스웨이드
31. 필로스 트리
32. 오렌지 블로썸
33. 밤쉘
34. 누아르 리프
35. 베티버 프리크
36. 다크 앰버
37. 실버 마운틴
38. 집시 루트
39. 재즈 인 나잇
40. 워터리 샤워
41. 시크 화이트
42. 스모키 사이프러스
43. 어나더 데이즈
44. 리브웨이
45. 그린 제스트
46. 엔젤스 가디언
47. 미드나잇 세비지
48. 러브 인 파리
8,500원
03. 페어리 프리지아
04. 상탈 포레스트
05. 힐 우드
19,900원
6,900원
01. 화이트 블랑 (1개입)
02. 블랙베리 (1개입)
03. 페어리 프리지아 (1개입)
04. 캘리포니아 어반투스 (1개입)
05. 힐 우드 (1개입)
06. 라임바질 가든 (1개입)
8,300원
04. 선데이 모닝 (1개입)
05. 튤립 가든 (1개입)
07. 라임바질 가든 (1개입)
08. 소프트 코튼 (1개입)
09. 플라워 마켓 (1개입)
수량증가
수량감소
60000
옵션 정보
최종 결제 금액
(QUANTITY)
(0개)
할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.
바로 구매하기
예약주문
정기배송 신청하기
(최소주문수량 1개 이상
/ 최대주문수량 0개 이하
바로구매
관심상품
구매자의
98
%가 만족한 상품이에요
상품리뷰
리뷰 평점
4.6
전체 리뷰수
15
평점 비율
글읽기 권한이 없습니다.
"19세 미만의 미성년자"
는 출입을 금합니다!
성인인증 하기
향도 좋고 가격도 합리적입니...
지속력과 확산력 모두 기대 ...
배송은정말느립니다
2시전배송...
너무 만족스러워서 5개더...
냄새가 생각 보다 오래가고 ...
향이 너무 좋아요
저렴한 가...
향수를 뿌리고 나서 직후, ...
잔향이 좋아요...
타사 향수 비교하면
넉닉한 ...
몇번째 재구매인지 셀수도 없...
상품사용리뷰
725
송재****
2026-05-11
724
곽승****
723
박소****
2026-05-10
722
공성****
721
이도****
2026-05-09
720
김근****
2026-05-07
719
김형****
2026-05-06
718
{"parser": "generic", "url": "https://the912.co.kr/product/detail.html?product_no=493", "cleaner": "page_cleaner_v1", "page_type": "ProductPage", "raw_text_length": 12357, "main_content_length": 2039, "clean_text_length": 2039, "clean_markdown_length": 2777, "source_zone_count": 16, "noise_zone_count": 16, "removed_noise_zones_count": 16, "source_zones": [{"zone_type": "product_title", "text": "\ucd5c\uace0 \ub4f1\uae09\uc758 \ud5a5\uc218 \ubd80\ud5a5\ub960\n[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml\n4.8\n114,414", "selector": ".xans-product-detail .headingArea", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml", "selector": "h1", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc2e4\ub0b4 \ub514\ud4e8\uc800 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \uc0e4\uc250 \ubc29\ud5a5\uc81c 40g", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[\ucd94\uac00\ud560\uc778] \ube0c\ub79c\ub4dc \uc1fc\ud551\ubc31", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zon\uac80\uc0ac\ub97c \ubaa8\ub450 \ud1b5\uacfc\ud55c \uc548\uc804\ud55c \uc81c\ud488\ub9cc\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.", "selector": "main", "confidence": 0.77, "claim_allowed": true, "reason": null}], "noise_zones": [{"zone_type": "footer", "text": "Copyright \u00a9 \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8.\nAll rights reserved.\nAbout\nPrivacy policy\nAgreement\nGuide\nAbout\nPrivacy policy\nAgreement\nGuide\nCustomer center\n1644-1403\n\uc0c1\ub2f4\uc2dc\uac04 : 12:00 - 17:00\n\uc810\uc2ec\uc2dc\uac04 : 13:00 - 14:00\n\ud734\ubb34 : \uc8fc\ub9d0 \ubc0f \uacf5\ud734\uc77c \ud734\ubb34\n\ub18d\ud611 301-2019-5242-11\n\uc608\uae08\uc8fc : \uc8fc\uc2dd\ud68c\uc0ac \uc9c0\ud2f0\ucef4\ud37c\ub2c8", "selector": "footer", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "\uc2a4\ud1a0\ub9ac\n\uc804\uccb4 \uc0c1\ud488\nEvent\n\uace0\uac1d \uc2e4\uc81c \ud6c4\uae30\nCommunity\n\uc0c1\ud488 \ub9ac\ubdf0\n\uacf5\uc9c0\uc0ac\ud56d\nLogin\n/\nJoin\n0\n\uac80\uc0c9", "selector": "header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "header", "text": "WORLD SHIPPING", "selector": ".header", "confidence": 0.9, "claim_allowed": false, "reason": null}, {"zone_type": "footer", "text": "912\n\uc758 \ub2e4\uc591\ud55c \uba64\ubc84\uc2ed \ud61c\ud0dd\uc744\n\ub204\ub824\ubcf4\uc138\uc694.", "selector": "div.xans-element-", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "nav", "text": "Event", "selector": "li.aside-category__item", "confidence": 0.72, "claim_allowed": false, "reason": "structural or policy-like block"}, {"zone_type": "shipping_policy", "text": "PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :\nSHIPPING TO : \uac00\ub098(GHANA)\nSHIPPING TO : \uac00\ubd09(GABON)\nSHIPPING TO : \uac00\uc774\uc544\ub098(GUYANA)\nSHIPPING TO : \uac10\ube44\uc544(GAMBIA)\nSHIPPING TO : \uacfc\ud14c\ub9d0\ub77c(GUATEMALA)\nSHIPPING TO : \uadf8\ub808\ub098\ub2e4(GRENADA)\nSHIPPING TO : \uadf8\ub8e8\uc9
6 ." <04>8<01><00><00>( 3q<15> UAAentity_connectivityOccasionOfficeEntity 'Office' has no validated ontology triples.?޸Q<DEB8><51><1E>open820803dc113b5c176196091cdb848be9a1dd0c1bb69168ae1559f4e026308a64{"entity_id": 15, "triple_count": 0}{}2026-05-13 04:11:30.1622762026-05-13 04:11:31.804463<EFBFBD>\' 3m<>E<15> UAAentity_connectivityPerfume[1+1 기획] 912 퍼퓸 핸드크림 모음 50mlEntity '[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml' has no validated ontology triples.?޸Q<DEB8><51><1E>open68c3d51fa7ce00b0cc476fcfad27dd4795c138eee65a4d066464094f2186eaa1{"entity_id": 16, "triple_count": 0}{}2026-05-13 04:11:30.1612762026-05-13 04:11:31.803460<EFBFBD>X& 3i<>A<15> UAAentity_connectivityPerfume[1+1 기획] 912 실내 디퓨저 모음 250mlEntity '[1+1 기획] 912 실내 디퓨저 모음 250ml' has no validated ontology triples.?޸Q<DEB8><51><1E>open1485fda5d17b55d3118d6241babdddbfbbf27358efd9c5a0fa5326cdc9ff3744{"entity_id": 17, "triple_count": 0}{}2026-05-13 04:11:30.1612762026-05-13 04:11:31.803460<EFBFBD>u% 3<1B><05>]<15> UAAentity_connectivityPerfume[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100mlEntity '[1+1 기획] 912 헤어&바디 퍼퓸 미스트 모음 100ml' has no validated ontology triples.?޸Q<DEB8><51><1E>opend83d5ddf64e34dae2f5cc04fa2767849055dc84b76d83685f71b266236639553{"entity_id": 18, "triple_count": 0}{}2026-05-13 04:11:30.1602762026-05-13 04:11:31.802268<EFBFBD> $ 3w<15> SAAentity_connectivityAccord머스크Entity '머스크' has no validated ontology triples.?޸Q<DEB8><51><1E>open45feb99938020c0a3724ae95b36f267ab6e56c6787b19c80883d11e22108ba1a{"entity_id": 4, "triple_count": 0}{}2026-05-13 04:11:30.1588092026-05-13 04:11:31.800228<EFBFBD># 3q<15> UAAentity_connectivitySeasonSummerEntity 'Summer' has no validated ontology triples.?޸Q<DEB8><51><1E>open1943ef23e8ffdd7682479a4dfacf65f725456bd35ede454a3930dfe66ad770bd{"entity_id": 19, "triple_count": 0}{}2026-05-13 04:11:30.1588092026-05-13 04:11:31.802268<EFBFBD> " 3s<15> SAAentity_connectivityOccasionEveningEntity 'Evening' has no validated ontology triples.?޸Q<DEB8><51><1E>opena01e0ea0c17c919219d97b177747f00fe4b447aab34be5b51855acd60f9e2586{"entity_id": 6, "triple_count": 0}{}2026-05-13 04:11:30.1578042026-05-13 04:11:31.800228<EFBFBD>! 3o<15> SAAentity_connectivityOccasionDailyEntity 'Daily' has no validated ontology triples.?޸Q<DEB8><51><1E>opendec214b44bf16ec1068cfb90db9fed3a397006c82a353f8db65b45f3f7a47973{"entity_id": 5, "triple_count": 0}{}2026-05-13 04:11:30.1566002026-05-13 04:11:31.802268<EFBFBD>/  3%/<2F><15> UAArelation_type_usageRelationTypesuitableForSeasonRelation type 'suitableForSeason' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open790e255bc8e8108ec0e42457ebd8690f893afb7d094d1d833c07857cb03cd000{"relation_type_id": 16, "count": 0}{}2026-05-13 04:03:04.3089682026-05-13 04:11:31.788053<EFBFBD>3 3%3<>#<15> UAArelation_type_usageRelationTypesuitableForOccasionRelation type 'suitableForOccasion' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>opene8c74ef8bcee431f9b3ca85c20ced376e2f3db9e50ed109c49e5878e483765b3{"relation_type_id": 15, "count": 0}{}2026-05-13 04:03:04.3089682026-05-13 04:11:31.787049<EFBFBD> 3%<19> <15> UAArelation_type_usageRelationTypesoldByRelation type 'soldBy' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open2e245ed134fa52ec4863899c39e16d2a15e762d216ac2dd25dbb634caab34fdf{"relation_type_id": 14, "count": 0}{}2026-05-13 04:03:04.3079662026-05-13 04:11:31.785788<EFBFBD> 3%<1F><15> UAArelation_type_usageRelationTypesimilarToRelation type 'similarTo' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open20195b4bf0a43592360f52af9206ef835286b6ea7d77fdcf71f2566062194ec6{"relation_type_id": 13, "count": 0}{}2026-05-13 04:03:04.3079662026-05-13 04:11:31.785788<EFBFBD>! 3%!<21><15> UAArelation_type_usageRelationTypehasTopNoteRelation type 'hasTopNote' is registered but has no graph triples.?ᙙ<><E19999><EFBFBD><EFBFBD>open74c0c39adf8f20625fbf136b05a9dd99122bd072b36a8d9e8ef642be20bcafd1{"relation_type_id": 12, "count": 0}{}2026-05-13 04:03:04.3079662026-05-13 04:11:31.7847865n\uacf5\uc9c
)<08><07>F/<02><00>^3 3o<>G<15> UAAentity_connectivityPerfume[2+1 기획] 912 멀티 스프레이 모음 250mlEntity '[2+1 기획] 912 멀티 스프레이 모음 250ml' has no validated ontology triples.?޸Q<DEB8><51><1E>opene529b4bdd794ebb1396cbf3abc90cd9a55f45b28618494a070192806f60373c3{"entity_id": 20, "triple_count": 0}{}2026-05-13 04:11:31.8012682026-05-13 04:11:31.801268<EFBFBD>2 3%}<15> UAAentity_connectivityPerfume니치향수Entity '니치향수' has no validated ontology triples.?޸Q<DEB8><51><1E>open45d28ec36606f4e83dd6a3e6a0a46ade2684c6efc34f055d2bfb82455bf2dd8b{"entity_id": 21, "triple_count": 0}{}2026-05-13 04:11:31.7962182026-05-13 04:11:31.796218<EFBFBD>1 3'<15> SAAentity_connectivityPerfume현재 위치Entity '현재 위치' has no validated ontology triples.?޸Q<DEB8><51><1E>open7af09be8ccd408c62584ad08247261f570969d982d2ccabc2fe1a280b746bee4{"entity_id": 1, "triple_count": 0}{}2026-05-13 04:11:30.1672892026-05-13 04:11:31.807473<EFBFBD>[0 3m<>E<15> SAAentity_connectivityPerfume[2+1 기획] 912 클론 니치향수 모음 40mlEntity '[2+1 기획] 912 클론 니치향수 모음 40ml' has no validated ontology triples.?޸Q<DEB8><51><1E>open13825e73deb3d95ffb7e3a76475e2f627fe75f6336484a8542ffe1bec95e0d91{"entity_id": 3, "triple_count": 0}{}2026-05-13 04:11:30.1662882026-05-13 04:11:31.807473<EFBFBD>S/ 3e<>=<15> SAAentity_connectivityPerfume[2+1 기획] 912 샤쉐 방향제 모음 40gEntity '[2+1 기획] 912 샤쉐 방향제 모음 40g' has no validated ontology triples.?޸Q<DEB8><51><1E>openc47b9021b70e1174956a164bae3a720d48932bc689db90d5027f7e6b55f739c1{"entity_id": 7, "triple_count": 0}{}2026-05-13 04:11:30.1662882026-05-13 04:11:31.806467<EFBFBD>,. 3A<><15> SAAentity_connectivityNote타사 향수 비교하면Entity '타사 향수 비교하면' has no validated ontology triples.?޸Q<DEB8><51><1E>open73b6119f0a9946cd14d2e22595e3caf774b87a68fc3d103abf26625146bd5fa1{"entity_id": 9, "triple_count": 0}{}2026-05-13 04:11:30.1652862026-05-13 04:11:31.806467<EFBFBD> - 3w<15> UAAentity_connectivityReview지속력Entity '지속력' has no validated ontology triples.?޸Q<DEB8><51><1E>open8b80a654473ad0abfdaeb08ab38876230101791b7e072ca0a616e2f932b4da4b{"entity_id": 10, "triple_count": 0}{}2026-05-13 04:11:30.1642842026-05-13 04:11:31.806467<EFBFBD>X, 3i<>A<15> UAAentity_connectivityPerfume[2+2 기획] 912 실내 디퓨저 모음 250mlEntity '[2+2 기획] 912 실내 디퓨저 모음 250ml' has no validated ontology triples.?޸Q<DEB8><51><1E>open0f619152646d1f71cfad90dc96bc2687af67361cbe3a91a2033c297cd352b829{"entity_id": 11, "triple_count": 0}{}2026-05-13 04:11:30.1642842026-05-13 04:11:31.805465<EFBFBD>+ 3m<15> UAAentity_connectivityMoodCozyEntity 'Cozy' has no validated ontology triples.?޸Q<DEB8><51><1E>open1c798a454e5564abe93539d1a9aa777ae2c4b417076ba89fcf660d46276dd57f{"entity_id": 12, "triple_count": 0}{}2026-05-13 04:11:30.1632762026-05-13 04:11:31.805465<EFBFBD>^* 3o<>G<15> UAAentity_connectivityPerfume[1+1 기획] 912 멀티 스프레이 모음 250mlEntity '[1+1 기획] 912 멀티 스프레이 모음 250ml' has no validated ontology triples.?޸Q<DEB8><51><1E>open827c9cc2cbf6672611980861fd9b5e814176cda6d39ac19a7faa421893698b0d{"entity_id": 13, "triple_count": 0}{}2026-05-13 04:11:30.1632762026-05-13 04:11:31.804463<EFBFBD>) 3s<15> UAAentity_connectivityMoodElegantEntity 'Elegant' has no validated ontology triples.?޸Q<DEB8><51><1E>open7c4a3188eeb879e471048ff71d43048330fd8dbd0981e6c92dd37f53ae48f801{"entity_id": 14, "triple_count": 0}{}2026-05-13 04:11:30.1622762026-05-13 04:11:31.804463?9\uc911\uc77

<00>y _<1B> <07>W)AA<00> &hasPrice{"amount": 72000.0, "currency": "\uc6d0"}literal534be499b6f3f10a6a3439ceb67559034e129befb794ebd986da275bb45ceb0e?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 03:56:39.5517782026-05-13 03:56:39.551778{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 38, "page_url": "https://the912.co.kr/product/detail.html?product_no=513", "seen_at": "2026-05-13T03:56:39.551778+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 3, "ontology_triple_status": "candidate"} 

<00>y _<1B> <07>W)AA<00> &hasPrice{"amount": 72000.0, "currency": "\uc6d0"}literal534be499b6f3f10a6a3439ceb67559034e129befb794ebd986da275bb45ceb0e?<3F><>n.<2E><>3price pattern matched; AI fallback: primary: LLM returned an empty response | compact_retry: LLM returned an empty responsellm_json_extractor_with_rule_fallbackrule_candidate2026-05-13 03:56:39.5517782026-05-13 03:56:39.551778{"ai_fallback_reason": "primary: LLM returned an empty response | compact_retry: LLM returned an empty response", "page_type": "ProductPage", "crawl_status": "success", "extraction_status": "success", "source_zone": "product_summary", "source_selector": ".xans-product-detaildesign", "source_zone_allowed": true, "evidence_found": true, "schema_validated": true, "claim_kind": "rule_candidate", "validation_status": "rule_candidate", "confidence_breakdown": {"llm_confidence": 0.86, "schema_confidence": 1.0, "evidence_confidence": 0.95, "ontology_confidence": 0.95, "source_zone_confidence": 0.9, "source_trust": 0.95, "final_confidence": 0.916, "stored_confidence": 0.9262}, "source_trust": 0.95, "source_history": [{"source_id": 1, "source_name": "official_brand_site", "source_type": "official", "source_trust": 0.95, "page_id": 38, "page_url": "https://the912.co.kr/product/detail.html?product_no=513", "seen_at": "2026-05-13T03:56:39.551778+00:00", "confidence": 0.916}], "graph_merge_status": "skipped", "graph_merge_reason": "claim status is not validated_claim: rule_candidate", "ontology_triple_id": 3, "ontology_triple_status": "candidate"} x
[1+1 기획] 912 엑스트레 드 퍼퓸 모음 40ml
[2+1 기획] 912 멀티 스프레이 모음 250ml
[2+1 기획] 912 클론 니치향수 모음 40ml
[2+2 기획] 912 실내 디퓨저 모음 250ml
[1+1 기획] 912 퍼퓸 핸드크림 모음 50ml
[2+1 기획] 912 샤쉐 방향제 모음 40g{"parser": "generic", "url": "https://the912.co.kr/category/%EC%A0%84%EC%B2%B4-%EC%83%81%ED%92%88/44", "cleaner": "page_cleaner_v1", "page_type": "CategoryPage", "raw_text_length": 8232, "main_content_length": 209, "clean_text_length": 209, "clean_markdown_length": 334, "source_zone_count": 7, "noise_zone_count": 10, "removed_noise_zones_count": 10, "source_zones": [{"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud5e4\uc5b4&\ubc14\ub514 \ud37c\ud4f8 \ubbf8\uc2a4\ud2b8 \ubaa8\uc74c 100ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \uc5d1\uc2a4\ud2b8\ub808 \ub4dc \ud37c\ud4f8 \ubaa8\uc74c 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \uba40\ud2f0 \uc2a4\ud504\ub808\uc774 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+1 \uae30\ud68d] 912 \ud074\ub860 \ub2c8\uce58\ud5a5\uc218 \ubaa8\uc74c 40ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[2+2 \uae30\ud68d] 912 \uc2e4\ub0b4 \ub514\ud4e8\uc800 \ubaa8\uc74c 250ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "product_title", "text": "[1+1 \uae30\ud68d] 912 \ud37c\ud4f8 \ud578\ub4dc\ud06c\ub9bc \ubaa8\uc74c 50ml", "selector": ".name", "confidence": 0.86, "claim_allowed": true, "reason": null}, {"zone_type": "produc<00>F535, "removed_noise_zones_count": 6, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/about.html", "depth": 1, "status": "completed", "page_type": "BrandStoryPage", "page_id": 2, "claim_count": 0, "entity_count": 2, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8036, "clean_text_length": 408, "removed_noise_zones_count": 6, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/category/\uc804\uccb4-\uc0c1\ud488/44", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 3, "claim_count": 0, "entity_count": 0, "discovered_count": 8, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8232, "clean_text_length": 209, "removed_noise_zones_count": 10, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/board/product/list.html?board_no=4", "depth": 1, "status": "discovered", "page_type": "NoticePage", "page_id": 4, "claim_count": 0, "entity_count": 0, "discovered_count": 20, "crawl_status": "success", "extraction_status": "partial", "raw_text_length": 11045, "clean_text_length": 28, "removed_noise_zones_count": 10, "warnings": ["clean text is short"], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/board/gallery/list.html?board_no=8", "depth": 1, "status": "discovered", "page_type": "NoticePage", "page_id": 5, "claim_count": 0, "entity_count": 0, "discovered_count": 5, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 7764, "clean_text_length": 83, "removed_noise_zones_count": 8, "warnings": [], "robots_status": "disabled", "robots_reason": "robots.txt check disabled by source/request config", "error": null}, {"url": "https://the912.co.kr/product/list.html?cate_no=148", "depth": 1, "status": "discovered", "page_type": "CategoryPage", "page_id": 6, "claim_count": 0, "entity_count": 0, "discovered_count": 0, "crawl_status": "success", "extraction_status": "success", "raw_text_length": 8246, "clean_text_length": 209, "removed_noise_zon