daangn-realty-search

Parse Daangn Realty Remix search data and extract structured listing metadata.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill daangn-realty-search
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: daangn-realty-search
Source: https://github.com/NomaDamas/k-skill/tree/main/daangn-realty-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill daangn-realty-search

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

์ง€์—ญ๊ณผ ์กฐ๊ฑด์— ๋งž๋Š” ๋‹น๊ทผ๋ถ€๋™์‚ฐ ๋งค๋ฌผ ํ›„๋ณด๋ฅผ ์ง์ ‘ ๋’ค์ง€๋ฉฐ ์ผ์ผ์ด ์ •๋ฆฌํ•˜๋Š” ์‹œ๊ฐ„์„ ์ค„์—ฌ์ค€๋‹ค.

Core Features & Use Cases

  • ๋ชฉ๋ก(๊ฒ€์ƒ‰) ๊ธฐ๋ฐ˜ ํ›„๋ณด ์ •๋ฆฌ: ๋‹น๊ทผ๋ถ€๋™์‚ฐ ๊ณต๊ฐœ Remix _data JSON์„ ์ฝ์–ด ์ง€์—ญ ๋ฐ ๊ฑฐ๋ž˜ ์กฐ๊ฑด์— ๋งž๋Š” ๋งค๋ฌผ ํ›„๋ณด๋ฅผ ๋ฝ‘๋Š”๋‹ค.
  • ์ƒ์„ธ ์š”์•ฝ์„ ์œ„ํ•œ ๋ฉ”ํƒ€ ์ถ”์ถœ: ์ƒ์„ธ ํŽ˜์ด์ง€์˜ JSON-LD์™€ HTML ๋ฉ”ํƒ€(์ œ๋ชฉ ๋“ฑ)๋ฅผ ์ฝ์–ด ๊ณต๊ณ  ์ •๋ณด๋ฅผ ๊ตฌ์กฐํ™”ํ•ด ์ œ๊ณตํ•œ๋‹ค.
  • ์ฝ๊ธฐ ์ „์šฉ ์•ˆ์ „ ๋ฒ”์œ„: ๋กœ๊ทธ์ธ, ์ฐœ, ๋ฌธ์˜, ๊ฑฐ๋ž˜ ์ œ์•ˆ, ์˜ˆ์•ฝ/๊ณ„์•ฝ/๊ตฌ๋งค์ฒ˜๋Ÿผ ๊ณ„์ •ยท์ƒ๋Œ€๋ฐฉ์— ์˜ํ–ฅ์„ ์ฃผ๋Š” ์ž๋™ํ™”๋Š” ์ œ์™ธํ•œ๋‹ค.

Quick Start

Ask the AI to find Daangn realty rentals for ํ•ฉ์ •๋™ and return the top matching listings with their source URLs.

Frequently Asked Questions about daangn-realty-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract real estate listings from Daangn Realty for a specific region?โ–ผ

You can find Daangn Realty rentals by asking the AI in natural language, such as requesting listings for a specific neighborhood. The Skill resolves the region id via the Daangn API, parses the public Remix `_data` JSON, and returns matching listings with source URLs.

Can I filter Daangn property search results by sales type and trade type?โ–ผ

Yes, the Skill filters Daangn Realty search results by sales type and trade type. It parses the public Remix `_data` JSON from search pages and outputs matching listings along with the effective region and source URLs.

How does JSON-LD extraction work for Daangn real estate detail pages?โ–ผ

JSON-LD extraction reads structured metadata and HTML meta tags from Daangn real estate detail pages. The Skill parses this embedded data to provide structured announcement information for natural-language summarization and CLI invocation.

Can I use this Skill to save or book properties on Daangn Realty?โ–ผ

No, this Skill operates strictly as a read-only automation tool. It excludes logging in, saving favorites, making inquiries, or proposing transactions to ensure no account or user interactions are affected during the Daangn Realty listing search.

Do I need any special dependencies to scrape Daangn Realty listings?โ–ผ

No special dependencies are required to scrape Daangn Realty listings. The Skill uses standard Python libraries for read-only web fetching and requires no external dependencies to parse the public Remix `_data` JSON and extract listing metadata.