{
  "openapi": "3.0.1",
  "info": {
    "title": "Leads Finder",
    "description": "Affordable alternative to Apollo, ZoomInfo and Sales Navigator. Every lead is verified for a real, working business email before it counts - no email, no charge. Mobiles ride along free when available. Deduplicated and location-verified. Filter by title, seniority, function, industry and size.",
    "version": "0.1",
    "x-build-id": "6E4v7oGU3NMQiauoE"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/devon_gtme~leads-finder/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-devon_gtme-leads-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/devon_gtme~leads-finder/runs": {
      "post": {
        "operationId": "runs-sync-devon_gtme-leads-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/devon_gtme~leads-finder/run-sync": {
      "post": {
        "operationId": "run-sync-devon_gtme-leads-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",
        "properties": {
          "jobTitles": {
            "title": "Job Titles (include)",
            "type": "array",
            "description": "Job titles to match, e.g. 'Marketing Director', 'Head of Sales', 'VP Engineering'.",
            "items": {
              "type": "string"
            }
          },
          "jobTitlesExclude": {
            "title": "Job Titles (exclude)",
            "type": "array",
            "description": "Job titles to exclude from results.",
            "items": {
              "type": "string"
            }
          },
          "seniorityLevels": {
            "title": "Seniority Level",
            "type": "array",
            "description": "Filter by seniority.",
            "items": {
              "type": "string",
              "enum": [
                "C-Team",
                "VP",
                "Director",
                "Manager",
                "Staff",
                "Other"
              ]
            }
          },
          "jobFunctions": {
            "title": "Job Function",
            "type": "array",
            "description": "Filter by department/function.",
            "items": {
              "type": "string",
              "enum": [
                "Advertising & Marketing",
                "Art, Culture and Creative Professionals",
                "Construction",
                "Customer/Client Service",
                "Education",
                "Engineering",
                "Finance & Accounting",
                "General Business & Management",
                "Healthcare & Human Services",
                "Human Resources",
                "Information Technology",
                "Legal",
                "Manufacturing & Production",
                "Operations",
                "Other",
                "Public Administration & Safety",
                "Purchasing",
                "Research & Development",
                "Sales & Business Development",
                "Science",
                "Supply Chain & Logistics",
                "Writing/Editing"
              ]
            }
          },
          "locationCountries": {
            "title": "Countries (ISO 2-letter)",
            "type": "array",
            "description": "Country codes to match, e.g. 'GB', 'US', 'DE'. Strictly enforced against the lead's actual location — not just where their company is headquartered.",
            "items": {
              "type": "string"
            }
          },
          "locationCities": {
            "title": "Cities",
            "type": "array",
            "description": "City names to match, e.g. 'London', 'Manchester'. Leave empty to match any city within the selected countries.",
            "items": {
              "type": "string"
            }
          },
          "companyIndustries": {
            "title": "Company Industries",
            "type": "array",
            "description": "Industries to include, e.g. 'IT Services', 'Financial Services', 'Construction'.",
            "items": {
              "type": "string"
            }
          },
          "companyEmployeeRanges": {
            "title": "Company Size",
            "type": "array",
            "description": "Employee count brackets.",
            "items": {
              "type": "string",
              "enum": [
                "1-10",
                "11-50",
                "51-200",
                "201-500",
                "501-1000",
                "1001-5000",
                "5001-10000",
                "10001+"
              ]
            }
          },
          "companyKeywords": {
            "title": "Company Keywords",
            "type": "array",
            "description": "Match against company description/specialties, e.g. 'SaaS', 'e-commerce', 'manufacturing'.",
            "items": {
              "type": "string"
            }
          },
          "maxResults": {
            "title": "Max Leads",
            "minimum": 1,
            "maximum": 30000,
            "type": "integer",
            "description": "Maximum verified leads to return. Every lead counted has a real work email — searches are broadened automatically to hit this target where possible.",
            "default": 100
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}