# Doomos Panama Scraper (`dadhalfdev/doomos-panama-scraper`) Actor

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

- **URL**: https://apify.com/dadhalfdev/doomos-panama-scraper.md
- **Developed by:** [Marco Rodrigues](https://apify.com/dadhalfdev) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## 🇵🇦 Doomos Panama Scraper

Want [Doomos](https://www.doomos.com.pa/venta) 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):**

```json
{
  "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):**

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

**Output Example:**

```json
{
  "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:**

| Field | Description |
|-------|-------------|
| `id` | Doomos listing id. |
| `url` | Public listing page. |
| `title` | Ad title. |
| `price` | Price in US dollars when shown. |
| `currency` | Usually `USD`. |
| `description` | Ad text. |
| `price_per_m2` | Price divided by area, when both are shown. |
| `community_fee` | Monthly maintenance fee in US dollars, when shown. |
| `location` | Neighborhood, city, and province. |
| `neighborhood` | Zone on the ad, such as Punta Pacífica. |
| `city` | City. |
| `province` | Province. |
| `latitude` / `longitude` | Map point when the ad has one. |
| `image` | Cover photo. |
| `images` | Every photo URL on the ad. |
| `property_type` | Casa, apartamento, and other site types. |
| `listing_type` | Venta, alquiler, and other operations. |
| `bedrooms` | Bedroom count when shown. |
| `bathrooms` | Bathroom count when shown. |
| `parking` | Parking spaces when shown. |
| `area` | Area in square meters. |
| `size` | Same area written as text, for example `222 m²`. |
| `year_built` | Year of construction when shown. |
| `condition` | Condition when the ad states one. |
| `amenities` | Elevator, patio, terrace, and other features marked on the ad. |
| `featured` | Whether the ad is featured. |
| `verified` | Whether the ad is marked verified. |
| `views` | View count when shown. |
| `reference` | The ad’s reference code. |
| `contact_name` / `contact_phone` | Name and phone on the ad. |
| `video_url` / `virtual_tour_url` | Video or tour link when the ad has one. |
| `date` | When the ad was published, as a full date and time. |

### 📋 Input reference

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `input_url` | string | No | — | Doomos search or listing URL. Overrides every filter. |
| `listing_type` | dropdown | No | venta | Venta, alquiler, and other operations. |
| `property_type` | dropdown | No | all | Casa, apartamento, land, commercial, … |
| `location` | dropdown | No | all | Panama province. |
| `query` | string | No | — | Same as the site search box. |
| `price_min` | integer | No | — | Lowest price in US dollars. |
| `price_max` | integer | No | — | Highest price in US dollars. |
| `bedrooms` | dropdown | No | any | Minimum bedrooms: 1+ through 5+. |
| `bathrooms` | dropdown | No | any | Minimum bathrooms: 1+ through 4+. |
| `area_min` | integer | No | — | Smallest area in square meters. |
| `area_max` | integer | No | — | Largest area in square meters. |
| `parking` | dropdown | No | any | Minimum parking spaces: 1+, 2+, or 3+. |
| `only_photos` | boolean | No | false | Only listings that have photos. |
| `neighborhood` | string | No | — | Neighborhood or zone. |
| `sort_by` | dropdown | No | newest | Newest, oldest, price, or area. |
| `max_results` | integer | No | `50` | Maximum rows (`1`–`2000`). |

# Actor input Schema

## `input_url` (type: `string`):

Paste a Doomos search or listing URL. Overrides every filter when set.

## `listing_type` (type: `string`):

Venta, alquiler, and the other Doomos operation filters.

## `property_type` (type: `string`):

Same property-type filter as the site.

## `location` (type: `string`):

Panama province, same list as the Doomos location filter.

## `query` (type: `string`):

Same as the Doomos search box. Optional.

## `price_min` (type: `integer`):

Lowest price in US dollars.

## `price_max` (type: `integer`):

Highest price in US dollars.

## `bedrooms` (type: `string`):

Minimum bedrooms, same as the site’s Habitaciones filter.

## `bathrooms` (type: `string`):

Minimum bathrooms, same as the site’s Baños filter.

## `area_min` (type: `integer`):

Smallest area in square meters, same as the site’s Superficie minimum.

## `area_max` (type: `integer`):

Largest area in square meters, same as the site’s Superficie maximum.

## `parking` (type: `string`):

Minimum parking spaces, same as the site’s Estacionamiento filter.

## `only_photos` (type: `boolean`):

Same as the site’s checkbox to show only listings with photos.

## `neighborhood` (type: `string`):

Neighborhood or zone, for example Punta Pacifica or Las Mercedes.

## `sort_by` (type: `string`):

Same order as the listing page.

## `max_results` (type: `integer`):

Maximum rows to return (1–2000).

## Actor input object example

```json
{
  "listing_type": "venta",
  "property_type": "",
  "location": "",
  "bedrooms": "",
  "bathrooms": "",
  "parking": "",
  "only_photos": false,
  "sort_by": "",
  "max_results": 50
}
```

# Actor output Schema

## `overview` (type: `string`):

Table view of scraped listings using the dataset 'overview' view.

## `results` (type: `string`):

All scraped listings from the default dataset without view transformation.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dadhalfdev/doomos-panama-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("dadhalfdev/doomos-panama-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call dadhalfdev/doomos-panama-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,dadhalfdev/doomos-panama-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/dU0l2thVuXMKIQEm7/builds/QHUcIB2NseYhUVHah/openapi.json
