Hasznaltauto: List Cars
Hasznaltauto via Parse · automotive
List used cars (személyautó) currently available on hasznaltauto.hu. Returns paginated results ordered by the site's default sort. Each page contains up to ~100 car summaries. Pagination advances by integer page number; the site does not expose total page count so iteration stops when a page returns fewer items than expected. Optional filters narrow results by price, fuel type, transmission, valid registration, and minimum horsepower. Server-side filters (max_price, fuel_type, transmission=automata, valid_registration) are applied upstream; min_horsepower and transmission=manuális are applied client-side on the returned page. Scraper for hasznaltauto.hu to list and extract details of used cars in Hungary. Fulfilled by Parse from hasznaltauto.hu.
- automotive
- ecommerce
- hasznaltauto
- hasznaltauto-hu
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/bcb94485-054e-4b0f-9fa5-bc9d135a14eb/list_cars
- Interface artifact
- sha256:f3db69b66defcf417d4066ab80acad875621b6bfb1b55385ef7a443f64058fb9
- Manifest digest
- sha256:6ada57890ce1e911070a90ddfc9f31cbeb25301febd0e095b688584c88838563
Request fields
- page (integer): Page number for pagination (1-based).
- fuel_type (string): Filter by fuel type. Accepted values include: Benzin, Dízel, Benzin/Gáz, LPG, CNG, Dízel/Gáz, Hibrid, Hibrid (Benzin), Hibrid (Dízel), Elektromos, Etanol, Biodízel, Gáz.
- max_price (integer): Maximum price in HUF. Only listings at or below this price are returned (e.g. 500000).
- transmission (string): Filter by transmission type. Accepted values: "automata" for automatic, "manuális" for manual.
- min_horsepower (integer): Minimum engine power in horsepower (LE). Listings below this value are excluded. Applied client-side on the fetched page.
- valid_registration (boolean): When true, only listings with a currently valid vehicle registration (érvényes forgalmi) are returned.
Example queries
- {"page":"1"}