Home.dk Denmark Real Estate Scraper avatar

Home.dk Denmark Real Estate Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Home.dk Denmark Real Estate Scraper

Home.dk Denmark Real Estate Scraper

Real estate listings scraper for home.dk

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Categories

Share

Home.dk Scraper

homedk-scraper

Scrape real estate listings from Home.dk — Denmark's second-largest property portal. Filter by transaction type (sale or rent) and collect up to tens of thousands of listings.

Method

Uses the internal REST API at api.home.dk/search/homedk/cases (discovered via JS bundle analysis). No browser needed — pure HTTP with axios. The X-Forwarded-Host: home.dk header is required for the API to accept requests. No session authentication needed.

  • 44,000+ sale listings, 2,000+ rental listings available
  • Clean JSON response — no HTML parsing
  • Pagination via ?page=N with hasNextPage signal
  • ~21 listings per page by default

Input

FieldTypeDefaultDescription
transactionString"sale""sale" or "rent"
maxItemsInteger500Maximum listings to scrape
pageSizeInteger21Items per API request (max ~100)

Output Fields

FieldTypeDescription
idStringUnique listing ID
urlStringFull listing URL
transactionString"sale" or "rent"
propertyTypeStringe.g. "terracedhouse", "apartment", "detachedhouse"
titleStringListing headline
priceTextStringFormatted price e.g. "3.650.000 kr."
priceAmountNumberPrice in DKK
priceCurrencyStringAlways "DKK"
rentPerMonthAmountNumber|nullMonthly rent in DKK (rent listings only)
rentPerMonthTextString|nullFormatted monthly rent
addressStringFull address
roadStringStreet name
postalCodeStringPostal code
cityStringCity name
countryStringAlways "DK"
latitudeNumberGPS latitude
longitudeNumberGPS longitude
areaM2Number|nullFloor area in m²
plotM2Number|nullPlot area in m²
totalAreaM2Number|nullTotal square meters
floorAreaTotalM2Number|nullTotal floor area (business cases)
imagesArrayImage URLs (presentation + floor plans, sorted by priority)
tagsArrayTags e.g. ["newListing"]
isLuxuriousBooleanLuxury listing flag
isHighlightedBooleanHighlighted listing flag
isExternalBooleanListed by external broker
isPlotBooleanPlot/land only listing
isBusinessCaseBooleanCommercial listing
isRentalCaseBooleanRental listing flag
isComingSoonBooleanComing soon listing
projectIdString|nullProject ID if part of a development
openHouseStartString|nullOpen house start datetime (ISO 8601)
openHouseEndString|nullOpen house end datetime (ISO 8601)
openHouseRegistrationRequiredBoolean|nullWhether registration is required for open house
sourceStringAlways "home.dk"
scrapedAtStringISO 8601 scrape timestamp
contentHashStringMD5 of id+price+area for change detection

Notes

  • The API returns up to 44,000 sale listings and ~2,000+ rental listings
  • No proxy required — the API is publicly accessible with the correct headers
  • Rate limiting: ~700ms Gaussian sleep between pages