Encuentra24 Real Estate Listings Scraper (Central America) avatar

Encuentra24 Real Estate Listings Scraper (Central America)

Pricing

from $6.15 / 1,000 results

Go to Apify Store
Encuentra24 Real Estate Listings Scraper (Central America)

Encuentra24 Real Estate Listings Scraper (Central America)

Scrape Encuentra24 real estate listings across Panama, Costa Rica, Nicaragua, El Salvador and Guatemala. Extract price, area, bedrooms, bathrooms, location, seller name, phone and photos. Export to JSON, CSV or Excel. No login or API key needed.

Pricing

from $6.15 / 1,000 results

Rating

5.0

(1)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

a day ago

Last modified

Share

Encuentra24 Real Estate Listings Scraper (Central America)

Encuentra24 Real Estate Listings Scraper (Central America)

Here is one real result, with every field the actor returns (the images array is trimmed here for readability; runs return the full gallery):

{
"title": "Venta de Apartamento en PH Riverside, Costa del Este - Amoblado",
"url": "https://www.encuentra24.com/panama-es/bienes-raices-venta-de-propiedades-apartamentos/venta-de-apartamento-en-ph-riverside-costa-del-este-amoblado/32709894",
"listingId": "32709894",
"price": 335000,
"currency": "PAB",
"pricePerM2": 3221.15,
"operationType": "Venta",
"propertyType": "Apartamento",
"bedrooms": 2,
"bathrooms": 2,
"parking": 1,
"areaM2": 104,
"location": "Costa del Este",
"city": "Ciudad de Panamá",
"country": "Panamá",
"publishedDate": "2026-08-10T06:09:59.000Z",
"updatedDate": "2026-08-10T06:09:59.000Z",
"description": "Ubicado en el exclusivo sector de Costa del Este, este acogedor apartamento en PH Riverside ofrece una combinación perfecta de comodidad, funcionalidad y una excelente ubicación. La propiedad cuenta con 2 recámaras, 2 baños completos y 1 estacionamiento...",
"amenities": ["Piscina", "Balcón", "Piso: Cerámica", "Antigüedad: 2011", "Niveles: 1"],
"imageUrl": "https://photos.encuentra24.com/t_or_fh_m/f_auto/v1/pa/32/70/98/94/32709894_f41b5b2a4332e8e6ef6c24cd9dd4c31e-12daf32",
"images": [
"https://photos.encuentra24.com/t_or_fh_m/f_auto/v1/pa/32/70/98/94/32709894_f41b5b2a4332e8e6ef6c24cd9dd4c31e-12daf32",
"https://photos.encuentra24.com/t_or_fh_m/f_auto/v1/pa/32/70/98/94/32709894_f41b5b2a4332e8e6ef6c24cd9dd4c31e-aaa0b32"
],
"sellerName": "Sofia Costarangos",
"sellerId": "164115",
"sellerCompany": "Padeco Realty Inc.",
"sellerLicense": "4732",
"phoneAvailable": true,
"latitude": 9.018736,
"longitude": -79.465294,
"observedAt": "2026-08-10T14:39:28.323Z",
"error": null
}

The most complete Encuentra24 real estate scraper available. It returns every field the listing and detail pages expose, including price per square meter, bedroom/bathroom/parking counts, amenities, the full image gallery, seller identity and license, and geo coordinates, plus optional AI add-ons, and it respects every filter encoded in the search URL across all Encuentra24 country sites.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor takes any Encuentra24 real estate search URL, follows pagination, applies the optional price/bedroom/area filters you pass, and writes one normalized record per listing to the run's dataset. When withDetails is on, it opens each listing to add the full description, amenities, image gallery, seller name/company/license, phone availability, and geo coordinates. Optional AI add-ons write a buyer-facing summary and extract structured features from the description.

Data covers real estate listings across Encuentra24 country sites: Panama, Costa Rica, Nicaragua, El Salvador, and Guatemala. All filters encoded in the search URL (operation, property type, location, price, area, bedrooms) are respected automatically.

Quickstart

Open the actor, paste this into the input, and press Run. It returns 10 for-sale property listings in Panama with full details.

{
"maxListings": 10,
"withDetails": true,
"startUrl": "https://www.encuentra24.com/panama-es/bienes-raices-venta-de-propiedades"
}

To target a specific country, city, price band, or property type, apply the filters on encuentra24.com and paste the resulting search URL as startUrl.

Input reference

FieldTypeRequiredDefaultDescription
startUrlstringyesPanama for-sale searchA full Encuentra24 real estate search results URL. All filters encoded in the URL (operation, property type, location, price, area, bedrooms) are respected. Works across Panama, Costa Rica, Nicaragua, El Salvador, and Guatemala sites.
maxListingsintegerno10Maximum number of listings to collect.
withDetailsbooleannotrueWhen enabled, emits enriched records with full description, image gallery, amenities, seller name, and coordinates. When disabled, only listing-level fields are returned.
withSummarybooleannofalseAdd-on (paid plans, requires details). AI writes a concise 2-3 sentence buyer-facing summary. Billed per listing only on success.
withExtractbooleannofalseAdd-on (paid plans, requires details). AI extracts structured features (furnished, pets allowed, amenities, condition, included services). Billed per listing only on success.
minPriceintegerno(none)Only return listings priced at or above this amount (listing currency).
maxPriceintegerno(none)Only return listings priced at or below this amount.
minBedroomsintegerno(none)Only return listings with at least this many bedrooms.
minAreaintegerno(none)Only return listings with at least this much area in square meters.

