From k-skill
Searches and retrieves Daangn (당근) real estate listings using public web data surfaces. Resolves regions, fetches listings by area/price/type, and extracts detail page metadata. Read-only, no automation of inquiries or contracts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/k-skill:daangn-realty-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
당근부동산 목록의 공개 Remix `_data` JSON과 상세 페이지의 JSON-LD/HTML 메타를 읽어 매물 후보를 정리한다.
당근부동산 목록의 공개 Remix _data JSON과 상세 페이지의 JSON-LD/HTML 메타를 읽어 매물 후보를 정리한다.
최종 사용자는 자연어로 요청해도 되고, 필요하면 아래의 Python helper를 직접 실행한다. 외부 패키지나 k-skill-proxy 없이 Python 표준 라이브러리만 사용한다.
https://www.daangn.com/kr/api/v1/regions/keyword?keyword=<지역명>_data: /kr/realty/?in=<지역명>-<id>&_data=routes/kr.realty._indexhttps://realty.daangn.com/articles/<id>의 application/ld+json 및 <title>_data route를 호출한다.python3 daangn-realty-search/scripts/daangn_realty.py search --region "합정동" --limit 5
python3 daangn-realty-search/scripts/daangn_realty.py search --region "합정동" --sales-type "APARTMENT" --trade-type "MONTHLY_RENT"
python3 daangn-realty-search/scripts/daangn_realty.py detail "https://realty.daangn.com/articles/..."
지역 필터가 있으면 먼저 당근 지역 검색 API로 내부 지역 id를 해석한다.
https://www.daangn.com/kr/api/v1/regions/keyword?keyword=합정동
→ 서울특별시 마포구 합정동, id=231
→ in=합정동-231
동일한 지명이 여러 지역에 있으면 다음 우선순위로 선택한다.
name, name1, name2, name3 중 하나와 정확히 맞는 후보depth=3 동 단위 후보응답에는 항상 effective_region 또는 실제 적용된 지역명을 포함한다. 사용자의 의도와 다른 지역으로 보이면 결과를 단정하지 말고 후보 확인을 요청한다. IP/쿠키 기본 위치에 의존하지 않는다.
_data 조회가 실패할 수 있다.npx claudepluginhub nomadamas/k-skill --plugin k-skillSearches and retrieves listings from Daangn (당근) used-goods marketplace using public Remix _data routes. Supports keyword and region-based search, detail view, and region ID resolution. Read-only, no login or transaction automation.
Analyzes SERP data to identify neighborhood-level content opportunities for real estate agents, focusing on queries where Zillow and portals are weak. Uses UnifAPI for live search data.
Queries Trade Me NZ public listings across marketplace, property, motors, jobs, flatmates, rural, retirement, and commercial categories. No authentication required.