Nexo Inmobiliario Peru Projects & Developer Leads Scraper
Pricing
from $17.00 / 1,000 results
Nexo Inmobiliario Peru Projects & Developer Leads Scraper
Scrape new-development real estate projects in Peru from Nexo Inmobiliario: name, developer, starting price, area and bedroom ranges, district, delivery stage, coordinates plus public sales contact (name, email, phone, WhatsApp). Filter by district and type. Export to JSON, CSV or Excel.
Pricing
from $17.00 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Nexo Inmobiliario Peru Projects & Developer Leads Scraper
Here is one real result, with every field the actor returns (the long description is trimmed here with an ellipsis; the value itself is unchanged in the dataset):
{"projectId": "2490","projectName": "SONHOS","projectUrl": "https://nexoinmobiliario.pe/proyecto/2490-sonhos","slug": "2490-sonhos","propertyType": "Departamento","propertyTypeId": 1,"developerName": "CONSTRUCTORA INARCO","developerSlug": "constructora-inarco","developerId": 203,"developerLogo": "https://e.nexoinmobiliario.pe/customers/constructora-inarco/logo-203-20250912115053.jpg","aseiPartner": true,"contactName": "David Henriquez","email": "sonhos@inarco.com.pe","emailsAll": "sonhos@inarco.com.pe","phone": "995216940","cellPhone": "995216940","whatsapp": "995216940","currency": "S/.","priceFrom": 588645,"priceMin": 588645,"priceMax": 1041750,"bedroomsMin": 1,"bedroomsMax": 2,"bathroomsMin": 2,"bathroomsMax": 2,"parkingMin": 0,"parkingMax": 0,"areaMinM2": 60.56,"areaMaxM2": 128.02,"availableUnits": 46,"stageId": 2,"stage": "En construccion","district": "Miraflores","province": "Lima","department": "Lima","address": "Av. Arequipa 4821, Miraflores","ubigeo": "150122","latitude": -12.1139411,"longitude": -77.0296642,"amenities": ["Gimnasio","Lobby","Piscina","Sala de usos Múltiples","Terraza","Zona de Lavandería","Zona de Parrillas","Otros"],"financeBanks": ["Banco BBVA"],"description": "SONHOS significa sueños. Bajo la idea de ir por lo que quieres desarrollamos un proyecto lleno de vida y el dinamismo que ofrece su gran ubicación en Miraflores...","imageUrl": "https://e.nexoinmobiliario.pe/customers/constructora-inarco/2490-sonhos/departamentos-miraflores-6a6120a2a6b0d_m.jpg","videoUrl": "https://www.youtube.com/watch?v=vVpvCeQCdeU&t=3s","virtualTourUrl": "https://storage.net-fs.com/hosting/6849337/36/","featured": true,"createdAt": "2022-04-25 13:56:51","source": "Nexo Inmobiliario","observedAt": "2026-08-01T16:28:41.665Z"}
The most complete Nexo Inmobiliario Peru scraper available. It returns every field the new-development listing exposes for each project, including the developer and public sales contact (name, email, phone, WhatsApp), and gives you district and property-type filters to target exactly the projects you need.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor pulls new-development real estate projects (departamentos, casas, oficinas, lotes) from Nexo Inmobiliario in Peru, paginates through the results, applies your optional district and property-type filters, and writes one normalized record per project to the run's dataset. Each record carries the project details (name, type, delivery stage, price and area ranges, bedrooms, bathrooms, parking, available units), location (district, province, department, address, coordinates), amenities and financing banks, plus the developer and the public sales contact (name, email, phone, WhatsApp). Numeric fields are parsed to numbers, and missing source values are returned as null.
Data covers public new-development listings on Nexo Inmobiliario only. No account, key or login is required.
Quickstart
Open the actor, paste this into the input, and press Run. It returns up to 10 new-development projects in Miraflores.
{"districts": ["Miraflores"],"propertyType": "all","maxProjects": 10}
Leave districts empty to return projects from every district. District matching is accent and case insensitive.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
districts | string[] | no | ["Miraflores"] | District names to keep, for example Miraflores, San Isidro, Surco. Matching is accent and case insensitive. Leave empty to return every district. |
propertyType | enum | no | all | Keep only one project type. One of all, departamento (apartments), casa (houses), oficina (offices), lote (lots). |
maxProjects | integer | no | 50 | Maximum number of projects to collect across the run. Free Apify plans are capped at 10 per run. |
Output reference
One dataset item per project. Types: string, number, integer, boolean, string[], or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
projectId | string | Nexo Inmobiliario project ID (unique per project). |
projectName | string | Project name. |
projectUrl | string | Direct URL to the project page. |
slug | string | URL slug of the project. |
propertyType | string | Property type label, for example Departamento, Casa, Oficina, Lote. |
propertyTypeId | integer | Numeric property type code. |
developerName | string | Developer / builder name. |
developerSlug | string | Developer URL slug. |
developerId | integer | Developer ID. |
developerLogo | string | Developer logo image URL, or null. |
aseiPartner | boolean | true when the developer is an ASEI partner. |
contactName | string | Public sales contact name, or null. |
email | string | First public sales contact email, or null. |
emailsAll | string | All published sales contact emails as source string, or null. |
phone | string | Public sales phone, or null. |
cellPhone | string | Public sales cell phone, or null. |
whatsapp | string | Public sales WhatsApp number, or null. |
currency | string | Price currency as shown, for example S/.. |
priceFrom | number | Starting ("from") price, or null. |
priceMin | number | Minimum unit price, or null. |
priceMax | number | Maximum unit price, or null. |
bedroomsMin | integer | Minimum bedrooms across units, or null. |
bedroomsMax | integer | Maximum bedrooms across units, or null. |
bathroomsMin | integer | Minimum bathrooms, or null. |
bathroomsMax | integer | Maximum bathrooms, or null. |
parkingMin | integer | Minimum parking spaces, or null. |
parkingMax | integer | Maximum parking spaces, or null. |
areaMinM2 | number | Minimum unit area in square meters, or null. |
areaMaxM2 | number | Maximum unit area in square meters, or null. |
availableUnits | integer | Number of available units, or null. |
stageId | integer | Delivery stage code. |
stage | string | Delivery stage label, for example En planos, En construccion, Entrega inmediata. |
district | string | District (distrito). |
province | string | Province. |
department | string | Department. |
address | string | Project street address, or null. |
ubigeo | string | District ubigeo code, or null. |
latitude | number | Latitude, or null. |
longitude | number | Longitude, or null. |
amenities | string[] | Amenities list. Empty array when none. |
financeBanks | string[] | Financing banks. Empty array when none. |
description | string | Project description text, or null. |
imageUrl | string | Main project image URL, or null. |
videoUrl | string | Project video URL, or null. |
virtualTourUrl | string | Virtual tour URL, or null. |
featured | boolean | true when the project is flagged as featured. |
createdAt | string | Project creation timestamp as shown by the source. |
source | string | Data source. Always Nexo Inmobiliario. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present only on a failed run, when a single item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"districts":["Miraflores"],"maxProjects":10}). The description is trimmed here with an ellipsis; the dataset stores the full text.
{"projectId": "2490","projectName": "SONHOS","projectUrl": "https://nexoinmobiliario.pe/proyecto/2490-sonhos","propertyType": "Departamento","developerName": "CONSTRUCTORA INARCO","aseiPartner": true,"contactName": "David Henriquez","email": "sonhos@inarco.com.pe","phone": "995216940","whatsapp": "995216940","currency": "S/.","priceFrom": 588645,"priceMin": 588645,"priceMax": 1041750,"bedroomsMin": 1,"bedroomsMax": 2,"areaMinM2": 60.56,"areaMaxM2": 128.02,"availableUnits": 46,"stageId": 2,"stage": "En construccion","district": "Miraflores","province": "Lima","department": "Lima","address": "Av. Arequipa 4821, Miraflores","latitude": -12.1139411,"longitude": -77.0296642,"amenities": ["Gimnasio", "Lobby", "Piscina", "Terraza"],"financeBanks": ["Banco BBVA"],"description": "SONHOS significa sueños. Bajo la idea de ir por lo que quieres desarrollamos un proyecto lleno de vida...","featured": true,"createdAt": "2022-04-25 13:56:51","source": "Nexo Inmobiliario","observedAt": "2026-08-01T16:28:41.665Z"}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~nexo-inmobiliario-peru-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"districts":["San Isidro"],"propertyType":"departamento","maxProjects":25}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~nexo-inmobiliario-peru-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"maxProjects":100}'
Apify CLI:
apify call scrapers_lat/nexo-inmobiliario-peru-scraper \--input '{"districts":["Miraflores"],"maxProjects":50}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per record returned (
resultevent). See the pricing tab for the current per-result price. - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run. Upgrade for higher
maxProjects.
FAQ and troubleshooting
A run returned 0 records. Why?
Your districts or propertyType filters matched nothing. Loosen the district list or set propertyType to all. Zero-result runs are not charged.
Does it include developer sales contacts?
Yes, when published. Each project includes the developer name and the public sales contact name, email, phone and WhatsApp. Missing values are returned as null, never invented.
Can I filter by property type?
Yes. Set propertyType to departamento, casa, oficina or lote. Leave it all to include every type.
In what currency are prices?
Prices are reported in the source currency shown in the currency field (typically Peruvian soles, S/.).
Why is a field null?
Nexo Inmobiliario did not publish that value for the project. Missing source values are returned as null, never invented.
Is this an official Nexo Inmobiliario tool? No. This actor is independent and has no affiliation with Nexo Inmobiliario. It reads only data that is publicly available on the site. Use the results in accordance with the source's terms.
Related scrapers
- Adondevivir Scraper: Peru real estate listings from Adondevivir.
- Infocasas Scraper: Latin American real estate listings from Infocasas.
- Fincaraiz Scraper: Colombian real estate listings from Fincaraiz.
- Inmuebles24 Scraper: Mexican real estate listings from Inmuebles24.
- Encuentra24 Scraper: Central American classifieds and real estate from Encuentra24.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with Nexo Inmobiliario. Accesses only publicly available listing data. Use the results in accordance with the source's terms.
