Lamudi Mexico Real Estate Scraper - Listings & Leads avatar

Lamudi Mexico Real Estate Scraper - Listings & Leads

Pricing

from $6.15 / 1,000 results

Go to Apify Store
Lamudi Mexico Real Estate Scraper - Listings & Leads

Lamudi Mexico Real Estate Scraper - Listings & Leads

Scrape Lamudi Mexico real estate listings: property prices, type, bedrooms, bathrooms, area, address, geo coordinates, amenities, photos, description and agent phone contacts. Filter by price, beds, baths and area. Export inmuebles en venta o renta to JSON, CSV, Excel.

Pricing

from $6.15 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

Lamudi Mexico Real Estate Scraper

Lamudi Mexico Real Estate Scraper: Listings, Prices, Leads

The most complete Lamudi Mexico scraper for real estate listings data. Turn any Lamudi search into a clean dataset of inmuebles y propiedades en venta o renta: casas, departamentos, terrenos and offices, with prices, full location, geo coordinates, amenities, photos, descriptions and agent phone contacts. Built as an HTTP Lamudi API alternative, priced pay per result, exporting to JSON, CSV or Excel.

Here is one real result, with every field the actor returns (the imageUrl and photos URLs are trimmed here for length):

{
"imageUrl": "https://img.lamudi.com.mx/eyJidWNrZXQiOiJwcmQtbGlmdWxsY29ubmVjdC1i...",
"title": "Departamento en Venta en Potrero de San Bernardino",
"url": "https://www.lamudi.com.mx/detalle/41032-73-afb09ef4bdfb-6404-1a063b6-a922-7fe8",
"listingId": "01a0636d-63bb-7f9f-a8d9-afb09ef4bdb2",
"operation": "sale",
"price": 2500000,
"currency": "MXN",
"pricePerM2": 41666.67,
"propertyType": "Departamento",
"bedrooms": 2,
"bathrooms": 1,
"halfBathrooms": 1,
"areaM2": 60,
"builtAreaM2": 60,
"floor": 1,
"yearBuilt": 2006,
"parkingSpaces": 2,
"condition": "Segunda mano",
"amenities": ["Estacionamiento", "Cocina equipada", "Cisterna", "Gas natural", "Seguridad", "Wifi", "Permite mascotas"],
"location": "Potrero de San Bernardino, Xochimilco, Ciudad de México",
"neighborhood": "Potrero de San Bernardino",
"municipality": "Xochimilco",
"city": "Ciudad de México",
"region": "Ciudad de México",
"country": "MX",
"coordinates": { "lat": 19.268751, "lng": -99.1177326 },
"agencyName": "Mireya Flores Gama",
"publishedBy": "Mireya Flores Gama",
"agentPhone": "+525524994447",
"description": "Precioso departamento en el primer piso sumamente iluminado ...",
"photos": ["https://img.lamudi.com.mx/eyJidWNrZXQiOiJwcmQ...", "https://img.lamudi.com.mx/eyJidWNrZXQiOiJwcmQ..."],
"postedAgo": "Hace 1 día, 9 horas",
"observedAt": "2026-09-04T14:17:57.350Z",
"error": null
}

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

This is a property listings scraper for Lamudi Mexico (lamudi.com.mx). Paste one or more Lamudi search or results URLs, and the actor paginates through every matching property and writes one clean, normalized record per listing to the run's dataset. Each record carries the title, operation (sale or rent), price and currency, property type, bedrooms, bathrooms, area, full location, geo coordinates, the listing agency name and the agent phone as a usable lead.

With withDetails on, the actor opens each listing's detail page to add the full description, condition, plot and built area, floor, year built, parking spaces, half bathrooms, the amenities list and the complete photo gallery. A derived pricePerM2 is computed from price and area so you can benchmark datos inmobiliarios without extra parsing. Missing source values are returned as null, never invented.

Typical uses: real estate market analysis, price and inventory monitoring, comparable (comps) research, lead generation from agent phone contacts, investment and development research, and feeding property data into your own app, model or dashboard.

