Scrape used-car listings from Autoplius.lt, Lithuania's #1 car marketplace — make, model, year, price in EUR, mileage, fuel type, gearbox, engine power, body type, color, seller, and photos. Export to JSON or CSV; enrich each listing from its detail page.
Add ad_status field — active / reserved (Rezervuota) / sold (Parduota),
read from the detail-page sidebar badge (div.sidebar-badge). Sourced from the
badge element only, never the seller's free-text description. Set in listing mode
and when enrichDetails is on. (Reserved verified against a live listing;
sold mapping follows the same badge pattern — confirm against a sold sample.)
Add listing mode: new listingUrls input scrapes a caller-supplied set of
listing detail pages directly, bypassing search. Built for tracking specific
cars over time — reserved/sold listings stay reachable by URL even after they
drop out of search results.
New detail-page parsers (detail_title, detail_location, detail_description,
detail_photos, year_from_first_registration) so a full ResultRow can be built
from a detail page alone (no card needed). Now populates description and seller
location from the detail page.