MercadoLibre Real Estate Scraper avatar

MercadoLibre Real Estate Scraper

Pricing

$4.00 / 1,000 listing scrapeds

Go to Apify Store
MercadoLibre Real Estate Scraper

MercadoLibre Real Estate Scraper

Scrape real estate listings from MercadoLibre's inmuebles/property verticals across Argentina, Mexico and other Latin American markets: price, address, seller.

Pricing

$4.00 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

6

Monthly active users

1.4 days

Issues response

a day ago

Last modified

Categories

Share

Scrape real estate listings from MercadoLibre's inmuebles/property verticals: Argentina, Mexico, Colombia, Chile, Uruguay, Peru and the other Latin American markets on the same platform. Give it one or more search-result URLs and get structured data for every listing: price, expensas (maintenance fee), rooms, bedrooms, bathrooms, surfaces, full description, all photos, coordinates, seller and property code.

It walks the result pages for you, opens every listing, and uses residential proxies (country matched to the site) with automatic session and IP rotation whenever MercadoLibre shows its "suspicious traffic" page.

Input

FieldTypeDescription
startUrlsarraySearch URLs, e.g. https://inmuebles.mercadolibre.com.ar/departamentos/venta/bsas-gba-sur/lomas-de-zamora/. Listing URLs (https://departamento.mercadolibre.com.ar/MLA-...) work too.
maxItemsintegerMax listings to return in total (default 200). Pagination stops when reached.
scrapeDetailsbooleanOpen every listing page for the full field set (default true). Off = search-result fields only.
includeAllImagesbooleanFetch the full photo gallery for listings with more than 5 photos (default true).
maxPagesintegerResult pages to walk per search URL, 48 listings each (default 10).
proxyConfigurationobjectDefaults to Apify residential proxies; the country is picked from the site (.com.ar → AR, .com.mx → MX, ...).

Build the search in your browser (city, property type, operation, filters), copy the URL and paste it into startUrls.

Example: apartments for sale in Lomas de Zamora, 10 results

{
"startUrls": ["https://inmuebles.mercadolibre.com.ar/departamentos/venta/bsas-gba-sur/lomas-de-zamora/"],
"maxItems": 10
}

Output

{
"id": "MLA2051778937",
"title": "Departamento En Venta En Banfield - 2 Ambientes - Primer Piso Por Escalera",
"url": "https://departamento.mercadolibre.com.ar/MLA-2051778937-departamento-en-venta-en-banfield-2-ambientes-primer-piso-por-escalera-_JM",
"propertyType": "Departamento",
"operation": "Venta",
"price": 56000,
"currency": "USD",
"maintenanceFee": 140000,
"maintenanceFeeCurrency": "ARS",
"address": "Hipolito Yrigoyen Al 7440, Banfield, Lomas de Zamora, Bs.As. G.B.A. Sur",
"city": "Lomas de Zamora",
"region": "Bs.As. G.B.A. Sur",
"country": "AR",
"latitude": -34.7418315,
"longitude": -58.3985818,
"rooms": 2,
"bedrooms": 1,
"bathrooms": 1,
"garages": 0,
"totalArea": 56,
"coveredArea": 56,
"ageYears": 40,
"attributes": { "Superficie total": "56 m²", "Ambientes": "2", "Orientación": "Norte", "Expensas": "140.000 ARS", "Ascensor": "No" },
"description": "Departamento de 2 ambientes en venta en Banfield Zona Oeste ...",
"images": ["https://http2.mlstatic.com/D_NQ_NP_922446-MLA116981153929_082026-O.webp", "..."],
"imagesCount": 22,
"sellerName": "Brusipropiedadesok",
"sellerId": 802118605,
"sellerType": "real_estate_agency",
"propertyCode": "BAP8559456",
"listingType": "gold_premium",
"condition": "used",
"datePosted": "2026-08-31",
"publishedText": "Publicado hace 12 días",
"sourceSearchUrl": "https://inmuebles.mercadolibre.com.ar/departamentos/venta/bsas-gba-sur/lomas-de-zamora/",
"detailStatus": "ok"
}

rooms, bedrooms, bathrooms, totalArea and coveredArea are numbers when the listing states a single value; for developments that advertise ranges ("3 a 4 ambientes") they are null and the raw text stays in attributes. With scrapeDetails: false you get the search-result subset: title, price, currency, city, region, country, sellerName, datePosted, image, url.

Common uses

  • Real estate market research across Latin America
  • Cross-country price comparison
  • Feeding a property search app or a price-tracking/market-alert pipeline
  • Lead generation for agencies and investors

Notes

  • MercadoLibre blocks datacenter IPs. Keep the default residential proxy, or provide your own residential proxy URLs.
  • Free-tier runs are capped at 10 listings for evaluation. Paid runs return the full maxItems you request.