Data sources / Adondevivir
Adondevivir is a rental listings source we track. HousingFeed extracts Adondevivir rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 416 Adondevivir listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Adondevivir does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Adondevivir listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Adondevivir listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Adondevivir data that is live right now, 10 fields populated:
Share of live Adondevivir listings that carry each field.
Median Adondevivir asking rent is $3,000/mo.
Top locations by live Adondevivir inventory.
A real record from the Adondevivir feed:
{
"platform": "adondevivir",
"url": "https://www.adondevivir.com/propiedades/clasificado/alclapin-alquilo-moderno-departamento-de-2-habitacion-en-centro-142181062.html",
"address": "Calle Miguel Seminario 100, San Isidro, Lima",
"city": "San Isidro",
"state": "Peru",
"rent_min": 3150,
"beds": 2,
"baths": 2,
"image": "https://img10.naventcdn.com/avisos/111/00/04/66/56/21/720x532/1510550697.jpg?rapc=bXZhX2ltYWdl?isFirstImage=true",
"scraped_at": "2026-07-05T09:42:17+00:00"
}
Filter the HousingFeed API to adondevivir and get Adondevivir 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":"adondevivir","maxItems":100}'
416 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.