InfoCasas Scraper | Uruguay, Paraguay & Bolivia Real Estate
Pricing
from $0.15 / 1,000 results
InfoCasas Scraper | Uruguay, Paraguay & Bolivia Real Estate
Scrape InfoCasas real estate listings across Uruguay, Paraguay and Bolivia by operation and property type. Returns price in USD, area, bedrooms, bathrooms, garage, location, geo coordinates and the listing URL as clean structured data.
Pricing
from $0.15 / 1,000 results
Rating
0.0
(0)
Developer
Roberto Kerber
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 hours ago
Last modified
Categories
Share
InfoCasas Scraper - Uruguay, Paraguay & Bolivia Real Estate Listings
Built and maintained by Az Digital Consulting LU.
Scrape InfoCasas at scale. This scraper turns InfoCasas - the leading real estate portal in Uruguay, Paraguay and Bolivia - into a clean, structured data feed. Pick a country, an operation (sale or rent) and a property type, and get flat JSON for every listing: price in USD, area in m², bedrooms, bathrooms, garage, property type, neighborhood, state, geo coordinates and a direct URL to the ad.
No proxy setup, no HTML parsing, no account. Run it once for a market snapshot, or schedule it daily to track how asking prices and inventory move.
What does InfoCasas Scraper do?
Instead of copying listings by hand, you choose a market and it returns every matching property as clean, flat JSON.
Prices arrive as numbers (320000, not "U$S 320.000"), and the Actor returns both the original price and a normalized priceUsd, so you can compare across three countries without converting anything. Area comes as an integer in m². Location arrives split into state, city and neighborhood.
This is the fastest way to scrape InfoCasas listings for any segment - whether you are tracking asking prices in Montevideo, sizing the Asunción apartment market, or building a Southern Cone real estate dataset.
Why use InfoCasas Scraper?
- Price monitoring - track asking prices per neighborhood and per m² over time.
- Market intelligence - measure supply by country, property type and price band.
- Investment analysis - compare price/m² across Uruguay, Paraguay and Bolivia in one dataset.
- Comparables (CMA) - pull comparable listings for a valuation in seconds.
- Lead sourcing - build lists of properties matching a client brief.
How to use it
- Click Try for free.
- Choose a country (Uruguay, Paraguay or Bolivia).
- Choose operation (sale or rent) and property type.
- Set Max properties.
- Click Start and download the results as JSON, CSV, Excel or HTML.
Input
| Field | Description |
|---|---|
country | uy (Uruguay), py (Paraguay) or bo (Bolivia) |
operation | venta (sale) or alquiler (rent) |
propertyType | casas, apartamentos, terrenos, oficinas, locales, campos |
maxItems | How many properties to collect |
{"country": "uy","operation": "venta","propertyType": "casas","maxItems": 100}
Output
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
{"id": 194028275,"title": "venta Casa en Lomas de Solymar cinco dormitorios","code": "V83F72","propertyType": "Casa","operationType": "Venta","price": 320000,"currency": "U$S","priceUsd": 320000,"area": 145,"areaTerrain": 321,"bedrooms": 4,"bathrooms": 2,"garage": 1,"country": "Uruguay","state": "Canelones","neighborhood": "Lomas de Solymar","latitude": -34.8322202525,"longitude": -55.9360061042,"url": "https://www.infocasas.com.uy/venta-casa-en-lomas-de-solymar-cinco-dormitorios/194028275"}
Data fields
| Field | Type | Description |
|---|---|---|
id / code | number / string | Portal listing ID and reference code |
title | string | Listing headline |
propertyType / operationType | string | Category and sale/rent |
price / currency | number / string | Price as listed and its currency |
priceUsd | number | Price normalized to USD |
commonExpenses | number | Monthly common expenses when published |
area / areaBuilt / areaTerrain | number | Areas in m² |
bedrooms / bathrooms / garage / floor | number | Property counts |
country / state / city / neighborhood | string | Location breakdown |
latitude / longitude | number | Geo coordinates |
imageCount / hasVideo | number / boolean | Media info |
createdAt / updatedAt | string | Listing timestamps |
url | string | Direct link to the listing |
Pricing
Pay per event: $0.15 per 1,000 properties returned, plus a minimal actor-start event.
No subscription, no monthly minimums - you only pay for the data you actually extract. New Apify users get free monthly platform credits to test at no cost before scaling.
Tips
- Narrow searches run faster and cost less: pick one country and one property type per run.
- Use
priceUsdwhen comparing across countries - it is already normalized. - Schedule a daily run on the same filters to build a price history you can chart.
- Note on
city: the portal fills this field inconsistently and often leaves it empty, whilestateandneighborhoodare reliably present. Group by those whencityis null.
FAQ
Is scraping InfoCasas legal? This Actor collects only publicly available listing data - the same information any visitor sees without logging in. It deliberately collects no personal data: seller names, agency contacts and phone numbers are never returned, even though some appear in the page payload. You remain responsible for how you use the data; review the target site's terms and applicable law for your use case.
Do I need a proxy? No. The Actor reads the portal's public page data directly.
Which countries are covered? Uruguay, Paraguay and Bolivia - the three markets InfoCasas operates.
Why did I get fewer properties than I asked for? The search matched fewer listings, or you reached the last page for those filters. Broaden the property type or switch operation.
Support
Found a bug or need a field that is not here? Open an issue on the Issues tab of this Actor. Issues are answered.