Scrape used-car listings from autovit.ro, Romania's #1 car marketplace (Adevinta/OLX group) — price, make, model, year, mileage, fuel, gearbox, power, body type, colour, seller (dealer/private), location, and photos. Export to JSON or CSV; optionally enrich with the full Romanian description.
Residential proxy guard: _resolve_proxy_url now always forces
apifyProxyGroups=["RESIDENTIAL"] and raises RuntimeError (instead of
falling back to direct routing) when the proxy configuration is unavailable.
autovit.ro is DataDome-protected — datacenter IPs are hard-blocked.
_ensure_residential helper (pure function) handles the group injection;
apifyProxyCountry is preserved across the rewrite.
New tests/test_proxy_guard.py: 10 unit tests covering forced-group,
country-code preservation, raises-on-None, raises-on-unavailable-proxy.
README Limitations updated: residential is now required, not just recommended.