Output reference

One dataset item per listing. Types: string, integer, number, boolean, array, or null when the source value is absent. Detail fields (description, amenities, images, seller, geo) are present when withDetails is on.

FieldTypeDescription
titlestringListing title.
urlstringCanonical listing page URL.
listingIdstringEncuentra24 listing id (unique per listing).
priceintegerListing price in the listing currency.
currencystringISO currency code, for example PAB, USD, CRC.
pricePerM2numberPrice per square meter, computed from price and area.
operationTypestringOperation type, for example Venta, Alquiler.
propertyTypestringProperty type, for example Apartamento, Casa, Terreno.
bedroomsintegerNumber of bedrooms.
bathroomsintegerNumber of bathrooms.
parkingintegerNumber of parking spaces.
areaM2integerArea in square meters.
locationstringNeighborhood or sector.
citystringCity.
countrystringCountry of the listing.
publishedDatestringISO date the listing was published.
updatedDatestringISO date the listing was last updated.
descriptionstringFull listing description (present when withDetails is on).
amenitiesstring[]Amenity and attribute labels from the listing.
imageUrlstringPrimary listing image URL.
imagesstring[]All listing image URLs.
sellerNamestringSeller or agent name.
sellerIdstringEncuentra24 seller id.
sellerCompanystringSeller's brokerage/company name.
sellerLicensestringSeller's real estate license number, when published.
phoneAvailablebooleantrue when the listing exposes a contact phone.
latitudenumberListing latitude, when published.
longitudenumberListing longitude, when published.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"startUrl": "https://www.encuentra24.com/panama-es/bienes-raices-venta-de-propiedades", "maxListings": 10, "withDetails": true}). The images array is trimmed here; the run returns the full gallery.

{
"title": "Venta de Apartamento en PH Riverside, Costa del Este - Amoblado",
"url": "https://www.encuentra24.com/panama-es/bienes-raices-venta-de-propiedades-apartamentos/venta-de-apartamento-en-ph-riverside-costa-del-este-amoblado/32709894",
"listingId": "32709894",
"price": 335000,
"currency": "PAB",
"pricePerM2": 3221.15,
"operationType": "Venta",
"propertyType": "Apartamento",
"bedrooms": 2,
"bathrooms": 2,
"parking": 1,
"areaM2": 104,
"location": "Costa del Este",
"city": "Ciudad de Panamá",
"country": "Panamá",
"amenities": ["Piscina", "Balcón", "Piso: Cerámica", "Antigüedad: 2011", "Niveles: 1"],
"sellerName": "Sofia Costarangos",
"sellerCompany": "Padeco Realty Inc.",
"sellerLicense": "4732",
"phoneAvailable": true,
"latitude": 9.018736,
"longitude": -79.465294,
"observedAt": "2026-08-10T14:39:28.323Z",
"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~encuentra24-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"startUrl":"https://www.encuentra24.com/panama-es/bienes-raices-venta-de-propiedades","maxListings":25,"withDetails":true}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~encuentra24-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"startUrl":"https://www.encuentra24.com/costa-rica/bienes-raices-alquiler-de-propiedades","minBedrooms":2,"maxPrice":1500,"maxListings":100}'

Apify CLI:

apify call scrapers_lat/encuentra24-scraper \
--input '{"startUrl":"https://www.encuentra24.com/panama-es/bienes-raices-venta-de-propiedades","maxListings":50}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). See the pricing tab for the current per-result price.
  • Optional add-ons. When withDetails fetches a listing page successfully, a details add-on is billed on top of the base result. AI add-ons (ai_summary, ai_extract) are billed per listing and only on usable AI output. Add-ons are disabled for free plans.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results and add-ons.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxListings.

FAQ and troubleshooting

A run returned 0 records. Why? The search URL matched no listings, or your price/bedroom/area filters excluded everything. Loosen the filters or paste a broader search URL. Zero-result runs are not charged.

Which countries are supported? Any Encuentra24 country site: Panama, Costa Rica, Nicaragua, El Salvador, and Guatemala. Use a search URL from the country you want.

How do I filter by property type or operation? Apply those filters on encuentra24.com and paste the resulting URL as startUrl. The URL filters are respected automatically; minPrice, maxPrice, minBedrooms, and minArea are extra filters applied on top.

Do I get the seller's contact details? The actor returns the seller name, company, license, and whether a phone is available (phoneAvailable). It does not bypass the site's contact gating.

Why are latitude and longitude missing? Not every listing publishes coordinates. Missing values are returned as null, never invented.

Is this an official Encuentra24 tool? No. This actor is independent and has no affiliation with Encuentra24. It reads only data that is publicly available on the site.

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 Encuentra24. Accesses only publicly available data on encuentra24.com.