{
  "openapi": "3.0.1",
  "info": {
    "title": "Chrome Web Store Unique Emails | $2.50 / 1k",
    "description": "Unique Chrome Web Store publisher emails for security SaaS, DevTools and agencies. $2.50 / 1k unique publishers — not per listing. Keyword, category or official sitemap. CSV / JSON / Excel.",
    "version": "0.1",
    "x-build-id": "MbCwVFa2jIqdlgfGt"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/corent1robert~chrome-web-store-developer-contacts/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-corent1robert-chrome-web-store-developer-contacts",
        "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/corent1robert~chrome-web-store-developer-contacts/runs": {
      "post": {
        "operationId": "runs-sync-corent1robert-chrome-web-store-developer-contacts",
        "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/corent1robert~chrome-web-store-developer-contacts/run-sync": {
      "post": {
        "operationId": "run-sync-corent1robert-chrome-web-store-developer-contacts",
        "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": {
          "coverage": {
            "title": "Mode",
            "enum": [
              "search",
              "catalog"
            ],
            "type": "string",
            "description": "**Search (default):** use Step 2 (keyword and/or category).\n\n**Full catalog (paid):** walks the official Chrome Web Store sitemap, then unique publishers. Not a wallpaper dump — filters still apply (`minUsers` defaults to 100, themes off). Set Max developers to how many publishers you will pay for (up to 20,000). Free Apify plans cannot use Full catalog.",
            "default": "search"
          },
          "query": {
            "title": "Keyword, extension ID or Store URL",
            "type": "string",
            "description": "Examples: `security` · `cjpalhdlnbpafiamejdnhcphjbkeiagm` · `https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm`\n\nLeave empty if you only pick a category. **Ignored** when Mode is Full catalog.\n\nSearch returns up to **~150** listings per keyword (no reliable page 2). Combine with a category if you need a larger slice."
          },
          "category": {
            "title": "Chrome Web Store category",
            "enum": [
              "",
              "productivity/tools",
              "productivity/developer",
              "productivity/communication",
              "productivity/education",
              "productivity/workflow",
              "make_chrome_yours/privacy",
              "make_chrome_yours/functionality",
              "make_chrome_yours/accessibility",
              "lifestyle/art",
              "lifestyle/entertainment",
              "lifestyle/household",
              "lifestyle/well_being",
              "lifestyle/games",
              "lifestyle/shopping",
              "lifestyle/social",
              "lifestyle/news",
              "lifestyle/fun",
              "themes"
            ],
            "type": "string",
            "description": "Optional, Search mode only. **Leaf** categories only — parent hubs (Productivity, Lifestyle) 404. Leave **None** if you already typed a query. Both query and category = union of seeds. **Ignored** when Mode is Full catalog.\n\nA category request is a large first slice (up to ~3,000 ids), not a proven 100% of that leaf.",
            "default": ""
          },
          "maxDevelopers": {
            "title": "Max developers",
            "minimum": 1,
            "maximum": 20000,
            "type": "integer",
            "description": "**Global** cap of unique `publisherId` rows. Default **20** keeps first runs cheap. Search: up to **2,000**. Full catalog (paid): up to **20,000**. Search itself still caps around **150 listings per keyword**.",
            "default": 20
          },
          "requireEmail": {
            "title": "Require public email",
            "enum": [
              "yes",
              "no"
            ],
            "type": "string",
            "description": "**Yes (default):** skip publishers with no public email. **No:** also keep publishers without an email (legal name / website still scraped when Google publishes them).",
            "default": "yes"
          },
          "itemType": {
            "title": "Listing type",
            "enum": [
              "extension",
              "theme",
              "all"
            ],
            "type": "string",
            "description": "**Extensions (default)** skips themes. Themes are almost all hobby / wallpaper listings. Use **Themes** or **All** only if you want that catalog.",
            "default": "extension"
          },
          "minUsers": {
            "title": "Min users",
            "minimum": 0,
            "type": "integer",
            "description": "Keep publishers whose **sample listing** is at or above this user count. Leave empty: **0** in Search, **100** in Full catalog (avoids paying for hobby wallpaper). Set a higher bar (e.g. `1000`) for ICP."
          },
          "excludeGmail": {
            "title": "Exclude Gmail / consumer inboxes",
            "enum": [
              "no",
              "yes"
            ],
            "type": "string",
            "description": "**No (default):** keep Gmail / Yahoo / Outlook / iCloud. **Yes:** skip consumer inboxes so the file is closer to company outreach.",
            "default": "no"
          },
          "proxyConfiguration": {
            "title": "Proxy",
            "type": "object",
            "description": "Optional. Datacenter is enough for most CWS pages. Switch to Residential only if you hit a captcha (`/sorry/`). Hidden in Console.",
            "default": {
              "useApifyProxy": false
            }
          },
          "minDelayMs": {
            "title": "Min delay between requests (ms)",
            "minimum": 0,
            "maximum": 10000,
            "type": "integer",
            "description": "Minimum pause between every HTTP request.",
            "default": 400
          },
          "maxRequestRetries": {
            "title": "Max request retries",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Retries on block / 5xx, rotating the proxy session when a proxy is configured.",
            "default": 5
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}