UlovDomov Scraper avatar

UlovDomov Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
UlovDomov Scraper

UlovDomov Scraper

Scrape Czech rental and sale listings from ulovdomov.cz. Use the same filters as the site or paste a URL — the URL wins when set. Defaults to /pronajem/byty.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Categories

Share

🇨🇿 UlovDomov Scraper

Want UlovDomov rentals in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

UlovDomov is a Czech rental board for apartments, houses, and roommate ads. The default search is /pronajem/byty. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Prague and Brno apartments from UlovDomov.
  • Dashboards: Track new rentals without paging the site.
  • Market research: Slice Czech rentals by sale or rent, type, city, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live UlovDomov results.
  • 📚 RAG Systems: Feed titles, prices, and cities into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste an UlovDomov search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Rent or sale, property type, city, price, and sort.
  • 🌐 Listing cards: Title, price in Czech koruna, location, rooms, size, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, location, rooms, size, image, offer_type, property_type, published

🚀 Quick start

Option A: paste https://www.ulovdomov.cz/pronajem/byty. Option B: pick rent and apartments, then set max_results.

Input Example (filters):

{
"listing_type": "rent",
"property_type": "byty",
"location": "praha",
"price_max": 25000,
"sort": "latest",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.ulovdomov.cz/pronajem/byty",
"max_results": 100
}

Output Example:

{
"id": "5677420",
"url": "https://www.ulovdomov.cz/nabidka/5677420/pronajem-brno-stare-brno-nove-sady-2-kk",
"title": "Pronájem bytu 2+kk 54 m2",
"price": 24900,
"currency": "CZK",
"location": "Nové sady, Brno",
"rooms": "twoPlusKitchenette",
"size": 54,
"image": "https://photo.ulovdomov.cz/example",
"offer_type": "rent",
"property_type": "flat",
"published": "2026-09-04T16:56:03"
}

Output fields:

FieldDescription
idUlovDomov listing id.
urlPublic listing page.
titleAd title.
priceRent or sale price in Czech koruna when shown.
currencyUsually CZK.
locationStreet and city on the card.
roomsDisposition when shown.
sizeFloor area in m² when shown.
imageListing photo.
publishedWhen the ad was posted, when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—UlovDomov search or listing URL. Overrides every filter.
listing_typedropdownNorentFor rent, for sale, or roommate.
property_typedropdownNoapartmentsApartments, houses, or rooms.
locationdropdownNoall CzechiaCity.
querystringNo—Optional keyword kept from a pasted URL.
price_minintegerNo—Lowest price in Czech koruna.
price_maxintegerNo—Highest price in Czech koruna.
sortdropdownNonewestNewest, cheapest, or best match.
max_resultsintegerNo50Maximum rows (1–2000).