πŸ‡©πŸ‡° Boliga Denmark Real Estate Listings avatar

πŸ‡©πŸ‡° Boliga Denmark Real Estate Listings

Pricing

Pay per usage

Go to Apify Store
πŸ‡©πŸ‡° Boliga Denmark Real Estate Listings

πŸ‡©πŸ‡° Boliga Denmark Real Estate Listings

Scrape Boliga.dk β€” Denmark's largest real estate marketplace β€” for active property listings. Filter by zip codes, sale/rent, price range, room count. Returns 20+ fields per listing including lat/lon, price DKK, mΒ², rooms, build year, energy class, days-on-market, foreclosure flag. Powered by Boliga'

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

Scrape Boliga.dk β€” Denmark's largest real estate marketplace β€” for active property listings. Filter by zip codes, sale/rent, price range, room count. Returns 20+ fields per listing including lat/lon, price DKK, mΒ², rooms, build year, energy class, days-on-market, foreclosure flag. Powered by Boliga's official public API.

πŸ’» Code Example β€” Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/boliga-denmark-real-estate").call(run_input={
"zip_codes": "1000-1499",
"listing_type": "sale",
"max_results": 50
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

🌐 Code Example β€” cURL

curl -X POST "https://api.apify.com/v2/acts/nexgendata~boliga-denmark-real-estate/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"zip_codes": "1000-1499", "listing_type": "sale", "max_results": 50}'

❓ FAQ

Q: How do I get started? Sign up at apify.com, grab your API token, and run via console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

Q: What's the typical cost per run? Most runs finish under $0.20 for typical batch sizes. See pricing below.

Q: Is this actor maintained? Yes. NexGenData maintains 160+ Apify actors with regular updates. Bug reports via the Apify console issues tab get responses within 24 hours.

Q: Can I use the output commercially? Yes β€” you own the output data. The underlying public registry / API data sources have their own terms; check those for any restrictions.

πŸ’° Pricing

  • Actor Start: $0.005 per run
  • Listing: $0.018 per listing

πŸ’‘ Pricing Rationale

Anchor: Boliga's free tier covers individual searches; competitors like home.dk and dba.dk offer no bulk APIs. We provide pipeline access at $0.018/listing. Real estate investor pulling 280 listings Γ— $0.018 = $5 (threshold). Power users (DK property funds, 1000+ listings/mo) pay $18+.

πŸ“š More From NexGenData

Visit thenextgennexus.com for tutorials, the full catalog of 160+ actors, Gumroad data packs, and our newsletter.

πŸš€ Apify Affiliate Program

New to Apify? Sign up with our referral link β€” you get free platform credits on signup.


Built and maintained by NexGenData β€” 160+ actors covering scraping, enrichment, MCP servers, and automation. Home: thenextgennexus.com.

πŸ’» Code Example β€” Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/boliga-denmark-real-estate").call(run_input={
# Fill in the input shape from the actor's input_schema
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

🌐 Code Example β€” cURL

curl -X POST "https://api.apify.com/v2/acts/nexgendata~boliga-denmark-real-estate/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ /* input schema */ }'

❓ FAQ

Q: How do I get started? Sign up at apify.com, grab your API token from Settings β†’ Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.

Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.

Q: Can I use the output commercially? Yes β€” you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.

Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.

πŸ’° Pricing

Pay-per-event pricing β€” you only pay for what you actually extract.

  • Actor Start: $0.0001
  • result: $0.0050

πŸš€ Apify Affiliate Program

New to Apify? Sign up with our referral link β€” you get free platform credits on signup, and you help fund the maintenance of this actor fleet.

πŸ“š More From NexGenData

Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com β€” the brand home for everything we ship.

  • πŸ“– Tutorials & how-to guides
  • πŸ—‚οΈ Full actor catalog with usage examples
  • πŸ“¦ Gumroad data packs (one-time purchases)
  • πŸ“¬ Newsletter β€” monthly drops of new actors and revenue experiments

Built and maintained by NexGenData β€” 165+ actors covering scraping, enrichment, MCP servers, and automation. 🏠 Home: thenextgennexus.com