namibia-real-estate-scraper avatar
namibia-real-estate-scraper

Pricing

$5.00 / 1,000 results

Go to Apify Store
namibia-real-estate-scraper

namibia-real-estate-scraper

Developed by

Nyambe Felix Matongo

Nyambe Felix Matongo

Maintained by Community

Scrapes real estate listings from property24.com.na for a specified city

0.0 (0)

Pricing

$5.00 / 1,000 results

0

4

4

Last modified

2 months ago

from pathlib import Path

Define the README content

readme_content = """# 🏑 Namibia Real Estate Scraper

Scrape up-to-date property listings from Namibian real estate platforms for research, analysis, or lead generation.


πŸ” What This Actor Does

This actor extracts real estate listings from Namibia with detailed information including:

  • 🏠 Property title
  • πŸ’° Price
  • πŸ“ Location
  • πŸ“ Size (mΒ² if available)
  • πŸ“Έ Image URLs
  • πŸ”— Listing links
  • πŸ“ Descriptions
  • πŸ•“ Date listed

Perfect for:

  • Market researchers
  • Real estate investors
  • Data analysts
  • Agencies needing automated data
  • Local businesses interested in real estate trends

πŸ“¦ Output Format

The data is returned in JSON, CSV, or Excel format from Apify’s Dataset tab.

Example output:

[
{
"title": "Modern 2 Bedroom Apartment – Windhoek",
"price": "N$ 1,200,000",
"location": "Windhoek West",
"size": "120 mΒ²",
"images": ["https://example.com/image1.jpg"],
"listing_url": "https://example.com/property/12345",
"description": "Spacious apartment near amenities...",
"date_listed": "2025-07-01"
}
]