daangn-cars-search

Search Daangn used-car listings via public Remix _data JSON endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the hassle of manually browsing Daangn used-car listings by letting you search and open listing details using read-only public data, filtered by region and price conditions.

Core Features & Use Cases

  • Region & price filtered searching: Resolves a neighborhood name to Daangn’s internal region id, then queries the public Remix _data routes for car lists with optional price constraints.
  • Read-only detail retrieval: Fetches listing detail via the public _data endpoint for a given car URL (no chatting, no purchase flows).
  • Non-account automation scope: Keeps the workflow strictly to viewing/searching; it avoids actions that require login or affect other parties.

Quick Start

Ask an AI to run the read-only search for Daangn used cars in 합정동 with a maximum price of 10,000,000 won and return the first 5 matches.

Frequently Asked Questions about daangn-cars-search

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

FAQPage Schema
How do I search Daangn used cars by region and price?

Search Daangn used cars by resolving a neighborhood name to a region id, then querying public Remix _data JSON endpoints with optional price constraints to retrieve filtered listings. Provide a neighborhood name and maximum price to get matching results.

Can I retrieve listing details from Daangn without logging in?

Retrieve Daangn listing details without logging in by fetching data from public Remix _data endpoints. This read-only method fetches specific listing information from a given car URL while avoiding any login-dependent or transactional actions.

What Python version is required to scrape Daangn car listings?

Scraping Daangn car listings requires Python 3.9 or higher. The script uses read-only public data endpoints to search and browse used cars, so no account authentication is needed, but correct internet access is mandatory.

Does the Daangn used car search support purchase or chat actions?

Daangn used car search does not support purchase or chat actions. It strictly limits automation scope to viewing and searching listings, deliberately avoiding any actions that require login or affect other parties on the platform.

How does region resolution work for Daangn used car searches?

Region resolution works by converting a neighborhood name into Daangn’s internal region id through the regions API. This resolved id is then used to query the public Remix _data routes for accurate local used car listings.

Are there limitations when browsing used cars on Daangn via public endpoints?

Limitations of browsing used cars via public endpoints include strict read-only access. You cannot perform actions requiring login, interact with sellers, or execute transactions, meaning the workflow is confined to discovery and detail retrieval only.