Discover/hasznaltauto.hu API
live

hasznaltauto.hu APIhasznaltauto.hu

Access used car listings and detailed specifications from Hasznaltauto.hu, Hungary's largest second-hand car marketplace, via a simple REST API.

Endpoints
2
Updated
14d ago
Try it
Page number for pagination (1-based).
api.parse.bot/scraper/bcb94485-054e-4b0f-9fa5-bc9d135a14eb/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/bcb94485-054e-4b0f-9fa5-bc9d135a14eb/list_cars?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

List used cars (személyautó) currently available on hasznaltauto.hu. Returns paginated results with 75 cars per page. Results are fetched by querying the site's search form for all available vehicles.

Input
ParamTypeDescription
pageintegerPage number for pagination (1-based).
Response
{
  "type": "object",
  "fields": {
    "cars": "array of car listing objects, each with name, url, price, and attributes",
    "page": "integer, the current page number",
    "total_on_page": "integer, number of cars returned on this page"
  },
  "sample": {
    "data": {
      "cars": [
        {
          "url": "https://www.hasznaltauto.hu/szemelyauto/peugeot/rifter/peugeot_rifter_1.2_puretech_allure_ss_l1_kizarolag_gyartasrendelesbol_elerheto_modell-20789545",
          "name": "PEUGEOT RIFTER 1.2 PureTech Allure S&S L1",
          "price": "10 855 000 Ft",
          "attributes": [
            "Benzin",
            "2024",
            "1 199 cm³",
            "81 kW",
            "110 LE",
            "4 km"
          ]
        }
      ],
      "page": 1,
      "total_on_page": 75
    },
    "status": "success"
  }
}

About the hasznaltauto.hu API

The Hasznaltauto.hu API provides access to Hungary's largest used car marketplace through 2 endpoints, returning listing data and full vehicle specifications. The list_cars endpoint retrieves paginated batches of 75 cars per page including name, price, and URL, while car_details returns granular technical specs, seller name, and location for any individual listing.

Endpoints Overview

The API exposes two endpoints. list_cars returns paginated results from Hasznaltauto.hu's inventory of személyautó (passenger car) listings. Each page delivers up to 75 car objects, each containing the car's name, url, price, and a set of listing attributes. The page parameter (1-based integer) controls pagination, and the response includes total_on_page so you can detect partial pages at the end of the result set.

Car Details

Passing any listing URL from Hasznaltauto.hu to car_details returns a richer object. Fixed fields include title, price (formatted as a Hungarian Forint string, e.g. 10 855 000 Ft), seller, and location. Beyond those, the response contains dynamic specification keys in Hungarian — fields such as Kategória (category), Szélesség (width), and other technical attributes that vary by vehicle. This means the exact set of keys in the response depends on what the individual seller has filled in for that listing.

Data Shape and Coverage

Because the dynamic specification keys are in Hungarian and vary per listing, consuming code should handle missing keys gracefully. The url field returned by list_cars is directly usable as the url input to car_details, making it straightforward to chain the two endpoints for bulk data collection. Coverage is limited to passenger cars (személyautó); other vehicle categories listed on the site are not currently in scope.

Source Context

Hashnaltauto.hu is Hungary's primary online marketplace for used vehicles. It does not publish an official public developer API. This Parse API is the practical way to integrate its listing data into external applications.

Common use cases
  • Track price trends for specific makes and models across the Hungarian used car market using list_cars and price fields.
  • Build a vehicle comparison tool by pulling full specs from car_details for multiple listings.
  • Monitor new listings as they appear by paginating list_cars and detecting new URLs over time.
  • Aggregate seller and location data from car_details to map dealership density across Hungarian regions.
  • Feed listing data into a price estimation model by combining attributes from list_cars with technical specs from car_details.
  • Populate an internal inventory database with structured car data including title, price, and specifications.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Hasznaltauto.hu have an official public developer API?+
No. Hasznaltauto.hu does not publish a public developer API or documented data access program. This Parse API is the available programmatic interface to its listing data.
What does `car_details` return beyond price and title?+
car_details returns seller (the dealer or private seller name), location (the seller's address or region), and a variable set of Hungarian-language specification keys such as Kategória and Szélesség. The exact keys depend on what the individual listing includes, so not all vehicles will have the same set of fields.
Can I filter `list_cars` results by make, model, price range, or year?+
The list_cars endpoint currently accepts only a page parameter for pagination and returns all available listings without filter options. You can fork this API on Parse and revise it to add filter parameters targeting specific makes, models, or price ranges.
Does the API cover vehicle categories other than passenger cars?+
Not currently. The API covers személyautó (passenger car) listings only. Hasznaltauto.hu also lists motorcycles, vans, and trucks, but those categories are outside the current scope. You can fork the API on Parse and revise it to add endpoints for those vehicle types.
How fresh is the listing data, and are removed listings handled?+
Results reflect what is currently live on Hasznaltauto.hu at the time of the request. If a listing has been removed or sold, calling car_details with its URL will return an error or empty response rather than cached data. Building in error handling for missing listings is advisable when processing results in bulk.
Page content last updated . Spec covers 2 endpoints from hasznaltauto.hu.
Related APIs in AutomotiveSee all →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.