v4

latestOpenAPI 3.1.02026-08-012281296.0 MB
GitHub

Find person by GitHub username (single)

Given a GitHub username, find the person's LinkedIn profile and extract work emails. Use outputType to control what data is returned and charged for. For outputType=linkedin we only return LinkedIn fields, for outputType=email we only return emails, for outputType=both we return both. To avoid 429 errors, spread requests evenly instead of sending a burst.

<span><strong>Rate limit:</strong> 120 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> 5 credits per person (LinkedIn lookup) + 3 credits per person (email extraction) <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

<span><strong>Recommended timeout:</strong> 2 minutes <span title="Recommended timeout: set your HTTP client timeout to at least 2 minutes for this endpoint."></span></span>

post/v1/github-to-linkedin/single

Request body

apiKeystring required

Your Fiber API key

githubUsernamestring required

The GitHub username to look up.

contextstring nullable

Optional descriptor of who this person is (e.g. "Engineer at Fiber AI" or "YC founder 2021 batch"). Improves disambiguation on common names. Max 1000 characters.

outputType'linkedin' | 'email' | 'both'

What to extract from GitHub profile. 'linkedin' finds LinkedIn profile, 'email' extracts work emails from commits, 'both' returns both.

customerProvidedIdstring nullable

Optional customer-provided ID to tie results back to original input.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.