Bazos.sk Scraper avatar

Bazos.sk Scraper

Pricing

from $1.70 / 1,000 results

Go to Apify Store
Bazos.sk Scraper

Bazos.sk Scraper

[💰 $1.7 / 1K] Extract classified ads from Bazos.sk, Slovakia's biggest free marketplace. Search cars, real estate, electronics, jobs and 20+ categories by keyword, postal code, radius and price. Returns title, price, location, seller, photos, description, views and ad URL.

Pricing

from $1.70 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Pull classified ads from Bazos.sk — Slovakia's biggest free marketplace — with title, price, location, seller name, posted date, every photo URL, full description, and the ad's own view count, one clean row per listing. Search by keyword, narrow to any of 20 categories, and filter by postal code, radius, and price range. Built for resellers, price researchers, and lead-generation teams who need structured Slovak marketplace data without copy-pasting ads one page at a time.

Why This Scraper?

  • 20 named categories — Cars, Motorcycles, Real Estate, Jobs, Animals, Kids, Machinery, House & Garden, Computers, Mobile Phones, Photo, Electronics, Sport, Music, Tickets, Books, Furniture, Clothing, Services, and Other, or search across all of them at once.
  • Postal-code + radius targeting in kilometres — centre a search on any Slovak PSČ (e.g. 81101 Bratislava, 04001 Košice) and pull only ads within the distance you set.
  • Newest, cheapest, or most-expensive sorting — collect the freshest listings first for monitoring, or the lowest-priced first for arbitrage hunting.
  • Every photo URL per ad — the full image carousel for each listing, plus a dedicated main-photo field, filtered to that exact ad so you never pull a neighbouring listing's pictures.
  • Honest price handling — numeric price in euros where available, plus the raw price text so you keep "Zadarmo" (free), "Dohodou" (negotiable), and "V texte" listings instead of dropping them.
  • The Bazos-specific view count — the number of times each ad has been seen, a demand signal most marketplace scrapers ignore.
  • Multi-keyword runs, deduplicated by ad ID — queue several search terms in one run and get a single clean list with no repeated ads, even across overlapping searches.
  • Paste-a-URL power mode — drop any Bazos.sk search, category, or individual ad page in and the scraper collects it as-is, filters and all.

Use Cases

Reselling & Arbitrage

  • Spot underpriced phones, electronics, and cars before they sell
  • Sort cheapest-first to surface flip candidates fast
  • Track "Zadarmo" (free) and "Dohodou" (negotiable) listings most tools discard
  • Compare asking prices for the same model across categories

Market & Price Research

  • Benchmark second-hand prices by category and region
  • Measure listing volume and demand using each ad's view count
  • Track how prices shift over time for a given keyword
  • Compare Bratislava, Košice, and rural-region pricing by postal code

Lead Generation

  • Build outreach lists of sellers with name, location, and ad URL
  • Target a single category and price band for qualified prospects
  • Identify high-activity sellers by view count and posting frequency
  • Focus on a specific region with postal-code + radius filtering

Inventory & Competitor Monitoring

  • Watch newest-first to catch fresh listings the moment they post
  • Monitor a competitor's category for new stock and price moves
  • Track real-estate or vehicle inventory in a target town
  • Re-run a saved keyword to keep a daily snapshot of a niche

Getting Started

Search by Keyword

The simplest run — one Slovak keyword across the whole site:

{
"searchQueries": ["iphone"],
"maxResults": 100
}

Keyword + Category + Price

Narrow to a category and a price band:

{
"searchQueries": ["octavia"],
"category": "auto",
"priceMin": 2000,
"priceMax": 8000,
"maxResults": 200
}

Local Search with Radius and Sorting

Find the cheapest matching ads near a postal code:

{
"searchQueries": ["pohovka"],
"category": "nabytok",
"postalCode": "81101",
"radiusKm": 25,
"sortBy": "price-asc",
"maxResults": 100
}

Paste Bazos.sk URLs (Power User)

Already have a filtered search or a specific ad open in your browser? Paste the URLs directly — they override the guided fields:

{
"startUrls": [
"https://www.bazos.sk/search.php?hledat=macbook&rubriky=pc",
"https://mobil.bazos.sk/inzerat/12345678/iphone-15-pro.php"
],
"maxResults": 100
}

Input Reference

ParameterTypeDefaultDescription
searchQueriesarray["iphone"]Keywords to search for (Slovak terms usually match best — e.g. "iphone", "octavia", "pohovka"). Each keyword runs as its own search and results are deduplicated by ad ID. Leave empty to collect the unfiltered listing for the chosen category.
categoryselectAll categoriesLimit results to a single Bazos.sk category. Choose from Cars, Motorcycles, Real Estate, Jobs, Animals, Kids, Machinery, House & Garden, Computers, Mobile Phones, Photo, Electronics, Sport, Music, Tickets, Books, Furniture, Clothing, Services, Other — or keep All categories.

Location & Price

