Data sources / Adondevivir
Adondevivir is a rental listings source we track. HousingFeed extracts Adondevivir rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 416 Adondevivir listings are live right now, refreshed daily.
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. Coverage of each field for Adondevivir specifically:
| Field | Coverage on Adondevivir |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 98% |
| Bathrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 100% |
| Listing URL | ██████████ 100% |
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 50+ other sources. Try it free.