Nexo Inmobiliario Peru Projects & Developer Leads Scraper avatar

Nexo Inmobiliario Peru Projects & Developer Leads Scraper

Pricing

from $17.00 / 1,000 results

Go to Apify Store
Nexo Inmobiliario Peru Projects & Developer Leads Scraper

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Nexo Inmobiliario Peru Projects & Developer Leads Scraper

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
districtsstring[]no["Miraflores"]District names to keep, for example Miraflores, San Isidro, Surco. Matching is accent and case insensitive. Leave empty to return every district.
propertyTypeenumnoallKeep only one project type. One of all, departamento (apartments), casa (houses), oficina (offices), lote (lots).
maxProjectsintegerno50Maximum 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.

FieldTypeDescription
projectIdstringNexo Inmobiliario project ID (unique per project).
projectNamestringProject name.
projectUrlstringDirect URL to the project page.
slugstringURL slug of the project.
propertyTypestringProperty type label, for example Departamento, Casa, Oficina, Lote.
propertyTypeIdintegerNumeric property type code.
developerNamestringDeveloper / builder name.
developerSlugstringDeveloper URL slug.
developerIdintegerDeveloper ID.
developerLogostringDeveloper logo image URL, or null.
aseiPartnerbooleantrue when the developer is an ASEI partner.
contactNamestringPublic sales contact name, or null.
emailstringFirst public sales contact email, or null.
emailsAllstringAll published sales contact emails as source string, or null.
phonestringPublic sales phone, or null.
cellPhonestringPublic sales cell phone, or null.
whatsappstringPublic sales WhatsApp number, or null.
currencystringPrice currency as shown, for example S/..
priceFromnumberStarting ("from") price, or null.
priceMinnumberMinimum unit price, or null.
priceMaxnumberMaximum unit price, or null.
bedroomsMinintegerMinimum bedrooms across units, or null.
bedroomsMaxintegerMaximum bedrooms across units, or null.
bathroomsMinintegerMinimum bathrooms, or null.
bathroomsMaxintegerMaximum bathrooms, or null.
parkingMinintegerMinimum parking spaces, or null.
parkingMaxintegerMaximum parking spaces, or null.
areaMinM2numberMinimum unit area in square meters, or null.
areaMaxM2numberMaximum unit area in square meters, or null.
availableUnitsintegerNumber of available units, or null.
stageIdintegerDelivery stage code.
stagestringDelivery stage label, for example En planos, En construccion, Entrega inmediata.
districtstringDistrict (distrito).
provincestringProvince.
departmentstringDepartment.
addressstringProject street address, or null.
ubigeostringDistrict ubigeo code, or null.
latitudenumberLatitude, or null.
longitudenumberLongitude, or null.
amenitiesstring[]Amenities list. Empty array when none.
financeBanksstring[]Financing banks. Empty array when none.
descriptionstringProject description text, or null.
imageUrlstringMain project image URL, or null.
videoUrlstringProject video URL, or null.
virtualTourUrlstringVirtual tour URL, or null.
featuredbooleantrue when the project is flagged as featured.
createdAtstringProject creation timestamp as shown by the source.
sourcestringData source. Always Nexo Inmobiliario.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent 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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). 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 error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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.