Doomos Panama Scraper avatar

Doomos Panama Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Doomos Panama Scraper

Doomos Panama Scraper

Scrape property listings from doomos.com.pa. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

🇵🇦 Doomos Panama Scraper

Want Doomos property ads in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Doomos is Panama’s property board, with tens of thousands of public listings. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Panama apartments, houses, and land from Doomos.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice Panama property by sale or rent, type, province, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Doomos results.
  • 📚 RAG Systems: Feed titles, prices, and cities into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Doomos search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Listing type, property type, province, neighborhood, bedrooms, bathrooms, area, parking, photos, keyword, price, and sort.
  • 🌐 Listing cards: Title, description, price, neighborhood, rooms, parking, area, year, fees, photos, and contact when the ad shows them.

📦 What's inside the data?

id, url, title, description, price, currency, price_per_m2, community_fee, location, neighborhood, city, province, latitude, longitude, image, images, property_type, listing_type, bedrooms, bathrooms, parking, area, size, year_built, condition, amenities, featured, verified, views, reference, contact_name, contact_phone, video_url, virtual_tour_url, date

🚀 Quick start

Option A: paste https://www.doomos.com.pa/venta. Option B: pick venta or alquiler and a province, then set max_results.

Input Example (filters):

{
"listing_type": "venta",
"property_type": "apartamentos",
"location": "provincia-de-panama",
"bedrooms": "3",
"bathrooms": "2",
"area_max": 200,
"parking": "1",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.doomos.com.pa/venta",
"max_results": 100
}

Output Example:

{
"id": "201012",
"url": "https://www.doomos.com.pa/propiedad/se-vende-lindo-apartamento-con-vista-al-mar-punta-pacifica",
"title": "Se vende lindo apartamento con vista al mar Punta Pacífica",
"price": 450000,
"currency": "USD",
"location": "Ciudad de Panamá, Provincia de Panamá",
"image": "https://images.wasi.co/inmuebles/example.jpg",
"property_type": "Apartamento",
"listing_type": "Venta",
"neighborhood": "Punta Pacífica",
"city": "Ciudad de Panamá",
"province": "Provincia de Panamá",
"bedrooms": 3,
"bathrooms": 4,
"parking": 2,
"area": 222,
"size": "222 m²",
"year_built": 2018,
"community_fee": 350,
"amenities": ["Elevator", "Terrace"],
"contact_name": "Example",
"date": "2026-09-18T20:28:33Z"
}

Output fields:

FieldDescription
idDoomos listing id.
urlPublic listing page.
titleAd title.
pricePrice in US dollars when shown.
currencyUsually USD.
descriptionAd text.
price_per_m2Price divided by area, when both are shown.
community_feeMonthly maintenance fee in US dollars, when shown.
locationNeighborhood, city, and province.
neighborhoodZone on the ad, such as Punta Pacífica.
cityCity.
provinceProvince.
latitude / longitudeMap point when the ad has one.
imageCover photo.
imagesEvery photo URL on the ad.
property_typeCasa, apartamento, and other site types.
listing_typeVenta, alquiler, and other operations.
bedroomsBedroom count when shown.
bathroomsBathroom count when shown.
parkingParking spaces when shown.
areaArea in square meters.
sizeSame area written as text, for example 222 m².
year_builtYear of construction when shown.
conditionCondition when the ad states one.
amenitiesElevator, patio, terrace, and other features marked on the ad.
featuredWhether the ad is featured.
verifiedWhether the ad is marked verified.
viewsView count when shown.
referenceThe ad’s reference code.
contact_name / contact_phoneName and phone on the ad.
video_url / virtual_tour_urlVideo or tour link when the ad has one.
dateWhen the ad was published, as a full date and time.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Doomos search or listing URL. Overrides every filter.
listing_typedropdownNoventaVenta, alquiler, and other operations.
property_typedropdownNoallCasa, apartamento, land, commercial, …
locationdropdownNoallPanama province.
querystringNo—Same as the site search box.
price_minintegerNo—Lowest price in US dollars.
price_maxintegerNo—Highest price in US dollars.
bedroomsdropdownNoanyMinimum bedrooms: 1+ through 5+.
bathroomsdropdownNoanyMinimum bathrooms: 1+ through 4+.
area_minintegerNo—Smallest area in square meters.
area_maxintegerNo—Largest area in square meters.
parkingdropdownNoanyMinimum parking spaces: 1+, 2+, or 3+.
only_photosbooleanNofalseOnly listings that have photos.
neighborhoodstringNo—Neighborhood or zone.
sort_bydropdownNonewestNewest, oldest, price, or area.
max_resultsintegerNo50Maximum rows (1–2000).