# IG bulk DM with Multi-SessionID (`api402/ig-bulk-dm-with-multi-sessionid`) Actor

A high-performance Instagram DM bot for bulk outreach. Send unlimited DMs safely with multi-account rotation, per-account limits, session recovery, SpinTax randomization, smart retries, and a looping engine to reach your full target list—ideal for marketing & lead generation.

- **URL**: https://apify.com/api402/ig-bulk-dm-with-multi-sessionid.md
- **Developed by:** [Synapz (Api402)](https://apify.com/api402) (community)
- **Categories:** Social media, Automation, Lead generation
- **Stats:** 3 total users, 1 monthly users, 80.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $18.00 / 1,000 results

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

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## Instagram Bulk DM - Simplified Single Account Version

Send direct messages to multiple Instagram users from a single account using cookies or session ID.

### 🎯 Features

- ✅ **Simple Authentication**: Use just a session ID or cookies - no complex multi-account logic
- ✅ **Message Randomization**: Use `{option1|option2}` syntax for variations
- ✅ **Smart Delays**: Random delays between messages to avoid rate limits
- ✅ **Session Saving**: Automatically save your session for future use
- ✅ **Clean Error Handling**: Clear error messages with troubleshooting tips

### 🚀 Quick Start

#### Option 1: Using Session ID (Easiest)

1. **Get your Session ID:**
   - Open Instagram in your browser
   - Press `F12` to open Developer Tools
   - Go to `Application` tab → `Cookies` → `https://www.instagram.com`
   - Find `sessionid` and copy its **full value**

2. **Use it in your input:**
```json
{
  "sessionId": "4226293692%3AIwN466asfWq4tt%3A12%3AAYg4rG...",
  "usernames": ["user1", "user2", "user3"],
  "message": "Hey {there|hi}! How are you?",
  "min_delay": 90,
  "max_delay": 180,
  "save_session": true
}
````

#### Option 2: Using Cookies (Advanced)

Export your Instagram cookies using a browser extension like [EditThisCookie](https://www.editthiscookie.com/) or [Cookie-Editor](https://cookie-editor.cgagnier.ca/).

```json
{
  "cookies": "[{\"name\":\"sessionid\",\"value\":\"...\"}]",
  "usernames": ["user1", "user2"],
  "message": "Hello!"
}
```

### 📝 Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `sessionId` | string | Yes\* | Instagram session ID (easier option) |
| `cookies` | string | Yes\* | Instagram cookies in JSON format (advanced) |
| `usernames` | array | Yes | List of Instagram usernames to message |
| `message` | string | Yes | Message template (supports `{opt1\|opt2}` randomization) |
| `min_delay` | integer | No | Min delay between messages in seconds (default: 90) |
| `max_delay` | integer | No | Max delay between messages in seconds (default: 180) |
| `save_session` | boolean | No | Save session for future use (default: true) |
| `proxy` | string | No | Residential proxy URL (format: `http://user:pass@host:port`) |

\*Either `sessionId` OR `cookies` is required, not both.

#### 🌐 Using Residential Proxies (Recommended)

Residential proxies help avoid IP-based rate limiting and detection. **Highly recommended for bulk operations.**

**Supported formats:**

- HTTP: `http://username:password@proxy.example.com:8080`
- HTTPS: `https://username:password@proxy.example.com:8080`
- SOCKS5: `socks5://username:password@proxy.example.com:1080`

**Example with proxy:**

```json
{
  "sessionId": "your_session_id",
  "proxy": "http://user:pass@residential-proxy.com:8080",
  "usernames": ["user1", "user2"],
  "message": "Hey!"
}
```

**Benefits of using proxies:**

- ✅ Avoid IP-based rate limits
- ✅ Reduce chance of account blocks
- ✅ Better for bulk operations
- ✅ Rotate IPs automatically (with rotating proxies)

### 🎨 Message Randomization

Use curly braces with pipe separators to create message variations:

```json
{
  "message": "Hey {there|hi|hello}, how are you {doing|feeling} today?"
}
```

Each message will randomly select one option:

- "Hey there, how are you doing today?"
- "Hey hi, how are you feeling today?"
- "Hey hello, how are you doing today?"
- etc.

### ⚙️ How It Works

1. **Authentication**: Logs in using your session ID or cookies
2. **Message Generation**: Creates randomized messages for each recipient
3. **Smart Sending**: Sends messages with random delays to avoid detection
4. **Result Tracking**: Tracks successful and failed deliveries
5. **Session Saving**: Optionally saves your session for reuse

### 🔒 Rate Limits & Best Practices

- **Recommended Delays**: 90-180 seconds between messages
- **Daily Limits**: Instagram may limit you to ~50-100 messages per day
- **Account Safety**: Use delays of 2-5 minutes for maximum safety
- **Fresh Sessions**: Get a new session ID if you see authentication errors
- **One Account**: This simplified version uses ONE account at a time

### 📊 Output Format

```json
{
  "success": true,
  "total_sent": 10,
  "total_failed": 2,
  "sent": [
    {
      "username": "user1",
      "user_id": "123456789",
      "message": "Hey there, how are you?",
      "timestamp": "2026-02-11T20:30:00Z"
    }
  ],
  "failed": [
    {
      "username": "user2",
      "error": "User not found",
      "timestamp": "2026-02-11T20:35:00Z"
    }
  ]
}
```

### 🛠️ Troubleshooting

#### "Login failed: expired session"

- Your session ID has expired
- Get a fresh session ID from your browser
- Make sure you're logged into Instagram when copying it

#### "Account blocked or rate-limited"

- You've sent too many messages
- Wait 24-48 hours before trying again
- Use longer delays (3-5 minutes) next time

#### "User not found"

- The username doesn't exist
- Check for typos in the username
- Make sure you're not including the @ symbol (it's removed automatically)