Why this scraper

  • Most fields on the market. Prices, property type, beds, baths, half baths, built and plot area, floor, year built, parking, condition, amenities, geo coordinates, full address, photos, description, agent phone and a derived price per square meter.
  • Agent phone contacts included. Every listing that publishes a WhatsApp contact returns the agentPhone as a lead.
  • Exact map coordinates. Latitude and longitude come straight from the structured data on each result.
  • Powerful filtering. Filter by price, bedrooms, bathrooms and area on top of whatever is already encoded in your Lamudi search URL.
  • Multiple search URLs per run. Merge and de-duplicate several searches in a single run.
  • Honest and reliable. Pay per result, no charge on failure, empty runs cost nothing, and a spend cap you control.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 10 for-sale listings in Mexico City with full detail.

{
"startUrl": "https://www.lamudi.com.mx/distrito-federal/for-sale/",
"withDetails": true,
"maxListings": 10
}

Build the startUrl by applying filters (location, operation, property type) on Lamudi in your browser, then copy the results URL. Optional input filters further narrow the results.

Input reference

FieldTypeRequiredDefaultDescription
startUrlstringyes*(a Mexico City for-sale URL)A Lamudi search or results URL, for example https://www.lamudi.com.mx/distrito-federal/for-sale/.
startUrlsarrayno(empty)One or more Lamudi search URLs to scrape in a single run. Results are merged and de-duplicated. Accepts plain URLs or { "url": "..." } objects.
withDetailsbooleannotrueOpen each listing's detail page for the description, amenities, plot and built area, coordinates and full photo gallery. Paid add-on, available on paid plans.
minPriceintegerno(any)Only return listings priced at or above this amount (listing currency).
maxPriceintegerno(any)Only return listings priced at or below this amount.
minBedroomsintegerno(any)Only return listings with at least this many bedrooms.
maxBedroomsintegerno(any)Only return listings with at most this many bedrooms.
minBathroomsintegerno(any)Only return listings with at least this many bathrooms.
minAreaintegerno(any)Only return listings with at least this much area in square meters.
maxAreaintegerno(any)Only return listings with at most this much area in square meters.
maxListingsintegerno10Maximum listings to collect across all search URLs.

*Provide either startUrl or startUrls. Optional filters combine with logical AND and are applied on top of whatever is already encoded in the search URL.

Output reference

One dataset item per listing. Types: string, number, integer, object, string[], or null when the source value is absent. Fields marked (detail) populate when withDetails is on.

FieldTypeDescription
imageUrlstringMain listing image.
titlestringListing title.
urlstringDirect link to the listing.
listingIdstringLamudi listing id.
operationstringsale or rent.
pricenumberAsking or rental price.
currencystringCurrency code, usually MXN.
pricePerM2numberDerived price per square meter (price divided by area).
propertyTypestringProperty type, for example Casa, Departamento, Terreno.
bedroomsintegerNumber of bedrooms.
bathroomsintegerNumber of full bathrooms.
halfBathroomsintegerNumber of half bathrooms (detail).
areaM2integerAdvertised area in square meters.
builtAreaM2integerBuilt (construction) area in square meters (detail).
plotAreaM2integerPlot (land) area in square meters (detail).
floorintegerFloor the unit is on (detail).
yearBuiltintegerYear the property was built (detail).
parkingSpacesintegerNumber of parking spaces (detail).
conditionstringProperty condition, for example Segunda mano (detail).
amenitiesstring[]Amenities and features, for example parking, security, pool (detail).
locationstringFull location string (neighborhood, municipality, state).
neighborhoodstringNeighborhood or colonia.
municipalitystringMunicipality or locality.
citystringCity or federal entity.
regionstringRegion or state.
countrystringCountry code, for example MX.
coordinatesobject{ lat, lng } map coordinates.
agencyNamestringListing agency name (the contact).
publishedBystringPublisher or agent name (detail).
agentPhonestringAgent phone number (the lead).
descriptionstringFull property description (detail).
photosstring[]Full photo gallery URLs (detail).
postedAgostringHow long ago the listing was published (detail).
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run with zero results, a single item with a populated error field is written instead.

How it compares

Ours is the only scraper on the store dedicated to Lamudi Mexico. It also accepts every input the popular Philippines and Indonesia Lamudi actors accept, and returns a strict superset of their fields.

