---
title: "Build an outreach list of React contributors"
slug: "react-contributors-outreach-list"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/react-contributors-outreach-list"
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/react-contributors-outreach-list?fpr=youssef&fp_sid=abe_ex_react-contributors-outreach-list"
price: "$0.002"
price_unit: "per result"
---

# Build an outreach list of React contributors

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.

**Run it:** [Build an outreach list of React contributors on Apify](https://apify.com/fayoussef/github-developer-leads/examples/react-contributors-outreach-list?fpr=youssef&fp_sid=abe_ex_react-contributors-outreach-list)  
**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": "contributors",
  "repositories": [
    "facebook/react"
  ],
  "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

- [Find TypeScript developers in London with emails](https://automationbyexperts.com/apify/examples/typescript-developers-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.

---

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