{
  "openapi": "3.0.1",
  "info": {
    "title": "Apple App Store · Developer Emails",
    "description": "Export unique iOS App Store publishers for partnership and outreach. Seller website, App Store profile and app portfolio — one publisher per row, not per listing. Keyword, app URL, or genre charts. Optional website email enrich. No login. No API key",
    "version": "0.1",
    "x-build-id": "Es4pjL4FcvmC4U4wk"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/corent1robert~apple-app-store-developer-contacts/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-corent1robert-apple-app-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~apple-app-store-developer-contacts/runs": {
      "post": {
        "operationId": "runs-sync-corent1robert-apple-app-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~apple-app-store-developer-contacts/run-sync": {
      "post": {
        "operationId": "run-sync-corent1robert-apple-app-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": {
          "mode": {
            "title": "Mode",
            "enum": [
              "search",
              "charts"
            ],
            "type": "string",
            "description": "**Search (default):** keyword or App Store URL in Step 2.\n\n**Charts:** pick a genre (and chart type) — top apps in that category become unique publishers.\n\nPaste an app URL anytime — the Actor switches to App URL lookup automatically.",
            "default": "search"
          },
          "query": {
            "title": "Keyword or App Store URL",
            "type": "string",
            "description": "Examples: `invoice` · `crm` · `https://apps.apple.com/us/app/notion-notes-tasks-ai/id1232780281`\n\nA full app URL loads that publisher’s portfolio. **Ignored** when Mode is Charts (unless you leave genre empty by mistake)."
          },
          "genre": {
            "title": "Genre (Charts)",
            "enum": [
              "",
              "6000",
              "6007",
              "6015",
              "6013",
              "6026",
              "6002",
              "6012",
              "6017",
              "6023",
              "6024",
              "6005",
              "6016",
              "6008",
              "6014",
              "6003",
              "6004",
              "6009",
              "6011",
              "6010",
              "6006",
              "6001",
              "6018",
              "6020",
              "6021",
              "6027"
            ],
            "type": "string",
            "description": "Required for **Charts**. Optional otherwise. No genres are excluded — pick what matches your ICP.",
            "default": ""
          },
          "chartType": {
            "title": "Chart type",
            "enum": [
              "free",
              "paid",
              "grossing"
            ],
            "type": "string",
            "description": "Used in **Charts** mode. Free / Paid / Grossing leaderboards for the selected genre.",
            "default": "free"
          },
          "country": {
            "title": "Country",
            "type": "string",
            "description": "Two-letter App Store country (US, FR, GB, DE…). Default **US**.",
            "default": "us"
          },
          "maxDevelopers": {
            "title": "Max unique developers",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "**Global** cap of unique publisher rows (one seller, many apps). Default **20** keeps first runs cheap. Up to **2,000**.",
            "default": 20
          },
          "minRatingCount": {
            "title": "Minimum ratings (sample app)",
            "minimum": 0,
            "maximum": 10000000,
            "type": "integer",
            "description": "Keep publishers whose strongest app in the pool has at least this many ratings. **0** = no floor.",
            "default": 0
          },
          "requireWebsite": {
            "title": "Require website",
            "enum": [
              "no",
              "yes"
            ],
            "type": "string",
            "description": "**No (default):** keep publishers even without a public seller website. **Yes:** only rows with a website.",
            "default": "no"
          },
          "enrichEmails": {
            "title": "Enrich email from website",
            "enum": [
              "no",
              "yes"
            ],
            "type": "string",
            "description": "**No (default):** export website + App Store profile only. **Yes:** visit seller websites and harvest a public contact email when found (slower).",
            "default": "no"
          },
          "requireEmail": {
            "title": "Require email",
            "enum": [
              "no",
              "yes"
            ],
            "type": "string",
            "description": "**No (default):** keep publishers without an email. **Yes:** only rows with an email (turn Enrich on, or you will get few/no rows).",
            "default": "no"
          },
          "excludeGmail": {
            "title": "Exclude consumer inboxes",
            "enum": [
              "no",
              "yes"
            ],
            "type": "string",
            "description": "**No (default):** keep Gmail / Yahoo / Outlook / iCloud. **Yes:** skip consumer inboxes when an email is present.",
            "default": "no"
          },
          "chartLimit": {
            "title": "Chart depth",
            "minimum": 10,
            "maximum": 200,
            "type": "integer",
            "description": "How many chart apps to pull in Charts mode (before unique-publisher merge). Default **100**, max **200**.",
            "default": 100
          },
          "verboseLogs": {
            "title": "Verbose logs",
            "type": "boolean",
            "description": "Extra debug lines in the run log (for support).",
            "default": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}