{
  "openapi": "3.0.1",
  "info": {
    "title": "💎 Leads Scraper $1/1K With EMAILS | 300M base | Like Apollo",
    "description": "Extract up to 100K leads per run with Emails, LinkedIn URLs, Phone Numbers & More! Similar to Apollo, ZoomInfo, Lusha. 300M+ Verified Database! Only $1 per 1,000 leads. 🚀 Powered by Dievio.com",
    "version": "1.0",
    "x-build-id": "I5DHCWPfRS2VCiMnb"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/x_guru~Leads-Scraper-apollo-zoominfo/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-x_guru-Leads-Scraper-apollo-zoominfo",
        "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/x_guru~Leads-Scraper-apollo-zoominfo/runs": {
      "post": {
        "operationId": "runs-sync-x_guru-Leads-Scraper-apollo-zoominfo",
        "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/x_guru~Leads-Scraper-apollo-zoominfo/run-sync": {
      "post": {
        "operationId": "run-sync-x_guru-Leads-Scraper-apollo-zoominfo",
        "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": {
          "max_results": {
            "title": "📊 Total Results - Can fetch 100K per run",
            "minimum": 1,
            "maximum": 100000,
            "type": "integer",
            "description": "Maximum number of profiles to return",
            "default": 10000
          },
          "first_name": {
            "title": "First Name",
            "type": "string",
            "description": "Person's first name"
          },
          "last_name": {
            "title": "Last Name",
            "type": "string",
            "description": "Person's last name"
          },
          "job_titles": {
            "title": "Person titles e.g marketing manager, sales rep",
            "type": "array",
            "description": "Add one or multiple job titles to search for",
            "items": {
              "type": "string"
            }
          },
          "job_title_seniority": {
            "title": "Seniority",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by job seniority level (Owner, CXO, VP, Director, Manager, Senior, Entry, etc.)",
            "items": {
              "type": "string",
              "enum": [
                "owner",
                "cxo",
                "partner",
                "vp",
                "director",
                "manager",
                "senior",
                "entry",
                "training",
                "unpaid"
              ]
            }
          },
          "job_departments": {
            "title": "Departments / Function",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by department (Engineering, Sales, Marketing, Finance, Operations, HR, Product, Design, Data, Legal, etc.)",
            "items": {
              "type": "string",
              "enum": [
                "engineering",
                "sales",
                "marketing",
                "finance",
                "operations",
                "human_resources",
                "product",
                "design",
                "data",
                "legal",
                "customer_service",
                "consulting",
                "business_development",
                "education"
              ]
            }
          },
          "employee_size": {
            "title": "Employee Size",
            "uniqueItems": true,
            "type": "array",
            "description": "Company size filter: 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10000, 10001+",
            "items": {
              "type": "string",
              "enum": [
                "1-10",
                "11-50",
                "51-200",
                "201-500",
                "501-1000",
                "1001-5000",
                "5001-10000",
                "10001+"
              ]
            }
          },
          "person_location_country": {
            "title": "Country",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by person's country (select from list)",
            "items": {
              "type": "string",
              "enum": [
                "United States",
                "United Kingdom",
                "Canada",
                "Australia",
                "Germany",
                "France",
                "India",
                "China",
                "Japan",
                "Brazil",
                "Mexico",
                "Spain",
                "Italy",
                "Netherlands",
                "Sweden",
                "Switzerland",
                "Singapore",
                "Israel",
                "United Arab Emirates",
                "South Korea"
              ]
            }
          },
          "person_location_region": {
            "title": "State / Region",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by person's state/region (US states + major regions)",
            "items": {
              "type": "string",
              "enum": [
                "Alabama",
                "Alaska",
                "Arizona",
                "Arkansas",
                "California",
                "Colorado",
                "Connecticut",
                "Delaware",
                "Florida",
                "Georgia",
                "Hawaii",
                "Idaho",
                "Illinois",
                "Indiana",
                "Iowa",
                "Kansas",
                "Kentucky",
                "Louisiana",
                "Maine",
                "Maryland",
                "Massachusetts",
                "Michigan",
                "Minnesota",
                "Mississippi",
                "Missouri",
                "Montana",
                "Nebraska",
                "Nevada",
                "New Hampshire",
                "New Jersey",
                "New Mexico",
                "New York",
                "North Carolina",
                "North Dakota",
                "Ohio",
                "Oklahoma",
                "Oregon",
                "Pennsylvania",
                "Rhode Island",
                "South Carolina",
                "South Dakota",
                "Tennessee",
                "Texas",
                "Utah",
                "Vermont",
                "Virginia",
                "Washington",
                "West Virginia",
                "Wisconsin",
                "Wyoming",
                "District of Columbia",
                "England",
                "Scotland",
                "Wales",
                "Northern Ireland",
                "Ontario",
                "Quebec",
                "British Columbia",
                "Alberta",
                "New South Wales",
                "Victoria",
                "Queensland"
              ]
            }
          },
          "person_location_locality": {
            "title": "City",
            "type": "array",
            "description": "Filter by person's city",
            "items": {
              "type": "string"
            }
          },
          "industries": {
            "title": "Industry",
            "type": "array",
            "description": "Filter by industry (multiple selection)",
            "items": {
              "type": "string"
            }
          },
          "industry_keywords": {
            "title": "Industry Keywords",
            "type": "array",
            "description": "Keywords related to industry",
            "items": {
              "type": "string"
            }
          },
          "company_revenue": {
            "title": "Revenue",
            "uniqueItems": true,
            "type": "array",
            "description": "Company revenue range: $0-1M, $1M-10M, $10M-50M, $50M-100M, $100M-500M, $500M-1B, $1B-10B, $10B+",
            "items": {
              "type": "string",
              "enum": [
                "0-1m",
                "1m-10m",
                "10m-50m",
                "50m-100m",
                "100m-500m",
                "500m-1b",
                "1b-10b",
                "10b+"
              ]
            }
          },
          "inferred_salary": {
            "title": "Inferred Salary",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by estimated salary range",
            "items": {
              "type": "string",
              "enum": [
                "<20,000",
                "20,000-25,000",
                "25,000-35,000",
                "35,000-45,000",
                "45,000-55,000",
                "55,000-70,000",
                "70,000-85,000",
                "85,000-100,000",
                "100,000-150,000",
                "150,000-250,000",
                ">250,000"
              ]
            }
          },
          "funding_start_date": {
            "title": "Funding Start Date",
            "type": "string",
            "description": "Filter companies funded after this date (YYYY-MM-DD)"
          },
          "funding_end_date": {
            "title": "Funding End Date",
            "type": "string",
            "description": "Filter companies funded before this date (YYYY-MM-DD)"
          },
          "business_model": {
            "title": "Business Model",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by business model: B2B, B2C, B2B2C, Marketplace, SaaS, E-commerce",
            "items": {
              "type": "string",
              "enum": [
                "b2b",
                "b2c",
                "b2b2c",
                "marketplace",
                "saas",
                "ecommerce"
              ]
            }
          },
          "company_location_country": {
            "title": "Country",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by company's country (select from list)",
            "items": {
              "type": "string",
              "enum": [
                "United States",
                "United Kingdom",
                "Canada",
                "Australia",
                "Germany",
                "France",
                "India",
                "China",
                "Japan",
                "Brazil",
                "Mexico",
                "Spain",
                "Italy",
                "Netherlands",
                "Sweden",
                "Switzerland",
                "Singapore",
                "Israel",
                "United Arab Emirates",
                "South Korea"
              ]
            }
          },
          "company_location_region": {
            "title": "State / Region",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by company's state/region (US states + major regions)",
            "items": {
              "type": "string",
              "enum": [
                "Alabama",
                "Alaska",
                "Arizona",
                "Arkansas",
                "California",
                "Colorado",
                "Connecticut",
                "Delaware",
                "Florida",
                "Georgia",
                "Hawaii",
                "Idaho",
                "Illinois",
                "Indiana",
                "Iowa",
                "Kansas",
                "Kentucky",
                "Louisiana",
                "Maine",
                "Maryland",
                "Massachusetts",
                "Michigan",
                "Minnesota",
                "Mississippi",
                "Missouri",
                "Montana",
                "Nebraska",
                "Nevada",
                "New Hampshire",
                "New Jersey",
                "New Mexico",
                "New York",
                "North Carolina",
                "North Dakota",
                "Ohio",
                "Oklahoma",
                "Oregon",
                "Pennsylvania",
                "Rhode Island",
                "South Carolina",
                "South Dakota",
                "Tennessee",
                "Texas",
                "Utah",
                "Vermont",
                "Virginia",
                "Washington",
                "West Virginia",
                "Wisconsin",
                "Wyoming",
                "District of Columbia",
                "England",
                "Scotland",
                "Wales",
                "Northern Ireland",
                "Ontario",
                "Quebec",
                "British Columbia",
                "Alberta",
                "New South Wales",
                "Victoria",
                "Queensland"
              ]
            }
          },
          "company_location_locality": {
            "title": "City",
            "type": "array",
            "description": "Filter by company's city",
            "items": {
              "type": "string"
            }
          },
          "company_websites": {
            "title": "Domain of company e.g github.com (🚫 without www or https)",
            "type": "array",
            "description": "Filter by company website domain",
            "items": {
              "type": "string"
            }
          },
          "email_status": {
            "title": "Email Status (Could result in fewer leads)",
            "enum": [
              "all",
              "verified",
              "likely"
            ],
            "type": "string",
            "description": "Filter by email availability",
            "default": "all"
          },
          "include_emails": {
            "title": "Include Emails",
            "type": "boolean",
            "description": "Include email addresses in results",
            "default": true
          },
          "include_phones": {
            "title": "Include Phone Numbers",
            "type": "boolean",
            "description": "Only return profiles with phone numbers",
            "default": false
          },
          "start_after_id": {
            "title": "Start after ID (large exports)",
            "type": "string",
            "description": "Recommended pagination for large exports. After a run, open the PAGINATION key-value record and copy next_start_after_id here to fetch the next batch without duplicates."
          },
          "page": {
            "title": "Page Number (simple pagination)",
            "minimum": 1,
            "type": "integer",
            "description": "Simple page number for small exports. Page 2 skips the first Max Results records. For large exports, use Start after ID instead.",
            "default": 1
          },
          "offset": {
            "title": "Offset (advanced)",
            "minimum": 0,
            "type": "integer",
            "description": "Optional exact number of matching records to skip. Deep offsets can be slower than Start after ID."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}