Mexico Real Estate Scraper — Inmuebles24 & Vivanuncios avatar

Mexico Real Estate Scraper — Inmuebles24 & Vivanuncios

Pricing

Pay per event

Go to Apify Store
Mexico Real Estate Scraper — Inmuebles24 & Vivanuncios

Mexico Real Estate Scraper — Inmuebles24 & Vivanuncios

Scrape property listings from Mexico's top portals — Inmuebles24 and Vivanuncios. Filter by operation (sale, rent), property type, and location. Returns price, area, bedrooms, GPS coordinates, publisher contact, and photos. Built for US investors, PropTech pipelines, and lead generation.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrapes property listings from Mexico's two largest portals, Inmuebles24 and Vivanuncios. Returns price and currency, built and total area, bedrooms, bathrooms, parking, amenities, GPS coordinates, publisher contact details and photo URLs as structured JSON.


Mexico Real Estate Scraper Features

  • Scrape either portal, or both in one run
  • Filter by operation — sale, long-term rent, or short-term rent
  • Filter by property type and Mexican state
  • Returns 30 fields per listing, including latitude and longitude
  • Publisher name, phone, email and website on every record
  • Caps output with maxItems

What can you do with Mexican property data?

  • US and foreign investors — Compare yields across Mexican states using real asking prices and areas, not summary statistics.
  • PropTech pipelines — Seed a listings database covering both major portals rather than one.
  • Lead generation — Build an agency and owner contact list from publisher_* fields.
  • Market analysts — Track price per square metre by colonia over time.
  • Relocation services — Pull rental inventory for a city with amenities and coordinates attached.

How Mexico Real Estate Scraper Works

  1. You choose a platform, operation type and optionally a property type and state.
  2. The scraper runs the matching search, clearing the Cloudflare protection both portals sit behind.
  3. Each listing is opened and parsed into the field set below, including coordinates and publisher contact.
  4. Records stream to the dataset as they are parsed, stopping at maxItems.

Input

Houses for sale in Jalisco:

{
"platform": "inmuebles24",
"operationType": "venta",
"propertyType": "casas",
"state": "jalisco",
"maxItems": 200
}

Rentals across both portals:

{
"platform": "all",
"operationType": "alquiler",
"state": "ciudad-de-mexico",
"maxItems": 500
}
FieldTypeDefaultDescription
platformstringinmuebles24inmuebles24, vivanuncios, or all
operationTypestringventaventa (sale), alquiler (rent), alquiler-temporal (short-term)
propertyTypestringcasas, departamentos, terrenos. Empty for all types
statestringMexican state slug — ciudad-de-mexico, jalisco, nuevo-leon. Empty for all
maxItemsinteger100Maximum listings. 0 for unlimited

Mexico Real Estate Scraper Output Fields

{
"listing_id": "MX-58231904",
"platform": "inmuebles24",
"url": "https://www.inmuebles24.com/propiedades/casa-en-venta-58231904.html",
"listing_type": "SALE",
"property_type": "Casa",
"title": "Casa en venta en Providencia",
"price": 8500000,
"currency": "MXN",
"area_construida_m2": 320,
"area_total_m2": 450,
"bedrooms": 4,
"bathrooms": 3,
"half_bathrooms": 1,
"parking_spaces": 2,
"age": "5 anos",
"state": "Jalisco",
"city": "Guadalajara",
"colonia": "Providencia",
"latitude": 20.7015,
"longitude": -103.3901,
"publisher_type": "Inmobiliaria",
"publisher_name": "Grupo Inmobiliario GDL",
"publisher_phone": "+52 33 1234 5678"
}
FieldTypeDescription
listing_idstringUnique listing identifier from the platform
platformstringSource portal — inmuebles24 or vivanuncios
urlstringFull URL of the listing
listing_typestringSALE, RENT, or TEMPORARY_RENT
property_typestringCasa, Departamento, Terreno
titlestringListing title as shown on the platform
descriptionstringFull property description
pricenumberListing price
currencystringMXN or USD
maintenance_feenumberMonthly maintenance or HOA fee, if listed
area_construida_m2numberBuilt / covered area in m²
area_total_m2numberTotal land area in m²
bedroomsintegerBedrooms
bathroomsintegerFull bathrooms
half_bathroomsintegerHalf bathrooms
parking_spacesintegerParking spaces
agestringProperty age — e.g. A estrenar, 5 anos
amenitiesstringComma-separated amenities
statestringMexican state
citystringCity
coloniastringNeighborhood (colonia)
latitudenumberLatitude
longitudenumberLongitude
publisher_typestringInmobiliaria (agency) or Propietario (owner)
publisher_namestringPublisher or agency name
publisher_phonestringPublisher contact phone
publisher_emailstringPublisher contact email
publisher_websitestringPublisher website URL
imagesstringComma-separated photo URLs
listed_atstringPublication date (ISO 8601)

FAQ

Are prices in pesos or dollars?

Both appear. The currency field says which, per listing — Mexican listings are frequently quoted in USD, so never assume MXN.

What is the difference between area_construida_m2 and area_total_m2?

Built area versus total land area. For an apartment they are often the same; for a house with a garden they are not, and the gap is the point.

Can I tell owner listings from agency listings?

Yes — publisher_type is Propietario for owners and Inmobiliaria for agencies. That is the field to filter on for direct-to-owner outreach.

Does platform: "all" deduplicate cross-posted listings?

No. A property listed on both portals produces one record each, with different listing_id values. Deduplicate on address or coordinates if you need one row per property.


Need More Features?

Need price-band filters or cross-portal deduplication? Open an issue on the actor.

Why Use Mexico Real Estate Scraper?

  • Both major portals, one actor — Inmuebles24 and Vivanuncios do not carry identical inventory, and covering one leaves listings on the table.
  • Coordinates and contact on every record — Map layers and outreach lists come out of the same pull, with no geocoding or enrichment step.
  • Pay per listing — No subscription. A single-state survey costs what those listings cost and then stops.