{
  "openapi": "3.0.1",
  "info": {
    "title": "Skip Trace PRO — Verified Phones & Emails, Clean Output",
    "description": "Skip trace any person by name, address, or phone. Returns CLEAN flat records with the best phone & email surfaced, MX-verified emails, classified phone types, match confidence, and multi-source fallback so you actually get results.",
    "version": "1.0",
    "x-build-id": "8osvfwSkPPhn7D3NB"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/intelscrape~skip-trace-pro/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-intelscrape-skip-trace-pro",
        "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/intelscrape~skip-trace-pro/runs": {
      "post": {
        "operationId": "runs-sync-intelscrape-skip-trace-pro",
        "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/intelscrape~skip-trace-pro/run-sync": {
      "post": {
        "operationId": "run-sync-intelscrape-skip-trace-pro",
        "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": {
          "maxResultsPerQuery": {
            "title": "Max Results From Each Search",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many matching people to return per search.",
            "default": 3
          },
          "searchState": {
            "title": "📍 State",
            "enum": [
              "",
              "AL",
              "AK",
              "AZ",
              "AR",
              "CA",
              "CO",
              "CT",
              "DE",
              "DC",
              "FL",
              "GA",
              "HI",
              "ID",
              "IL",
              "IN",
              "IA",
              "KS",
              "KY",
              "LA",
              "ME",
              "MD",
              "MA",
              "MI",
              "MN",
              "MS",
              "MO",
              "MT",
              "NE",
              "NV",
              "NH",
              "NJ",
              "NM",
              "NY",
              "NC",
              "ND",
              "OH",
              "OK",
              "OR",
              "PA",
              "RI",
              "SC",
              "SD",
              "TN",
              "TX",
              "UT",
              "VT",
              "VA",
              "WA",
              "WV",
              "WI",
              "WY"
            ],
            "type": "string",
            "description": "Pick the state for your name searches (used when you don't type a state in the name). Routes the search to that state's records. Leave on Auto to detect from what you type.",
            "default": ""
          },
          "names": {
            "title": "🔎 Search by Name (or Name, City, State Zip)",
            "type": "array",
            "description": "Full name — add city & state for accuracy. Examples: \"James E Whitsitt\"  or  \"Amalia Castillo, Dallas, TX 75228\". Commas or semicolons both work.",
            "items": {
              "type": "string"
            }
          },
          "addresses": {
            "title": "🏠 Search by Address",
            "type": "array",
            "description": "Reverse address → who lives / lived there. Example: \"3828 Double Oak Ln, Irving, TX 75061\". Free-form — no special formatting needed.",
            "items": {
              "type": "string"
            }
          },
          "phones": {
            "title": "📞 Search by Phone Number",
            "type": "array",
            "description": "Reverse phone → owner. Any format, e.g. \"(512) 555-0142\".",
            "items": {
              "type": "string"
            }
          },
          "emails": {
            "title": "📧 Search by Email",
            "type": "array",
            "description": "Reverse email → owner.",
            "items": {
              "type": "string"
            }
          },
          "sources": {
            "title": "Data sources (priority order, top-down)",
            "type": "array",
            "description": "Queried top-down, then merged — a contact confirmed by 2+ sources ranks highest. Valid: \"publicrecords\" (FREE — NC property + NC voter + FEC + USAspending), \"thatsthem\" (FREE, nationwide — full street address + phones), \"pdl\" (People Data Labs key), \"endato\" (Enformion — personal use only), \"scraperapi\" (FastPeopleSearch + TruePeopleSearch via ScraperAPI key).",
            "default": [
              "publicrecords",
              "thatsthem",
              "pdl",
              "endato",
              "scraperapi"
            ],
            "items": {
              "type": "string"
            }
          },
          "verifyEmails": {
            "title": "Verify emails (MX)",
            "type": "boolean",
            "description": "Check each email's domain has live mail servers; flags dead/parked domains.",
            "default": true
          },
          "classifyPhones": {
            "title": "Classify phones (type + best contact)",
            "type": "boolean",
            "description": "Validate + normalize to E.164 and classify mobile/landline/voip; surfaces the best number.",
            "default": true
          },
          "verifyPhoneLiveness": {
            "title": "Verify phone is active (NumVerify)",
            "type": "boolean",
            "description": "Real-time line check + carrier. Requires NUMVERIFY_API_KEY.",
            "default": false
          },
          "checkBreachExposure": {
            "title": "Breach-exposure flag (HaveIBeenPwned)",
            "type": "boolean",
            "description": "Flag whether the best email appears in known breaches (metadata only). Requires HIBP_API_KEY.",
            "default": true
          },
          "demoMode": {
            "title": "Demo mode (try it free — no key, no lookup)",
            "type": "boolean",
            "description": "Return a sample record so you can see the exact output format.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}