Argenprop Property Scraper
Under maintenancePricing
from $1.00 / 1,000 listing scrapeds
Argenprop Property Scraper
Under maintenanceScrape real estate listings — propiedades, inmuebles — from Argenprop.com, Argentina's largest property portal. Search by property type (departamento, casa, PH), operation (venta/alquiler), bedrooms, and price range. Returns structured listing data with prices, features, and contact info.
Pricing
from $1.00 / 1,000 listing scrapeds
Rating
0.0
(0)
Developer
Mariano Ferreras
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape real estate listings from Argenprop.com — a major Argentine property portal with ~228K active listings (July 2026). There are 12+ ZonaProp scrapers on Apify Store (ZonaProp is Argenprop's sister portal under Navent), and as of July 2026 a store search for "argenprop" returned no other Argenprop-specific scraper — but note those ZonaProp actors are far more established than this one (ocrad's has 66 users, ecomscrape's 33), and they cover a different portal's listings, not Argenprop's.
Use cases
- Market research: Track property prices, supply, and trends across Argentine neighborhoods
- Price comparison: Compare listing prices by property type, location, and features
- Investment analysis: Monitor the Argentine real estate market (USD and ARS prices)
- Real estate lead generation: Collect agent contact info and listing details
- Rental market analysis: Separate rental vs. sale market dynamics
Input
Provide search URLs (e.g. /departamentos, /departamentos/alquiler/2-ambientes) or use the quick filters:
| Field | Type | Default | Description |
|---|---|---|---|
searchUrls | string[] | ["/departamentos"] | Search page paths on Argenprop |
propertyType | enum | departamento | departamento, casa, ph, oficina, local, terreno, cochera |
operationType | enum | todos | venta, alquiler, alquiler-temporal, todos |
minBedrooms | number | 0 | Minimum bedrooms (0 = any) |
maxBedrooms | number | 0 | Maximum bedrooms (0 = no max) |
minPrice | number | 0 | Minimum price (0 = no minimum) |
maxPrice | number | 0 | Maximum price (0 = no max) |
currency | enum | any | USD, ARS, any |
maxListings | number | 200 | Max listings to collect |
maxDetailPages | number | 0 | Enrich with detail page data (0 = search data only) |
useResidentialProxy | boolean | false | Use residential proxies for high-volume runs |
zeroYieldAbortThreshold | number | 3 | Abort after N consecutive empty pages |
maxRunSeconds | number | 0 | Soft deadline (0 = disabled) |
Output
Each listing record contains:
| Field | Type | Description |
|---|---|---|
type | string | Always "listing" |
listingId | string | Argenprop internal ID |
propertyType | string | "Departamento", "Casa", "PH", etc. |
operationType | string | "Venta" or "Alquiler" |
currency | string | "USD" or "ARS" |
priceAmount | number | Numeric price |
expensesAmount | number | HOA/condo fees (expensas) |
address | string | Street address |
fullAddress | string | Address with neighborhood |
neighborhood | string | Barrio (neighborhood) |
bedrooms | number | Number of bedrooms |
bathrooms | number | Number of bathrooms |
coveredAreaM2 | number | Covered area in m² |
totalAreaM2 | number | Total area in m² |
title | string | Listing title |
description | string | Full description |
agentId | string | Agent/advertiser ID |
amenities | string[] | Amenities (detail enrichment only) |
photos | string[] | Photo URLs (detail enrichment only) |
scrapedAt | string | ISO 8601 timestamp |
Pricing
Pay-per-event (PPE):
| Event | Price | Description |
|---|---|---|
listing-scraped | $0.001 | Per listing extracted from search |
listing-detailed | $0.002 | Per detail page enrichment |
apify-actor-start | $0.001 | Run initialization (2048MB → 2×) |
Example: Search for 2-bedroom apartments for rent
{"searchUrls": ["/departamentos/alquiler/2-ambientes"],"maxListings": 50,"useResidentialProxy": true}
Example: Search for houses for sale in USD
{"propertyType": "casa","operationType": "venta","currency": "USD","maxListings": 100}
Limitations
- Argenprop only: This actor scrapes Argenprop.com. It does not cover ZonaProp, MercadoLibre Inmuebles, or other Argentine property portals.
- Search page data vs. detail enrichment: Search page data includes basic info (price, area, bedrooms, location). For full amenity lists and photos, enable
maxDetailPages(costs extra). - AWS WAF: Argenprop uses AWS WAF at the edge. Datacenter proxies work for moderate volumes; residential proxies are recommended for high-volume runs.
- robots.txt: Argenprop disallows
User-agent: *(entire site). This actor scrapes publicly visible listing data shown to all visitors without bypassing authentication.
Spanish/English
| Spanish | English |
|---|---|
| Departamento | Apartment |
| Casa | House |
| PH | Townhouse / Duplex |
| Venta | Sale |
| Alquiler | Rental |
| Alquiler temporal | Short-term rental |
| Expensas | HOA / Condo fees |
| m² cubiertos | Covered area |
| m² totales | Total area |
| Dormitorios | Bedrooms |
| Baños | Bathrooms |
| Ambientes | Total rooms |
| Barrio | Neighborhood |
| A Estrenar | Brand new |
Technical details
- Crawler: CheerioCrawler (server-rendered HTML extraction)
- Proxy: Datacenter (default) or Residential (recommended for high volume)
- Pagination: Automatic via
?pagina-Nformat - Detail enrichment: Optional second phase with separate CheerioCrawler