Data sources / Propertyfinder Qa
Propertyfinder Qa is a rental listings source we track. HousingFeed extracts Propertyfinder Qa rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 911 Propertyfinder Qa listings are live right now, refreshed daily.
Propertyfinder Qa does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Propertyfinder Qa listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Propertyfinder Qa listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Propertyfinder Qa specifically:
| Field | Coverage on Propertyfinder Qa |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Propertyfinder Qa feed:
{
"platform": "propertyfinder_qa",
"url": "https://www.propertyfinder.qa/en/plp/rent/apartment-for-rent-doha-al-sadd-aabdullah-bin-sultan-al-thani-57779665.html",
"address": "Aabdullah Bin Sultan Al Thani, C-Ring Road, Al Sadd, Doha",
"city": "Doha, Al Sadd, C-Ring Road",
"rent_min": 6000,
"beds": 1,
"baths": 1,
"image": "https://static.shared.propertyfinder.qa/media/images/listing/2CHEM3VGE5T075YVKE5MWG11ZC/8dea67ad-20a5-4de8-b2c6-4f33ac211d61/668x452.jpg?v=4e952d58d65f8775163b0b1580aa61f4",
"scraped_at": "2026-07-05T09:42:15+00:00"
}
Filter the HousingFeed API to propertyfinder_qa and get Propertyfinder Qa listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"propertyfinder_qa","maxItems":100}'
911 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.