# Score Technical Depth for an Outbound List

**Use case:** 

Add GitHub activity signals to an account list so technical depth can be scored before a developer focused campaign.

## Input

```json
{
  "company_domain": "stripe.com",
  "company_name": "Stripe",
  "github_org": "",
  "includeRepoDetail": "true",
  "includeContributorEstimate": "false",
  "activeWindowDays": "90",
  "repoPageBudget": "3",
  "skipCache": "false",
  "source_tag": "github-organization-signal-scanner:score-technical-depth-for-an-outbound-list"
}
```

## Output

```json
{
  "degraded": {
    "label": "Degraded",
    "format": "boolean"
  },
  "degradation_reason": {
    "label": "Degradation Reason",
    "format": "string"
  },
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "github_org": {
    "label": "GitHub Organization",
    "format": "string"
  },
  "github_url": {
    "label": "GitHub URL",
    "format": "string"
  },
  "github_discovery": {
    "label": "Discovery Method",
    "format": "string"
  },
  "github_corroborated_by": {
    "label": "Corroborated By",
    "format": "string"
  },
  "github_rejected_candidate": {
    "label": "Rejected Candidate",
    "format": "string"
  },
  "github_account_type": {
    "label": "Account Type",
    "format": "string"
  },
  "public_repos": {
    "label": "Public Repositories",
    "format": "integer"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "org_created_at": {
    "label": "Organization Created",
    "format": "string"
  },
  "org_location": {
    "label": "Organization Location",
    "format": "string"
  },
  "org_blog": {
    "label": "Organization Blog",
    "format": "string"
  },
  "org_description": {
    "label": "Organization Description",
    "format": "string"
  },
  "top_languages": {
    "label": "Top Languages",
    "format": "string"
  },
  "total_stars": {
    "label": "Total Stars",
    "format": "integer"
  },
  "most_starred_repo": {
    "label": "Most Starred Repository",
    "format": "string"
  },
  "most_starred_repo_stars": {
    "label": "Most Starred Repository Stars",
    "format": "integer"
  },
  "most_recent_push_at": {
    "label": "Most Recent Push",
    "format": "string"
  },
  "active_repos_90d": {
    "label": "Active Repositories",
    "format": "integer"
  },
  "contributor_count_estimate": {
    "label": "Contributor Count Estimate",
    "format": "integer"
  },
  "contributor_estimate_basis": {
    "label": "Contributor Estimate Basis",
    "format": "string"
  },
  "has_public_sdk": {
    "label": "Has Public SDK",
    "format": "boolean"
  },
  "repos_sampled": {
    "label": "Repositories Sampled",
    "format": "integer"
  },
  "repos_complete": {
    "label": "Repository Sample Complete",
    "format": "boolean"
  },
  "repos_excluded": {
    "label": "Repositories Excluded",
    "format": "string"
  },
  "rate_limit_remaining": {
    "label": "Rate Limit Remaining",
    "format": "integer"
  },
  "coverage": {
    "label": "Coverage",
    "format": "number"
  },
  "fetch_status": {
    "label": "Fetch Status",
    "format": "string"
  },
  "run_date": {
    "label": "Run Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Organization Signal Scanner - Domain to Org](https://apify.com/mambalabs/github-organization-signal-scanner.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/github-organization-signal-scanner.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mambalabs/github-organization-signal-scanner.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
