{
  "openapi": "3.0.1",
  "info": {
    "title": "Email OSINT & Account Finder",
    "description": "Find public accounts linked to an email across supported websites. Check account-existence signals, identify found accounts, separate not-found from uncertain results, and get clean structured data for OSINT, investigations, enrichment, and API workflows.",
    "version": "0.1",
    "x-build-id": "Xv0vVll4tBHTHOJCZ"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lance_api~email-osint-account-finder/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lance_api-email-osint-account-finder",
        "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/lance_api~email-osint-account-finder/runs": {
      "post": {
        "operationId": "runs-sync-lance_api-email-osint-account-finder",
        "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/lance_api~email-osint-account-finder/run-sync": {
      "post": {
        "operationId": "run-sync-lance_api-email-osint-account-finder",
        "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": [
          "emails"
        ],
        "properties": {
          "emails": {
            "title": "Email addresses",
            "type": "array",
            "description": "Enter one or more email addresses to check for registered accounts across supported platforms.",
            "items": {
              "type": "string"
            },
            "default": [
              "test@example.com"
            ]
          },
          "selectedPlatforms": {
            "title": "Platforms to check",
            "uniqueItems": true,
            "type": "array",
            "description": "Optional. Leave empty to check all available platforms, or select specific platforms to run a targeted search.",
            "items": {
              "type": "string",
              "enum": [
                "aboutme",
                "adobe",
                "amazon",
                "amocrm",
                "anydo",
                "archive",
                "armurerieauxerre",
                "atlassian",
                "axonaut",
                "babeshows",
                "badeggsonline",
                "biosmods",
                "biotechnologyforums",
                "bitmoji",
                "blablacar",
                "blackworldforum",
                "blip",
                "blitzortung",
                "bluegrassrivals",
                "bodybuilding",
                "buymeacoffee",
                "cambridgemt",
                "caringbridge",
                "chinaphonearena",
                "clashfarmer",
                "codecademy",
                "codeigniter",
                "codepen",
                "coroflot",
                "cpaelites",
                "cpahero",
                "cracked_to",
                "crevado",
                "deliveroo",
                "demonforums",
                "devrant",
                "diigo",
                "discord",
                "docker",
                "dominosfr",
                "ebay",
                "ello",
                "envato",
                "eventbrite",
                "evernote",
                "fanpop",
                "firefox",
                "flickr",
                "freelancer",
                "freiberg",
                "garmin",
                "github",
                "google",
                "gravatar",
                "hubspot",
                "imgur",
                "insightly",
                "instagram",
                "issuu",
                "koditv",
                "komoot",
                "laposte",
                "lastfm",
                "lastpass",
                "mail_ru",
                "mybb",
                "myspace",
                "nattyornot",
                "naturabuy",
                "ndemiccreations",
                "nextpvr",
                "nike",
                "nimble",
                "nocrm",
                "nutshell",
                "odnoklassniki",
                "office365",
                "onlinesequencer",
                "parler",
                "patreon",
                "pinterest",
                "pipedrive",
                "plurk",
                "pornhub",
                "protonmail",
                "quora",
                "rambler",
                "redtube",
                "replit",
                "rocketreach",
                "samsung",
                "seoclerks",
                "sevencups",
                "smule",
                "snapchat",
                "soundcloud",
                "sporcle",
                "spotify",
                "strava",
                "taringa",
                "teamleader",
                "teamtreehouse",
                "tellonym",
                "thecardboard",
                "therianguide",
                "thevapingforum",
                "tumblr",
                "tunefind",
                "twitter",
                "venmo",
                "vivino",
                "voxmedia",
                "vrbo",
                "vsco",
                "wattpad",
                "wordpress",
                "xing",
                "xnxx",
                "xvideos",
                "yahoo",
                "zoho"
              ],
              "enumTitles": [
                "About.me",
                "Adobe",
                "Amazon",
                "amoCRM",
                "Any.do",
                "Archive",
                "Armurerie Auxerre",
                "Atlassian",
                "Axonaut",
                "Babeshows",
                "Bad Eggs Online",
                "BIOS Mods",
                "Biotechnology Forums",
                "Bitmoji",
                "BlaBlaCar",
                "Black World Forum",
                "Blip",
                "Blitzortung",
                "Bluegrass Rivals",
                "Bodybuilding",
                "Buy Me a Coffee",
                "Cambridge MT",
                "CaringBridge",
                "China Phone Arena",
                "ClashFarmer",
                "Codecademy",
                "CodeIgniter",
                "CodePen",
                "Coroflot",
                "CPAElites",
                "CPAHero",
                "Cracked.to",
                "Crevado",
                "Deliveroo",
                "Demon Forums",
                "DevRant",
                "Diigo",
                "Discord",
                "Docker",
                "Domino's FR",
                "eBay",
                "Ello",
                "Envato",
                "Eventbrite",
                "Evernote",
                "Fanpop",
                "Firefox",
                "Flickr",
                "Freelancer",
                "Freiberg",
                "Garmin",
                "GitHub",
                "Google",
                "Gravatar",
                "HubSpot",
                "Imgur",
                "Insightly",
                "Instagram",
                "Issuu",
                "Kodi.tv",
                "Komoot",
                "La Poste",
                "Last.fm",
                "LastPass",
                "Mail.ru",
                "MyBB",
                "Myspace",
                "NattyOrNot",
                "Naturabuy",
                "Ndemic Creations",
                "NextPVR",
                "Nike",
                "Nimble",
                "noCRM",
                "Nutshell",
                "Odnoklassniki",
                "Office365",
                "Online Sequencer",
                "Parler",
                "Patreon",
                "Pinterest",
                "Pipedrive",
                "Plurk",
                "Pornhub",
                "Proton Mail",
                "Quora",
                "Rambler",
                "RedTube",
                "Replit",
                "RocketReach",
                "Samsung",
                "SEOClerks",
                "7 Cups",
                "Smule",
                "Snapchat",
                "SoundCloud",
                "Sporcle",
                "Spotify",
                "Strava",
                "Taringa",
                "Teamleader",
                "Treehouse",
                "Tellonym",
                "The Cardboard",
                "Therian Guide",
                "The Vaping Forum",
                "Tumblr",
                "TuneFind",
                "Twitter",
                "Venmo",
                "Vivino",
                "Vox Media",
                "Vrbo",
                "VSCO",
                "Wattpad",
                "WordPress",
                "Xing",
                "XNXX",
                "XVideos",
                "Yahoo",
                "Zoho"
              ]
            },
            "default": []
          },
          "noPasswordRecovery": {
            "title": "Skip password recovery checks",
            "type": "boolean",
            "description": "Optional advanced setting. Enable this to skip platforms that rely on password-recovery flows to check whether an account exists. This may reduce account coverage.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}