Data sources / Plusvalia
Plusvalia is a rental listings source we track. HousingFeed extracts Plusvalia rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 80 Plusvalia listings are live right now, refreshed daily.
Plusvalia does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Plusvalia listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Plusvalia listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Plusvalia specifically:
| Field | Coverage on Plusvalia |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ████████░░ 80% |
| Bathrooms | ██████████ 99% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Plusvalia feed:
{
"platform": "plusvalia",
"url": "https://www.plusvalia.com/propiedades/clasificado/alclapin-departamento-en-arriendo-3-dorm.-terraza-bosmediano-141742073.html",
"address": "Bosmediano, Bosmediano, Quito",
"city": "Bosmediano",
"state": "Ecuador",
"rent_min": 1100,
"beds": 3,
"baths": 3,
"image": "https://img10.naventcdn.com/avisos/9/01/41/74/20/73/720x532/1129470437.jpg?isFirstImage=true",
"scraped_at": "2026-07-04T17:33:26+00:00"
}
Filter the HousingFeed API to plusvalia and get Plusvalia 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":"plusvalia","maxItems":100}'
80 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.