### 🔄 Changes from Previous Version

This simplified version removes:

- ❌ Multiple account support
- ❌ Account rotation strategies
- ❌ Retry with different accounts
- ❌ Message per account limits
- ❌ Bulk sessions array

Benefits:

- ✅ Simpler configuration
- ✅ Easier to understand
- ✅ Less prone to errors
- ✅ Focused on single-account reliability

### 📄 License

MIT License - See LICENSE file for details

### ⚠️ Disclaimer

This tool is for educational purposes. Use responsibly and in accordance with Instagram's Terms of Service. Sending unsolicited messages may result in your account being restricted or banned.

***

**Need the old multi-account version?** Contact the developer or check previous commits.

# Actor input Schema

## `accounts` (type: `array`):

List of Instagram sender accounts. Each entry needs either 'cookies' (full JSON cookie array exported from browser) or 'sessionId'. Usernames are distributed across accounts in round-robin order. Leave empty and use the single-account fields below for backward compatibility.

## `cookies` (type: `string`):

Single account: Instagram cookies exported from your browser as JSON array. Ignored if 'accounts' array is provided.

## `sessionId` (type: `string`):

Single account: Instagram sessionid cookie value. Ignored if 'accounts' array is provided.

## `usernames` (type: `array`):

List of Instagram usernames to send messages to. They will be split evenly across all sender accounts.

## `message` (type: `string`):

Message to send. Supports spintax {option1|option2|option3} for random variations, and placeholders: \[username], \[firstname], \[fullname].

## `min_delay` (type: `integer`):

Minimum delay between messages per account. Recommended 60–120s.

## `max_delay` (type: `integer`):

Maximum delay between messages per account. Recommended 120–300s.

## `save_session` (type: `boolean`):

Save authenticated session cookies to key-value store after each run.

## `proxy` (type: `object`):

Proxy settings. Residential proxies are recommended for bulk operations to avoid IP-based rate limits.

## Actor input object example

