OLX Bulgaria Scraper — Classifieds & Prices avatar

OLX Bulgaria Scraper — Classifieds & Prices

Pricing

from $2.00 / 1,000 result scrapeds

Go to Apify Store
OLX Bulgaria Scraper — Classifieds & Prices

OLX Bulgaria Scraper — Classifieds & Prices

Scrape classified listings from OLX.bg — Bulgaria's #1 classifieds marketplace. Extract titles, BGN prices, seller info, condition, location, and photos. Search by keyword, filter by city and category. No login, no cookies.

Pricing

from $2.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

OLX Bulgaria Scraper

Scrape classified listings from OLX.bg — Bulgaria's largest classifieds and marketplace platform. Extract titles, BGN prices, seller info, condition, location data, and photos. No login or cookies required.

How to scrape OLX Bulgaria data

  1. Go to OLX Bulgaria Scraper on the Apify Store.
  2. Click Try for free to open the actor in Apify Console.
  3. Enter your search query (e.g., "iphone", "apartament Sofia", "velosiped").
  4. Optionally set location, category, and price filters.
  5. Click Start and wait for the run to finish.
  6. Download your data as JSON, CSV, Excel, or XML.

The scraper uses OLX.bg's internal API to extract structured data directly, which is faster and more reliable than HTML parsing. Each run returns clean, flat JSON objects ready for analysis.

Why use this actor?

OLX.bg is Bulgaria's dominant classifieds platform, covering everything from electronics and vehicles to real estate and jobs. This scraper is useful for:

  • Market research — track prices and availability of products across Bulgaria
  • Price monitoring — compare asking prices across regions and time periods
  • Lead generation — find sellers and business listings in specific categories
  • Academic research — analyze the Bulgarian second-hand market and consumer behavior
  • Competitive analysis — monitor what competitors are listing and at what prices

No login, cookies, or browser session is needed. The scraper works with direct HTTP requests to the OLX.bg API.

Pricing note

OLX.bg displays dual pricing (BGN and EUR) as Bulgaria transitions toward the euro. This actor normalizes every listing to BGN, using the platform's own conversion where a listing is priced in EUR, so your output is always in a single, consistent currency.

Input

FieldTypeRequiredDescription
searchQueryStringNoSearch keyword (default: "iphone")
categoryStringNoCategory slug (e.g., "elektronika", "avtomobili-karavani-lodki")
locationStringNoCity name (e.g., "Sofia", "Plovdiv", "Varna")
minPriceIntegerNoMinimum price filter in BGN
maxPriceIntegerNoMaximum price filter in BGN
sortByStringNoSort order: relevance, newest, cheapest, most_expensive
maxResultsIntegerNoMaximum listings to return (default: 100)
proxyConfigurationObjectNoProxy settings (Bulgarian residential recommended)

Supported locations

The actor supports filtering by major Bulgarian cities: Sofia, Plovdiv, Varna, Burgas, Ruse, Stara Zagora, Pleven, Dobrich, Sliven, Shumen. Both Latin and Cyrillic names are accepted. Leave empty to search all of Bulgaria.

Supported categories

Available category filters: elektronika, avtomobili-karavani-lodki, nedvizhimi-imoti, dom-i-gradina, moda, sport-knigi-hobi, zhivotni, za-bebeto-i-deteto, avtochasti-aksesoari, mashini-instrumenti-biznes-oborudvane, uslugi, rabota, ekskurzii-pochivki, antiki-i-kolektsii, podaryavam.

Output

Each listing contains the following fields:

FieldTypeExample
titleString"Продавам Iphone 16e 128GB"
priceNumber586.75
currencyString"BGN"
negotiableBooleanfalse
conditionString"used"
locationString"гр. Пловдив, Област Пловдив"
cityString"гр. Пловдив"
regionString"Област Пловдив"
descriptionStringFull listing description text
imageUrlStringPrimary image URL
imageUrlsArrayAll listing image URLs
sellerString"Мирослав Илиев"
sellerTypeString"private" or "business"
publishedDateString"2026-07-06T18:30:04+03:00"
urlStringFull OLX.bg listing URL
scrapedAtStringISO 8601 timestamp

Example output

{
"title": "Продавам Iphone 16e 128GB",
"price": 586.75,
"currency": "BGN",
"negotiable": false,
"condition": "used",
"location": "гр. Пловдив, Област Пловдив",
"city": "гр. Пловдив",
"region": "Област Пловдив",
"description": "Продавам Iphone 16e с вътрешна памет от 128GB. Устройството е в отлично състояние без видими следи от употреба.",
"imageUrl": "https://frankfurt.apollo.olxcdn.com:443/v1/files/5mnphxcyveg43-BG/image;s=800x600",
"imageUrls": [
"https://frankfurt.apollo.olxcdn.com:443/v1/files/5mnphxcyveg43-BG/image;s=800x600"
],
"seller": "Мирослав Илиев",
"sellerType": "private",
"publishedDate": "2026-07-06T18:30:04+03:00",
"url": "https://www.olx.bg/d/ad/prodavam-iphone-16e-128gb-CID632-IDa2YOZ.html",
"scrapedAt": "2026-07-06T18:35:00.000Z"
}

Cost estimate

This actor uses direct HTTP API calls (no browser), making it very efficient. Approximate cost: 0.5 compute units per 1,000 results at standard Apify pricing, which is roughly $0.50 per 1,000 listings.

Tips for best results

  • Use Bulgarian keywords for better results (Cyrillic terms like "телефон" or "велосипед" match more listings)
  • Set a location to narrow results to a specific city or region
  • Use residential proxies for large runs (1,000+ results) to avoid rate limiting
  • Combine filters — use minPrice/maxPrice with category for targeted searches
  • The OLX.bg API returns a maximum of ~1,000 results per query. Use more specific search terms or category filters to access more listings.

Limitations

  • OLX.bg limits API results to approximately 1,000 listings per search query
  • Some listings may show "price on request" (price will be null in output)
  • Location filtering works best with the major Bulgarian cities listed above
  • Data is scraped from the public OLX.bg platform and may change without notice
  • Respect OLX.bg's terms of service and use the data responsibly