CapabilityThis actorTypical Lamudi PH/ID actors
Lamudi Mexico coverageYesNo (Philippines or Indonesia only)
Search URL inputYesYes
Multiple search URLs per runYesSome
Filter price, beds, baths, areaYesSome
Price and currencyYesYes
Bedrooms and bathroomsYesYes
Built area and plot areaYesSome
Amenities and featuresYesSome
Full address and municipalityYesSome
Exact geo coordinatesYesSome
Photo galleryYesYes
Agent phone contactYesSome
Derived price per m2YesRare
Floor, year built, condition, parkingYesRare
Pay per result, no charge on failureYesVaries

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~lamudi-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"startUrl":"https://www.lamudi.com.mx/distrito-federal/for-sale/","minBedrooms":3,"maxListings":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~lamudi-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"startUrl":"https://www.lamudi.com.mx/nuevo-leon/for-rent/","maxPrice":30000,"maxListings":100}'

Apify CLI:

apify call scrapers_lat/lamudi-scraper \
--input '{"startUrl":"https://www.lamudi.com.mx/jalisco/for-sale/","minArea":120,"maxListings":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 listing returned (result event). See the pricing tab for the current per-result price.
  • Detail add-on. With withDetails on, each listing's detail page is opened for the description, amenities, coordinates and photos, billed as the details add-on on paid plans.
  • No charge on failure. If a run cannot fetch any listings, 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 listings per run and receive listing-level records. Upgrade for higher maxListings and the detail add-on.

FAQ and troubleshooting

A run returned 0 listings. Why? The search URL matched nothing, or the filters excluded every result. Open the URL in a browser to confirm it shows listings, and loosen minPrice, minBedrooms, minArea or the other filters. Zero-result runs are not charged.

How do I get the description, amenities and photos? Turn withDetails on. The actor then opens each listing page and adds description, amenities, plotAreaM2, builtAreaM2, coordinates, condition, floor and the full photos gallery. The detail add-on is available on paid Apify plans.

How do I target a specific city or property type? Apply the filters on Lamudi in your browser, then copy the resulting URL into startUrl. The actor respects whatever is encoded in the URL. You can also pass several URLs in startUrls.

Why is coordinates or yearBuilt null? The listing did not publish that value. Missing values are returned as null, never invented.

Does it cover countries other than Mexico? This actor is tuned for Lamudi Mexico (lamudi.com.mx). Provide a lamudi.com.mx URL for full, verified results.

Is this an official Lamudi tool? No. This actor is independent and has no affiliation with Lamudi. It reads only publicly listed data. Use it in accordance with Lamudi'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.


Lamudi Scraper de Bienes Raíces en México: Anuncios, Precios, Contactos

El scraper más completo de Lamudi México para obtener datos de bienes raíces. Convierte cualquier búsqueda de Lamudi en un conjunto de datos limpio de inmuebles y propiedades en venta o renta: casas, departamentos, terrenos y oficinas, con precios, ubicación completa, coordenadas geográficas, amenidades, fotos, descripciones y teléfonos de contacto de los asesores. Funciona como alternativa tipo API de Lamudi por HTTP, con precio por resultado y exportación a JSON, CSV o Excel.

Aquí tienes un resultado real, con todos los campos que devuelve el actor (las URL de imageUrl y photos se recortan por espacio):

{
"imageUrl": "https://img.lamudi.com.mx/eyJidWNrZXQiOiJwcmQtbGlmdWxsY29ubmVjdC1i...",
"title": "Departamento en Venta en Potrero de San Bernardino",
"url": "https://www.lamudi.com.mx/detalle/41032-73-afb09ef4bdfb-6404-1a063b6-a922-7fe8",
"listingId": "01a0636d-63bb-7f9f-a8d9-afb09ef4bdb2",
"operation": "sale",
"price": 2500000,
"currency": "MXN",
"pricePerM2": 41666.67,
"propertyType": "Departamento",
"bedrooms": 2,
"bathrooms": 1,
"halfBathrooms": 1,
"areaM2": 60,
"builtAreaM2": 60,
"floor": 1,
"yearBuilt": 2006,
"parkingSpaces": 2,
"condition": "Segunda mano",
"amenities": ["Estacionamiento", "Cocina equipada", "Cisterna", "Gas natural", "Seguridad", "Wifi", "Permite mascotas"],
"location": "Potrero de San Bernardino, Xochimilco, Ciudad de México",
"neighborhood": "Potrero de San Bernardino",
"municipality": "Xochimilco",
"city": "Ciudad de México",
"region": "Ciudad de México",
"country": "MX",
"coordinates": { "lat": 19.268751, "lng": -99.1177326 },
"agencyName": "Mireya Flores Gama",
"publishedBy": "Mireya Flores Gama",
"agentPhone": "+525524994447",
"description": "Precioso departamento en el primer piso sumamente iluminado ...",
"photos": ["https://img.lamudi.com.mx/eyJidWNrZXQiOiJwcmQ...", "https://img.lamudi.com.mx/eyJidWNrZXQiOiJwcmQ..."],
"postedAgo": "Hace 1 día, 9 horas",
"observedAt": "2026-09-04T14:17:57.350Z",
"error": null
}

