InfoCasas Uruguay & Paraguay Real Estate Scraper
Pricing
from $6.15 / 1,000 results
InfoCasas Uruguay & Paraguay Real Estate Scraper
Scrape InfoCasas real estate listings across Uruguay, Paraguay, Bolivia and Argentina. Extract price, currency, priceUsd, operation, property type, bedrooms, bathrooms, area, neighborhood, agent phone and coordinates. Export to JSON, CSV or Excel.
Pricing
from $6.15 / 1,000 results
Rating
5.0
(1)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
InfoCasas Uruguay & Paraguay Real Estate Scraper
Here is one real result, with every field the actor returns (the images and amenities arrays are trimmed here with ...; the record returns the full lists):
{"imageUrl": "https://cdn2.infocasas.com.uy/repo/img/6a408aeb219e5_infocdn__ldqdtu66hkcdbiq19ufu5qgvswn6fchii7kon9txjpg.jpg","title": "DEPARTAMENTO EN VENTA: 2 HABITACIONES EN EDIFICIO MOLAS 1321.","price": 189000,"currency": "USD","priceUsd": 189000,"pricePerM2Usd": 2455,"operationType": "Venta","propertyType": "Departamento","bedrooms": 2,"bathrooms": 2,"garages": 1,"totalAreaM2": 77,"builtAreaM2": 77,"neighborhood": "Mburucuyá","city": "Asunción","state": "Asunción","country": "Paraguay","address": "Av. Dr. Felipe Molas López 1321","listingId": "193927051","url": "https://www.infocasas.com.py/departamento-en-venta-2-habitaciones-en-edificio-molas-1321/193927051","publishedAt": "2026-06-27","updatedAt": "2026-07-14","aiListingSummary": "This 2-bedroom apartment for sale in the Molas 1321 building is located in the Mburucuyá neighborhood of Asunción, Paraguay. Priced at $189,000, it features 77 m² of living space, a modern kitchen, and includes amenities such as a pool, gym, and event hall. The property also comes with one parking space and offers luxury facilities for residents.","aiFeatures": null,"aiListingEnglish": {"title": "APARTMENT FOR SALE: 2 BEDROOMS IN MOLAS 1321 BUILDING", "description": "*FOR SALE 2 BEDROOM APARTMENT*. Building Molas 1321. 77 m2 apartment + 1 parking space, 2 bedrooms (1 en suite), furnished kitchen, luxury amenities: pool, event room, cinema, kids club, coworking, gym. Price: $189,000"},"description": "*EN VENTA DEPARTAMENTO 2 HABITACIONES*. Edificio Molas 1321. Departamento de 77 m2 + 1 cochera, 2 habitaciones (1 en suite), Cocina Amoblada con anafe, horno. Amenities de lujo: Piscina, Salon de Eventos, Sala de Cine, Kids Club, Coworking, Gimnasio.","amenities": ["Calefacción Individual", "Parrillero / Barbacoa", "Ascensor", "GYM", "Piscina", "Playroom", "Salón de uso común", "Aire Acondicionado", "..."],"images": ["https://cdn2.infocasas.com.uy/repo/img/6a408aeb219e5_infocdn__...jpg", "https://cdn2.infocasas.com.uy/repo/img/6a408aea291b2_infocdn__...jpg", "..."],"agentName": "Karina Torres Silveira","agentType": "inmobiliaria","agentPhone": "0981229803","agentWhatsappUrl": "https://wa.me/0981229803","agencyAddress": "Sgto. Benitez y Capellanes del Ejercito- Trinidad","agencyProfileUrl": "https://www.infocasas.com.py/inmobiliarias/69942-karina torres silveira/propiedades","subsidiaries": [{"name": "Casa central", "phone": "09812", "whatsappUrl": null, "address": "", "officeHours": null}],"latitude": -25.2698888,"longitude": -57.5730276,"observedAt": "2026-08-14T08:18:42.030Z","error": null}
The most complete InfoCasas scraper available. It returns every listing field the search exposes, plus a per-listing detail pass that adds the full description, image gallery, amenities, agent contact and GPS coordinates, and optional AI summary, translation and feature extraction, all across the Uruguay, Paraguay, Bolivia and Argentina domains.
📥 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 takes any InfoCasas search results URL, respects every filter encoded in that URL (operation, property type, location, price, area, bedrooms), paginates through the results, and writes one normalized record per listing to the run's dataset. The base record carries the title, price, currency and USD price, price per m2, operation and property type, bedrooms, bathrooms, garages, total and built area, neighborhood/city/state/country, address, listing id, publish and update dates, and the main image. With withDetails on (the default), each listing's detail page adds the full description, the whole image gallery, amenities, agent name/type/phone and a WhatsApp link, agency address and profile, any subsidiary offices, and GPS coordinates. Missing source values are returned as null.
Coverage spans all InfoCasas country domains (Uruguay .com.uy, Paraguay .com.py, Bolivia .com.bo, Argentina .com.ar). Optional AI add-ons write an English summary, translate the Spanish title/description, and extract structured features.
Quickstart
Open the actor, paste this into the input, and press Run. It collects two apartment listings in Asunción with details, an English summary and translation.
{"startUrl": "https://www.infocasas.com.py/venta/departamentos/asuncion","maxListings": 2,"withDetails": true,"withAiListingSummary": true,"withAiTranslate": true}
To get a startUrl, browse InfoCasas to any filtered search on any of its country domains and copy the results-page URL. startUrl is the only required field.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
startUrl | string | yes | (Montevideo houses) | A full InfoCasas search results URL. All filters encoded in the URL are respected. Works across all InfoCasas country domains. |
maxListings | integer | no | 10 | Maximum number of listings to collect. |
withDetails | boolean | no | true | Fetch each listing's detail page for the full description, image gallery, amenities, agent contact and coordinates. Slower but more complete. Billed per successful detail fetch. |
withAiListingSummary | boolean | no | false | AI add-on. Writes a concise English summary of each listing. Paid Apify plans only. |
withAiFeatures | boolean | no | false | AI add-on. Extracts condition, standout highlights and nearby points of interest as structured fields. Paid Apify plans only. |
withAiTranslate | boolean | no | false | AI add-on. Translates the listing title and description from Spanish to English. Paid Apify plans only. |
Output reference
One dataset item per listing. Types: string, number, boolean, string[], object, object[], or null when the source value is absent. Fields marked (details) are present only when withDetails is on.
| Field | Type | Description |
|---|---|---|
imageUrl | string | Primary listing image URL. |
title | string | Listing title. |
price | number | Price in the listing's local currency. |
currency | string | Currency code (for example USD, UYU, PYG). |
priceUsd | number | Price converted to USD by the source, when available. |
pricePerM2Usd | number | Derived USD price per m2. |
operationType | string | Operation (for example Venta, Alquiler). |
propertyType | string | Property type (for example Departamento, Casa). |
bedrooms | number | Number of bedrooms. |
bathrooms | number | Number of bathrooms. |
garages | number | Number of garages / parking spaces. |
totalAreaM2 | number | Total (land) area in m2. |
builtAreaM2 | number | Built area in m2. |
neighborhood | string | Neighborhood. |
city | string | City. |
state | string | State / department. |
country | string | Country. |
address | string | Street address, when the listing exposes it. |
listingId | string | InfoCasas listing id. |
url | string | Link to the listing. |
publishedAt | string | Publish date. |
updatedAt | string | Last update date. |
description | string | Full listing description. (details) |
amenities | string[] | Amenities / facilities. (details) |
images | string[] | Full image gallery URLs. (details) |
agentName | string | Agent or agency name. (details) |
agentType | string | Agent type (for example inmobiliaria). (details) |
agentPhone | string | Agent phone. (details) |
agentWhatsappUrl | string | Click-to-chat WhatsApp link. (details) |
agencyAddress | string | Agency address. (details) |
agencyProfileUrl | string | Agency profile page URL. (details) |
subsidiaries | object[] | Agency branch offices, each with name, phone, whatsappUrl, address, officeHours. (details) |
latitude / longitude | number | GPS coordinates. (details) |
aiListingSummary | string | AI English summary. null unless withAiListingSummary is on. |
aiFeatures | object | AI condition/highlights/nearby. null unless withAiFeatures is on. |
aiListingEnglish | object | AI English title/description. null unless withAiTranslate is on. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null on success. On a failed run, an item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"startUrl": "https://www.infocasas.com.py/venta/departamentos/asuncion", "maxListings": 2, "withDetails": true, "withAiListingSummary": true, "withAiTranslate": true}); images and amenities trimmed with ...:
{"imageUrl": "https://cdn1.infocasas.com.uy/repo/img/a4acfc9586e16f12659fde16815b7aaf34997319.jpg","title": "Vendo Departamento Amoblado 3 Dormitorios Sobre Santisima Trinidad","price": 210000,"currency": "USD","priceUsd": 210000,"pricePerM2Usd": 2414,"operationType": "Venta","propertyType": "Departamento","bedrooms": 3,"bathrooms": 3,"garages": 1,"totalAreaM2": 87,"builtAreaM2": 87,"neighborhood": "Trinidad","city": "Asunción","state": "Asunción","country": "Paraguay","address": "Santísima Trinidad, Asunción, Paraguay","listingId": "192376614","url": "https://www.infocasas.com.py/vendo-departamento-amoblado-3-dormitorios-sobre-santisima-trinidad/192376614","publishedAt": "2025-05-12","updatedAt": "2026-06-04","aiListingSummary": "This furnished 3-bedroom apartment is located in the Trinidad neighborhood of Asunción, Paraguay, and is priced at $210,000. It features a spacious living area, a balcony with river views, and includes amenities such as a gym, pool, and 24-hour security. The apartment also comes with one parking space and has a total area of 87 square meters.","aiListingEnglish": {"title": "For Sale: Furnished Apartment with 3 Bedrooms in Santisima Trinidad", "description": "BUILDING TORRES MIRADOR. Apartment with bedrooms + service, independent kitchen, integrated living-dining room, high floor balcony with river view, master bedroom en-suite, 1 parking space. Amenities: swimming pool, gym, event hall, 2 heated barbecue areas, children's park, 24-hour security."},"amenities": ["Calefacción Individual", "Garaje", "Balcón / Terraza", "Ascensor", "GYM", "Piscina", "Aire Acondicionado", "Amueblada", "..."],"agentName": "Meridian Advisors","agentType": "inmobiliaria","agentPhone": "0994253123","agentWhatsappUrl": "https://wa.me/0994253123","agencyAddress": "Teniente Vicente Jara 458, Virgen del Huerto","agencyProfileUrl": "https://www.infocasas.com.py/inmobiliarias/186073-meridian advisors/propiedades","subsidiaries": [{"name": "Casa central", "phone": "09942", "whatsappUrl": null, "address": "", "officeHours": null}],"latitude": -25.26499857205848,"longitude": -57.57099518994201,"observedAt": "2026-08-14T08:18:42.030Z","error": null}
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~infocasas-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"startUrl":"https://www.infocasas.com.uy/venta/casas/montevideo","maxListings":25,"withDetails":true}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~infocasas-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"startUrl":"https://www.infocasas.com.py/venta/departamentos/asuncion","maxListings":100,"withDetails":false}'
Apify CLI:
apify call scrapers_lat/infocasas-scraper \--input '{"startUrl":"https://www.infocasas.com.uy/venta/casas/montevideo","maxListings":10}'
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 listing record returned (
resultevent). See the pricing tab for the current per-result price. - Details and AI add-ons bill separately. With
withDetailson, each successful detail fetch bills adetailsevent. AI events (ai_listing_summary,ai_features,ai_translate) are charged only on usable output, and are off by default. - No charge on failure. Failed listings are written as an
erroritem and are not charged. 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 listings per run. Upgrade for higher
maxListings. - AI add-ons require a paid Apify plan. On a free plan they are disabled for the run.
FAQ and troubleshooting
A run returned 0 records. Why? The search URL had no results or was not a valid InfoCasas search page. Open the URL in a browser to confirm it lists properties, then re-run. Zero-result runs are not charged.
Which countries are covered?
All InfoCasas country domains: Uruguay (.com.uy), Paraguay (.com.py), Bolivia (.com.bo) and Argentina (.com.ar). The actor routes through a residential IP in the site's market automatically.
How do I filter by price, area or bedrooms?
Apply the filters on the InfoCasas website, then copy the resulting URL into startUrl. Every filter encoded in the URL is respected.
What extra data do I get with withDetails?
The full description, the entire image gallery, amenities, agent name/phone and WhatsApp link, agency address and profile, branch offices, and GPS coordinates.
Why do prices show different currencies?
Each listing is priced in its local currency; currency gives the code and priceUsd gives the USD equivalent when the source provides it.
Is this an official InfoCasas tool? No. This actor is independent and has no affiliation with InfoCasas. It reads only publicly available listing data. Use the results in accordance with the source's terms.
Related scrapers
- Inmuebles24 Mexico Real Estate Scraper: Mexican property listings.
- Adondevivir Peru Property Listings Scraper: Peru property listings.
- CompreOAlquile Panama Real Estate Scraper: Panama property listings.
- Encuentra24 Real Estate Scraper: Central America property listings.
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 InfoCasas. Accesses only publicly available listing data. Use the results in accordance with the source's terms.
