# Landflip Finder: Spot Underpriced US Land Deals (`getascraper/landflip-scraper`) Actor

Find bargain rural acreage and active land deals in seconds. Calculate the exact price per acre across any county, and build a direct phone and email list of the most active land brokers in your target state. $4.99 per 1,000 listings.

- **URL**: https://apify.com/getascraper/landflip-scraper.md
- **Developed by:** [GetAScraper](https://apify.com/getascraper) (community)
- **Categories:** Lead generation, Real estate, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.99 / 1,000 property listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## Landflip Scraper: US Land Listings & Broker Leads

Get live US land listings: acreage, county, price per acre, property tags, and complete broker contact details. Ready for your spreadsheet in under 60 seconds.

Landflip (landflip.com) is the premier dedicated US land-only marketplace with 50,000+ active listings. This Scraper extracts prices, geographic coordinates, and broker profiles directly from Cloudflare-protected listings with zero manual setup. No complex API keys. No monthly software fees.

### What does Landflip Scraper do?

The Actor crawls listing feeds on Landflip, converting US land parcels and structural data scripts into clean, machine-readable datasets. It is optimized to use Apify's advanced platform capabilities:

- **Broker Lead Extraction**: Extracts broker name, phone number, email, and website for active land flippers and B2B outreach.
- **Price Per Acre Calculations**: Computes `/ Acre` ratios on the fly, allowing you to instantly spot underpriced parcels.
- **GPS Mapping Coordinates**: Pulls latitude and longitude values from the page metadata to plot coordinates in GIS tools.
- **Resource-Optimized Playwright**: Blocks non-essential media, fonts, and stylesheets to cut run times and residential bandwidth costs.

### Who is this for

- **I am a land flipper** looking for underpriced acreage. I need to sort parcels by price-per-acre and locate stale listings with high days-on-market metrics to submit lowball offers.
- **I am a real estate investor** building a regional broker lead database. I need to extract broker emails, phone numbers, and portfolios in bulk across specific US states.
- **I am a GIS developer** mapping land parcels. I need coordinates, acreage, and zoning categories in flat JSON to feed my custom mapping engine.
- **I am a B2B lead generation manager** sourcing real estate agency prospects. I need fresh contact data for active rural land brokers.

### How to use

1. **Configure Search**: Enter optional queries (e.g. `["5 acres Texas"]`) and select a state filter, price range, or acreage boundaries.
2. **Toggle Amenities**: Filter listings with waterfront, road access, or specific property types (e.g. recreational, agricultural).
3. **Set limits**: Specify the maximum number of listings to return using the `maxListings` option.
4. **Execute Run**: Click the **Start** button. Once finished, download your structured job records as JSON, CSV, Excel, or HTML.

### Input

| Field | Type | Default | Description |
|---|---|---|---|
| `queries` | Array | `[]` | One or more search terms, e.g. `["5 acres Texas", "hunting land"]`. Leave blank to pull the full marketplace. |
| `stateFilter` | String | `""` | Restrict to one US state, e.g. `TX`, `FL`, `AZ`. Leave blank for all states. |
| `minPrice` / `maxPrice` | Integer | `0` | Price range in USD. `0` = no limit. |
| `minAcres` / `maxAcres` | Integer | `0` | Acreage range. `0` = no limit. |
| `propertyType` | String | `""` | Restrict to land type: agricultural, recreational, residential, commercial, waterfront, timber, hunting, farm. |
| `hasWaterfront` | Boolean | `false` | Only return listings tagged as waterfront. |
| `hasRoadAccess` | Boolean | `false` | Only return listings with road frontage or paved road access. |
| `sortBy` | String | `"newest"` | Newest first, or sort by price or acreage. |
| `includeBroker` | Boolean | `true` | Add broker name, phone, email, and website to each row. |
| `includeDescription` | Boolean | `true` | Include the full property description. |
| `outputMode` | String | `"full"` | `"full"` = all fields, `"summary"` = key fields only, `"urls_only"` = just property URLs. |
| `maxListings` | Integer | `100` | Hard cap on rows saved. |
| `proxyConfiguration` | Object | RESIDENTIAL | Default residential proxy group is required to bypass Cloudflare. |

### Output

Every record outputs with the canonical listing URL and company metadata.

**Example row**

```json
{
  "image": "https://cdn.landflip.com/photos/main/abc123.jpg",
  "title": "40 Acres with Creek Frontage in Concho County",
  "price": "$89,000",
  "priceValue": 89000,
  "pricePerAcre": 2225,
  "acreage": 40,
  "city": "Eden",
  "state": "TX",
  "county": "Concho County",
  "zip": "76837",
  "propertyType": "Recreational",
  "propertyTags": ["waterfront", "hunting", "creek"],
  "hasWaterfront": true,
  "hasRoadAccess": true,
  "brokerName": "Hill Country Land Co",
  "brokerPhone": "(325) 555-0123",
  "brokerEmail": "listings@hillcountryland.com",
  "brokerWebsite": "https://hillcountryland.com",
  "listingDate": "2026-05-12",
  "daysOnMarket": 28,
  "latitude": 31.2167,
  "longitude": -99.8456,
  "url": "https://www.landflip.com/property/40-acres-creek-concho-tx-12345",
  "listingId": "12345",
  "scrapedAt": "2026-06-08T12:51:53.941Z"
}
````

You can download the dataset in JSON, HTML, CSV, or Excel from the Apify Console dataset tab.

### Data table

| Field | Type | Description |
|---|---|---|
| `image` | String | Main listing photo. |
| `title` | String | Listing headline. |
| `price` | String | Total asking price. |
| `priceValue` | Number | Numeric price. Sort to compare deals. |
| `pricePerAcre` | Number | `priceValue / acreage`, rounded to 2 decimals. The single most useful field for flippers. |
| `acreage` | Number | Lot size in acres. |
| `city` | String | City or nearest populated place. |
| `state` | String | 2-letter state code. |
| `county` | String | County name. |
| `zip` | String | ZIP code, when listed. |
| `propertyType` | String | Land category. |
| `propertyTags` | Array | List of amenity tags (e.g. `waterfront`, `timber`, `hunting`). |
| `hasWaterfront` | Boolean | True if the listing mentions lake, river, or beach frontage. |
| `hasRoadAccess` | Boolean | True if the listing mentions road frontage or paved access. |
| `brokerName` | String | Listing broker or agent company. |
| `brokerPhone` | String | Broker phone number, if listed. |
| `brokerEmail` | String | Broker email, if listed. |
| `brokerWebsite` | String | Broker website URL, if listed. |
| `listingDate` | String | Date the listing first appeared on Landflip. |
| `daysOnMarket` | Number | `today - listingDate`, computed at scrape time. |
| `latitude` / `longitude` | Number | GPS coordinates, when available in the page metadata. |
| `url` | String | Direct link to the listing on Landflip. |
| `listingId` | String | Landflip's internal ID for the parcel. |
| `scrapedAt` | String | When the row was saved. |

### API quickstart

**Curl**

```bash
curl --request POST \
  --url "https://api.apify.com/v2/acts/getascraper~landflip-scraper/runs?token=YOUR_API_TOKEN" \
  --header 'Content-Type: application/json' \
  --data '{
    "stateFilter": "TX",
    "maxListings": 100
  }'