📥 Entrada · 📤 Salida · 💰 Precios · ▶️ Ejemplos

Contenido

Qué hace

Este es un scraper de anuncios inmobiliarios para Lamudi México (lamudi.com.mx). Pega una o varias URL de búsqueda o resultados de Lamudi y el actor recorre todas las propiedades que coinciden y escribe un registro limpio y normalizado por anuncio en el dataset de la ejecución. Cada registro incluye el título, la operación (venta o renta), precio y moneda, tipo de propiedad, recámaras, baños, superficie, ubicación completa, coordenadas geográficas, el nombre de la inmobiliaria y el teléfono del asesor como contacto útil.

Con withDetails activado, el actor abre la página de detalle de cada anuncio para agregar la descripción completa, la condición, la superficie de terreno y construida, el piso, el año de construcción, los cajones de estacionamiento, los medios baños, la lista de amenidades y la galería de fotos completa. Se calcula un pricePerM2 a partir del precio y la superficie para comparar datos inmobiliarios sin trabajo extra. Los valores ausentes se devuelven como null, nunca inventados.

Usos típicos: análisis del mercado inmobiliario, monitoreo de precios e inventario, estudio de comparables (comps), generación de prospectos a partir de los teléfonos de los asesores, investigación de inversión y desarrollo, y alimentar tus propias apps, modelos o tableros con datos de propiedades.

Por qué este scraper

  • La mayor cantidad de campos del mercado. Precios, tipo de propiedad, recámaras, baños, medios baños, superficie construida y de terreno, piso, año de construcción, estacionamiento, condición, amenidades, coordenadas, dirección completa, fotos, descripción, teléfono del asesor y precio por metro cuadrado.
  • Incluye teléfonos de contacto. Cada anuncio que publica un contacto de WhatsApp devuelve el agentPhone como prospecto.
  • Coordenadas exactas en el mapa. La latitud y longitud provienen de los datos estructurados de cada resultado.
  • Filtros potentes. Filtra por precio, recámaras, baños y superficie además de lo que ya viene en tu URL de búsqueda de Lamudi.
  • Varias URL de búsqueda por ejecución. Combina y elimina duplicados de varias búsquedas en una sola ejecución.
  • Honesto y confiable. Pago por resultado, sin cobro en caso de fallo, las ejecuciones vacías no cuestan nada y un límite de gasto que tú controlas.

Inicio rápido

Abre el actor, pega esto en la entrada y presiona Ejecutar. Devuelve hasta 10 anuncios en venta en la Ciudad de México con detalle completo.

{
"startUrl": "https://www.lamudi.com.mx/distrito-federal/for-sale/",
"withDetails": true,
"maxListings": 10
}

Arma el startUrl aplicando filtros (ubicación, operación, tipo de propiedad) en Lamudi desde tu navegador y luego copia la URL de resultados. Los filtros opcionales de entrada acotan aún más los resultados.

Referencia de entrada

