Skip to Content

Mobile.bg Data Parser & API

Mobile.bg is Bulgaria’s #1 car portal — around 9.4M visits per month across hundreds of thousands of listings — and Carapis extracts its full listing data, including spec, mileage, photos and dealer details, through one REST API. The dominant Bulgarian auto site, Mobile.bg combines deep inventory with low anti-bot friction.

CountryBulgaria
TypePortal
Vehicle typesused, new, dealer
Monthly visits~9.4M/mo (Semrush Dec 2025)
Active listings~hundreds of K
API accessNo public API (parse-only)
Parse priority★★★★☆
Official sitewww.mobile.bg

What is Mobile.bg?

Mobile.bg is the leading car portal in Bulgaria, carrying dealer and private listings of used and new cars. It is the country’s primary online car marketplace. Mobile.bg draws ~9.4M visits per month (Semrush, Dec 2025) with hundreds of thousands of active listings.

Market Position

Mobile.bg leads the Bulgarian auto market with ~9.4M monthly visits (Semrush, Dec 2025), ahead of Cars.bg and auto.bg. Its deep inventory and low anti-bot make it an efficient, high-value data source. Carapis serves its listing data through the same unified endpoint as every other platform.

Data Fields Available

Carapis extracts a structured record from each Mobile.bg listing:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission
  • Condition — mileage
  • Pricing — listed price
  • Specification — factory options and trim
  • Listing context — dealer / seller info, location, photo gallery

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "mobile-bg", "limit": 20}, headers={"Authorization": f"Bearer {API_KEY}"}, ) for car in resp.json()["results"]: print(car["make"], car["model"], car["year"], car["price"])

Get an API key at my.carapis.com  and see the full API reference. Pricing is on the pricing page.

Use Cases

  • Pricing intelligence — Bulgaria’s leading auto dataset powers residual-value and market-pricing models for dealers.
  • Market research — track inventory mix, mileage and price trends across the Bulgarian used-car market. See market research.
  • Import / export — Bulgaria is an EU entry point for used cars; spec and dealer data support cross-border sourcing. See import & export.

Frequently asked questions