```

**Python**

```python
from apify_client import ApifyClient

client = ApifyClient('YOUR_API_TOKEN')
run = client.actor('getascraper/landflip-scraper').call(
    run_input={
        'stateFilter': 'TX',
        'maxListings': 100,
    }
)
for item in client.dataset(run['defaultDatasetId']).iterate_items():
    print(item)
```

**Node.js**

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

const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client
    .actor('getascraper/landflip-scraper')
    .call({
        stateFilter: 'TX',
        maxListings: 100,
    });
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

### Pricing

Pay-per-result and billed per row successfully saved to your dataset. Empty runs and blocked requests cost exactly $0.00.

- **Rate:** $4.99 per 1,000 results ($0.00499 per result)
- **100 listings** typically cost **$0.50**
- **1,000 listings** cost exactly **$4.99**
- **10,000 listings** cost exactly **$49.90**
- No fixed monthly subscriptions or hidden maintenance fees

Your Apify subscription tier applies an automatic volume discount on top of the per-result rate.

### FAQ

##### Does it get blocked?

Landflip is behind Cloudflare Bot Management. Datacenter proxies and direct requests get a 403. This Actor bypasses these blocks by utilizing residential proxies and stealth browser handshakes. The default RESIDENTIAL proxy group is required.

##### Does it extract private owner details?

The scraper only extracts publicly visible broker and agency listings on Landflip.com. It does not bypass login walls or click-walls for private owner contact information.

##### How fresh is the data?

Every row is scraped live when you run the Actor. There is no caching.

##### A field is missing for some listings.

Landflip listings have inconsistent detail. The Actor writes `null` for missing fields so downstream filters stay clean.

### Legal compliance

This Actor only extracts data that is publicly visible on Landflip.com. Users must comply with local privacy regulations and the platform's terms of service. Landflip is a trademark of Landflip Inc. This is an independent scraping tool and is not affiliated with, endorsed by, or sponsored by Landflip Inc.

### Support

Open an issue on the Issues tab for bugs, feature requests, or layout additions. We respond within 48 hours.

# Actor input Schema

## `queries` (type: `array`):

Free-text search terms. Each becomes a Landflip search. Leave empty to use Start URLs or the full marketplace.

## `stateFilter` (type: `string`):

Optional 2-letter US state code (e.g. 'TX', 'FL', 'AZ'). Empty = all states.

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

Direct Landflip URLs. Used when Queries is empty. For most users, use Queries + filters instead.

## `minPrice` (type: `integer`):

Minimum listing price in USD. 0 = no minimum.

## `maxPrice` (type: `integer`):

Maximum listing price in USD. 0 = no maximum.

## `minAcres` (type: `number`):

Minimum acreage. 0 = no minimum.

## `maxAcres` (type: `number`):

Maximum acreage. 0 = no maximum.

## `propertyType` (type: `string`):

Restrict to a single land type. Empty = all types.

## `hasWaterfront` (type: `boolean`):

Only return listings tagged as waterfront (lake, river, beach).

## `hasRoadAccess` (type: `boolean`):

Only return listings with road frontage or paved road access.

## `sortBy` (type: `string`):

How Landflip should sort listings.

## `includeBroker` (type: `boolean`):

Extract broker name, phone, email, and website for each listing.

## `includeDescription` (type: `boolean`):

Include the full property description text.

## `outputMode` (type: `string`):

full = all fields, summary = top fields only, urls\_only = just property URLs.

## `maxListings` (type: `integer`):

Maximum number of listings to scrape. Hard ceiling for the run.

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

Proxy settings. Enabling residential proxies is highly recommended to ensure reliable data extraction.

## Actor input object example

```json
{
  "queries": [],
  "stateFilter": "",
  "startUrls": [
    {
      "url": "https://www.landflip.com/land-for-sale"
    }
  ],
  "minPrice": 0,
  "maxPrice": 0,
  "minAcres": 0,
  "maxAcres": 0,
  "propertyType": "",
  "hasWaterfront": false,
  "hasRoadAccess": false,
  "sortBy": "newest",
  "includeBroker": true,
  "includeDescription": true,
  "outputMode": "full",
  "maxListings": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

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

No description

# 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 = {
    "queries": [],
    "startUrls": [
        {
            "url": "https://www.landflip.com/land-for-sale"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("getascraper/landflip-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 = {
    "queries": [],
    "startUrls": [{ "url": "https://www.landflip.com/land-for-sale" }],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("getascraper/landflip-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 '{
  "queries": [],
  "startUrls": [
    {
      "url": "https://www.landflip.com/land-for-sale"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call getascraper/landflip-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Landflip Finder: Spot Underpriced US Land Deals",
        "description": "Find bargain rural acreage and active land deals in seconds. Calculate the exact price per acre across any county, and build a direct phone and email list of the most active land brokers in your target state. $4.99 per 1,000 listings.",
        "version": "0.0",
        "x-build-id": "TML6nV8DmG3LvNFfw"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/getascraper~landflip-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-getascraper-landflip-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/getascraper~landflip-scraper/runs": {
            "post": {
                "operationId": "runs-sync-getascraper-landflip-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/getascraper~landflip-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-getascraper-landflip-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": {
                    "queries": {
                        "title": "Search Queries",
                        "type": "array",
                        "description": "Free-text search terms. Each becomes a Landflip search. Leave empty to use Start URLs or the full marketplace.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "stateFilter": {
                        "title": "Filter by State",
                        "enum": [
                            "",
                            "AL",
                            "AK",
                            "AZ",
                            "AR",
                            "CA",
                            "CO",
                            "CT",
                            "DE",
                            "FL",
                            "GA",
                            "HI",
                            "ID",
                            "IL",
                            "IN",
                            "IA",
                            "KS",
                            "KY",
                            "LA",
                            "ME",
                            "MD",
                            "MA",
                            "MI",
                            "MN",
                            "MS",
                            "MO",
                            "MT",
                            "NE",
                            "NV",
                            "NH",
                            "NJ",
                            "NM",
                            "NY",
                            "NC",
                            "ND",
                            "OH",
                            "OK",
                            "OR",
                            "PA",
                            "RI",
                            "SC",
                            "SD",
                            "TN",
                            "TX",
                            "UT",
                            "VT",
                            "VA",
                            "WA",
                            "WV",
                            "WI",
                            "WY"
                        ],
                        "type": "string",
                        "description": "Optional 2-letter US state code (e.g. 'TX', 'FL', 'AZ'). Empty = all states.",
                        "default": ""
                    },
                    "startUrls": {
                        "title": "Start URLs (Advanced)",
                        "type": "array",
                        "description": "Direct Landflip URLs. Used when Queries is empty. For most users, use Queries + filters instead.",
                        "default": [
                            {
                                "url": "https://www.landflip.com/land-for-sale"
                            }
                        ],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "minPrice": {
                        "title": "Min Total Price ($)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum listing price in USD. 0 = no minimum.",
                        "default": 0
                    },
                    "maxPrice": {
                        "title": "Max Total Price ($)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum listing price in USD. 0 = no maximum.",
                        "default": 0
                    },
                    "minAcres": {
                        "title": "Min Acres",
                        "minimum": 0,
                        "type": "number",
                        "description": "Minimum acreage. 0 = no minimum.",
                        "default": 0
                    },
                    "maxAcres": {
                        "title": "Max Acres",
                        "minimum": 0,
                        "type": "number",
                        "description": "Maximum acreage. 0 = no maximum.",
                        "default": 0
                    },
                    "propertyType": {
                        "title": "Property Type",
                        "enum": [
                            "",
                            "agricultural",
                            "recreational",
                            "residential",
                            "commercial",
                            "waterfront",
                            "timber",
                            "hunting",
                            "farm"
                        ],
                        "type": "string",
                        "description": "Restrict to a single land type. Empty = all types.",
                        "default": ""
                    },
                    "hasWaterfront": {
                        "title": "Waterfront Only",
                        "type": "boolean",
                        "description": "Only return listings tagged as waterfront (lake, river, beach).",
                        "default": false
                    },
                    "hasRoadAccess": {
                        "title": "Road Access Only",
                        "type": "boolean",
                        "description": "Only return listings with road frontage or paved road access.",
                        "default": false
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "newest",
                            "price_asc",
                            "price_desc",
                            "acres_desc"
                        ],
                        "type": "string",
                        "description": "How Landflip should sort listings.",
                        "default": "newest"
                    },
                    "includeBroker": {
                        "title": "Include Broker Info",
                        "type": "boolean",
                        "description": "Extract broker name, phone, email, and website for each listing.",
                        "default": true
                    },
                    "includeDescription": {
                        "title": "Include Description",
                        "type": "boolean",
                        "description": "Include the full property description text.",
                        "default": true
                    },
                    "outputMode": {
                        "title": "Output Detail",
                        "enum": [
                            "full",
                            "summary",
                            "urls_only"
                        ],
                        "type": "string",
                        "description": "full = all fields, summary = top fields only, urls_only = just property URLs.",
                        "default": "full"
                    },
                    "maxListings": {
                        "title": "Max Listings",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of listings to scrape. Hard ceiling for the run.",
                        "default": 10
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings. Enabling residential proxies is highly recommended to ensure reliable data extraction.",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