CampoTipoRequeridoPredeterminadoDescripción
startUrlstringsí*(URL de venta en CDMX)Una URL de búsqueda o resultados de Lamudi, por ejemplo https://www.lamudi.com.mx/distrito-federal/for-sale/.
startUrlsarrayno(vacío)Una o varias URL de búsqueda de Lamudi para procesar en una sola ejecución. Los resultados se combinan y se eliminan duplicados. Acepta URL simples u objetos { "url": "..." }.
withDetailsbooleannotrueAbre la página de detalle de cada anuncio para la descripción, amenidades, superficie de terreno y construida, coordenadas y galería completa de fotos. Complemento de pago, disponible en planes de pago.
minPriceintegerno(cualquiera)Solo anuncios con precio igual o mayor a este monto (moneda del anuncio).
maxPriceintegerno(cualquiera)Solo anuncios con precio igual o menor a este monto.
minBedroomsintegerno(cualquiera)Solo anuncios con al menos esta cantidad de recámaras.
maxBedroomsintegerno(cualquiera)Solo anuncios con como máximo esta cantidad de recámaras.
minBathroomsintegerno(cualquiera)Solo anuncios con al menos esta cantidad de baños.
minAreaintegerno(cualquiera)Solo anuncios con al menos esta superficie en metros cuadrados.
maxAreaintegerno(cualquiera)Solo anuncios con como máximo esta superficie en metros cuadrados.
maxListingsintegerno10Máximo de anuncios a recolectar entre todas las URL de búsqueda.

*Proporciona startUrl o startUrls. Los filtros opcionales se combinan con Y lógico y se aplican sobre lo que ya venga en la URL de búsqueda.

Referencia de salida

Un elemento del dataset por anuncio. Tipos: string, number, integer, object, string[], o null cuando el valor de origen no existe. Los campos marcados (detalle) se llenan cuando withDetails está activado.

CampoTipoDescripción
imageUrlstringImagen principal del anuncio.
titlestringTítulo del anuncio.
urlstringEnlace directo al anuncio.
listingIdstringId del anuncio en Lamudi.
operationstringsale (venta) o rent (renta).
pricenumberPrecio de venta o renta.
currencystringCódigo de moneda, normalmente MXN.
pricePerM2numberPrecio por metro cuadrado (precio entre superficie).
propertyTypestringTipo de propiedad, por ejemplo Casa, Departamento, Terreno.
bedroomsintegerNúmero de recámaras.
bathroomsintegerNúmero de baños completos.
halfBathroomsintegerNúmero de medios baños (detalle).
areaM2integerSuperficie anunciada en metros cuadrados.
builtAreaM2integerSuperficie construida en metros cuadrados (detalle).
plotAreaM2integerSuperficie de terreno en metros cuadrados (detalle).
floorintegerPiso en el que está la unidad (detalle).
yearBuiltintegerAño de construcción (detalle).
parkingSpacesintegerCajones de estacionamiento (detalle).
conditionstringCondición, por ejemplo Segunda mano (detalle).
amenitiesstring[]Amenidades y características, por ejemplo estacionamiento, seguridad, alberca (detalle).
locationstringCadena de ubicación completa (colonia, municipio, estado).
neighborhoodstringColonia o barrio.
municipalitystringMunicipio o delegación.
citystringCiudad o entidad federativa.
regionstringRegión o estado.
countrystringCódigo de país, por ejemplo MX.
coordinatesobjectCoordenadas { lat, lng } en el mapa.
agencyNamestringNombre de la inmobiliaria (el contacto).
publishedBystringNombre de quien publica o del asesor (detalle).
agentPhonestringTeléfono del asesor (el prospecto).
descriptionstringDescripción completa de la propiedad (detalle).
photosstring[]URL de la galería de fotos completa (detalle).
postedAgostringHace cuánto se publicó el anuncio (detalle).
observedAtstringMarca de tiempo ISO 8601 de cuándo se recolectó el registro.
errorstringnull en caso de éxito. En una ejecución fallida sin resultados, se escribe un solo elemento con el campo error.

Cómo se compara

Este es el único scraper de la tienda dedicado a Lamudi México. Además acepta todas las entradas que aceptan los populares actores de Lamudi para Filipinas e Indonesia, y devuelve un superconjunto estricto de sus campos.

CapacidadEste actorActores típicos de Lamudi PH/ID
Cobertura de Lamudi MéxicoNo (solo Filipinas o Indonesia)
Entrada por URL de búsqueda
Varias URL de búsqueda por ejecuciónAlgunos
Filtro por precio, recámaras, baños, superficieAlgunos
Precio y moneda
Recámaras y baños
Superficie construida y de terrenoAlgunos
Amenidades y característicasAlgunos
Dirección completa y municipioAlgunos
Coordenadas geográficas exactasAlgunos
Galería de fotos
Teléfono de contacto del asesorAlgunos
Precio por m2 calculadoRaro
Piso, año, condición, estacionamientoRaro
Pago por resultado, sin cobro en falloVaría