```json
{
  "accounts": [
    {
      "label": "Account 1",
      "cookies": "[{\"name\":\"sessionid\",\"value\":\"YOUR_SESSION_ID_HERE\",\"domain\":\".instagram.com\",\"path\":\"/\"}]"
    },
    {
      "label": "Account 2",
      "sessionId": "ANOTHER_SESSION_ID_HERE"
    }
  ],
  "usernames": [
    "username1",
    "username2"
  ],
  "message": "Hey {there|hi|hello}, how are you {doing|feeling} today?",
  "min_delay": 90,
  "max_delay": 180,
  "save_session": true,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `overview` (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 = {
    "accounts": [
        {
            "label": "Account 1",
            "cookies": "[{\"name\":\"sessionid\",\"value\":\"YOUR_SESSION_ID_HERE\",\"domain\":\".instagram.com\",\"path\":\"/\"}]"
        },
        {
            "label": "Account 2",
            "sessionId": "ANOTHER_SESSION_ID_HERE"
        }
    ],
    "usernames": [
        "username1",
        "username2"
    ],
    "message": "Hey {there|hi|hello}, how are you {doing|feeling} today?"
};

// Run the Actor and wait for it to finish
const run = await client.actor("api402/ig-bulk-dm-with-multi-sessionid").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 = {
    "accounts": [
        {
            "label": "Account 1",
            "cookies": "[{\"name\":\"sessionid\",\"value\":\"YOUR_SESSION_ID_HERE\",\"domain\":\".instagram.com\",\"path\":\"/\"}]",
        },
        {
            "label": "Account 2",
            "sessionId": "ANOTHER_SESSION_ID_HERE",
        },
    ],
    "usernames": [
        "username1",
        "username2",
    ],
    "message": "Hey {there|hi|hello}, how are you {doing|feeling} today?",
}

# Run the Actor and wait for it to finish
run = client.actor("api402/ig-bulk-dm-with-multi-sessionid").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 '{
  "accounts": [
    {
      "label": "Account 1",
      "cookies": "[{\\"name\\":\\"sessionid\\",\\"value\\":\\"YOUR_SESSION_ID_HERE\\",\\"domain\\":\\".instagram.com\\",\\"path\\":\\"/\\"}]"
    },
    {
      "label": "Account 2",
      "sessionId": "ANOTHER_SESSION_ID_HERE"
    }
  ],
  "usernames": [
    "username1",
    "username2"
  ],
  "message": "Hey {there|hi|hello}, how are you {doing|feeling} today?"
}' |
apify call api402/ig-bulk-dm-with-multi-sessionid --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=api402/ig-bulk-dm-with-multi-sessionid",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "IG bulk DM with Multi-SessionID",
        "description": "A high-performance Instagram DM bot for bulk outreach. Send unlimited DMs safely with multi-account rotation, per-account limits, session recovery, SpinTax randomization, smart retries, and a looping engine to reach your full target list—ideal for marketing & lead generation.",
        "version": "0.0",
        "x-build-id": "fBHbTz6LpJUcuNrkC"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/api402~ig-bulk-dm-with-multi-sessionid/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-api402-ig-bulk-dm-with-multi-sessionid",
                "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/api402~ig-bulk-dm-with-multi-sessionid/runs": {
            "post": {
                "operationId": "runs-sync-api402-ig-bulk-dm-with-multi-sessionid",
                "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/api402~ig-bulk-dm-with-multi-sessionid/run-sync": {
            "post": {
                "operationId": "run-sync-api402-ig-bulk-dm-with-multi-sessionid",
                "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",
                "required": [
                    "usernames",
                    "message"
                ],
                "properties": {
                    "accounts": {
                        "title": "Sender Accounts",
                        "type": "array",
                        "description": "List of Instagram sender accounts. Each entry needs either 'cookies' (full JSON cookie array exported from browser) or 'sessionId'. Usernames are distributed across accounts in round-robin order. Leave empty and use the single-account fields below for backward compatibility."
                    },
                    "cookies": {
                        "title": "Cookies (Single Account — Legacy)",
                        "type": "string",
                        "description": "Single account: Instagram cookies exported from your browser as JSON array. Ignored if 'accounts' array is provided."
                    },
                    "sessionId": {
                        "title": "Session ID (Single Account — Legacy)",
                        "type": "string",
                        "description": "Single account: Instagram sessionid cookie value. Ignored if 'accounts' array is provided."
                    },
                    "usernames": {
                        "title": "Target Usernames",
                        "type": "array",
                        "description": "List of Instagram usernames to send messages to. They will be split evenly across all sender accounts.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "message": {
                        "title": "Message Template",
                        "type": "string",
                        "description": "Message to send. Supports spintax {option1|option2|option3} for random variations, and placeholders: [username], [firstname], [fullname]."
                    },
                    "min_delay": {
                        "title": "Minimum Delay (seconds)",
                        "minimum": 30,
                        "type": "integer",
                        "description": "Minimum delay between messages per account. Recommended 60–120s.",
                        "default": 90
                    },
                    "max_delay": {
                        "title": "Maximum Delay (seconds)",
                        "minimum": 60,
                        "type": "integer",
                        "description": "Maximum delay between messages per account. Recommended 120–300s.",
                        "default": 180
                    },
                    "save_session": {
                        "title": "Save Session",
                        "type": "boolean",
                        "description": "Save authenticated session cookies to key-value store after each run.",
                        "default": true
                    },
                    "proxy": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings. Residential proxies are recommended for bulk operations to avoid IP-based rate limits.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
