{
  "openapi": "3.0.1",
  "info": {
    "title": "🌟Amrico's Lead Finder | Private Access",
    "description": "Private access for Amrico partners. Full data access. ✅ Get business emails, description,  phone numbers, website URLs, revenue, employee count, and more. (Please review supported countries and data limits)",
    "version": "1.0",
    "x-build-id": "2rnugaRC08rgy4Fk2"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/amr-mando~private-finder/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-amr-mando-private-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/amr-mando~private-finder/runs": {
      "post": {
        "operationId": "runs-sync-amr-mando-private-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/amr-mando~private-finder/run-sync": {
      "post": {
        "operationId": "run-sync-amr-mando-private-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": [
          "password",
          "url1",
          "cookies"
        ],
        "properties": {
          "password": {
            "title": "🔐 Access Key",
            "type": "string",
            "description": "Enter your authorized access key to run this actor. Contact the owner for access."
          },
          "runLabel": {
            "title": "📝 Run Label",
            "type": "string",
            "description": "Optional label to identify this run (shown in the Status column)"
          },
          "url1": {
            "title": "🔗 URL 1",
            "type": "string",
            "description": "Primary lead platform URL. Enter the URL of the lead platform so we fetch the filters."
          },
          "url2": {
            "title": "🔗 URL 2 (optional)",
            "type": "string",
            "description": "Second lead platform URL. Will run after URL 1 completes and combine results."
          },
          "url3": {
            "title": "🔗 URL 3 (optional)",
            "type": "string",
            "description": "Third lead platform URL. Will run after URL 2 completes and combine results."
          },
          "maxResults": {
            "title": "Max Results",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Max 10000 per URL",
            "default": 10000
          },
          "dedupe": {
            "title": "🔄 Enable Deduplication",
            "type": "boolean",
            "description": "Remove duplicate leads across all URLs. Reduces costs by 50-90% but may miss some edge cases.",
            "default": false
          },
          "extraInformation": {
            "title": "📊 Extra Information",
            "type": "boolean",
            "description": "Enrich results with additional company data: employee count, revenue, description, and more. Extra 15 minutes per 1k",
            "default": false
          },
          "enrichTechnologies": {
            "title": "🛠️ Technology Stack",
            "type": "boolean",
            "description": "Enrich results with company technology data (tools, platforms, frameworks). 1 API call per company — adds ~60 minutes per 1k leads.",
            "default": false
          },
          "customColumns": {
            "title": "🏷️ Tier",
            "enum": [
              "",
              "T1",
              "T2",
              "T3"
            ],
            "type": "string",
            "description": "Tier classification",
            "default": ""
          },
          "leadSource": {
            "title": "📍 Lead Source",
            "type": "string",
            "description": "Source of the lead (e.g., LinkedIn, Website, Referral)",
            "default": ""
          },
          "vertical": {
            "title": "🏢 Vertical",
            "type": "string",
            "description": "Industry vertical (e.g., SaaS, FinTech, HealthTech)",
            "default": ""
          },
          "empBand": {
            "title": "👥 Emp Band",
            "type": "string",
            "description": "Employee band/range (e.g., 1-10, 50-200, 500+)",
            "default": ""
          },
          "subSegment": {
            "title": "📊 Sub Segment",
            "type": "string",
            "description": "Sub-segment classification",
            "default": ""
          },
          "dateScraped": {
            "title": "📅 Date Scraped",
            "type": "string",
            "description": "Date when leads were scraped (e.g., 2024-03-18)",
            "default": ""
          },
          "cookies": {
            "title": "🍪 Cookies (JSON)",
            "type": "string",
            "description": "Cookies from your lead platform in JSON format."
          },
          "country": {
            "title": "🌍 Country you are in",
            "enum": [
              "US",
              "CA",
              "GB",
              "DE",
              "FR",
              "IT",
              "ES",
              "NL",
              "BE",
              "SE",
              "NO",
              "DK",
              "FI",
              "PL",
              "CZ",
              "AT",
              "CH",
              "IE",
              "PT",
              "GR",
              "RO",
              "HU",
              "BG",
              "HR",
              "SK",
              "SI",
              "LT",
              "LV",
              "EE",
              "JP",
              "KR",
              "SG",
              "HK",
              "TW",
              "IN",
              "AU",
              "BR",
              "MX",
              "AR",
              "CL",
              "CO",
              "PE",
              "ZA",
              "EG",
              "NG",
              "KE",
              "IL",
              "TR",
              "AE",
              "SA"
            ],
            "type": "string",
            "description": "Select the country nearest to where you are currently located. If your exact country is not listed, choose the closest one.",
            "default": "US"
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}