Install
openclaw skills install @crawlora-org/used-car-market-comparisonCompare used-car asking prices with matched local listings through Crawlora. Use for a vehicle shortlist, a comparable-listing price range, or explaining a listing's premium or discount by trim, mileage, condition, and location.
openclaw skills install @crawlora-org/used-car-market-comparisonBuild a traceable comparison of advertised vehicles. An asking-price sample can show how a listing compares with observed alternatives; it cannot establish a transaction value, sale speed, or the vehicle's mechanical condition.
Set CRAWLORA_API_KEY to your key from crawlora.net.
Use the bundled scripts/crawlora.sh, which sends x-api-key to
https://api.crawlora.net/api/v1. Read reference/endpoints.md
for selected endpoints and parameters. Successful results are inside data;
check application code as well as HTTP status. Stop on authentication errors,
back off on 429, and retry a transient upstream failure once. A failed fetch
is unavailable evidence, not zero inventory. Keep requests within the user's
scope and credit budget; save query, page, source IDs, and retrieval times with
results if collection needs to resume.
query
and filter returned records when a code is unverified.stock_type, and page only. Retrieve a
bounded local sample and filter year/make/model/trim locally; do not invent
server-side filters or present its unfiltered total as the comparable count.
Keep used and certified samples distinct (used/certified on Autotrader,
used/cpo on Cars.com). CarMax uses its own retail inventory context.store_id; discover a store with
the included store endpoints when local transfer context matters. Omission
uses a default store and can change displayed transfer/pricing context.scripts/crawlora.sh /carmax/search make=Toyota model=RAV4 zip=94103 min_year=2021 max_year=2023 page=1
scripts/crawlora.sh /autotrader/search query="Toyota RAV4" condition=used zip=94103 radius=50 page=1
scripts/crawlora.sh /carsdotcom/search zip=94103 radius=50 stock_type=used page=1
(target / median - 1) * 100
with the chosen cohort shown. Do not invent a dollars-per-mile adjustment or
causal valuation model. Small or poorly matched samples warrant a descriptive
range, not a precise fair-value claim.Return the match criteria, coverage/stopping ledger, comparable vehicle table, price summary, and a shortlist or outlier explanation suited to the user. Include URLs, retrieval dates, excluded records/reasons, uncertain matches, fee/history gaps, and questions for the seller. Do not contact sellers, reserve vehicles, or purchase history reports unless the user requests those actions.