@taskmagic/apps-autotrader
v0.0.1
Published
Search [AutoTrader](https://www.autotrader.com) by ZIP code and scrape vehicle listings from the logged-in desktop Chrome session.
Readme
AutoTrader (Browser)
Search AutoTrader by ZIP code and scrape vehicle listings from the logged-in desktop Chrome session.
Action: Scrape Search Results
Inputs: ZIP (required), search radius, listing type (all/used/new/certified), make, model, min/max year, min/max price, max results.
Mode: request — replays the search-results GET and parses the embedded
__NEXT_DATA__ JSON (__eggsState.srp_results.activeResults + inventory +
owners). Paginates via the firstRecord offset. No DOM scraping.
Each row includes VIN, year/make/model/trim, price, mileage, colors, drivetrain, fuel type, engine, transmission, MPG, dealer name/location, distance, and the listing URL.
See builds/captures/capture-autotrader-search.md and
builds/captures/recipe-autotrader-search.yaml for the full capture notes.
