# Google Maps Missing Website Finder (`coregent/google-maps-missing-website-finder`) Actor

Find local businesses on Google Maps that do not have a website listed. Returns phone, address, category, rating, reviews, Google Maps URL, coordinates, and a transparent opportunity score for outreach by web design agencies, SEO consultants, and local lead-generation teams.

- **URL**: https://apify.com/coregent/google-maps-missing-website-finder.md
- **Developed by:** [Delowar Munna](https://apify.com/coregent) (community)
- **Categories:** Lead generation, SEO tools, Other
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.40 / 1,000 missing website leads

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

## Google Maps Missing Website Finder

![Google Maps Missing Website Finder](https://raw.githubusercontent.com/coregentdevspace/google-maps-missing-website-finder-assets/main/thumbnail-google-maps-missing-website-leads-finder.jpg)

Find local businesses on Google Maps that **do not have a website listed**. Built for **web design agencies, SEO consultants, freelancers, and B2B lead-generation teams** who want a clean, outreach-ready list of website prospects — not a generic Google Maps dump.

V1 deliberately avoids website crawling, email extraction, full review scraping, photos, menus, and AI enrichment so the run stays **fast and cheap**. You only pay for unique missing-website leads that pass your filters and are successfully written to the dataset.

### ✨ Why this scraper

- **Focused on missing-website leads** — every saved row is a business with no website on Google Maps.
- **31 flat fields** tuned for cold outreach (phone, address parts, opportunity score, reason tags).
- **Pay-Per-Event** — `$` per saved unique lead. Businesses with websites, duplicates, filtered rows, and failed pushes are not charged.
- **Transparent opportunity score** (0–100) — rule-based, no AI; explained below.
- **No login, no cookies, no sessions** — just a search phrase like `plumbers in Canberra`.
- **CSV-friendly output** — flat structure, comma-separated `reason_tags`, drops cleanly into Sheets / Excel / CRMs.

---

### 🚀 Quick start — sample inputs

#### Example 1 — single query, AU

```json
{
  "searchQueries": ["plumbers in Canberra"],
  "maxResults": 100,
  "country": "AU",
  "language": "en",
  "phoneRequired": true,
  "includeCoordinates": true,
  "includeOpeningHours": false,
  "includeOpportunityScore": true,
  "deduplicateResults": true,
  "proxyConfiguration": { "useApifyProxy": true }
}
````

#### Example 2 — multi-query, rating + reviews filter, exclude big-box categories

```json
{
  "searchQueries": [
    "electricians in Sydney NSW",
    "dentists in Melbourne VIC",
    "cafes in Brisbane QLD"
  ],
  "maxResults": 500,
  "country": "AU",
  "language": "en",
  "minRating": 4,
  "minReviewCount": 10,
  "phoneRequired": true,
  "categoryInclude": [],
  "categoryExclude": ["department store", "shopping mall"],
  "includeCoordinates": true,
  "includeOpeningHours": false,
  "includeOpportunityScore": true,
  "deduplicateResults": true,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

#### Example 3 — Start URLs (advanced)

```json
{
  "startUrls": [
    "https://www.google.com/maps/search/cleaning+services+in+New+York/?hl=en"
  ],
  "maxResults": 50,
  "phoneRequired": true,
  "includeOpportunityScore": true,
  "deduplicateResults": true,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

> Each entry of `searchQueries` is a single phrase like `keyword in location`. The actor splits on the **last** `in` to derive `search_keyword` and `search_location`; phrases without `in` are searched as-is. `startUrls` is optional and accepts only Google Maps URLs.

***

### 📦 Output

The dataset has one view: **Missing-website leads** — a 31-column flat table.

![Missing-website leads table view](https://raw.githubusercontent.com/coregentdevspace/google-maps-missing-website-finder-assets/main/google-maps-missing-website-finder-output-missing-websites-table-view.png)

#### Sample record — Missing-website leads

```json
{
  "search_query": "cleaning services in New York",
  "search_keyword": "cleaning services",
  "search_location": "New York",
  "business_name": "All Heart Homecare Agency Inc.",
  "category": "Home health care service",
  "rating": 4.8,
  "review_count": 436,
  "phone": "(718) 524-3521",
  "address": "1664 East 14th Street, Brooklyn, NY 11229, USA",
  "street_address": "1664 East 14th Street",
  "suburb": "",
  "city": "Brooklyn",
  "state": "NY",
  "postcode": "11229",
  "country": "USA",
  "website": "",
  "has_website": false,
  "missing_website": true,
  "phone_available": true,
  "google_maps_url": "https://www.google.com/maps/place/All+Heart+Homecare+Agency+Inc./",
  "place_id": "0x89c24494bb709a4d:0xf24a71bd4f525f09",
  "latitude": 40.608757,
  "longitude": -73.95954,
  "opening_hours": "",
  "is_open_now": true,
  "business_status": "Open",
  "opportunity_score": 90,
  "opportunity_label": "High",
  "reason_tags": "missing_website,phone_available,address_available,high_rating,many_reviews,category_available,opening_status_available",
  "source_type": "query",
  "scraped_at": "2026-05-05T13:49:32.598Z"
}
```

#### Output fields (31)

`search_query`, `search_keyword`, `search_location`, `business_name`, `category`, `rating`, `review_count`, `phone`, `address`, `street_address`, `suburb`, `city`, `state`, `postcode`, `country`, `website`, `has_website`, `missing_website`, `phone_available`, `google_maps_url`, `place_id`, `latitude`, `longitude`, `opening_hours`, `is_open_now`, `business_status`, `opportunity_score`, `opportunity_label`, `reason_tags`, `source_type`, `scraped_at`.

***

### 🎯 Website Opportunity Score

Transparent rule-based score (0–100) computed from visible fields — no AI, no enrichment.

| Signal                       | Points |
| ---------------------------- | -----: |
| Missing website              |    +30 |
| Phone available              |    +20 |
| Full address                 |    +15 |
| Review count ≥ 10            |    +10 |
| Review count ≥ 50            |    +10 |
| Rating ≥ 4.0                 |    +10 |
| Category present             |     +5 |
| Opening hours / open status  |     +5 |

**Labels**: `High` (80–100) · `Medium` (50–79) · `Low` (1–49) · `Unknown` (0).
**Reason tags** are returned as a single CSV string for spreadsheet friendliness, e.g. `missing_website,phone_available,high_rating,many_reviews`.

***

### 💰 Pricing

**Pay-Per-Event**. The actor charges a single `missing-website-lead` event for each unique, missing-website business that passes filters and is successfully written to the dataset. The actor honors the user-configured per-run spending cap (Apify `eventChargeLimitReached`) and stops cleanly when reached.

Not charged:

- Businesses that show a website on Google Maps.
- Duplicates (de-duplicated by `place_id`, listing URL, or name + address / phone / location).
- Rows filtered out by `minRating`, `minReviewCount`, `phoneRequired`, `categoryInclude`, or `categoryExclude`.
- Rows missing a `business_name`.
- Failed dataset pushes.
- Anything after the per-run spending cap is reached.

***

### 📊 Run summary

After each run, a `RUN_SUMMARY` entry is written to the key-value store:

```json
{
  "inputs_total": 5,
  "successful_inputs": 4,
  "failed_inputs": 1,
  "raw_results_found": 850,
  "businesses_with_website": 520,
  "missing_website_found": 180,
  "results_saved": 100,
  "duplicates_removed": 20,
  "filtered_out": 60,
  "charged_events": 100,
  "blocked_requests": 2,
  "retry_count": 8,
  "runtime_seconds": 420,
  "scraped_at": "2026-05-05T10:30:00.000Z"
}
```

`charged_events` should equal `results_saved` unless the charging API fails or the per-run spending cap is reached.

***

### ⚙️ Filters

| Filter             | Effect                                                                |
| ------------------ | --------------------------------------------------------------------- |
| Missing website    | Always on. Only businesses with no website on Maps are saved.         |
| `minRating`        | Drop businesses below this star rating (0 disables).                  |
| `minReviewCount`   | Drop businesses with fewer reviews (0 disables).                      |
| `phoneRequired`    | If `true` (default), keep only businesses with a visible phone.       |
| `categoryInclude`  | Keep only rows whose category contains any of these substrings.       |
| `categoryExclude`  | Drop rows whose category contains any of these substrings.            |
| `deduplicateResults` | Drop duplicates across queries (recommended ON).                    |

Filters are applied **after** extraction and **before** dataset push or event charge.

***

### 🚧 Limitations (V1)

- **Cards-only extraction**: V1 reads each business row directly from the search results panel and **does not click into individual place detail panels**. A row is treated as "missing website" when no website button is shown on the card. Phone, full opening hours, and `place_id` may be empty when Google does not surface them on the card.
- No website crawling, email extraction, or social link extraction.
- No full review text or sentiment.
- No photos, menus, prices, or popular times.
- No login / cookie / session-based scraping.
- Address parsing into street / suburb / city / state / postcode is best-effort; the full `address` field is the source of truth.
- Per-run hard cap is **10,000 saved leads**.

***

### 🛠️ Technical notes

- **Stack**: Node.js 22 · Apify SDK 3 · Crawlee · Puppeteer.
- **Concurrency**: `min=1`, `max=3` (conservative to reduce blocking).
- **Memory**: 1 GB min · 2 GB default · 4 GB max.
- **Proxy**: Apify Proxy enabled by default; custom configs accepted.
- **Diagnostics**: On the first failed render (no feed, or feed but zero cards), the actor saves the page HTML and URL to the key-value store as `debug-no-feed-html` / `debug-zero-cards-html`.

# Actor input Schema

## `searchQueries` (type: `array`):

Search phrases like "plumbers in Canberra" or "cafes in Brisbane". The phrase is used as-is on Google Maps; the part before the last " in " is parsed as keyword and the part after as location. At least one query is required unless Start URLs are provided.

## `startUrls` (type: `array`):

Optional list of Google Maps search URLs to scrape directly. Useful when you have already built a custom Maps search. Invalid URLs are skipped with a warning.

## `maxResults` (type: `integer`):

Maximum number of saved unique missing-website leads across the whole run. The actor stops after this many rows are pushed to the dataset.

## `country` (type: `string`):

Optional ISO country code or country name used as a Google Maps locale hint and address fallback. Examples: AU, US, GB, Australia.

## `language` (type: `string`):

Language code used for Google Maps UI (IETF BCP-47), for example en, es, de, fr, it, pt, nl, ja, ko, hi.

## `minRating` (type: `integer`):

Filter out businesses with a star rating below this value (0-5). Set to 0 to disable.

## `minReviewCount` (type: `integer`):

Filter out businesses with fewer than this many Google reviews. Set to 0 to disable.

## `phoneRequired` (type: `boolean`):

If enabled, only keep businesses that have a visible phone number. Recommended for outreach lists.

## `categoryInclude` (type: `array`):

Optional list of category substrings (case-insensitive). Only businesses whose category contains at least one of these terms are kept. Leave empty to disable.

## `categoryExclude` (type: `array`):

Optional list of category substrings (case-insensitive). Businesses whose category contains any of these terms are dropped. Leave empty to disable.

## `includeCoordinates` (type: `boolean`):

Include latitude/longitude when available from the Google Maps URL.

## `includeOpeningHours` (type: `boolean`):

Include opening hours summary when visible without expensive extra steps.

## `includeOpportunityScore` (type: `boolean`):

Add opportunity\_score, opportunity\_label and reason\_tags to each row. When disabled, score fields are null/empty.

## `deduplicateResults` (type: `boolean`):

Remove duplicate businesses across queries using place\_id, listing URL, and name+address keys.

## `proxyConfiguration` (type: `object`):

Apify Proxy configuration. Defaults to Apify Proxy enabled. Residential proxy may help on larger or more aggressive runs.

## Actor input object example

```json
{
  "searchQueries": [
    "plumbers in Canberra",
    "electricians in Sydney",
    "cleaning services in Melbourne"
  ],
  "startUrls": [],
  "maxResults": 100,
  "country": "",
  "language": "en",
  "minRating": 0,
  "minReviewCount": 0,
  "phoneRequired": true,
  "categoryInclude": [],
  "categoryExclude": [
    "department store",
    "shopping mall"
  ],
  "includeCoordinates": true,
  "includeOpeningHours": false,
  "includeOpportunityScore": true,
  "deduplicateResults": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

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

Flat 31-field table of every missing-website business pushed to the dataset.

# 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 = {
    "searchQueries": [
        "plumbers in Canberra",
        "electricians in Sydney",
        "cleaning services in Melbourne"
    ],
    "startUrls": [],
    "categoryInclude": [],
    "categoryExclude": [
        "department store",
        "shopping mall"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("coregent/google-maps-missing-website-finder").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 = {
    "searchQueries": [
        "plumbers in Canberra",
        "electricians in Sydney",
        "cleaning services in Melbourne",
    ],
    "startUrls": [],
    "categoryInclude": [],
    "categoryExclude": [
        "department store",
        "shopping mall",
    ],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("coregent/google-maps-missing-website-finder").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 '{
  "searchQueries": [
    "plumbers in Canberra",
    "electricians in Sydney",
    "cleaning services in Melbourne"
  ],
  "startUrls": [],
  "categoryInclude": [],
  "categoryExclude": [
    "department store",
    "shopping mall"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call coregent/google-maps-missing-website-finder --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=coregent/google-maps-missing-website-finder",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Maps Missing Website Finder",
        "description": "Find local businesses on Google Maps that do not have a website listed. Returns phone, address, category, rating, reviews, Google Maps URL, coordinates, and a transparent opportunity score for outreach by web design agencies, SEO consultants, and local lead-generation teams.",
        "version": "1.0",
        "x-build-id": "1ILxihLhdWJWkAFQc"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/coregent~google-maps-missing-website-finder/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-coregent-google-maps-missing-website-finder",
                "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/coregent~google-maps-missing-website-finder/runs": {
            "post": {
                "operationId": "runs-sync-coregent-google-maps-missing-website-finder",
                "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/coregent~google-maps-missing-website-finder/run-sync": {
            "post": {
                "operationId": "run-sync-coregent-google-maps-missing-website-finder",
                "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": {
                    "searchQueries": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "Search phrases like \"plumbers in Canberra\" or \"cafes in Brisbane\". The phrase is used as-is on Google Maps; the part before the last \" in \" is parsed as keyword and the part after as location. At least one query is required unless Start URLs are provided.",
                        "default": [
                            "plumbers in Canberra"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs (advanced)",
                        "type": "array",
                        "description": "Optional list of Google Maps search URLs to scrape directly. Useful when you have already built a custom Maps search. Invalid URLs are skipped with a warning.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxResults": {
                        "title": "Max saved leads",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of saved unique missing-website leads across the whole run. The actor stops after this many rows are pushed to the dataset.",
                        "default": 100
                    },
                    "country": {
                        "title": "Country (locale hint)",
                        "type": "string",
                        "description": "Optional ISO country code or country name used as a Google Maps locale hint and address fallback. Examples: AU, US, GB, Australia.",
                        "default": ""
                    },
                    "language": {
                        "title": "Language",
                        "type": "string",
                        "description": "Language code used for Google Maps UI (IETF BCP-47), for example en, es, de, fr, it, pt, nl, ja, ko, hi.",
                        "default": "en"
                    },
                    "minRating": {
                        "title": "Minimum rating",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Filter out businesses with a star rating below this value (0-5). Set to 0 to disable.",
                        "default": 0
                    },
                    "minReviewCount": {
                        "title": "Minimum review count",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Filter out businesses with fewer than this many Google reviews. Set to 0 to disable.",
                        "default": 0
                    },
                    "phoneRequired": {
                        "title": "Phone required",
                        "type": "boolean",
                        "description": "If enabled, only keep businesses that have a visible phone number. Recommended for outreach lists.",
                        "default": true
                    },
                    "categoryInclude": {
                        "title": "Category include",
                        "type": "array",
                        "description": "Optional list of category substrings (case-insensitive). Only businesses whose category contains at least one of these terms are kept. Leave empty to disable.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "categoryExclude": {
                        "title": "Category exclude",
                        "type": "array",
                        "description": "Optional list of category substrings (case-insensitive). Businesses whose category contains any of these terms are dropped. Leave empty to disable.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeCoordinates": {
                        "title": "Include coordinates",
                        "type": "boolean",
                        "description": "Include latitude/longitude when available from the Google Maps URL.",
                        "default": true
                    },
                    "includeOpeningHours": {
                        "title": "Include opening hours",
                        "type": "boolean",
                        "description": "Include opening hours summary when visible without expensive extra steps.",
                        "default": false
                    },
                    "includeOpportunityScore": {
                        "title": "Include opportunity score",
                        "type": "boolean",
                        "description": "Add opportunity_score, opportunity_label and reason_tags to each row. When disabled, score fields are null/empty.",
                        "default": true
                    },
                    "deduplicateResults": {
                        "title": "Deduplicate results",
                        "type": "boolean",
                        "description": "Remove duplicate businesses across queries using place_id, listing URL, and name+address keys.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify Proxy configuration. Defaults to Apify Proxy enabled. Residential proxy may help on larger or more aggressive runs.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
