Argenprop Property Scraper avatar

Argenprop Property Scraper

Under maintenance

Pricing

from $1.00 / 1,000 listing scrapeds

Go to Apify Store
Argenprop Property Scraper

Argenprop Property Scraper

Under maintenance

Scrape 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

Mariano Ferreras

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

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:

FieldTypeDefaultDescription
searchUrlsstring[]["/departamentos"]Search page paths on Argenprop
propertyTypeenumdepartamentodepartamento, casa, ph, oficina, local, terreno, cochera
operationTypeenumtodosventa, alquiler, alquiler-temporal, todos
minBedroomsnumber0Minimum bedrooms (0 = any)
maxBedroomsnumber0Maximum bedrooms (0 = no max)
minPricenumber0Minimum price (0 = no minimum)
maxPricenumber0Maximum price (0 = no max)
currencyenumanyUSD, ARS, any
maxListingsnumber200Max listings to collect
maxDetailPagesnumber0Enrich with detail page data (0 = search data only)
useResidentialProxybooleanfalseUse residential proxies for high-volume runs
zeroYieldAbortThresholdnumber3Abort after N consecutive empty pages
maxRunSecondsnumber0Soft deadline (0 = disabled)

Output

Each listing record contains:

FieldTypeDescription
typestringAlways "listing"
listingIdstringArgenprop internal ID
propertyTypestring"Departamento", "Casa", "PH", etc.
operationTypestring"Venta" or "Alquiler"
currencystring"USD" or "ARS"
priceAmountnumberNumeric price
expensesAmountnumberHOA/condo fees (expensas)
addressstringStreet address
fullAddressstringAddress with neighborhood
neighborhoodstringBarrio (neighborhood)
bedroomsnumberNumber of bedrooms
bathroomsnumberNumber of bathrooms
coveredAreaM2numberCovered area in m²
totalAreaM2numberTotal area in m²
titlestringListing title
descriptionstringFull description
agentIdstringAgent/advertiser ID
amenitiesstring[]Amenities (detail enrichment only)
photosstring[]Photo URLs (detail enrichment only)
scrapedAtstringISO 8601 timestamp

Pricing

Pay-per-event (PPE):

EventPriceDescription
listing-scraped$0.001Per listing extracted from search
listing-detailed$0.002Per detail page enrichment
apify-actor-start$0.001Run 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

SpanishEnglish
DepartamentoApartment
CasaHouse
PHTownhouse / Duplex
VentaSale
AlquilerRental
Alquiler temporalShort-term rental
ExpensasHOA / Condo fees
m² cubiertosCovered area
m² totalesTotal area
DormitoriosBedrooms
BañosBathrooms
AmbientesTotal rooms
BarrioNeighborhood
A EstrenarBrand new

Technical details

  • Crawler: CheerioCrawler (server-rendered HTML extraction)
  • Proxy: Datacenter (default) or Residential (recommended for high volume)
  • Pagination: Automatic via ?pagina-N format
  • Detail enrichment: Optional second phase with separate CheerioCrawler