Data sources / Plusvalia
Plusvalia is a rental listings source we track. HousingFeed extracts Plusvalia rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 80 Plusvalia listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
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. Here is the depth and shape of the Plusvalia data that is live right now, 10 fields populated:
Share of live Plusvalia listings that carry each field.
Median Plusvalia asking rent is $958/mo.
Top locations by live Plusvalia inventory.
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 60+ other sources. Try it free.