{
  "openapi": "3.0.1",
  "info": {
    "title": "WordPress.org · Unique Plugin Author Emails | $2 / 1k",
    "description": "Export unique WordPress.org plugin authors for hosting, security and WP-tool outreach. Public email, website, GitHub, installs and plugin portfolio — one author per row, not per plugin. Keyword, tag, plugin URL, or popular catalog. No login. No API key.",
    "version": "0.2",
    "x-build-id": "PrsGuQsyoZtZPdjpO"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/corent1robert~wordpress-plugin-author-contacts/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-corent1robert-wordpress-plugin-author-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~wordpress-plugin-author-contacts/runs": {
      "post": {
        "operationId": "runs-sync-corent1robert-wordpress-plugin-author-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~wordpress-plugin-author-contacts/run-sync": {
      "post": {
        "operationId": "run-sync-corent1robert-wordpress-plugin-author-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, plugin URL and/or tag).\n\n**Full catalog (paid):** walks popular WordPress.org plugins into unique authors. Leave Step 2 empty — it is ignored. Set Max authors to how many authors you will pay for. Free Apify plans cannot use Full catalog.",
            "default": "search"
          },
          "query": {
            "title": "Keyword or WordPress.org URL",
            "type": "string",
            "description": "Examples: `smtp` · `security` · `https://wordpress.org/plugins/contact-form-7/`\n\nLeave empty if you only pick a tag. **Ignored** when Mode is Full catalog."
          },
          "tag": {
            "title": "Plugin tag",
            "enum": [
              "",
              "woocommerce",
              "seo",
              "security",
              "forms",
              "contact-form",
              "smtp",
              "ecommerce",
              "analytics",
              "cache",
              "backup",
              "membership",
              "booking",
              "gallery",
              "social",
              "elementor",
              "gutenberg",
              "multilingual",
              "payment",
              "crm",
              "marketing",
              "performance",
              "spam",
              "login",
              "redirect",
              "sitemap",
              "schema",
              "newsletter",
              "popup",
              "slider",
              "chat",
              "maps",
              "events",
              "lms",
              "affiliate"
            ],
            "type": "string",
            "description": "Optional, Search mode only. Leave **None** if you already typed a query. **Ignored** when Mode is Full catalog.",
            "default": ""
          },
          "maxAuthors": {
            "title": "Max authors",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "**Global** cap of unique author rows (one person/company, many plugins). Default **20** keeps first runs cheap. Keyword mode: up to **2,000**. Full catalog (paid): up to **5,000**.",
            "default": 20
          },
          "requireEmail": {
            "title": "Require public email",
            "enum": [
              "yes",
              "no"
            ],
            "type": "string",
            "description": "**Yes (default):** skip authors with no public inbox on the directory or their plugin site. **No:** also keep authors with only a website.",
            "default": "yes"
          },
          "skipAutomattic": {
            "title": "Skip Automattic / WordPress.org",
            "enum": [
              "yes",
              "no"
            ],
            "type": "string",
            "description": "**Yes (default):** keep independent plugin authors only (Jetpack / WordPress.org-authored plugins are dropped). **No:** include Automattic.",
            "default": "yes"
          },
          "minInstalls": {
            "title": "Min installs (sum across plugins)",
            "minimum": 0,
            "maximum": 10000000,
            "type": "integer",
            "description": "Skip authors whose plugins in this run total fewer active installs than this. **0** = no floor.",
            "default": 0
          },
          "proxyConfiguration": {
            "title": "Proxy",
            "type": "object",
            "description": "Optional. Direct HTTP is enough for the public directory. Enable Apify Proxy only if you get blocked.",
            "default": {
              "useApifyProxy": false
            }
          },
          "minDelayMs": {
            "title": "Min delay between requests (ms)",
            "minimum": 0,
            "maximum": 10000,
            "type": "integer",
            "description": "Minimum pause between every HTTP request.",
            "default": 200
          },
          "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}