Uso vía API y CLI

Inicia una ejecución, espera a que termine y lee el dataset. Reemplaza <TOKEN> con tu token de API de Apify.

Ejecuta de forma síncrona y obtén los elementos del dataset en una sola llamada:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~lamudi-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"startUrl":"https://www.lamudi.com.mx/distrito-federal/for-sale/","minBedrooms":3,"maxListings":25}'

Inicia una ejecución de forma asíncrona:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~lamudi-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"startUrl":"https://www.lamudi.com.mx/nuevo-leon/for-rent/","maxPrice":30000,"maxListings":100}'

CLI de Apify:

apify call scrapers_lat/lamudi-scraper \
--input '{"startUrl":"https://www.lamudi.com.mx/jalisco/for-sale/","minArea":120,"maxListings":50}'

Obtener resultados

Cada ejecución escribe en un dataset. Obtén los elementos como JSON, CSV o Excel cambiando 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"
# Paginar datasets grandes
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> se devuelve como defaultDatasetId en el objeto de la ejecución. Usa offset y limit para paginar grandes conjuntos de resultados. clean=true elimina campos vacíos e internos.

Cobro y límites

  • Pago por resultado. Se cobra por anuncio devuelto (evento result). Consulta la pestaña de precios para el precio actual por resultado.
  • Complemento de detalle. Con withDetails activado, se abre la página de detalle de cada anuncio para la descripción, amenidades, coordenadas y fotos, cobrado como el complemento details en planes de pago.
  • Sin cobro en caso de fallo. Si una ejecución no puede obtener anuncios, el actor escribe un solo elemento con el campo error y no cobra por él. Las ejecuciones vacías no cuestan nada.
  • Se respeta el límite de gasto. Configura maxTotalChargeUsd en la ejecución; al alcanzarlo, el actor deja de emitir y cobrar más resultados facturables.
  • Los planes gratuitos de Apify están limitados a 10 anuncios por ejecución y reciben registros a nivel de anuncio. Mejora tu plan para un maxListings mayor y el complemento de detalle.

Preguntas frecuentes

Una ejecución devolvió 0 anuncios. ¿Por qué? La URL de búsqueda no coincidió con nada, o los filtros excluyeron todos los resultados. Abre la URL en un navegador para confirmar que muestra anuncios y relaja minPrice, minBedrooms, minArea u otros filtros. Las ejecuciones con cero resultados no se cobran.

¿Cómo obtengo la descripción, las amenidades y las fotos? Activa withDetails. El actor abre la página de cada anuncio y agrega description, amenities, plotAreaM2, builtAreaM2, coordinates, condition, floor y la galería completa photos. El complemento de detalle está disponible en planes de pago de Apify.

¿Cómo apunto a una ciudad o tipo de propiedad específicos? Aplica los filtros en Lamudi desde tu navegador y copia la URL resultante en startUrl. El actor respeta lo que venga codificado en la URL. También puedes pasar varias URL en startUrls.

¿Por qué coordinates o yearBuilt son null? El anuncio no publicó ese valor. Los valores ausentes se devuelven como null, nunca inventados.

¿Cubre países además de México? Este actor está afinado para Lamudi México (lamudi.com.mx). Proporciona una URL de lamudi.com.mx para resultados completos y verificados.

¿Es una herramienta oficial de Lamudi? No. Este actor es independiente y no tiene afiliación con Lamudi. Solo lee datos publicados públicamente. Úsalo conforme a los términos de Lamudi.

Otros scrapers

Más scrapers en scrapers.lat

Creado y mantenido por scrapers.lat, donde publicamos scrapers para plataformas públicas de Estados Unidos y América Latina: registros mercantiles, datos gubernamentales, finanzas, comercio electrónico y más. Explora el catálogo o solicita un scraper a medida en scrapers.lat.


Herramienta independiente, sin afiliación con Lamudi. Accede solo a datos disponibles públicamente. Úsala conforme a los términos de servicio de Lamudi.