Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nomadamas avatar

Used Car Price Search

  • 3.4k installs
  • 6.5k repo stars
  • Updated July 27, 2026
  • nomadamas/k-skill

used-car-price-search is a Korean agent skill that queries SK direct Tagobuy used-car inventory for buyout and monthly rent prices from public HTML snapshots.

About

Used Car Price Search is a Korean-market agent skill that compares major rental-car providers then queries SK direct Tagobuy inventory for used-car buyout and monthly rent prices. It surveys SK, Lotte Rental, and Redcap for public API availability, crawl difficulty, and existing MCP or skill coverage, then adopts SK direct at skdirect.co.kr/tb because the public HTML embeds a __NEXT_DATA__ carListProd snapshot without login. The workflow asks for a car model keyword when missing, fetches the page, parses the JSON snapshot, filters inventory, and returns buyout price, monthly rent, year, mileage, fuel, and transmission for top matches. A Node lookupUsedCarPrices helper supports scripted lookups with matchedCount and summary fields. Responses must note snapshot timing because inventory changes frequently. Lotte and Redcap were rejected in v1 due to unstable legacy flows and missing public inventory surfaces. Live validation expects at least ten repeatable lookups.

  • Compares SK, Lotte Rental, and Redcap before selecting SK direct Tagobuy as v1 provider.
  • Reads carListProd inventory from __NEXT_DATA__ on skdirect.co.kr/tb without authentication.
  • Returns buyout price and monthly rent together with year, mileage, fuel, and transmission.
  • Node lookupUsedCarPrices package supports keyword filtering with configurable result limits.
  • Explicitly not for purchase automation, VIN history, or multi-provider lowest-price comparison.

Used Car Price Search by the numbers

  • 3,427 all-time installs (skills.sh)
  • +127 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #134 of 2,742 Automation & Workflows skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

used-car-price-search capabilities & compatibility

Capabilities
rental provider survey and v1 provider selection · __next_data__ carlistprod snapshot extraction fr · keyword filtering with buyout and monthly rent f · node lookupusedcarprices helper with matchedcoun · conservative response template with snapshot fre
Use cases
web scraping · research
npx skills add https://github.com/nomadamas/k-skill --skill used-car-price-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3.4k
repo stars6.5k
Security audit2 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorynomadamas/k-skill

How do I look up Korean used-car buyout and monthly rent prices from rental inventory without a dedicated MCP or public API?

Query Korean used-car buyout and monthly rent prices from SK direct Tagobuy inventory via __NEXT_DATA__ HTML snapshot filtering.

Who is it for?

Korean-language car price lookups against SK direct Tagobuy public inventory snapshots.

Skip if: Skip for purchase or contract automation, VIN or accident history requirements, or multi-provider lowest-price comparison.

When should I use this skill?

User asks for Korean used-car prices, SK Tagobuy inventory, buyout or monthly rent for models like Avante or K3.

What you get

Filtered inventory results with buyout and rent ranges, representative vehicles, provider rationale, and snapshot freshness disclaimer.

  • Monthly rent quotes
  • Buyout prices
  • Inventory snapshot JSON

By the numbers

  • [object Object]
  • [object Object]
  • [object Object]

Files

SKILL.mdMarkdownGitHub ↗

Used Car Price Search

What this skill does

한국의 대표 렌터카 업체를 먼저 비교하고, 현재는 가장 기술적으로 구현이 쉬운 공급자로 확인된 SK렌터카 다이렉트 타고BUY를 사용해 중고차 가격을 조회한다.

  • 한국의 주요 렌터카 업체로 SK렌터카, 롯데렌탈(롯데오토옥션), 레드캡렌터카를 먼저 확인한다.
  • 각 업체의 공개 표면에서 직접 API 제공 여부, 웹 크롤링 난이도, 기존 MCP / Skill 존재 여부를 먼저 점검한다.
  • 이 저장소와 현재 세션에는 중고차 가격 조회용 전용 MCPSkill 이 없으므로 새 스킬이 직접 조회를 담당한다.
  • 최종 선택 공급자는 https://www.skdirect.co.kr/tb 이다.
  • 이 페이지는 로그인 없이 열리고, HTML 안의 __NEXT_DATA__ 에 현재 inventory snapshot 이 들어 있어 반복 조회가 쉽다.
  • 결과는 월 렌트료인수가를 함께 보여 준다.

Provider survey

