{
  "openapi": "3.0.1",
  "info": {
    "title": "App Developer Lead Scraper | $4/1K | Email & Site",
    "description": "Find app-developer leads at scale from the App Store & Google Play. Pick a category or keyword and a store, and get every app's company name, website, contact email, rating, category and store link. Built for B2B outreach to app publishers. No login or API key. Bulk, parallel. $0.004 per lead.",
    "version": "1.16",
    "x-build-id": "e1ZdncKeLxI7dbEO3"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/apivault_labs~app-developer-leads/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-apivault_labs-app-developer-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/apivault_labs~app-developer-leads/runs": {
      "post": {
        "operationId": "runs-sync-apivault_labs-app-developer-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/apivault_labs~app-developer-leads/run-sync": {
      "post": {
        "operationId": "run-sync-apivault_labs-app-developer-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",
        "required": [
          "store"
        ],
        "properties": {
          "store": {
            "title": "1. Which store?",
            "enum": [
              "googleplay",
              "appstore",
              "chrome",
              "firefox",
              "msstore",
              "vscode",
              "both",
              "all"
            ],
            "type": "string",
            "description": "Where to look for apps. Google Play and Firefox give the most emails directly; App Store, Microsoft Store, Chrome and VS Code emails are found from the developer's website.",
            "default": "googleplay"
          },
          "keywords": {
            "title": "2. What apps are you looking for?",
            "type": "array",
            "description": "Type words that describe the apps, like \"meditation\", \"crm\", or \"invoicing\". Add as many as you want — one per line.",
            "items": {
              "type": "string"
            }
          },
          "maxAppsPerQuery": {
            "title": "3. How many apps per word?",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "How many apps to collect for each word above. Start small (50) to try it out, raise it later for bigger lists (up to 10000).",
            "default": 50
          },
          "tier": {
            "title": "4. Plan",
            "enum": [
              "basic",
              "premium"
            ],
            "type": "string",
            "description": "Basic = company, website, email, phone, installs, rating. Premium = everything in Basic PLUS website tech stack, social media links (LinkedIn/Twitter/Facebook/Instagram/etc.), extra emails scraped from the website, developer app count, and a LinkedIn company link.",
            "default": "basic"
          },
          "discoverBy": {
            "title": "Search method",
            "enum": [
              "keyword",
              "category"
            ],
            "type": "string",
            "description": "Keep \"By keywords\" unless you want the top-ranked apps in a whole category instead.",
            "default": "keyword"
          },
          "categories": {
            "title": "Categories",
            "type": "array",
            "description": "Only used if Search method = \"By category\". Examples: games, finance, productivity, business, health-fitness, all.",
            "items": {
              "type": "string"
            }
          },
          "country": {
            "title": "Country",
            "type": "string",
            "description": "Two-letter country code for the store (us, gb, de, …).",
            "default": "us"
          },
          "countries": {
            "title": "Countries (multi)",
            "type": "array",
            "description": "Optional. Search across several store countries at once for more unique apps. Leave empty to use the single Country above.",
            "items": {
              "type": "string"
            }
          },
          "minInstalls": {
            "title": "Minimum installs (Google Play)",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only apps with at least this many installs. 0 = no limit. E.g. 100000 to focus on serious developers.",
            "default": 0
          },
          "minRating": {
            "title": "Minimum rating",
            "minimum": 0,
            "maximum": 5,
            "type": "integer",
            "description": "Keep only apps rated at least this (0–5). 0 = no limit.",
            "default": 0
          },
          "minDeveloperApps": {
            "title": "Minimum apps by developer",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only developers who publish at least this many apps (bigger studios). 0 = no limit.",
            "default": 0
          },
          "companySize": {
            "title": "Company size",
            "enum": [
              "any",
              "indie",
              "large"
            ],
            "type": "string",
            "description": "Filter by developer size (based on install volume).",
            "default": "any"
          },
          "verifyEmail": {
            "title": "Verify email domain (MX check)",
            "type": "boolean",
            "description": "Check that the email's domain can receive mail (DNS MX lookup — no email is sent). Adds an emailValid flag.",
            "default": false
          },
          "includeSimilarApps": {
            "title": "Also scrape 'similar apps'",
            "type": "boolean",
            "description": "For each Google Play app, also pull its 'similar apps' to find more leads from one keyword. Slower, more results.",
            "default": false
          },
          "dedupeAcrossRuns": {
            "title": "Don't repeat leads from past runs",
            "type": "boolean",
            "description": "Remember companies already delivered in previous runs (in this Actor's storage) and skip them next time. Great for daily prospecting.",
            "default": false
          },
          "requireEmail": {
            "title": "Only keep apps that have an email",
            "type": "boolean",
            "description": "Skip apps where no email was found (you are not charged for skipped apps).",
            "default": false
          },
          "appStoreFindEmail": {
            "title": "Find emails for App Store apps (from their website)",
            "type": "boolean",
            "description": "Apple doesn't publish developer emails, only the company website. Turn this on to automatically visit each App Store app's website and pull a contact email. Recommended when scraping the App Store. (Google Play already gives emails directly.)",
            "default": true
          },
          "onlyWithoutWebsite": {
            "title": "Only apps WITHOUT a website",
            "type": "boolean",
            "description": "Keep only app makers that have no website (great if you sell web design / development and want prospects who still need a site).",
            "default": false
          },
          "onlyActiveApps": {
            "title": "Only actively-maintained apps",
            "type": "boolean",
            "description": "Skip apps that look abandoned (not updated in ~18+ months). Active developers have a live budget and reply more — better leads. Skipped apps are not charged.",
            "default": false
          },
          "outputFields": {
            "title": "What to output",
            "enum": [
              "all",
              "contacts",
              "email",
              "phone"
            ],
            "type": "string",
            "description": "Choose how much detail to return per lead.",
            "default": "all"
          },
          "flatOutput": {
            "title": "Flat rows (best for CSV / Excel)",
            "type": "boolean",
            "description": "Flatten nested data (apps, socials, lists) into simple columns. Turn on for clean CSV/Excel exports; leave off for full nested JSON.",
            "default": false
          },
          "dedupeByCompany": {
            "title": "One row per company (remove duplicates)",
            "type": "boolean",
            "description": "If a company makes several apps, show it once with all its apps grouped together — no duplicate rows. Turn off to get one row per app.",
            "default": true
          },
          "addLinkedin": {
            "title": "Add a LinkedIn search link",
            "type": "boolean",
            "description": "Adds a ready link to look the company up on LinkedIn.",
            "default": true
          },
          "addIcebreaker": {
            "title": "Add a ready outreach opening line",
            "type": "boolean",
            "description": "Generates a personalized first line for cold email/DM per lead (mentions their app, installs or rating). Saves writing an opener for every prospect. No AI key needed.",
            "default": false
          },
          "includeWebsiteEmails": {
            "title": "Look for more emails on the company website",
            "type": "boolean",
            "description": "Visits each company's website to find extra emails. Finds more contacts but is slower.",
            "default": false
          },
          "detectTech": {
            "title": "Detect what the website is built with",
            "type": "boolean",
            "description": "Checks the company website for tools it uses (Shopify, WordPress, Stripe, etc.). Slower.",
            "default": false
          },
          "developerAppCount": {
            "title": "Count how many apps the company has",
            "type": "boolean",
            "description": "Shows the company's total number of apps (a sign of how big they are). Slower.",
            "default": false
          },
          "maxConcurrency": {
            "title": "Speed (parallel requests)",
            "minimum": 1,
            "maximum": 15,
            "type": "integer",
            "description": "Higher is faster but hits the stores harder. 8 is a good balance; raise toward 15 for big runs.",
            "default": 8
          },
          "runBudgetSecs": {
            "title": "Max run time (seconds)",
            "minimum": 0,
            "maximum": 3600,
            "type": "integer",
            "description": "Safety limit for the whole run. When reached, the Actor stops collecting more leads and returns what it has — so a huge search can never run up a big compute bill. Default 600 (10 min). Set 0 to disable.",
            "default": 600
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}