# Otterbox.com Scraper (`lexis-solutions/otterbox-com-scraper`) Actor

OtterBox.com web scraper for USA phone, iPad and tablet case products. Extract prices, variants, reviews, specs and images for e‑commerce, dropshipping and market research via API-ready datasets.

- **URL**: https://apify.com/lexis-solutions/otterbox-com-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** E-commerce, AI, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$35.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

![OtterBox.com Scraper](https://i.postimg.cc/ZRvfkRJx/Otterbox.png)

### What does OtterBox.com Scraper do?

OtterBox.com Scraper helps you search and extract product data from **otterbox.com**, a leading protective-case brand and online store for phone, tablet, and device accessories.

You can extract product details such as names, descriptions, compatible devices, case series, price, color variants, feature highlights, images, specifications, and ratings. OtterBox.com Scraper supports REST API which gives you access to the extracted dataset, enables you to download it in various formats and use it in other applications.

### OtterBox.com Scraper

OtterBox.com Scraper allows you to search and extract product data from OtterBox.com, a major e-commerce site for device protection accessories. The scraper supports the REST API which gives you access to the extracted dataset, enables you to download it in various formats, and use it in other applications.

### What data can I extract from OtterBox.com with a web scraper?

With this web scraping tool, you can extract the following data from OtterBox.com:

<table>
<tr>
<td>📱 Product name</td>
<td>📝 Description</td>
</tr>
<tr>
<td>💲 Price</td>
<td>⭐ Rating</td>
</tr>
<tr>
<td>🔢 Number of ratings</td>
<td>🖼️ Image URLs</td>
</tr>
<tr>
<td>🎨 Color variants</td>
<td>📦 Case series</td>
</tr>
<tr>
<td>📋 Features & specs</td>
<td>🔗 Product URL</td>
</tr>
<tr>
<td>🔌 Compatible devices</td>
<td>🛡️ Protection highlights</td>
</tr>
</table>

### Why scrape OtterBox.com?

OtterBox.com is a top e-commerce site for protective cases and device accessories, organized by device model and case series. It features search, category browsing, and detailed product pages with protection features, compatible devices, color variants, and technical specs. With over 2.1 million monthly visits (source: Semrush), it is a valuable source of data for market analysts, e-commerce professionals, and accessory resellers.

Whether you're a market analyst, e-commerce professional, or reseller, scraping OtterBox.com can help you:

- Discover trending device accessories and case series
- Analyze pricing, variants, and availability
- Understand customer ratings and reviews
- Research compatible devices and technical specs
- Track product popularity and feature highlights
- Identify opportunities for product planning and marketing

### How to use OtterBox.com Scraper?

OtterBox.com Scraper is designed for easy and fast start even if you've never extracted data from websites before. Here's how you can extract data from OtterBox.com with this web scraping tool:

1. Create a free Apify account using your email.
2. Open OtterBox.com Scraper on the Apify platform.
3. Click on the **Try for free** button.
4. Enter the start URLs for search, category, or product detail pages.
5. Click on the **Start** button and wait for the data to be extracted.
6. Download your data in JSON, XML, CSV, Excel, or HTML.

### Input

The actor accepts the following input parameters:

- `startUrls` (array of objects) - **Required**. URLs to start with. You can provide search, category, or product detail page URLs.
- `maxItems` (integer) - The maximum number of products to scrape. Default: 5
- `proxyConfiguration` (object) - Proxy configuration settings.

#### Supported URL Types

You can use search, category, and individual product detail pages:

**Search Page Example:**

- `https://www.otterbox.com/en-us/search?q=iphone`

**Category Page Example:**

- `https://www.otterbox.com/en-us/defender-series`

**Detail Page Example:**

- `https://www.otterbox.com/en-us/glass-ipad-a16-and-ipad-10th-gen-screen-protector-clear/77-89962.html`

Example:

```json
{
    "startUrls": [
        { "url": "https://www.otterbox.com/en-us/search?q=iphone" },
        { "url": "https://www.otterbox.com/en-us/defender-series" },
        {
            "url": "https://www.otterbox.com/en-us/glass-ipad-a16-and-ipad-10th-gen-screen-protector-clear/77-89962.html"
        }
    ],
    "maxItems": 5
}
````

#### Note: The startUrls field is required

### Output

The scraped data will be saved as a dataset. Each item will represent a product listing. You can choose in what format to download your data: JSON, JSONL, HTML table, CSV, Excel spreadsheet, or NDJSON.

In the output below you'll see a preview of the data for each item in the dataset. Each item in the dataset will look similar to the format below:

```json
{
    "title": "iPad Pro 11-inch (M5) and iPad Pro 11-inch (M4) Defender Series Pro Case",
    "description": "iPad Pro 11-inch (M5) and iPad Pro 11-inch (M4) protective case guards against drops, dirt and scrapes. The streamlined rugged design is made up of a hard internal shell, a soft outer slipcover and a built-in screen protector. Its four-position stand enables comfortable typing and viewing and does double duty as a touchscreen shield",
    "sku": "77-95237",
    "color": "Black",
    "material": "Polycarbonate Layer/Thermoplastic Elastomer slipcover/Polycarbonate shield stand",
    "images": [
        "https://www.otterbox.com/on/demandware.static/-/Sites-masterCatalog/default/dw6ce5308d/productimages/dis/cases-screen-protection/defender-ipad24-11/defender-ipad24-11-black-1.png",
        "https://www.otterbox.com/on/demandware.static/-/Sites-masterCatalog/default/dwa1d23c6d/productimages/dis/cases-screen-protection/defender-ipad24-11/defender-ipad24-11-black-2.png",
        "https://www.otterbox.com/on/demandware.static/-/Sites-masterCatalog/default/dwb758bb22/productimages/dis/cases-screen-protection/defender-ipad24-11/defender-ipad24-11-black-3.png"
    ],
    "price": "99.99",
    "additionalProperties": [
        {
            "name": "Material",
            "value": "Polycarbonate Layer/Thermoplastic Elastomer slipcover/Polycarbonate shield stand"
        },
        { "name": "Drop Protection", "value": "DROP+ | 2X as many drops as military standard (MIL-STD-810G 516.6)" },
        { "name": "Compatible With", "value": "" },
        { "name": "Warranty", "value": "Backed by OtterBox’s limited warranty" },
        { "name": "otherColorVariants", "value": ["Black"] },
        { "name": "Water Resistance", "value": "" }
    ],
    "accessories": [
        {
            "name": "iPad Pro 11-inch (M5) and iPad Pro 11-inch (M4) Screen Protector",
            "price": "$49.99",
            "url": "https://www.otterbox.com/en-us/screen-protector-ipad-pro-11-inch-m5-and-ipad-pro-11-inch-m4-screen-protector-clear/77-95287.html"
        },
        {
            "name": "iPad Pro 11-inch (M5) and iPad Pro 11-inch (M4) Screen Protector",
            "price": "$59.99",
            "url": "https://www.otterbox.com/en-us/glass-ipad-pro-11-inch-m5-and-ipad-pro-11-inch-m4-screen-protector-clear/77-95296.html"
        },
        {
            "name": "Mobile Device Care Kit",
            "price": "$7.95",
            "url": "https://www.otterbox.com/en-us/phone-screen-cleaner-mobile-device-care-kit-black/78-52084.html"
        }
    ],
    "features": [
        "iPad Pro 11-inch (M5)",
        "iPad Pro 11-inch (M4)",
        "DROP+ | 2X as many drops as military standard (MIL-STD-810G 516.6)",
        "10.55 in x 7.81 in x 0.95 in / 268.10 mm x 198.48 mm x 24.02 mm",
        "0.97 lbs | 441.58 g",
        "Polycarbonate Layer",
        "Thermoplastic Elastomer slipcover",
        "Polycarbonate shield stand",
        "Multi-layer defense",
        "Built-in screen protector",
        "Port covers block dust and dirt",
        "Streamlined, rugged design",
        "4-position stand:\r\n\t\r\n\t\tTyping\r\n\t\tMedia\r\n\t\tPortrait\r\n\t\tStreaming",
        "Typing",
        "Media",
        "Portrait",
        "Streaming",
        "Apple Pencil storage",
        "Two lanyard attach points"
    ],
    "reviewCount": 61,
    "rating": 3.9,
    "url": "https://www.otterbox.com/en-us/protective-ipad-pro-11-inch-m5-and-ipad-pro-11-inch-m4-case-black/77-95237.html"
}
```

#### Notes and Limitations

- The actor relies on the structure of the OtterBox.com website. If the website structure changes, the actor may need to be updated
- Ensure you comply with the terms of service of otterbox.com when using this actor.
- For large-scale scraping, use Apify's proxy services to avoid IP blocking.

#### 🔍 Looking to Scrape more E-commerce Websites?

In addition to this actor, you can explore our suite of dedicated scrapers tailored for other popular e-commerce and accessory platforms. Each scraper is optimized for its target site to ensure accurate, efficient, and high-performance data extraction.

| Scraper                                                                                      | Country | Description                                                                                                                                                                                                                                                                                   |
| -------------------------------------------------------------------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Otto.de Scraper](https://apify.com/lexis-solutions/otto-de-scraper)                         | Germany | The Otto.de Apify Scraper is an automated tool for extracting valuable data from Otto.de - one of the leading e-commerce platforms in Germany. It provides businesses with insights for market analysis, competitor monitoring, and price tracking. Ideal for e-commerce and market research. |
| [Barnes and Noble Product Scraper](https://apify.com/lexis-solutions/barnesandnoble-scraper) | Global  | Gather product details with the Barnes and Noble Product Scraper. Extract titles, authors, prices, and ISBNs directly from Barnes and Noble. Optimize your e-commerce strategy with accurate, up-to-date data.                                                                                |
| [Notino Scraper](https://apify.com/lexis-solutions/notino-scraper)                           | Global  | Scrape product data from Notino - including prices, reviews, ratings, and images. Ideal for market research, trend tracking, and e-commerce analytics in beauty and cosmetics. Fast, structured, and customizable.                                                                            |

***

👀 p.s.

Got feedback or need an extension?

Lexis Solutions is a [certified Apify Partner](https://apify.com/partners). We can help you with custom solutions or data extraction projects.

Contact us over [Email](mailto:info@lexis.solutions) or [LinkedIn](https://www.linkedin.com/company/lexis-solutions)

Image Credit: https://otterbox.com/

# Actor input Schema

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

URLs to start with.

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

Maximum number of products that will be extracted.

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

Select proxies to be used by your crawler.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.otterbox.com/en-us/search?q=iphone"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# 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 = {
    "startUrls": [
        {
            "url": "https://www.otterbox.com/en-us/search?q=iphone"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/otterbox-com-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 = { "startUrls": [{ "url": "https://www.otterbox.com/en-us/search?q=iphone" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/otterbox-com-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 '{
  "startUrls": [
    {
      "url": "https://www.otterbox.com/en-us/search?q=iphone"
    }
  ]
}' |
apify call lexis-solutions/otterbox-com-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Otterbox.com Scraper",
        "description": "OtterBox.com web scraper for USA phone, iPad and tablet case products. Extract prices, variants, reviews, specs and images for e‑commerce, dropshipping and market research via API-ready datasets.",
        "version": "1.0",
        "x-build-id": "VUO4t6eX4Lsib7Uhk"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/lexis-solutions~otterbox-com-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-lexis-solutions-otterbox-com-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/lexis-solutions~otterbox-com-scraper/runs": {
            "post": {
                "operationId": "runs-sync-lexis-solutions-otterbox-com-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/lexis-solutions~otterbox-com-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-lexis-solutions-otterbox-com-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",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "URLs to start with.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Maximum number of items",
                        "type": "integer",
                        "description": "Maximum number of products that will be extracted.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Select proxies to be used by your crawler.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
