---
title: "Find TypeScript developers in London with emails"
slug: "typescript-developers-london-with-emails"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/typescript-developers-london-with-emails"
actor: "GitHub Developer Lead Finder & Email Enricher"
actor_url: "https://automationbyexperts.com/apify/github-developer-leads"
apify_url: "https://apify.com/fayoussef/github-developer-leads/examples/typescript-developers-london-with-emails?fpr=youssef&fp_sid=abe_ex_typescript-developers-london-with-emails"
price: "$0.002"
price_unit: "per result"
---

# Find TypeScript developers in London with emails

Searches GitHub for TypeScript developers located in London with more than 100 followers, mines their public commit history for a contactable email, and keeps only profiles where one was found. Each lead carries company, bio, top languages, stars earned and social links.

**Run it:** [Find TypeScript developers in London with emails on Apify](https://apify.com/fayoussef/github-developer-leads/examples/typescript-developers-london-with-emails?fpr=youssef&fp_sid=abe_ex_typescript-developers-london-with-emails)  
**Actor:** [GitHub Developer Lead Finder & Email Enricher](https://automationbyexperts.com/apify/github-developer-leads)  
**Pricing:** $0.002 per result

## The input this task runs with

```json
{
  "searchType": "users",
  "searchQuery": "language:TypeScript location:London followers:>100",
  "maxItems": 200,
  "extractEmails": true,
  "onlyWithEmail": true
}
```

## What every run returns

- `GitHub username & name`
- `Public email (where available)`
- `Bio`
- `Location`
- `Company`
- `Top languages`
- `Followers & repos`
- `Profile & website URL`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other GitHub Developer Lead Finder & Email Enricher tasks

- [Build an outreach list of React contributors](https://automationbyexperts.com/apify/examples/react-contributors-outreach-list): Lists the contributors to facebook/react, finds each one's email from public commits, and enriches the profile with inferred tech stack, total stars and hireable flag. DevRel teams and dev tool founders use it to reach the people who actually ship the ecosystem's code.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
