{
  "openapi": "3.0.1",
  "info": {
    "title": "$1/2,000 Leads Apollo Scraper Replacement B2B B2C Leads",
    "description": "$0.50/1k leads — 2× cheaper than every Apollo alternative. 800M+ verified contacts: work email, mobile, LinkedIn, company data. Owned database, not scraped. Sub-200ms. No charge for misses. Free trial included.",
    "version": "2.14",
    "x-build-id": "leu9ANXM29UcLMIu4"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/disarming_screw-owner~1-2-000-leads-apollo-scraper-replacement-b2b-b2c-leads/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-disarming_screw-owner-1-2-000-leads-apollo-scraper-replacement-b2b-b2c-leads",
        "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/disarming_screw-owner~1-2-000-leads-apollo-scraper-replacement-b2b-b2c-leads/runs": {
      "post": {
        "operationId": "runs-sync-disarming_screw-owner-1-2-000-leads-apollo-scraper-replacement-b2b-b2c-leads",
        "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/disarming_screw-owner~1-2-000-leads-apollo-scraper-replacement-b2b-b2c-leads/run-sync": {
      "post": {
        "operationId": "run-sync-disarming_screw-owner-1-2-000-leads-apollo-scraper-replacement-b2b-b2c-leads",
        "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": {
          "maxResults": {
            "title": "Total results — up to 20,000 per run",
            "minimum": 1,
            "maximum": 20000,
            "type": "integer",
            "description": "How many leads to export. Runs of 1,000+ use a server-side async export (typically 10–30 min for 10k).",
            "default": 10000
          },
          "firstName": {
            "title": "First name",
            "type": "string",
            "description": "Optional."
          },
          "lastName": {
            "title": "Last name",
            "type": "string",
            "description": "Optional."
          },
          "similarTitles": {
            "title": "Match similar titles",
            "type": "boolean",
            "description": "OFF (recommended): job title must contain your exact wording — e.g. only “VP of Customer Success”. ON: also matches close variants (VP ↔ Vice President, limited synonyms).",
            "default": false
          },
          "jobTitles": {
            "title": "Job titles",
            "type": "array",
            "description": "Select from suggestions or type a custom title. Add multiple with + Add.",
            "items": {
              "type": "string",
              "enumSuggestedValues": [
                "CEO",
                "Chief Executive Officer",
                "Co-Founder & CEO",
                "Founder & CEO",
                "CFO",
                "Chief Financial Officer",
                "VP of Finance",
                "VP of FP&A",
                "Chief Revenue Officer",
                "CRO",
                "Head of Revenue",
                "VP of Sales",
                "VP of Business Development",
                "VP of Revenue",
                "VP of Marketing",
                "VP of Demand Generation",
                "VP of Growth",
                "VP of Engineering",
                "CTO",
                "Chief Technology Officer",
                "Head of Engineering",
                "VP of Customer Success",
                "VP of Customer Support",
                "VP of customer service",
                "VP of Renewals",
                "Head of Customer Success",
                "Director of Sales",
                "Director of Marketing",
                "Director of Engineering",
                "Director of Customer Success",
                "CMO",
                "Chief Marketing Officer",
                "COO",
                "Chief Operating Officer",
                "CHRO",
                "Chief People Officer",
                "General Manager",
                "President",
                "Owner",
                "Managing Director"
              ]
            }
          },
          "jobTitleExcludes": {
            "title": "Exclude titles",
            "type": "array",
            "description": "Exclude titles containing these terms — e.g. Intern, Assistant.",
            "items": {
              "type": "string"
            }
          },
          "seniority": {
            "title": "Seniority",
            "type": "array",
            "description": "Filter by seniority level.",
            "items": {
              "type": "string",
              "enum": [
                "owner",
                "founder",
                "c_suite",
                "c-level",
                "partner",
                "vp",
                "director",
                "manager",
                "senior",
                "entry"
              ],
              "enumTitles": [
                "Owner",
                "Founder",
                "C-Suite",
                "C-Level",
                "Partner",
                "VP",
                "Director",
                "Manager",
                "Senior",
                "Entry"
              ]
            }
          },
          "department": {
            "title": "Department / function",
            "type": "array",
            "description": "Filter by department or function.",
            "items": {
              "type": "string",
              "enum": [
                "engineering",
                "sales",
                "marketing",
                "finance",
                "operations",
                "hr",
                "it",
                "legal",
                "product",
                "design",
                "business_development",
                "support",
                "executive"
              ],
              "enumTitles": [
                "Engineering",
                "Sales",
                "Marketing",
                "Finance",
                "Operations",
                "HR",
                "IT",
                "Legal",
                "Product",
                "Design",
                "Business development",
                "Support",
                "Executive"
              ]
            }
          },
          "companySize": {
            "title": "Employee size",
            "type": "array",
            "description": "Company headcount ranges.",
            "items": {
              "type": "string",
              "enum": [
                "1-10",
                "11-50",
                "51-200",
                "201-500",
                "501-1000",
                "1001-5000",
                "5001-10000",
                "10001+"
              ],
              "enumTitles": [
                "1-10",
                "11-50",
                "51-200",
                "201-500",
                "501-1,000",
                "1,001-5,000",
                "5,001-10,000",
                "10,001+"
              ]
            }
          },
          "personCountry": {
            "title": "Country",
            "type": "array",
            "description": "Person location — country.",
            "items": {
              "type": "string"
            }
          },
          "personState": {
            "title": "State / region",
            "type": "array",
            "description": "Person location — state or region.",
            "items": {
              "type": "string"
            }
          },
          "personCity": {
            "title": "City",
            "type": "array",
            "description": "Person location — city.",
            "items": {
              "type": "string"
            }
          },
          "personZip": {
            "title": "ZIP / postal code",
            "type": "array",
            "description": "Person ZIP or postal code.",
            "items": {
              "type": "string"
            }
          },
          "personIndustry": {
            "title": "Person industry",
            "type": "array",
            "description": "Filter by the contact's own industry field.",
            "items": {
              "type": "string"
            }
          },
          "gender": {
            "title": "Gender",
            "type": "string",
            "description": "Optional gender filter."
          },
          "incomeMin": {
            "title": "Minimum income range",
            "type": "string",
            "description": "Income range lower bound, e.g. $50,000."
          },
          "incomeMax": {
            "title": "Maximum income range",
            "type": "string",
            "description": "Income range upper bound."
          },
          "netWorthMin": {
            "title": "Minimum net worth",
            "type": "string",
            "description": "Net worth lower bound."
          },
          "netWorthMax": {
            "title": "Maximum net worth",
            "type": "string",
            "description": "Net worth upper bound."
          },
          "companyIndustry": {
            "title": "Industry",
            "type": "array",
            "description": "Include companies in these industries.",
            "items": {
              "type": "string"
            }
          },
          "industryKeywords": {
            "title": "Industry keywords",
            "type": "array",
            "description": "Keywords matched across company name, industry, SIC, NAICS, revenue, and location.",
            "items": {
              "type": "string"
            }
          },
          "companyIndustryExclude": {
            "title": "Industry — exclude",
            "type": "array",
            "description": "Exclude companies in these industries.",
            "items": {
              "type": "string"
            }
          },
          "sicCodes": {
            "title": "SIC codes",
            "type": "array",
            "description": "Standard Industrial Classification codes — partial matches allowed, e.g. 737, 1731.",
            "items": {
              "type": "string"
            }
          },
          "naicsCodes": {
            "title": "NAICS codes",
            "type": "array",
            "description": "North American Industry Classification codes — partial matches allowed.",
            "items": {
              "type": "string"
            }
          },
          "annualRevenue": {
            "title": "Revenue",
            "type": "array",
            "description": "Company revenue band.",
            "items": {
              "type": "string",
              "enum": [
                "lt_1m",
                "1m_10m",
                "10m_50m",
                "50m_100m",
                "100m_500m",
                "500m_1b",
                "gt_1b"
              ],
              "enumTitles": [
                "Less than $1M",
                "$1M–$10M",
                "$10M–$50M",
                "$50M–$100M",
                "$100M–$500M",
                "$500M–$1B",
                "More than $1B"
              ]
            }
          },
          "fundingType": {
            "title": "Funding type",
            "type": "array",
            "description": "Funding stage (stored for future API support).",
            "items": {
              "type": "string",
              "enum": [
                "seed",
                "angel",
                "series_a",
                "series_b",
                "series_c",
                "series_d",
                "series_e",
                "ipo",
                "acquired",
                "private_equity"
              ],
              "enumTitles": [
                "Seed",
                "Angel",
                "Series A",
                "Series B",
                "Series C",
                "Series D",
                "Series E",
                "IPO",
                "Acquired",
                "Private equity"
              ]
            }
          },
          "fundingStartDate": {
            "title": "Funding start date",
            "type": "string",
            "description": "YYYY-MM-DD (coming soon)."
          },
          "fundingEndDate": {
            "title": "Funding end date",
            "type": "string",
            "description": "YYYY-MM-DD (coming soon)."
          },
          "businessModel": {
            "title": "Business model",
            "type": "array",
            "description": "Business model filter (coming soon).",
            "items": {
              "type": "string",
              "enum": [
                "b2b",
                "b2c",
                "b2g",
                "marketplace",
                "nonprofit"
              ],
              "enumTitles": [
                "B2B",
                "B2C",
                "B2G",
                "Marketplace",
                "Nonprofit"
              ]
            }
          },
          "companyCountry": {
            "title": "Country",
            "type": "array",
            "description": "Company HQ country.",
            "items": {
              "type": "string"
            }
          },
          "companyState": {
            "title": "State / region",
            "type": "array",
            "description": "Company HQ state or region.",
            "items": {
              "type": "string"
            }
          },
          "companyCity": {
            "title": "City",
            "type": "array",
            "description": "Company HQ city.",
            "items": {
              "type": "string"
            }
          },
          "companyDomain": {
            "title": "Domain or company",
            "type": "array",
            "description": "e.g. github.com — without https or www.",
            "items": {
              "type": "string"
            }
          },
          "technologies": {
            "title": "Tech stack",
            "type": "array",
            "description": "Technologies used by the company (coming soon).",
            "items": {
              "type": "string"
            }
          },
          "emailStatus": {
            "title": "Email status",
            "enum": [
              "verified",
              "likely",
              "all"
            ],
            "type": "string",
            "description": "Should we filter verified leads?",
            "default": "all"
          },
          "includeEmails": {
            "title": "Include emails",
            "type": "boolean",
            "description": "Only return contacts that have a work email.",
            "default": false
          },
          "includePhones": {
            "title": "Include phones",
            "type": "boolean",
            "description": "Only return contacts that have a mobile phone.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}