# IndiaMART Scraper (`parseforge/indiamart-scraper`) Actor

Scrape product listings and supplier data from IndiaMART, India's largest B2B marketplace. Get product names, prices, supplier details, locations, ratings, and contact info. Search by product keyword with automatic pagination.

- **URL**: https://apify.com/parseforge/indiamart-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** E-commerce, Automation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $8.50 / 1,000 results

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

Learn more: https://docs.apify.com/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

![ParseForge Banner](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)

## 🏭 IndiaMART Supplier & Product Scraper

Whether you're sourcing B2B suppliers in India, analyzing manufacturer pricing, or building a procurement database, this tool makes it easy to collect structured supplier data from IndiaMART - India's largest B2B marketplace.

> **The IndiaMART Scraper collects supplier and product data across 150+ categories including company details, contact information, GST numbers, ratings, pricing, specifications, export destinations, and high-resolution product images. Filter by city, verified exporters, and minimum rating.**

### ✨ What Does It Do

- 🏢 **Supplier profiles** - collect company names, contact persons, phone numbers, addresses, and member-since dates
- 💰 **Product pricing** - extract product prices, minimum order quantities, and currency details
- ⭐ **Ratings & reviews** - get supplier ratings, review counts, and verified exporter status
- 📋 **Business details** - capture GST numbers, IEC codes, annual turnover, employee count, and legal status
- 🌍 **Export data** - find verified exporters with their export destinations and experience
- 🔍 **Smart filtering** - filter by city, verified exporters only, and minimum rating threshold

### 🔧 Input

- **Product Category** - select from 150+ product categories (e.g., stainless-steel, solar-panels, cotton-fabric)
- **Max Items** - how many suppliers to collect (free users get 10 items, paid users up to 1,000,000)
- **Filter by City** - only return suppliers from a specific city (e.g., Mumbai, Delhi, Chennai)
- **Verified Exporters Only** - only return verified exporters
- **Minimum Rating** - only return suppliers with this rating or higher (1-5)
- **Proxy Configuration** - optional proxy as fallback if rate limited

