# Casamineira Property Search Scraper (`stealth_mode/casamineira-property-search-scraper`) Actor

Scrape property listings from Casamineira.com.br effortlessly. Collect prices, locations, features, publisher info, photos, and 28+ structured fields per listing — perfect for real estate analysts, investors, and proptech developers.

- **URL**: https://apify.com/stealth\_mode/casamineira-property-search-scraper.md
- **Developed by:** [Stealth mode](https://apify.com/stealth_mode) (community)
- **Categories:** Automation, Developer tools, Real estate
- **Stats:** 2 total users, 1 monthly users, 66.7% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 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/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Casamineira.com.br Property Scraper: Extract Brazilian Real Estate Listings

### What Is Casamineira.com.br?

Casamineira.com.br is a Brazilian real estate portal listing properties for sale and rent across the country, covering apartments, houses, and commercial units. Aggregating this data manually is impractical at scale — the **Casamineira.com.br Property Scraper** automates extraction from search result pages, delivering clean, structured records ready for analysis.

---

### Overview

The **Casamineira Property Search Scraper** collects listings directly from paginated search result URLs, capturing everything from pricing and location to publisher contacts and media. It suits:

- **Real estate investors** monitoring market pricing by region
- **Proptech developers** feeding aggregator platforms with fresh listings
- **Market researchers** analyzing property trends across Brazilian cities
- **Agencies** tracking competitor inventory and positioning

---

### Input Format

```json
{
  "urls": ["https://www.casamineira.com.br/venda/apartamento/brasil/pagina-2"],
  "ignore_url_failures": true,
  "max_items_per_url": 50
}
````

| Field | Type | Description |
|---|---|---|
| `urls` | `array` | URLs of property **search/list pages** to scrape. Supports multiple URLs. Example: `https://www.casamineira.com.br/venda/apartamento/brasil/pagina-2`. Add one per line or use bulk edit. |
| `ignore_url_failures` | `boolean` | If `true`, the scraper continues running even if individual URLs fail. Recommended for bulk runs. Default: `true`. |
| `max_items_per_url` | `integer` | Maximum number of listings to collect per URL. Default: `20`. Set higher (e.g., `50`) for denser result pages. |

> **Tip:** To paginate, add multiple URLs with incremented page numbers (e.g., `pagina-1`, `pagina-2`, `pagina-3`). Filter by property type and state directly in the URL path.

***

### Output Format

**Sample output**

```json
{
  "posting_id": "2988602911",
  "url": "/imovel/venda/apartamento-2-quartos-a-venda-no-meireles-fortaleza-ce/2988602911",
  "posting_code": "AP1527",
  "title": "Apartamento Com 2 Dormitórios À Venda, 165 m&sup2; por R$1.990.000 - Meireles - Fortaleza/ce",
  "price_operation_types": [
    {
      "low_price_percentage": null,
      "operation_type": {
        "name": "Venda",
        "operation_type_id": "1"
      },
      "prices": [
        {
          "currency_id": "3",
          "amount": 1990000,
          "formatted_amount": "1.990.000",
          "currency": "R$"
        }
      ]
    }
  ],
  "expenses": {
    "currency_id": null,
    "amount": 1550,
    "formatted_amount": "1.550",
    "currency": "R$"
  },
  "main_features": {
    "c_f_t100": {
      "feature_id": "CFT100",
      "label": "Área total",
      "measure": "m²",
      "value": "165",
      "icon": null,
      "feature_category_id": "CFC2",
      "min_value": null,
      "max_value": null
    },
    "c_f_t101": {
      "feature_id": "CFT101",
      "label": "Área útil",
      "measure": "m²",
      "value": "165",
      "icon": null,
      "feature_category_id": "CFC2",
      "min_value": null,
      "max_value": null
    },
    "c_f_t2": {
      "feature_id": "CFT2",
      "label": "Quartos",
      "measure": null,
      "value": "2",
      "icon": null,
      "feature_category_id": "CFC1",
      "min_value": null,
      "max_value": null
    },
    "c_f_t3": {
      "feature_id": "CFT3",
      "label": "Banheiros",
      "measure": null,
      "value": "4",
      "icon": null,
      "feature_category_id": "CFC1",
      "min_value": null,
      "max_value": null
    },
    "c_f_t7": {
      "feature_id": "CFT7",
      "label": "Vagas",
      "measure": null,
      "value": "4",
      "icon": null,
      "feature_category_id": "CFC1",
      "min_value": null,
      "max_value": null
    },
    "c_f_t4": {
      "feature_id": "CFT4",
      "label": "Suítes",
      "measure": null,
      "value": "2",
      "icon": null,
      "feature_category_id": "CFC1",
      "min_value": null,
      "max_value": null
    }
  },
  "general_features": {},
  "development_features": {},
  "highlighted_features": [],
  "flags_features": [],
  "antiquity": null,
  "publisher": {
    "publisher_id": "47682287",
    "name": "Imobiliária Leonardo Machado Imóveis",
    "url": "/imoveis/imobiliaria_imobiliaria-leonardo-machado-imoveis_47682287",
    "slot_filter_url": null,
    "url_logo": "https://imgbr.imovelwebcdn.com/empresas/22/00/47/68/22/87/130x70/logo_imobiliaria-leonardo-machado-imoveis_1700250186749.jpg",
    "publisher_type_id": "2",
    "url_chat": null,
    "license": null,
    "publisher_tags": [],
    "parent_publisher": null,
    "amount_posting_active": null,
    "partial_phone": null,
    "created_year": null,
    "premier": true,
    "slug": "leomachadoimoveis",
    "publisher_statistics": null,
    "approved": false,
    "main_phone": null,
    "created_date": 1700197200000,
    "id_portal": "101",
    "quantity_posting_by_operation_type": null
  },
  "url_logo": null,
  "real_estate_type": {
    "name": "Apartamentos",
    "real_estate_type_id": "2"
  },
  "units": [],
  "publication": null,
  "premier": true,
  "slot": null,
  "slot_color": null,
  "house_info": null,
  "description_normalized": "Oportunidade. Condomínio Parque Stela Maris. Rua Silva Jatahy 1245 - Meireles. 200 metros da praia. 165m2. 2 suítes mais escritório. sala ampliada. 4 vagas de garagem. Andar alto. Nascente. Apartamento projetado, mobiliado e climatizado. Taxa de condomínio R$1550",
  "posting_location": {
    "address": {
      "name": "Rua Silva Jatahy",
      "visibility": "EXACT"
    },
    "location": {
      "location_id": "V1-D-1501040",
      "name": "Meireles",
      "label": "ZONA",
      "depth": 3,
      "parent": {
        "location_id": "V1-C-1101347",
        "name": "Fortaleza",
        "label": "CIUDAD",
        "depth": 2,
        "parent": {
          "location_id": "V1-B-4246",
          "name": "Ceará",
          "label": "PROVINCIA",
          "depth": 1,
          "parent": {
            "location_id": "V1-A-22",
            "name": "Brasil casamineira",
            "label": "PAIS",
            "depth": 0,
            "parent": null,
            "acronym": null
          },
          "acronym": "CE"
        },
        "acronym": null
      },
      "acronym": null
    },
    "posting_geolocation": {
      "geolocation": {
        "latitude": -3.729382753372192,
        "longitude": -38.492469787597656
      },
      "url_static_map": "https://maps.google.com/maps/api/staticmap?center=-3.729382753372191938723290149937383830547332763671875,-38.49246978759765625&zoom=16&key=AIzaSyDxbEcZK2oN5JW6l7HmItgZJm_ZY4HUgw8&size=780x456&sensor=true&scale=2&signature=S_5AXgwcVu-F6NYPtU9TvPySPyk=&channel=rplis-iw",
      "visibility": "ZONE"
    }
  },
  "visible_pictures": {
    "pictures": [
      {
        "multimedia_type_id": "2",
        "order": 0,
        "height": 768,
        "width": 1024,
        "url730x532": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/720x532/4108166399.jpg?isFirstImage=true",
        "url360x266": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/360x266/4108166399.jpg?isFirstImage=true",
        "url130x70": null,
        "title": "xzFON2AgRhjoakDKTrf8dPvPWTzzpiR5.jpg · Apartamento Com 2 Dormitórios À Venda, 165 m² por R$1.990.000 - Meireles - Fortaleza/ce"
      },
      {
        "multimedia_type_id": "2",
        "order": 1,
        "height": 768,
        "width": 1024,
        "url730x532": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/720x532/4108166362.jpg",
        "url360x266": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/360x266/4108166362.jpg",
        "url130x70": null,
        "title": "S6OUqabgZObReBd3kCoKojdloPCdjf5M.jpg"
      },
      {
        "multimedia_type_id": "2",
        "order": 2,
        "height": 768,
        "width": 576,
        "url730x532": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/720x532/4108166352.jpg",
        "url360x266": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/360x266/4108166352.jpg",
        "url130x70": null,
        "title": "Kr7WsExsw0JQoFODKTlQmQv7Ql9hJPHM.jpg"
      },
      {
        "multimedia_type_id": "2",
        "order": 3,
        "height": 768,
        "width": 1024,
        "url730x532": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/720x532/4108166385.jpg",
        "url360x266": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/360x266/4108166385.jpg",
        "url130x70": null,
        "title": "sN6tsO9foqATKBNwL451gNkM1DANYjVu.jpg"
      },
      {
        "multimedia_type_id": "2",
        "order": 4,
        "height": 768,
        "width": 1024,
        "url730x532": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/720x532/4108166360.jpg",
        "url360x266": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/360x266/4108166360.jpg",
        "url130x70": null,
        "title": "7tNzzwYLxK0dg679YTMdOGWGyIRnkYpP.jpg"
      },
      {
        "multimedia_type_id": "2",
        "order": 5,
        "height": 768,
        "width": 1024,
        "url730x532": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/720x532/4108166350.jpg",
        "url360x266": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/360x266/4108166350.jpg",
        "url130x70": null,
        "title": "f3OM6plbhLsHm5m59B9ca2kG0RHfd5W3.jpg"
      },
      {
        "multimedia_type_id": "2",
        "order": 6,
        "height": 768,
        "width": 1024,
        "url730x532": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/720x532/4108166395.jpg",
        "url360x266": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/360x266/4108166395.jpg",
        "url130x70": null,
        "title": "r3FXgpVP93XDH19u5ie6UjdcPr4RtCh4.jpg"
      },
      {
        "multimedia_type_id": "2",
        "order": 7,
        "height": 768,
        "width": 1024,
        "url730x532": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/720x532/4108166396.jpg",
        "url360x266": "https://imgbr.imovelwebcdn.com/avisos/22/29/88/60/29/11/360x266/4108166396.jpg",
        "url130x70": null,
        "title": "6IwGK0FUhIkX4N50qTNCXyWgyJ86Vg5a.jpg"
      }
    ],
    "additional_pictures_count": 15
  },
  "status": "ONLINE",
  "posting_type": "PROPERTY",
  "whatsapp": "55 85997873442",
  "modified_date": "2026-05-10T23:05:22-0400"
}
```

Each listing returns a structured record with 28 fields:

#### Identification & URLs

| Field | Meaning |
|---|---|
| `Posting ID` | Unique internal identifier for the listing |
| `URL` | Direct link to the full property detail page |
| `Posting Code` | Human-readable reference code for the listing |
| `Title` | Listing headline (e.g., "Apartamento 3 quartos à venda") |

#### Pricing & Costs

| Field | Meaning |
|---|---|
| `Price Operation Types` | Sale or rental price, including currency and operation type (venda/aluguel) |
| `Expenses` | Additional costs such as condominium fees or IPTU |

#### Property Characteristics

| Field | Meaning |
|---|---|
| `Main Features` | Core specs: area (m²), bedrooms, bathrooms, parking spaces |
| `General Features` | Secondary attributes such as floor level, orientation, or furnishing status |
| `Development Features` | Features specific to the building/development (e.g., pool, gym, security) |
| `Highlighted Features` | Key selling points surfaced prominently in the listing |
| `Flags Features` | Boolean feature tags (e.g., pet-friendly, accepts financing) |
| `Antiquity` | Property age or construction period |
| `Real Estate Type` | Property category (apartment, house, commercial, land, etc.) |
| `Units` | Number of units available, relevant for developments or multi-unit buildings |
| `House Info` | Structured summary of the property specs |
| `Description Normalized` | Plain-text, cleaned version of the full listing description |

#### Publisher & Contact

| Field | Meaning |
|---|---|
| `Publisher` | Name and details of the agency or individual listing the property |
| `URL Logo` | URL to the publisher's logo image |
| `WhatsApp` | WhatsApp contact number for the listing publisher, if available |

#### Listing Metadata

| Field | Meaning |
|---|---|
| `Publication` | Original publication date of the listing |
| `Modified Date` | Date the listing was last updated |
| `Status` | Current listing status (active, paused, sold, etc.) |
| `Posting Type` | Listing classification (standard, featured, etc.) |
| `Premier` | Whether the listing has a premium/premier placement |
| `Slot` | Ad slot position on the results page |
| `Slot Color` | Visual slot styling, indicating tier or promotion level |

#### Location & Media

| Field | Meaning |
|---|---|
| `Posting Location` | Structured location data: city, neighborhood, state, coordinates |
| `Visible Pictures` | Array of listing photo URLs available for public display |

***

### How to Use

1. **Build your target URLs** — Navigate to Casamineira.com.br, apply filters (property type, city, operation), and copy the paginated search URL.
2. **Paste into `urls`** — Add one or more search page URLs to the array.
3. **Set limits** — Adjust `max_items_per_url` based on how many results the page returns (typically 20–48 per page).
4. **Enable failure tolerance** — Keep `ignore_url_failures: true` for multi-URL runs.
5. **Export** — Download results as JSON, CSV, or Excel for analysis.

**Common issues:**

- Using a detail page URL instead of a **list/search page URL** will return no results.
- Very high `max_items_per_url` values beyond the page's actual listing count will simply return all available items without error.

***

### Use Cases & Business Value

- **Price benchmarking:** Compare asking prices by neighborhood, property type, or size
- **Inventory monitoring:** Track new listings and sold properties over time
- **Lead generation:** Extract publisher WhatsApp and contact info for outreach
- **Market reports:** Generate data-driven insights on Brazil's property market

***

### Conclusion

The **Casamineira.com.br Property Scraper** turns paginated search results into structured, analysis-ready datasets with 28+ fields per listing. Whether you're tracking the Brazilian real estate market or building a property aggregator, it removes the manual effort entirely.

# Actor input Schema

## `urls` (type: `array`):

Add the URLs of the property list urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.

## `ignore_url_failures` (type: `boolean`):

If true, the scraper will continue running even if some URLs fail to be scraped.

## `max_items_per_url` (type: `integer`):

The maximum number of items to scrape per URL.

## Actor input object example

```json
{
  "urls": [
    "https://www.casamineira.com.br/venda/apartamento/brasil/pagina-2"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 20
}
```

# 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 = {
    "urls": [
        "https://www.casamineira.com.br/venda/apartamento/brasil/pagina-2"
    ],
    "ignore_url_failures": true,
    "max_items_per_url": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("stealth_mode/casamineira-property-search-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 = {
    "urls": ["https://www.casamineira.com.br/venda/apartamento/brasil/pagina-2"],
    "ignore_url_failures": True,
    "max_items_per_url": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("stealth_mode/casamineira-property-search-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "urls": [
    "https://www.casamineira.com.br/venda/apartamento/brasil/pagina-2"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 20
}' |
apify call stealth_mode/casamineira-property-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=stealth_mode/casamineira-property-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Casamineira Property Search Scraper",
        "description": "Scrape property listings from Casamineira.com.br effortlessly. Collect prices, locations, features, publisher info, photos, and 28+ structured fields per listing — perfect for real estate analysts, investors, and proptech developers.",
        "version": "0.0",
        "x-build-id": "hutF4pM9FA6mJmLMh"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/stealth_mode~casamineira-property-search-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-stealth_mode-casamineira-property-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/stealth_mode~casamineira-property-search-scraper/runs": {
            "post": {
                "operationId": "runs-sync-stealth_mode-casamineira-property-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/stealth_mode~casamineira-property-search-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-stealth_mode-casamineira-property-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "urls": {
                        "title": "URLs of the property list urls to scrape",
                        "type": "array",
                        "description": "Add the URLs of the property list urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "ignore_url_failures": {
                        "title": "Continue running even if some URLs fail to be scraped",
                        "type": "boolean",
                        "description": "If true, the scraper will continue running even if some URLs fail to be scraped."
                    },
                    "max_items_per_url": {
                        "title": "Max items per URL",
                        "type": "integer",
                        "description": "The maximum number of items to scrape per URL."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