업체점검 결과v1 채택 여부
SK렌터카 다이렉트 타고BUYhttps://www.skdirect.co.kr/tb 공개 HTML 에 __NEXT_DATA__ inventory snapshot 포함. 로그인/세션 없이 반복 조회 가능. 별도 공개 API 문서는 못 찾았지만 SSR 데이터 추출이 가장 단순함.채택
롯데렌탈 / 롯데오토옥션https://www.lotteautoauction.net/hp/pub/cmm/viewMain.do 공개 진입점은 열리지만, 일반 매물 검색은 legacy .do 흐름 중심이고 공개 목록 계약이 불명확했다. 추정 목록 URL은 404/에러 페이지가 섞여 v1 공급자로는 불안정했다.미채택
레드캡렌터카공식 진입점이 https://biz.redcap.co.kr/rent/ business portal 로 이어졌고, 공개 중고차 inventory 검색 표면이나 직접 API를 확인하지 못했다.미채택

When to use

  • "아반떼 중고차 가격 봐줘"
  • "SK렌터카 타고BUY에 K3 얼마야?"
  • "캐스퍼 인수가/월 렌트료 같이 알려줘"
  • "중고차 시세를 렌터카 업체 기준으로 보고 싶어"

When not to use

  • 실제 구매/계약/상담 신청까지 자동화해야 하는 경우
  • 특정 VIN/성능기록부/사고이력 원문까지 강제해야 하는 경우
  • 여러 업체 통합 최저가 비교가 필요한 경우

Prerequisites

  • 인터넷 연결
  • node 18+
  • used-car-price-search package 또는 동일 로직

Required inputs

1. Ask the car model/keyword first if it is missing

차종 키워드가 없으면 먼저 물어본다.

  • 권장 질문: 어떤 차종을 찾을까요? 예: 아반떼, K3, 캐스퍼
  • 너무 넓으면: 제조사나 차종을 조금 더 구체적으로 알려주세요. 예: 현대 아반떼, 기아 K3

Official surface used in v1

  • SK direct used-car inventory page: https://www.skdirect.co.kr/tb

Workflow

1. 차종 키워드가 없으면 먼저 질문한다. 2. SK렌터카, 롯데렌탈, 레드캡렌터카 비교 결과를 짧게 기억하고, 현재 공급자는 SK렌터카 다이렉트 타고BUY 임을 유지한다. 3. https://www.skdirect.co.kr/tb HTML 을 가져온다. 4. HTML 의 __NEXT_DATA__ JSON 에서 carListProd inventory snapshot 을 읽는다. 5. 차종 키워드로 inventory 를 필터링한다. 6. 상위 결과에서 인수가, 월 렌트료, 연식, 주행거리, 연료, 변속기를 정리한다. 7. 같은 차종이라도 재고가 수시로 바뀔 수 있으므로 snapshot 기준 응답임을 짧게 알린다.

Node.js example

const { lookupUsedCarPrices } = require("used-car-price-search")

async function main() {
  const result = await lookupUsedCarPrices("아반떼", { limit: 5 })

  console.log({
    provider: result.provider,
    matchedCount: result.matchedCount,
    summary: result.summary,
    items: result.items
  })
}

main().catch((error) => {
  console.error(error)
  process.exitCode = 1
})

Respond conservatively

응답은 아래 순서로 짧게 정리한다.

  • 공급자: SK렌터카 다이렉트 타고BUY
  • 차종 키워드
  • 매칭된 차량 수
  • 인수가 범위
  • 월 렌트료 범위
  • 대표 차량 2~5개
  • 공개 inventory snapshot 기준이라 실시간 재고/가격은 바뀔 수 있다는 안내

Done when

  • 주요 렌터카 업체 비교와 공급자 선택 이유를 설명했다.
  • 차종 키워드 기준으로 결과를 최소 1건 이상 또는 보수적 빈 결과로 반환했다.
  • 결과에 인수가월 렌트료 를 함께 담았다.
  • 라이브 검증에서 최소 10회 이상 반복 조회가 가능함을 확인했다.

Failure modes

  • 공개 inventory snapshot 은 페이지 갱신 타이밍에 따라 달라질 수 있다.
  • 별도 공개 API 문서는 찾지 못했으므로 v1 은 HTML 내 __NEXT_DATA__ 의 안정성에 의존한다.
  • 특정 차종 키워드가 너무 넓으면 유사 모델이 함께 섞일 수 있다.

Related skills

How it compares

Choose used-car-price-search when you need Korean rent-to-own listing prices from a public Next.js page instead of building a full multi-provider scraper from scratch.

FAQ

Why is SK direct the v1 provider?

Its public HTML includes __NEXT_DATA__ with carListProd inventory and allows repeated queries without login, unlike unstable Lotte or Redcap surfaces.

What prices are returned?

Both monthly rent and buyout price plus year, mileage, fuel, and transmission for matched vehicles.

Are results real-time?

No. They reflect the public inventory snapshot at fetch time and may change as the page refreshes.

Is Used Car Price Search safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.