```json
{
    "category": "stainless-steel",
    "maxItems": 50,
    "filterCity": "mumbai",
    "filterVerifiedOnly": true,
    "minRating": 3
}
````

### 📊 Output

Each supplier record includes up to 40+ data fields. Download as JSON, CSV, or Excel.

| 📌 Field | 📄 Description |
|----------|---------------|
| 🖼️ imageUrl | Product image URL |
| 🏢 companyLogo | Company logo URL |
| 📋 title | Product name |
| 🔗 productUrl | Product listing page |
| 💰 price | Product price |
| 📦 minOrderQuantity | Minimum order quantity |
| 🏭 supplierName | Company name |
| 👤 contactPerson | Contact person name |
| 📞 phone | Phone number |
| 🏙️ city | Supplier city |
| 🗺️ state | Supplier state |
| 📍 address | Full address |
| 🔢 gstNumber | GST registration number |
| 🌍 isVerifiedExporter | Verified exporter status |
| 📅 yearEstablished | Year the company was established |
| 👥 numberOfEmployees | Total number of employees |
| 💵 annualTurnover | Annual turnover |
| ⭐ rating | Supplier rating (1-5) |
| 🌐 exportDestinations | Countries the supplier exports to |
| 📊 specifications | Product specifications (key-value pairs) |
| 🖼️ images | High-resolution product images |

```json
{
    "imageUrl": "https://5.imimg.com/data5/example/stainless-steel-pipe.jpg",
    "companyLogo": "https://5.imimg.com/data5/example/logo.jpg",
    "title": "Stainless Steel Pipe",
    "productUrl": "https://www.indiamart.com/proddetail/stainless-steel-pipe-12345.html",
    "productDescription": "High quality SS 304 seamless pipe for industrial use",
    "price": "250 INR/Kg",
    "minOrderQuantity": "100 Kg",
    "currency": "INR",
    "supplierName": "Rajesh Steel Industries",
    "supplierId": "12345678",
    "supplierUrl": "https://www.indiamart.com/rajesh-steel/",
    "contactPerson": "Rajesh Kumar",
    "phone": "+91-9876543210",
    "emailVerified": true,
    "mobileVerified": true,
    "city": "Mumbai",
    "state": "Maharashtra",
    "address": "Lohar Chawl, Mumbai",
    "country": "India",
    "gstNumber": "27AABCT1234A1ZV",
    "yearEstablished": "2005",
    "legalStatus": "Partnership",
    "natureOfBusiness": "Manufacturer",
    "numberOfEmployees": "50-100",
    "annualTurnover": "Rs. 5 - 10 Crore",
    "memberSince": "10 Years",
    "rating": 4.5,
    "ratingCount": 128,
    "isVerifiedExporter": true,
    "exportDestinations": ["United States", "United Kingdom", "Germany"],
    "productCategory": "Stainless Steel Pipes",
    "specifications": {
        "Material": "SS 304",
        "Diameter": "1/2 inch to 24 inch",
        "Thickness": "0.5 mm to 25 mm"
    },
    "images": [
        "https://5.imimg.com/data5/example/1000x1000/pipe1.jpg",
        "https://5.imimg.com/data5/example/1000x1000/pipe2.jpg"
    ],
    "scrapedAt": "2026-04-07T12:00:00.000Z"
}
```

### 💎 Why Choose the IndiaMART Scraper?

| Feature | Our Tool | Manual IndiaMART Browsing |
|---------|----------|--------------------------|
| Batch collection | ✅ Up to 1M suppliers | ❌ Browse one at a time |
| 150+ categories | ✅ All categories in one run | ⚠️ Navigate each separately |
| Enriched details | ✅ Auto-fetches detail pages | ⚠️ Click each supplier profile |
| Contact info | ✅ Phone, email, GST numbers | ⚠️ Login wall on some data |
| Structured output | ✅ JSON, CSV, Excel | ❌ HTML pages only |
| Automated scheduling | ✅ Daily/weekly monitoring | ❌ Manual visits |

### 📋 How to Use

1. **Sign Up** - [Create a free account w/ $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp)
2. **Configure** - choose your product category, set filters for city, verified status, or minimum rating
3. **Run It** - click "Start" and get structured B2B supplier data in seconds

No coding, no setup, no IndiaMART account required.

### 🎯 Business Use Cases

- 🏭 **Procurement teams** - find and compare suppliers by product category, city, rating, and export capability
- 📊 **Market researchers** - analyze supplier density, pricing trends, and regional manufacturing patterns across India
- 🌍 **Import/export companies** - identify verified exporters with IEC codes and export destination data
- 🔍 **Lead generation** - build targeted supplier databases with contact details for B2B outreach
- 📈 **Competitive analysis** - benchmark pricing, employee counts, and annual turnover across competitors
- 🏗️ **Supply chain managers** - diversify vendor bases by discovering new suppliers across 150+ product categories

### ❓ FAQ

🏭 **What is IndiaMART?**
IndiaMART is India's largest online B2B marketplace connecting buyers with suppliers. It hosts millions of products from manufacturers, exporters, and service providers across India.

📋 **What categories are available?**
Over 150 product categories are available, from industrial materials (stainless steel, aluminium, copper) to consumer goods (cosmetics, fashion jewelry), machinery (solar panels, pumps), textiles (cotton fabric, silk), and more.

🔍 **How does the enrichment work?**
The scraper first collects supplier listings from category pages, then visits each supplier's detail page to extract additional data like GST numbers, annual turnover, employee count, export destinations, and high-resolution product images.

⏱️ **How long does a run take?**
Collecting 10 suppliers with enrichment takes about 15-30 seconds. Larger runs scale linearly. The scraper automatically handles rate limiting with proxy fallback.

🌍 **Can I filter by city?**
Yes. Use the "Filter by City" input to restrict results to a specific city like Mumbai, Delhi, Chennai, Bangalore, or any other Indian city.

### 🔗 Integrate IndiaMART Scraper with any app

- [Make](https://docs.apify.com/platform/integrations/make) - Automate supplier monitoring workflows
- [Zapier](https://docs.apify.com/platform/integrations/zapier) - Get alerts when new suppliers match your criteria
- [Slack](https://docs.apify.com/platform/integrations/slack) - Get notified in your team channel
- [Google Drive](https://docs.apify.com/platform/integrations/drive) - Export supplier data to spreadsheets
- [Webhooks](https://docs.apify.com/platform/integrations/webhooks) - Trigger actions when runs complete

### 💡 Recommended Actors

Looking for more B2B and marketplace data tools? Check out these related actors:

| Actor | Description | Link |
|-------|-------------|------|
| AWS Marketplace Scraper | Scrape AWS Marketplace product listings | [Link](https://apify.com/parseforge/aws-marketplace-scraper) |
| Stripe App Marketplace Scraper | Collect Stripe marketplace app data | [Link](https://apify.com/parseforge/stripe-marketplace-scraper) |
| HubSpot Marketplace Scraper | Extract HubSpot marketplace listings | [Link](https://apify.com/parseforge/hubspot-marketplace-scraper) |
| Machinery Trader Scraper | Scrape heavy equipment listings | [Link](https://apify.com/parseforge/machinerytrader-scraper) |
| Iron Planet Scraper | Collect industrial equipment auction data | [Link](https://apify.com/parseforge/iron-planet-scraper) |

**Pro Tip:** 💡 Browse our complete collection of [data collection actors](https://apify.com/parseforge) to find the perfect tool for your needs.

### 🆘 Need Help?

- Check the FAQ section above for common questions
- Visit the [Apify documentation](https://docs.apify.com) for platform guides
- Contact us at [Tally contact form](https://tally.so/r/BzdKgA)

### ⚠️ Disclaimer

> This Actor is an independent tool and is not affiliated with, endorsed by, or connected to IndiaMART InterMESH Ltd. or any of its subsidiaries. It accesses only publicly available data from the IndiaMART website.

# Actor input Schema

## `category` (type: `string`):

Select a product category to scrape suppliers from IndiaMART

## `maxItems` (type: `integer`):

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## `filterCity` (type: `string`):

Optional. Only return suppliers from this city (e.g. Mumbai, Delhi, Chennai)

## `filterVerifiedOnly` (type: `boolean`):

Only return verified exporters

## `minRating` (type: `number`):

Only return suppliers with this rating or higher (1-5). Leave empty for all.

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

Optional. Used as fallback if rate limited. Residential proxy recommended.

## Actor input object example

```json
{
  "category": "stainless-steel",
  "maxItems": 10,
  "filterVerifiedOnly": false
}
```

# Actor output Schema

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

Overview of scraped data

# 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 = {
    "category": "stainless-steel",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/indiamart-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 = {
    "category": "stainless-steel",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/indiamart-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 '{
  "category": "stainless-steel",
  "maxItems": 10
}' |
apify call parseforge/indiamart-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "IndiaMART Scraper",
        "description": "Scrape product listings and supplier data from IndiaMART, India's largest B2B marketplace. Get product names, prices, supplier details, locations, ratings, and contact info. Search by product keyword with automatic pagination.",
        "version": "0.0",
        "x-build-id": "VHWEONloUy2YfgeA3"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~indiamart-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-indiamart-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/parseforge~indiamart-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-indiamart-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/parseforge~indiamart-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-indiamart-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": {
                    "category": {
                        "title": "Product Category",
                        "enum": [
                            "abs-plastic-granules",
                            "acid-proof-bricks",
                            "acrylic-emulsions",
                            "agricultural-consultants",
                            "agricultural-hdpe-pipe",
                            "agricultural-pipes",
                            "air-conditioner-copper-pipe",
                            "alumina-ceramics",
                            "aluminium",
                            "aluminium-shim",
                            "aluminum-sheets",
                            "aluminum-wires",
                            "antique-glass",
                            "automobile-repair-services",
                            "automobile-springs",
                            "automotive-components",
                            "automotive-spare-parts",
                            "bathroom-sanitary-ware",
                            "bearings",
                            "biomass-pellets-making-machine",
                            "bleached-cotton",
                            "bolts",
                            "brass-auto-parts",
                            "bricks",
                            "calcium-aluminate-cement",
                            "car-radiator",
                            "ceramic-bowls",
                            "ceramic-fibre",
                            "ceramic-luster-powder",
                            "ceramic-plates",
                            "charcoal-briquette-machine",
                            "chelated-iron",
                            "coco-peat-machine",
                            "coir-extraction-machine",
                            "concrete-bricks",
                            "construction-service",
                            "cool-roof-paint",
                            "copier-paper",
                            "copper",
                            "cosmetic-third-party-manufacturing",
                            "cosmetics",
                            "cotton",
                            "cotton-bale",
                            "cotton-fabric",
                            "cotton-linen-fabric",
                            "cotton-paper",
                            "cpvc-cement",
                            "designer-glass-works",
                            "designer-tiles",
                            "dewatering-pump",
                            "digital-printing-glass",
                            "digital-trainer",
                            "dog-food",
                            "drip-irrigation-pipes",
                            "ebony-wood",
                            "electric-irons",
                            "electric-pump",
                            "electric-submersible-pump",
                            "electric-water-pump",
                            "electronics-contract-manufacturing",
                            "embroidered-fabrics",
                            "fashion-jewelry",
                            "fasteners",
                            "finolex-electrical-wires",
                            "fireclay-brick",
                            "fluid-transfer-pumps",
                            "fly-ash-bricks",
                            "foam-glass",
                            "frosted-glass",
                            "garment-steamers",
                            "glass-flower-vases",
                            "gps-modules",
                            "granite",
                            "gray-glass",
                            "hand-block-printed-fabric",
                            "hand-painted-furniture",
                            "hand-painted-glass",
                            "heat-reflective-paint",
                            "heat-resistant-wire",
                            "hho-kits",
                            "high-alumina-brick",
                            "hollow-clay-bricks",
                            "home-decoration-pieces",
                            "hydraulic-motor",
                            "industrial-adhesives",
                            "industrial-gears",
                            "industrial-hand-tools",
                            "industrial-machinery",
                            "industrial-valves",
                            "interior-furniture",
                            "iron-rods",
                            "italian-furniture",
                            "jacquard-knitting-fabric",
                            "leather-safety-shoes",
                            "linen-apparel",
                            "lycra-fabric",
                            "medical-courses",
                            "men-leather-jackets",
                            "molded-plastic-products",
                            "monocrystalline-solar-panel",
                            "motor-driven-pumps",
                            "motor-testers",
                            "mulcher",
                            "multi-strand-wire",
                            "muslin-fabric",
                            "natural-rubber-sheet",
                            "nichrome-wire",
                            "opc-cement",
                            "organic-cotton-fabric",
                            "packaging-materials",
                            "painted-ceramic-drawer",
                            "paints",
                            "paper-food-boxes",
                            "pet-bottle-recycling-machine",
                            "pipe-fittings",
                            "plastic-electronic-components",
                            "plastic-molded-articles",
                            "plasticizers",
                            "pvc-pipes",
                            "pvc-solvent-cement",
                            "raw-cotton",
                            "readymade-garments",
                            "red-sandalwood",
                            "rice",
                            "road-marking-paint",
                            "rubber-beading",
                            "rubber-liners",
                            "rubber-parts",
                            "rubber-products",
                            "rubber-profiles",
                            "sanitary-fittings",
                            "sanitary-ware",
                            "seed-test-equipments",
                            "shirt",
                            "silicone-profile",
                            "silicone-wire",
                            "silk-fabrics",
                            "skin-care-cosmetics",
                            "slag-powder",
                            "solar-module",
                            "solar-panels",
                            "soldering-iron",
                            "speciality-chemicals",
                            "spray-paints",
                            "stainless-steel",
                            "synthetic-enamel-paint",
                            "tea",
                            "teflon-wires",
                            "temple-construction-services",
                            "thermoplastic-road-marking-paint",
                            "tissue-paper-dispenser",
                            "toilet-paper-roll",
                            "transformers",
                            "water-park-construction-service",
                            "water-reducing-agent",
                            "white-cement",
                            "whole-spices",
                            "wires",
                            "women-clothes",
                            "women-co-ord-set",
                            "wood-block",
                            "wooden-printing-blocks",
                            "wooden-rods",
                            "woolen-blazer-fabric",
                            "yoga-wear",
                            "zirconia-ceramics"
                        ],
                        "type": "string",
                        "description": "Select a product category to scrape suppliers from IndiaMART"
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000"
                    },
                    "filterCity": {
                        "title": "Filter by City",
                        "type": "string",
                        "description": "Optional. Only return suppliers from this city (e.g. Mumbai, Delhi, Chennai)"
                    },
                    "filterVerifiedOnly": {
                        "title": "Verified Exporters Only",
                        "type": "boolean",
                        "description": "Only return verified exporters",
                        "default": false
                    },
                    "minRating": {
                        "title": "Minimum Rating",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "number",
                        "description": "Only return suppliers with this rating or higher (1-5). Leave empty for all."
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Optional. Used as fallback if rate limited. Residential proxy recommended."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