ParameterTypeDefaultDescription
postalCodestring""Slovak postal code to centre the search on — e.g. "81101" for Bratislava or "04001" for Košice. Leave empty to search all of Slovakia.
radiusKmintegernullOnly include ads within this many kilometres of the postal code. Ignored when no postal code is set.
priceMinintegernullOnly include ads at or above this price, in euros (€).
priceMaxintegernullOnly include ads at or below this price, in euros (€).
sortByselectNewest firstOrder in which to collect ads: Newest first, Cheapest first, or Most expensive first.

Advanced

ParameterTypeDefaultDescription
startUrlsarray[]Paste Bazos.sk URLs directly — search-result pages, category pages (e.g. https://auto.bazos.sk/), or individual ad pages. When provided, these override the keyword, category, location, and price fields above.
maxResultsinteger100Maximum number of ads to collect across all searches and URLs. Set to 0 for no cap. Ads are collected in full pages, so the final page may overshoot this number by a few rows.

Output

Each ad becomes one flat row. Here's a representative result:

{
"id": "171234567",
"url": "https://mobil.bazos.sk/inzerat/171234567/iphone-15-pro-256gb.php",
"title": "iPhone 15 Pro 256GB",
"description": "Predám iPhone 15 Pro 256GB v záruke, kompletné balenie, bez škrabancov. Osobný odber Bratislava alebo zaslanie poštou.",
"price": 850,
"currency": "EUR",
"priceText": "850 €",
"category": "mobil",
"location": "Bratislava",
"postalCode": "81101",
"sellerName": "Martin",
"sellerPhone": "094...",
"views": 312,
"imageUrl": "https://www.bazos.sk/img/1/171/171234567.jpg",
"imageUrls": [
"https://www.bazos.sk/img/1/171/171234567.jpg",
"https://www.bazos.sk/img/2/171/171234567.jpg"
],
"publishedAt": "2026-05-30",
"searchQuery": "iphone",
"sourceListUrl": "https://www.bazos.sk/search.php?hledat=iphone&rubriky=mobil",
"scrapedAt": "2026-06-02T14:30:00+00:00"
}

Core Fields

FieldTypeDescription
idstringBazos.sk ad identifier
urlstringDirect link to the ad
titlestringAd headline
descriptionstringFull ad body text
categorystringBazos.sk category slug (e.g. "auto", "reality", "mobil")
publishedAtstringDate the ad was posted (YYYY-MM-DD)
viewsnumberNumber of times the ad has been viewed

Price

FieldTypeDescription
pricenumberNumeric price in euros; empty when the ad has no fixed price
currencystringAlways "EUR"
priceTextstringRaw price label as shown on the ad — a euro amount, "Zadarmo" (free), "Dohodou" (negotiable), or "V texte"

Location & Seller

FieldTypeDescription
locationstringCity or municipality the ad is listed in
postalCodestringSlovak postal code (PSČ) of the ad
sellerNamestringSeller's display name
sellerPhonestringSeller's masked phone prefix as shown on the ad (e.g. "094...") — the full number is not published by Bazos.sk

Media & Provenance

FieldTypeDescription
imageUrlstringMain photo URL
imageUrlsarrayAll photo URLs for the ad
searchQuerystringThe keyword that produced this row (empty for pasted URLs)
sourceListUrlstringThe search or category URL the ad came from
scrapedAtstringISO timestamp of when the row was collected

Tips for Best Results

  • Use Slovak keywords — Bazos.sk is a Slovak marketplace, so native terms ("pohovka" for sofa, "byt" for flat, "auto" for car) return far more matches than English ones.
  • Start with 50–100 results to confirm your keyword and filters are right, then raise maxResults once the output looks good.
  • Pin an exact search with startUrls — open Bazos.sk in your browser, apply every filter you want, then paste that URL in. It captures filters the guided fields don't, and overrides them entirely.
  • Widen the radius for rural areas — small towns have fewer ads, so a 50–100 km radius around a regional postal code returns far more than a tight 10 km.
  • Queue several keywords in one run — list every term you care about in searchQueries; results are deduplicated by ad ID, so overlapping searches never produce repeat rows.
  • sellerPhone is a masked prefix only — Bazos.sk publishes just the first few digits (e.g. "094..."); treat it as a partial signal, not a dialable number.
  • Set maxResults to 0 for a full sweep of a narrow keyword or category when you want everything available rather than a fixed cap.

Pricing

From $1.70 per 1,000 results — undercutting the going rate for Bazos.sk data while returning a far richer 19-field row. No compute or time-based charges — you pay per result, plus a small fixed per-run start fee.

ResultsNo discountBronzeSilverGold
100$0.20$0.19$0.18$0.17
1,000$2.00$1.90$1.80$1.70
10,000$20.00$19.00$18.00$17.00
100,000$200.00$190.00$180.00$170.00

A "result" is any ad row in the output dataset. Bronze, Silver, and Gold are Apify's loyalty tiers — subscribers pay progressively less.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n — Workflow automation
  • Google Sheets — Direct spreadsheet export
  • Slack / Email — Notifications on new results
  • Webhooks — Trigger custom APIs on run completion
  • Apify API — Full programmatic access

This actor is designed for legitimate market research, price analysis, and lead generation using publicly available classified ads. Users are responsible for complying with applicable laws and Bazos.sk's Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose, and handle any personal data (such as seller names) in line with applicable privacy regulations.