Discover/autoplius.lt API
live

autoplius.lt APIautoplius.lt

Access car listings and detailed vehicle specs from autoplius.lt, Lithuania's main car classifieds. Search listings and fetch full details via 2 endpoints.

Endpoints
2
Updated
3mo ago
Try it
Page number for pagination.
api.parse.bot/scraper/3bde9220-9fe5-42d4-b997-77829bc1dd7a/<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/3bde9220-9fe5-42d4-b997-77829bc1dd7a/search_cars?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

List car listings from the main passenger cars section of autoplius.lt with basic information and URLs. Returns paginated results with approximately 20 listings per page.

Input
ParamTypeDescription
pageintegerPage number for pagination.
Response
{
  "type": "object",
  "fields": {
    "page": "current page number as integer",
    "listings": "array of listing objects with url, title, price, raw_parameters, and location",
    "total_on_page": "number of listings returned on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "listings": [
        {
          "url": "https://autoplius.lt/skelbimai/bmw-i5-84-kwh-sedanas-2024-elektra-30731278.html",
          "price": "48 700 €",
          "title": "BMW i5",
          "location": "Sedanas",
          "raw_parameters": [
            "2024-08",
            "Sedanas"
          ]
        }
      ],
      "total_on_page": 20
    },
    "status": "success"
  }
}

About the autoplius.lt API

The Autoplius.lt API provides access to Lithuania's largest vehicle classifieds marketplace through 2 endpoints. Use search_cars to retrieve paginated lists of passenger car ads — each with title, price, location, and listing URL — then pass any URL to get_car_details to pull full specifications, images, seller name, and description for that specific vehicle.

Searching Car Listings

The search_cars endpoint returns the main passenger cars section of autoplius.lt in paginated form, delivering approximately 20 listings per page. Each result includes a url, title, price, location, and a raw_parameters object with the abbreviated spec data shown in the search view. Use the page integer parameter to step through the full catalogue. The response also includes total_on_page so you can detect when a page is sparse or exhausted.

Fetching Listing Details

The get_car_details endpoint accepts the full autoplius.lt listing URL — for example, https://autoplius.lt/skelbimai/<listing-slug>.html — and returns a complete record for that ad. The parameters object contains car specification key-value pairs in Lithuanian (fields such as make, model, year, mileage, fuel type, gearbox, and body type as published by the seller). Additional fields include an images array of photo URLs, description free text, seller_name, location, and price.

Data Coverage and Language

All specification keys in the parameters object are returned in Lithuanian, matching the language of the source. The API covers the passenger cars category. Vehicle price is returned as a formatted string with the currency symbol or null if not listed. Seller contact details beyond seller_name and location are not included in the response.

Common use cases
  • Aggregate Lithuanian used car listings into a price comparison tool using the price and parameters fields
  • Track mileage and year data from parameters to build depreciation or valuation models for the Lithuanian market
  • Monitor new listings by paginating search_cars regularly and detecting previously unseen URLs
  • Collect vehicle photo sets via the images array for training automotive image classifiers
  • Build a regional inventory tool that maps location fields from multiple listings
  • Enrich a dealership CRM by pulling full specs via get_car_details for vehicles sourced from autoplius.lt
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 autoplius.lt have an official developer API?+
Autoplius.lt does not publish a documented public developer API. This Parse API is the available programmatic way to access structured listing data from the site.
What does `get_car_details` return beyond what `search_cars` provides?+
search_cars returns summary data: url, title, price, location, and raw_parameters. get_car_details adds the full parameters specification object (all spec key-value pairs in Lithuanian), the complete images array of photo URLs, the free-text description, and seller_name. Use the URL from a search result as the required input to get_car_details.
Are commercial vehicle or motorcycle listings covered?+
Not currently. The API covers the main passenger cars section of autoplius.lt. Trucks, motorcycles, and other vehicle categories are not returned by the current endpoints. You can fork this API on Parse and revise it to add endpoints targeting those sections.
Can I filter search results by make, model, price range, or year?+
The search_cars endpoint accepts only a page parameter; server-side filtering by make, price, or year is not currently supported. You can fork this API on Parse and revise it to pass filter parameters and target filtered listing URLs.
Are specification keys in `parameters` in Lithuanian, and how should I handle them?+
Yes, the keys in the parameters object reflect the Lithuanian-language labels used on the source site (for example, 'Markė' for make, 'Kėbulo tipas' for body type). If your application requires English keys, you will need to maintain a translation mapping on your side, as the API returns the fields as published.
Page content last updated . Spec covers 2 endpoints from autoplius.lt.
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.
Autoplius.lt API – Lithuanian Car Listings · Parse