Skip to content
Get started

Get users by GitHub username

raw_users.by_login(RawUserByLoginParams**kwargs) -> RawUserByLoginResponse
POST/raw/users/by-login

Fetch GitHub users by their usernames (login). Supports batch requests (1-100 logins). Requires RAW service. Credits: 1 per result returned.

ParametersExpand Collapse
logins: SequenceNotStr[str]

Array of GitHub usernames (1-100)

include_attributes: Optional[IncludeAttributes]

Optional graph relationships to include (followers, following, stars, owns, contributes)

contributes: Optional[IncludeAttributesContributes]

Include contributed repositories with cursor pagination

first: int

Number of items to return (max: 100)

minimum1
maximum100
after: Optional[str]

Cursor for pagination (opaque base64-encoded)

filters: Optional[IncludeAttributesContributesFilters]

Optional filters for users. Supports fields like login, company, location, resolvedCountry, resolvedState, resolvedCity. Operators: Eq, NotEq, In, NotIn, Lt, Lte, Gt, Gte.

Accepts one of the following:
class IncludeAttributesContributesFiltersUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesContributesFiltersUnionMember1:
filters: Iterable[IncludeAttributesContributesFiltersUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
class IncludeAttributesContributesFiltersUnionMember2:
filters: Iterable[IncludeAttributesContributesFiltersUnionMember2Filter]

Array of filters

Accepts one of the following:
class IncludeAttributesContributesFiltersUnionMember2FilterUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesContributesFiltersUnionMember2FilterUnionMember1:
filters: Iterable[IncludeAttributesContributesFiltersUnionMember2FilterUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
devrank: Optional[bool]

Include devrank data for the user

followers: Optional[IncludeAttributesFollowers]

Include followers with cursor pagination

first: int

Number of items to return (max: 100)

minimum1
maximum100
after: Optional[str]

Cursor for pagination (opaque base64-encoded)

filters: Optional[IncludeAttributesFollowersFilters]

Optional filters for users. Supports fields like login, company, location, resolvedCountry, resolvedState, resolvedCity. Operators: Eq, NotEq, In, NotIn, Lt, Lte, Gt, Gte.

Accepts one of the following:
class IncludeAttributesFollowersFiltersUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesFollowersFiltersUnionMember1:
filters: Iterable[IncludeAttributesFollowersFiltersUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
class IncludeAttributesFollowersFiltersUnionMember2:
filters: Iterable[IncludeAttributesFollowersFiltersUnionMember2Filter]

Array of filters

Accepts one of the following:
class IncludeAttributesFollowersFiltersUnionMember2FilterUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesFollowersFiltersUnionMember2FilterUnionMember1:
filters: Iterable[IncludeAttributesFollowersFiltersUnionMember2FilterUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
following: Optional[IncludeAttributesFollowing]

Include users this user follows with cursor pagination

first: int

Number of items to return (max: 100)

minimum1
maximum100
after: Optional[str]

Cursor for pagination (opaque base64-encoded)

filters: Optional[IncludeAttributesFollowingFilters]

Optional filters for users. Supports fields like login, company, location, resolvedCountry, resolvedState, resolvedCity. Operators: Eq, NotEq, In, NotIn, Lt, Lte, Gt, Gte.

Accepts one of the following:
class IncludeAttributesFollowingFiltersUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesFollowingFiltersUnionMember1:
filters: Iterable[IncludeAttributesFollowingFiltersUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
class IncludeAttributesFollowingFiltersUnionMember2:
filters: Iterable[IncludeAttributesFollowingFiltersUnionMember2Filter]

Array of filters

Accepts one of the following:
class IncludeAttributesFollowingFiltersUnionMember2FilterUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesFollowingFiltersUnionMember2FilterUnionMember1:
filters: Iterable[IncludeAttributesFollowingFiltersUnionMember2FilterUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
owns: Optional[IncludeAttributesOwns]

Include owned repositories with cursor pagination

first: int

Number of items to return (max: 100)

minimum1
maximum100
after: Optional[str]

Cursor for pagination (opaque base64-encoded)

filters: Optional[IncludeAttributesOwnsFilters]

Optional filters for users. Supports fields like login, company, location, resolvedCountry, resolvedState, resolvedCity. Operators: Eq, NotEq, In, NotIn, Lt, Lte, Gt, Gte.

Accepts one of the following:
class IncludeAttributesOwnsFiltersUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesOwnsFiltersUnionMember1:
filters: Iterable[IncludeAttributesOwnsFiltersUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
class IncludeAttributesOwnsFiltersUnionMember2:
filters: Iterable[IncludeAttributesOwnsFiltersUnionMember2Filter]

Array of filters

Accepts one of the following:
class IncludeAttributesOwnsFiltersUnionMember2FilterUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesOwnsFiltersUnionMember2FilterUnionMember1:
filters: Iterable[IncludeAttributesOwnsFiltersUnionMember2FilterUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
professional: Optional[bool]

Include LinkedIn professional profile data (requires PROFESSIONAL service)

stars: Optional[IncludeAttributesStars]

Include starred repositories with cursor pagination

first: int

Number of items to return (max: 100)

minimum1
maximum100
after: Optional[str]

Cursor for pagination (opaque base64-encoded)

filters: Optional[IncludeAttributesStarsFilters]

Optional filters for users. Supports fields like login, company, location, resolvedCountry, resolvedState, resolvedCity. Operators: Eq, NotEq, In, NotIn, Lt, Lte, Gt, Gte.

Accepts one of the following:
class IncludeAttributesStarsFiltersUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesStarsFiltersUnionMember1:
filters: Iterable[IncludeAttributesStarsFiltersUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
class IncludeAttributesStarsFiltersUnionMember2:
filters: Iterable[IncludeAttributesStarsFiltersUnionMember2Filter]

Array of filters

Accepts one of the following:
class IncludeAttributesStarsFiltersUnionMember2FilterUnionMember0:
field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
class IncludeAttributesStarsFiltersUnionMember2FilterUnionMember1:
filters: Iterable[IncludeAttributesStarsFiltersUnionMember2FilterUnionMember1Filter]

Array of field filters

field: str

Field name to filter on

op: Literal["Eq", "NotEq", "In", 19 more]

Filter operator

Accepts one of the following:
"Eq"
"NotEq"
"In"
"NotIn"
"Lt"
"Lte"
"Gt"
"Gte"
"Glob"
"NotGlob"
"IGlob"
"NotIGlob"
"Regex"
"Contains"
"NotContains"
"ContainsAny"
"NotContainsAny"
"AnyLt"
"AnyLte"
"AnyGt"
"AnyGte"
"ContainsAllTokens"
value: Union[str, float, SequenceNotStr[str], Iterable[float]]

Filter value (type depends on field and operator)

Accepts one of the following:
str
float
SequenceNotStr[str]
Iterable[float]
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
op: Literal["And", "Or"]

Composite operator

Accepts one of the following:
"And"
"Or"
ReturnsExpand Collapse
class RawUserByLoginResponse:
count: float

Number of users returned

users: List[User]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

contributes: Optional[UserContributes]

Repositories this user starred (when includeAttributes.stars is specified)

edges: List[UserContributesEdge]

Array of repository objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

name: str

Repository name

owner_login: str

Repository owner username

stargazer_count: float

Number of stars

total_issues_closed: float

Number of closed issues

total_issues_count: float

Total number of issues (open + closed)

total_issues_open: float

Number of open issues

contributors: Optional[UserContributesEdgeContributors]

Users who follow this user (when includeAttributes.followers is specified)

edges: List[UserContributesEdgeContributorsEdge]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserContributesEdgeContributorsEdgeSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

page_info: UserContributesEdgeContributorsPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

created_at: Optional[str]

ISO 8601 timestamp when repository was created

description: Optional[str]

Repository description

embedded_at: Optional[str]

ISO 8601 timestamp when embedding was created

language: Optional[str]

Primary programming language

last_contributor_locations: Optional[List[str]]

Locations of last contributors to this repository

owner: Optional[UserContributesEdgeOwner]

Repository owner (when includeAttributes.owner = true)

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserContributesEdgeOwnerSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

owner_devrank: Optional[UserContributesEdgeOwnerDevrank]

Devrank data for the repository owner (when includeAttributes.ownerDevrank = true)

community: int
cracked_score: float
created_at: str
followers_in: float
following_out: float
pc: float
raw_score: float
tier: str
trust: float
updated_at: str
owner_professional: Optional[UserContributesEdgeOwnerProfessional]

LinkedIn professional profile data (only present when includeAttributes.professional = true)

awards: Optional[List[str]]

Professional awards

certifications: Optional[List[str]]

Professional certifications

city: Optional[str]

City

connections_count: Optional[float]

Number of LinkedIn connections

country: Optional[str]

Country

current_industry: Optional[str]

Current industry sector

departments: Optional[List[str]]

Departments worked in

education: List[UserContributesEdgeOwnerProfessionalEducation]

Education history

campus: Optional[str]

Name of the educational institution

end_date: Optional[str]

End date (YYYY-MM-DD format)

major: Optional[str]

Field of study or degree program

specialization: Optional[str]

Area of specialization

start_date: Optional[str]

Start date (YYYY-MM-DD format)

experience: List[UserContributesEdgeOwnerProfessionalExperience]

Work experience history

company: Optional[str]

Company or organization name

end_date: Optional[str]

End date (YYYY-MM-DD format, null if current)

industry: Optional[str]

Industry sector

is_current: Optional[bool]

Whether this is the current position

location: Optional[str]

Work location

start_date: Optional[str]

Start date (YYYY-MM-DD format)

summary: Optional[str]

Description of role and responsibilities

title: Optional[str]

Job title or position

expertise: Optional[List[str]]

Areas of expertise

first_name: Optional[str]

First name

follower_count: Optional[float]

Number of LinkedIn followers

functional_area: Optional[str]

Functional area (e.g., Engineering, Product)

headline: Optional[str]

Professional headline

languages: Optional[List[str]]

Languages spoken

last_name: Optional[str]

Last name

linkedin_url: str

LinkedIn profile URL

location: Optional[str]

Full location string

memberships: Optional[List[str]]

Professional organization memberships

organization: Optional[str]

Current organization/company

patents: Optional[List[str]]

Patents held

prior_industries: Optional[List[str]]

Previous industries worked in

publications: Optional[List[str]]

Publications authored

seniority: Optional[str]

Seniority classification

seniority_level: Optional[str]

Seniority level (e.g., Senior, Manager)

state: Optional[str]

State or province

title: Optional[str]

Current job title

readme_preview: Optional[str]

Preview of repository README (first ~500 chars)

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for cosine distance)

starrers: Optional[UserContributesEdgeStarrers]

Users who follow this user (when includeAttributes.followers is specified)

edges: List[UserContributesEdgeStarrersEdge]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserContributesEdgeStarrersEdgeSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

page_info: UserContributesEdgeStarrersPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

updated_at: Optional[str]

ISO 8601 timestamp when repository was last updated

page_info: UserContributesPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

created_at: Optional[str]

ISO 8601 timestamp when user account was created

devrank: Optional[UserDevrank]

Developer ranking data (only present when includeAttributes.devrank = true)

community: int
cracked_score: float
created_at: str
followers_in: float
following_out: float
pc: float
raw_score: float
tier: str
trust: float
updated_at: str
display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

followers: Optional[UserFollowers]

Users who follow this user (when includeAttributes.followers is specified)

edges: List[UserFollowersEdge]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserFollowersEdgeSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

page_info: UserFollowersPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

following: Optional[UserFollowing]

Users who follow this user (when includeAttributes.followers is specified)

edges: List[UserFollowingEdge]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserFollowingEdgeSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

page_info: UserFollowingPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

location: Optional[str]

User location

owns: Optional[UserOwns]

Repositories this user starred (when includeAttributes.stars is specified)

edges: List[UserOwnsEdge]

Array of repository objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

name: str

Repository name

owner_login: str

Repository owner username

stargazer_count: float

Number of stars

total_issues_closed: float

Number of closed issues

total_issues_count: float

Total number of issues (open + closed)

total_issues_open: float

Number of open issues

contributors: Optional[UserOwnsEdgeContributors]

Users who follow this user (when includeAttributes.followers is specified)

edges: List[UserOwnsEdgeContributorsEdge]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserOwnsEdgeContributorsEdgeSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

page_info: UserOwnsEdgeContributorsPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

created_at: Optional[str]

ISO 8601 timestamp when repository was created

description: Optional[str]

Repository description

embedded_at: Optional[str]

ISO 8601 timestamp when embedding was created

language: Optional[str]

Primary programming language

last_contributor_locations: Optional[List[str]]

Locations of last contributors to this repository

owner: Optional[UserOwnsEdgeOwner]

Repository owner (when includeAttributes.owner = true)

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserOwnsEdgeOwnerSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

owner_devrank: Optional[UserOwnsEdgeOwnerDevrank]

Devrank data for the repository owner (when includeAttributes.ownerDevrank = true)

community: int
cracked_score: float
created_at: str
followers_in: float
following_out: float
pc: float
raw_score: float
tier: str
trust: float
updated_at: str
owner_professional: Optional[UserOwnsEdgeOwnerProfessional]

LinkedIn professional profile data (only present when includeAttributes.professional = true)

awards: Optional[List[str]]

Professional awards

certifications: Optional[List[str]]

Professional certifications

city: Optional[str]

City

connections_count: Optional[float]

Number of LinkedIn connections

country: Optional[str]

Country

current_industry: Optional[str]

Current industry sector

departments: Optional[List[str]]

Departments worked in

education: List[UserOwnsEdgeOwnerProfessionalEducation]

Education history

campus: Optional[str]

Name of the educational institution

end_date: Optional[str]

End date (YYYY-MM-DD format)

major: Optional[str]

Field of study or degree program

specialization: Optional[str]

Area of specialization

start_date: Optional[str]

Start date (YYYY-MM-DD format)

experience: List[UserOwnsEdgeOwnerProfessionalExperience]

Work experience history

company: Optional[str]

Company or organization name

end_date: Optional[str]

End date (YYYY-MM-DD format, null if current)

industry: Optional[str]

Industry sector

is_current: Optional[bool]

Whether this is the current position

location: Optional[str]

Work location

start_date: Optional[str]

Start date (YYYY-MM-DD format)

summary: Optional[str]

Description of role and responsibilities

title: Optional[str]

Job title or position

expertise: Optional[List[str]]

Areas of expertise

first_name: Optional[str]

First name

follower_count: Optional[float]

Number of LinkedIn followers

functional_area: Optional[str]

Functional area (e.g., Engineering, Product)

headline: Optional[str]

Professional headline

languages: Optional[List[str]]

Languages spoken

last_name: Optional[str]

Last name

linkedin_url: str

LinkedIn profile URL

location: Optional[str]

Full location string

memberships: Optional[List[str]]

Professional organization memberships

organization: Optional[str]

Current organization/company

patents: Optional[List[str]]

Patents held

prior_industries: Optional[List[str]]

Previous industries worked in

publications: Optional[List[str]]

Publications authored

seniority: Optional[str]

Seniority classification

seniority_level: Optional[str]

Seniority level (e.g., Senior, Manager)

state: Optional[str]

State or province

title: Optional[str]

Current job title

readme_preview: Optional[str]

Preview of repository README (first ~500 chars)

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for cosine distance)

starrers: Optional[UserOwnsEdgeStarrers]

Users who follow this user (when includeAttributes.followers is specified)

edges: List[UserOwnsEdgeStarrersEdge]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserOwnsEdgeStarrersEdgeSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

page_info: UserOwnsEdgeStarrersPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

updated_at: Optional[str]

ISO 8601 timestamp when repository was last updated

page_info: UserOwnsPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

professional: Optional[UserProfessional]

LinkedIn professional profile data (only present when includeAttributes.professional = true)

awards: Optional[List[str]]

Professional awards

certifications: Optional[List[str]]

Professional certifications

city: Optional[str]

City

connections_count: Optional[float]

Number of LinkedIn connections

country: Optional[str]

Country

current_industry: Optional[str]

Current industry sector

departments: Optional[List[str]]

Departments worked in

education: List[UserProfessionalEducation]

Education history

campus: Optional[str]

Name of the educational institution

end_date: Optional[str]

End date (YYYY-MM-DD format)

major: Optional[str]

Field of study or degree program

specialization: Optional[str]

Area of specialization

start_date: Optional[str]

Start date (YYYY-MM-DD format)

experience: List[UserProfessionalExperience]

Work experience history

company: Optional[str]

Company or organization name

end_date: Optional[str]

End date (YYYY-MM-DD format, null if current)

industry: Optional[str]

Industry sector

is_current: Optional[bool]

Whether this is the current position

location: Optional[str]

Work location

start_date: Optional[str]

Start date (YYYY-MM-DD format)

summary: Optional[str]

Description of role and responsibilities

title: Optional[str]

Job title or position

expertise: Optional[List[str]]

Areas of expertise

first_name: Optional[str]

First name

follower_count: Optional[float]

Number of LinkedIn followers

functional_area: Optional[str]

Functional area (e.g., Engineering, Product)

headline: Optional[str]

Professional headline

languages: Optional[List[str]]

Languages spoken

last_name: Optional[str]

Last name

linkedin_url: str

LinkedIn profile URL

location: Optional[str]

Full location string

memberships: Optional[List[str]]

Professional organization memberships

organization: Optional[str]

Current organization/company

patents: Optional[List[str]]

Patents held

prior_industries: Optional[List[str]]

Previous industries worked in

publications: Optional[List[str]]

Publications authored

seniority: Optional[str]

Seniority classification

seniority_level: Optional[str]

Seniority level (e.g., Senior, Manager)

state: Optional[str]

State or province

title: Optional[str]

Current job title

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserSocialAccount]]

Social media accounts

provider: str
url: str
stars: Optional[UserStars]

Repositories this user starred (when includeAttributes.stars is specified)

edges: List[UserStarsEdge]

Array of repository objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

name: str

Repository name

owner_login: str

Repository owner username

stargazer_count: float

Number of stars

total_issues_closed: float

Number of closed issues

total_issues_count: float

Total number of issues (open + closed)

total_issues_open: float

Number of open issues

contributors: Optional[UserStarsEdgeContributors]

Users who follow this user (when includeAttributes.followers is specified)

edges: List[UserStarsEdgeContributorsEdge]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserStarsEdgeContributorsEdgeSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

page_info: UserStarsEdgeContributorsPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

created_at: Optional[str]

ISO 8601 timestamp when repository was created

description: Optional[str]

Repository description

embedded_at: Optional[str]

ISO 8601 timestamp when embedding was created

language: Optional[str]

Primary programming language

last_contributor_locations: Optional[List[str]]

Locations of last contributors to this repository

owner: Optional[UserStarsEdgeOwner]

Repository owner (when includeAttributes.owner = true)

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserStarsEdgeOwnerSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

owner_devrank: Optional[UserStarsEdgeOwnerDevrank]

Devrank data for the repository owner (when includeAttributes.ownerDevrank = true)

community: int
cracked_score: float
created_at: str
followers_in: float
following_out: float
pc: float
raw_score: float
tier: str
trust: float
updated_at: str
owner_professional: Optional[UserStarsEdgeOwnerProfessional]

LinkedIn professional profile data (only present when includeAttributes.professional = true)

awards: Optional[List[str]]

Professional awards

certifications: Optional[List[str]]

Professional certifications

city: Optional[str]

City

connections_count: Optional[float]

Number of LinkedIn connections

country: Optional[str]

Country

current_industry: Optional[str]

Current industry sector

departments: Optional[List[str]]

Departments worked in

education: List[UserStarsEdgeOwnerProfessionalEducation]

Education history

campus: Optional[str]

Name of the educational institution

end_date: Optional[str]

End date (YYYY-MM-DD format)

major: Optional[str]

Field of study or degree program

specialization: Optional[str]

Area of specialization

start_date: Optional[str]

Start date (YYYY-MM-DD format)

experience: List[UserStarsEdgeOwnerProfessionalExperience]

Work experience history

company: Optional[str]

Company or organization name

end_date: Optional[str]

End date (YYYY-MM-DD format, null if current)

industry: Optional[str]

Industry sector

is_current: Optional[bool]

Whether this is the current position

location: Optional[str]

Work location

start_date: Optional[str]

Start date (YYYY-MM-DD format)

summary: Optional[str]

Description of role and responsibilities

title: Optional[str]

Job title or position

expertise: Optional[List[str]]

Areas of expertise

first_name: Optional[str]

First name

follower_count: Optional[float]

Number of LinkedIn followers

functional_area: Optional[str]

Functional area (e.g., Engineering, Product)

headline: Optional[str]

Professional headline

languages: Optional[List[str]]

Languages spoken

last_name: Optional[str]

Last name

linkedin_url: str

LinkedIn profile URL

location: Optional[str]

Full location string

memberships: Optional[List[str]]

Professional organization memberships

organization: Optional[str]

Current organization/company

patents: Optional[List[str]]

Patents held

prior_industries: Optional[List[str]]

Previous industries worked in

publications: Optional[List[str]]

Publications authored

seniority: Optional[str]

Seniority classification

seniority_level: Optional[str]

Seniority level (e.g., Senior, Manager)

state: Optional[str]

State or province

title: Optional[str]

Current job title

readme_preview: Optional[str]

Preview of repository README (first ~500 chars)

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for cosine distance)

starrers: Optional[UserStarsEdgeStarrers]

Users who follow this user (when includeAttributes.followers is specified)

edges: List[UserStarsEdgeStarrersEdge]

Array of user objects

id: str

BountyLab internal ID

github_id: str

GitHub node ID

login: str

GitHub username

bio: Optional[str]

User biography

company: Optional[str]

Company name

created_at: Optional[str]

ISO 8601 timestamp when user account was created

display_name: Optional[str]

User display name

emails: Optional[List[str]]

Obfuscated email addresses showing only the last 2 characters of the local part and full domain (e.g., "***oe@gmail.com"). Use /api/users/best-email endpoint for unobfuscated email access with intelligent selection.

embedded_at: Optional[str]

ISO 8601 timestamp when metadata was extracted

location: Optional[str]

User location

resolved_city: Optional[str]

Resolved city from location

resolved_country: Optional[str]

Resolved country from location

resolved_state: Optional[str]

Resolved state/region from location

score: Optional[float]

Relevance score from search (0-1, lower is more relevant for distance metrics)

social_accounts: Optional[List[UserStarsEdgeStarrersEdgeSocialAccount]]

Social media accounts

provider: str
url: str
updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

page_info: UserStarsEdgeStarrersPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

updated_at: Optional[str]

ISO 8601 timestamp when repository was last updated

page_info: UserStarsPageInfo

Pagination information

end_cursor: Optional[str]

Cursor to fetch next page (null if no more items)

has_next_page: bool

Whether there are more items available

updated_at: Optional[str]

ISO 8601 timestamp when user was last updated

website_url: Optional[str]

User website URL

Get users by GitHub username
import os
from bountylab import Bountylab

client = Bountylab(
    api_key=os.environ.get("BOUNTYLAB_API_KEY"),  # This is the default and can be omitted
)
response = client.raw_users.by_login(
    logins=["octocat", "torvalds"],
)
print(response.count)
{
  "count": 2,
  "users": [
    {
      "id": "9f0b8901cf1848298a60a60083b5aac0",
      "githubId": "MDQ6VXNlcjU4MzIzMQ==",
      "login": "octocat",
      "bio": "I build things for GitHub",
      "company": "GitHub",
      "contributes": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
            "name": "Hello-World",
            "ownerLogin": "octocat",
            "stargazerCount": 1500,
            "totalIssuesClosed": 108,
            "totalIssuesCount": 150,
            "totalIssuesOpen": 42,
            "contributors": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "createdAt": "2011-01-26T19:01:12Z",
            "description": "My first repository on GitHub!",
            "embeddedAt": "2024-01-15T14:00:00Z",
            "language": "JavaScript",
            "lastContributorLocations": [
              "San Francisco, CA",
              "Berlin, Germany"
            ],
            "owner": {
              "id": "9f0b8901cf1848298a60a60083b5aac0",
              "githubId": "MDQ6VXNlcjU4MzIzMQ==",
              "login": "octocat",
              "bio": "I build things for GitHub",
              "company": "GitHub",
              "createdAt": "2011-01-25T18:44:36Z",
              "displayName": "The Octocat",
              "emails": [
                "***at@github.com",
                "***hn@gmail.com"
              ],
              "embeddedAt": "2024-01-15T14:00:00Z",
              "location": "San Francisco, CA",
              "resolvedCity": "San Francisco",
              "resolvedCountry": "United States",
              "resolvedState": "California",
              "score": 0.12,
              "socialAccounts": [
                {
                  "provider": "twitter",
                  "url": "https://twitter.com/github"
                }
              ],
              "updatedAt": "2024-01-15T12:30:00Z",
              "websiteUrl": "https://github.blog"
            },
            "ownerDevrank": {
              "community": 0,
              "crackedScore": 0,
              "createdAt": "createdAt",
              "followersIn": 0,
              "followingOut": 0,
              "pc": 0,
              "rawScore": 0,
              "tier": "tier",
              "trust": 0,
              "updatedAt": "updatedAt"
            },
            "ownerProfessional": {
              "awards": [
                "string"
              ],
              "certifications": [
                "string"
              ],
              "city": "city",
              "connectionsCount": 0,
              "country": "country",
              "currentIndustry": "currentIndustry",
              "departments": [
                "string"
              ],
              "education": [
                {
                  "campus": "campus",
                  "endDate": "endDate",
                  "major": "major",
                  "specialization": "specialization",
                  "startDate": "startDate"
                }
              ],
              "experience": [
                {
                  "company": "company",
                  "endDate": "endDate",
                  "industry": "industry",
                  "isCurrent": true,
                  "location": "location",
                  "startDate": "startDate",
                  "summary": "summary",
                  "title": "title"
                }
              ],
              "expertise": [
                "string"
              ],
              "firstName": "firstName",
              "followerCount": 0,
              "functionalArea": "functionalArea",
              "headline": "headline",
              "languages": [
                "string"
              ],
              "lastName": "lastName",
              "linkedinUrl": "linkedinUrl",
              "location": "location",
              "memberships": [
                "string"
              ],
              "organization": "organization",
              "patents": [
                "string"
              ],
              "priorIndustries": [
                "string"
              ],
              "publications": [
                "string"
              ],
              "seniority": "seniority",
              "seniorityLevel": "seniorityLevel",
              "state": "state",
              "title": "title"
            },
            "readmePreview": "# Hello World\n\nThis is my first repository...",
            "score": 0.08,
            "starrers": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "updatedAt": "2024-01-15T12:30:00Z"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "createdAt": "2011-01-25T18:44:36Z",
      "devrank": {
        "community": 0,
        "crackedScore": 0,
        "createdAt": "createdAt",
        "followersIn": 0,
        "followingOut": 0,
        "pc": 0,
        "rawScore": 0,
        "tier": "tier",
        "trust": 0,
        "updatedAt": "updatedAt"
      },
      "displayName": "The Octocat",
      "emails": [
        "***at@github.com",
        "***hn@gmail.com"
      ],
      "embeddedAt": "2024-01-15T14:00:00Z",
      "followers": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDQ6VXNlcjU4MzIzMQ==",
            "login": "octocat",
            "bio": "I build things for GitHub",
            "company": "GitHub",
            "createdAt": "2011-01-25T18:44:36Z",
            "displayName": "The Octocat",
            "emails": [
              "***at@github.com",
              "***hn@gmail.com"
            ],
            "embeddedAt": "2024-01-15T14:00:00Z",
            "location": "San Francisco, CA",
            "resolvedCity": "San Francisco",
            "resolvedCountry": "United States",
            "resolvedState": "California",
            "score": 0.12,
            "socialAccounts": [
              {
                "provider": "twitter",
                "url": "https://twitter.com/github"
              }
            ],
            "updatedAt": "2024-01-15T12:30:00Z",
            "websiteUrl": "https://github.blog"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "following": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDQ6VXNlcjU4MzIzMQ==",
            "login": "octocat",
            "bio": "I build things for GitHub",
            "company": "GitHub",
            "createdAt": "2011-01-25T18:44:36Z",
            "displayName": "The Octocat",
            "emails": [
              "***at@github.com",
              "***hn@gmail.com"
            ],
            "embeddedAt": "2024-01-15T14:00:00Z",
            "location": "San Francisco, CA",
            "resolvedCity": "San Francisco",
            "resolvedCountry": "United States",
            "resolvedState": "California",
            "score": 0.12,
            "socialAccounts": [
              {
                "provider": "twitter",
                "url": "https://twitter.com/github"
              }
            ],
            "updatedAt": "2024-01-15T12:30:00Z",
            "websiteUrl": "https://github.blog"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "location": "San Francisco, CA",
      "owns": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
            "name": "Hello-World",
            "ownerLogin": "octocat",
            "stargazerCount": 1500,
            "totalIssuesClosed": 108,
            "totalIssuesCount": 150,
            "totalIssuesOpen": 42,
            "contributors": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "createdAt": "2011-01-26T19:01:12Z",
            "description": "My first repository on GitHub!",
            "embeddedAt": "2024-01-15T14:00:00Z",
            "language": "JavaScript",
            "lastContributorLocations": [
              "San Francisco, CA",
              "Berlin, Germany"
            ],
            "owner": {
              "id": "9f0b8901cf1848298a60a60083b5aac0",
              "githubId": "MDQ6VXNlcjU4MzIzMQ==",
              "login": "octocat",
              "bio": "I build things for GitHub",
              "company": "GitHub",
              "createdAt": "2011-01-25T18:44:36Z",
              "displayName": "The Octocat",
              "emails": [
                "***at@github.com",
                "***hn@gmail.com"
              ],
              "embeddedAt": "2024-01-15T14:00:00Z",
              "location": "San Francisco, CA",
              "resolvedCity": "San Francisco",
              "resolvedCountry": "United States",
              "resolvedState": "California",
              "score": 0.12,
              "socialAccounts": [
                {
                  "provider": "twitter",
                  "url": "https://twitter.com/github"
                }
              ],
              "updatedAt": "2024-01-15T12:30:00Z",
              "websiteUrl": "https://github.blog"
            },
            "ownerDevrank": {
              "community": 0,
              "crackedScore": 0,
              "createdAt": "createdAt",
              "followersIn": 0,
              "followingOut": 0,
              "pc": 0,
              "rawScore": 0,
              "tier": "tier",
              "trust": 0,
              "updatedAt": "updatedAt"
            },
            "ownerProfessional": {
              "awards": [
                "string"
              ],
              "certifications": [
                "string"
              ],
              "city": "city",
              "connectionsCount": 0,
              "country": "country",
              "currentIndustry": "currentIndustry",
              "departments": [
                "string"
              ],
              "education": [
                {
                  "campus": "campus",
                  "endDate": "endDate",
                  "major": "major",
                  "specialization": "specialization",
                  "startDate": "startDate"
                }
              ],
              "experience": [
                {
                  "company": "company",
                  "endDate": "endDate",
                  "industry": "industry",
                  "isCurrent": true,
                  "location": "location",
                  "startDate": "startDate",
                  "summary": "summary",
                  "title": "title"
                }
              ],
              "expertise": [
                "string"
              ],
              "firstName": "firstName",
              "followerCount": 0,
              "functionalArea": "functionalArea",
              "headline": "headline",
              "languages": [
                "string"
              ],
              "lastName": "lastName",
              "linkedinUrl": "linkedinUrl",
              "location": "location",
              "memberships": [
                "string"
              ],
              "organization": "organization",
              "patents": [
                "string"
              ],
              "priorIndustries": [
                "string"
              ],
              "publications": [
                "string"
              ],
              "seniority": "seniority",
              "seniorityLevel": "seniorityLevel",
              "state": "state",
              "title": "title"
            },
            "readmePreview": "# Hello World\n\nThis is my first repository...",
            "score": 0.08,
            "starrers": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "updatedAt": "2024-01-15T12:30:00Z"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "professional": {
        "awards": [
          "string"
        ],
        "certifications": [
          "string"
        ],
        "city": "city",
        "connectionsCount": 0,
        "country": "country",
        "currentIndustry": "currentIndustry",
        "departments": [
          "string"
        ],
        "education": [
          {
            "campus": "campus",
            "endDate": "endDate",
            "major": "major",
            "specialization": "specialization",
            "startDate": "startDate"
          }
        ],
        "experience": [
          {
            "company": "company",
            "endDate": "endDate",
            "industry": "industry",
            "isCurrent": true,
            "location": "location",
            "startDate": "startDate",
            "summary": "summary",
            "title": "title"
          }
        ],
        "expertise": [
          "string"
        ],
        "firstName": "firstName",
        "followerCount": 0,
        "functionalArea": "functionalArea",
        "headline": "headline",
        "languages": [
          "string"
        ],
        "lastName": "lastName",
        "linkedinUrl": "linkedinUrl",
        "location": "location",
        "memberships": [
          "string"
        ],
        "organization": "organization",
        "patents": [
          "string"
        ],
        "priorIndustries": [
          "string"
        ],
        "publications": [
          "string"
        ],
        "seniority": "seniority",
        "seniorityLevel": "seniorityLevel",
        "state": "state",
        "title": "title"
      },
      "resolvedCity": "San Francisco",
      "resolvedCountry": "United States",
      "resolvedState": "California",
      "score": 0.12,
      "socialAccounts": [
        {
          "provider": "twitter",
          "url": "https://twitter.com/github"
        }
      ],
      "stars": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
            "name": "Hello-World",
            "ownerLogin": "octocat",
            "stargazerCount": 1500,
            "totalIssuesClosed": 108,
            "totalIssuesCount": 150,
            "totalIssuesOpen": 42,
            "contributors": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "createdAt": "2011-01-26T19:01:12Z",
            "description": "My first repository on GitHub!",
            "embeddedAt": "2024-01-15T14:00:00Z",
            "language": "JavaScript",
            "lastContributorLocations": [
              "San Francisco, CA",
              "Berlin, Germany"
            ],
            "owner": {
              "id": "9f0b8901cf1848298a60a60083b5aac0",
              "githubId": "MDQ6VXNlcjU4MzIzMQ==",
              "login": "octocat",
              "bio": "I build things for GitHub",
              "company": "GitHub",
              "createdAt": "2011-01-25T18:44:36Z",
              "displayName": "The Octocat",
              "emails": [
                "***at@github.com",
                "***hn@gmail.com"
              ],
              "embeddedAt": "2024-01-15T14:00:00Z",
              "location": "San Francisco, CA",
              "resolvedCity": "San Francisco",
              "resolvedCountry": "United States",
              "resolvedState": "California",
              "score": 0.12,
              "socialAccounts": [
                {
                  "provider": "twitter",
                  "url": "https://twitter.com/github"
                }
              ],
              "updatedAt": "2024-01-15T12:30:00Z",
              "websiteUrl": "https://github.blog"
            },
            "ownerDevrank": {
              "community": 0,
              "crackedScore": 0,
              "createdAt": "createdAt",
              "followersIn": 0,
              "followingOut": 0,
              "pc": 0,
              "rawScore": 0,
              "tier": "tier",
              "trust": 0,
              "updatedAt": "updatedAt"
            },
            "ownerProfessional": {
              "awards": [
                "string"
              ],
              "certifications": [
                "string"
              ],
              "city": "city",
              "connectionsCount": 0,
              "country": "country",
              "currentIndustry": "currentIndustry",
              "departments": [
                "string"
              ],
              "education": [
                {
                  "campus": "campus",
                  "endDate": "endDate",
                  "major": "major",
                  "specialization": "specialization",
                  "startDate": "startDate"
                }
              ],
              "experience": [
                {
                  "company": "company",
                  "endDate": "endDate",
                  "industry": "industry",
                  "isCurrent": true,
                  "location": "location",
                  "startDate": "startDate",
                  "summary": "summary",
                  "title": "title"
                }
              ],
              "expertise": [
                "string"
              ],
              "firstName": "firstName",
              "followerCount": 0,
              "functionalArea": "functionalArea",
              "headline": "headline",
              "languages": [
                "string"
              ],
              "lastName": "lastName",
              "linkedinUrl": "linkedinUrl",
              "location": "location",
              "memberships": [
                "string"
              ],
              "organization": "organization",
              "patents": [
                "string"
              ],
              "priorIndustries": [
                "string"
              ],
              "publications": [
                "string"
              ],
              "seniority": "seniority",
              "seniorityLevel": "seniorityLevel",
              "state": "state",
              "title": "title"
            },
            "readmePreview": "# Hello World\n\nThis is my first repository...",
            "score": 0.08,
            "starrers": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "updatedAt": "2024-01-15T12:30:00Z"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "updatedAt": "2024-01-15T12:30:00Z",
      "websiteUrl": "https://github.blog"
    }
  ]
}
Returns Examples
{
  "count": 2,
  "users": [
    {
      "id": "9f0b8901cf1848298a60a60083b5aac0",
      "githubId": "MDQ6VXNlcjU4MzIzMQ==",
      "login": "octocat",
      "bio": "I build things for GitHub",
      "company": "GitHub",
      "contributes": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
            "name": "Hello-World",
            "ownerLogin": "octocat",
            "stargazerCount": 1500,
            "totalIssuesClosed": 108,
            "totalIssuesCount": 150,
            "totalIssuesOpen": 42,
            "contributors": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "createdAt": "2011-01-26T19:01:12Z",
            "description": "My first repository on GitHub!",
            "embeddedAt": "2024-01-15T14:00:00Z",
            "language": "JavaScript",
            "lastContributorLocations": [
              "San Francisco, CA",
              "Berlin, Germany"
            ],
            "owner": {
              "id": "9f0b8901cf1848298a60a60083b5aac0",
              "githubId": "MDQ6VXNlcjU4MzIzMQ==",
              "login": "octocat",
              "bio": "I build things for GitHub",
              "company": "GitHub",
              "createdAt": "2011-01-25T18:44:36Z",
              "displayName": "The Octocat",
              "emails": [
                "***at@github.com",
                "***hn@gmail.com"
              ],
              "embeddedAt": "2024-01-15T14:00:00Z",
              "location": "San Francisco, CA",
              "resolvedCity": "San Francisco",
              "resolvedCountry": "United States",
              "resolvedState": "California",
              "score": 0.12,
              "socialAccounts": [
                {
                  "provider": "twitter",
                  "url": "https://twitter.com/github"
                }
              ],
              "updatedAt": "2024-01-15T12:30:00Z",
              "websiteUrl": "https://github.blog"
            },
            "ownerDevrank": {
              "community": 0,
              "crackedScore": 0,
              "createdAt": "createdAt",
              "followersIn": 0,
              "followingOut": 0,
              "pc": 0,
              "rawScore": 0,
              "tier": "tier",
              "trust": 0,
              "updatedAt": "updatedAt"
            },
            "ownerProfessional": {
              "awards": [
                "string"
              ],
              "certifications": [
                "string"
              ],
              "city": "city",
              "connectionsCount": 0,
              "country": "country",
              "currentIndustry": "currentIndustry",
              "departments": [
                "string"
              ],
              "education": [
                {
                  "campus": "campus",
                  "endDate": "endDate",
                  "major": "major",
                  "specialization": "specialization",
                  "startDate": "startDate"
                }
              ],
              "experience": [
                {
                  "company": "company",
                  "endDate": "endDate",
                  "industry": "industry",
                  "isCurrent": true,
                  "location": "location",
                  "startDate": "startDate",
                  "summary": "summary",
                  "title": "title"
                }
              ],
              "expertise": [
                "string"
              ],
              "firstName": "firstName",
              "followerCount": 0,
              "functionalArea": "functionalArea",
              "headline": "headline",
              "languages": [
                "string"
              ],
              "lastName": "lastName",
              "linkedinUrl": "linkedinUrl",
              "location": "location",
              "memberships": [
                "string"
              ],
              "organization": "organization",
              "patents": [
                "string"
              ],
              "priorIndustries": [
                "string"
              ],
              "publications": [
                "string"
              ],
              "seniority": "seniority",
              "seniorityLevel": "seniorityLevel",
              "state": "state",
              "title": "title"
            },
            "readmePreview": "# Hello World\n\nThis is my first repository...",
            "score": 0.08,
            "starrers": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "updatedAt": "2024-01-15T12:30:00Z"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "createdAt": "2011-01-25T18:44:36Z",
      "devrank": {
        "community": 0,
        "crackedScore": 0,
        "createdAt": "createdAt",
        "followersIn": 0,
        "followingOut": 0,
        "pc": 0,
        "rawScore": 0,
        "tier": "tier",
        "trust": 0,
        "updatedAt": "updatedAt"
      },
      "displayName": "The Octocat",
      "emails": [
        "***at@github.com",
        "***hn@gmail.com"
      ],
      "embeddedAt": "2024-01-15T14:00:00Z",
      "followers": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDQ6VXNlcjU4MzIzMQ==",
            "login": "octocat",
            "bio": "I build things for GitHub",
            "company": "GitHub",
            "createdAt": "2011-01-25T18:44:36Z",
            "displayName": "The Octocat",
            "emails": [
              "***at@github.com",
              "***hn@gmail.com"
            ],
            "embeddedAt": "2024-01-15T14:00:00Z",
            "location": "San Francisco, CA",
            "resolvedCity": "San Francisco",
            "resolvedCountry": "United States",
            "resolvedState": "California",
            "score": 0.12,
            "socialAccounts": [
              {
                "provider": "twitter",
                "url": "https://twitter.com/github"
              }
            ],
            "updatedAt": "2024-01-15T12:30:00Z",
            "websiteUrl": "https://github.blog"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "following": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDQ6VXNlcjU4MzIzMQ==",
            "login": "octocat",
            "bio": "I build things for GitHub",
            "company": "GitHub",
            "createdAt": "2011-01-25T18:44:36Z",
            "displayName": "The Octocat",
            "emails": [
              "***at@github.com",
              "***hn@gmail.com"
            ],
            "embeddedAt": "2024-01-15T14:00:00Z",
            "location": "San Francisco, CA",
            "resolvedCity": "San Francisco",
            "resolvedCountry": "United States",
            "resolvedState": "California",
            "score": 0.12,
            "socialAccounts": [
              {
                "provider": "twitter",
                "url": "https://twitter.com/github"
              }
            ],
            "updatedAt": "2024-01-15T12:30:00Z",
            "websiteUrl": "https://github.blog"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "location": "San Francisco, CA",
      "owns": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
            "name": "Hello-World",
            "ownerLogin": "octocat",
            "stargazerCount": 1500,
            "totalIssuesClosed": 108,
            "totalIssuesCount": 150,
            "totalIssuesOpen": 42,
            "contributors": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "createdAt": "2011-01-26T19:01:12Z",
            "description": "My first repository on GitHub!",
            "embeddedAt": "2024-01-15T14:00:00Z",
            "language": "JavaScript",
            "lastContributorLocations": [
              "San Francisco, CA",
              "Berlin, Germany"
            ],
            "owner": {
              "id": "9f0b8901cf1848298a60a60083b5aac0",
              "githubId": "MDQ6VXNlcjU4MzIzMQ==",
              "login": "octocat",
              "bio": "I build things for GitHub",
              "company": "GitHub",
              "createdAt": "2011-01-25T18:44:36Z",
              "displayName": "The Octocat",
              "emails": [
                "***at@github.com",
                "***hn@gmail.com"
              ],
              "embeddedAt": "2024-01-15T14:00:00Z",
              "location": "San Francisco, CA",
              "resolvedCity": "San Francisco",
              "resolvedCountry": "United States",
              "resolvedState": "California",
              "score": 0.12,
              "socialAccounts": [
                {
                  "provider": "twitter",
                  "url": "https://twitter.com/github"
                }
              ],
              "updatedAt": "2024-01-15T12:30:00Z",
              "websiteUrl": "https://github.blog"
            },
            "ownerDevrank": {
              "community": 0,
              "crackedScore": 0,
              "createdAt": "createdAt",
              "followersIn": 0,
              "followingOut": 0,
              "pc": 0,
              "rawScore": 0,
              "tier": "tier",
              "trust": 0,
              "updatedAt": "updatedAt"
            },
            "ownerProfessional": {
              "awards": [
                "string"
              ],
              "certifications": [
                "string"
              ],
              "city": "city",
              "connectionsCount": 0,
              "country": "country",
              "currentIndustry": "currentIndustry",
              "departments": [
                "string"
              ],
              "education": [
                {
                  "campus": "campus",
                  "endDate": "endDate",
                  "major": "major",
                  "specialization": "specialization",
                  "startDate": "startDate"
                }
              ],
              "experience": [
                {
                  "company": "company",
                  "endDate": "endDate",
                  "industry": "industry",
                  "isCurrent": true,
                  "location": "location",
                  "startDate": "startDate",
                  "summary": "summary",
                  "title": "title"
                }
              ],
              "expertise": [
                "string"
              ],
              "firstName": "firstName",
              "followerCount": 0,
              "functionalArea": "functionalArea",
              "headline": "headline",
              "languages": [
                "string"
              ],
              "lastName": "lastName",
              "linkedinUrl": "linkedinUrl",
              "location": "location",
              "memberships": [
                "string"
              ],
              "organization": "organization",
              "patents": [
                "string"
              ],
              "priorIndustries": [
                "string"
              ],
              "publications": [
                "string"
              ],
              "seniority": "seniority",
              "seniorityLevel": "seniorityLevel",
              "state": "state",
              "title": "title"
            },
            "readmePreview": "# Hello World\n\nThis is my first repository...",
            "score": 0.08,
            "starrers": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "updatedAt": "2024-01-15T12:30:00Z"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "professional": {
        "awards": [
          "string"
        ],
        "certifications": [
          "string"
        ],
        "city": "city",
        "connectionsCount": 0,
        "country": "country",
        "currentIndustry": "currentIndustry",
        "departments": [
          "string"
        ],
        "education": [
          {
            "campus": "campus",
            "endDate": "endDate",
            "major": "major",
            "specialization": "specialization",
            "startDate": "startDate"
          }
        ],
        "experience": [
          {
            "company": "company",
            "endDate": "endDate",
            "industry": "industry",
            "isCurrent": true,
            "location": "location",
            "startDate": "startDate",
            "summary": "summary",
            "title": "title"
          }
        ],
        "expertise": [
          "string"
        ],
        "firstName": "firstName",
        "followerCount": 0,
        "functionalArea": "functionalArea",
        "headline": "headline",
        "languages": [
          "string"
        ],
        "lastName": "lastName",
        "linkedinUrl": "linkedinUrl",
        "location": "location",
        "memberships": [
          "string"
        ],
        "organization": "organization",
        "patents": [
          "string"
        ],
        "priorIndustries": [
          "string"
        ],
        "publications": [
          "string"
        ],
        "seniority": "seniority",
        "seniorityLevel": "seniorityLevel",
        "state": "state",
        "title": "title"
      },
      "resolvedCity": "San Francisco",
      "resolvedCountry": "United States",
      "resolvedState": "California",
      "score": 0.12,
      "socialAccounts": [
        {
          "provider": "twitter",
          "url": "https://twitter.com/github"
        }
      ],
      "stars": {
        "edges": [
          {
            "id": "9f0b8901cf1848298a60a60083b5aac0",
            "githubId": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
            "name": "Hello-World",
            "ownerLogin": "octocat",
            "stargazerCount": 1500,
            "totalIssuesClosed": 108,
            "totalIssuesCount": 150,
            "totalIssuesOpen": 42,
            "contributors": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "createdAt": "2011-01-26T19:01:12Z",
            "description": "My first repository on GitHub!",
            "embeddedAt": "2024-01-15T14:00:00Z",
            "language": "JavaScript",
            "lastContributorLocations": [
              "San Francisco, CA",
              "Berlin, Germany"
            ],
            "owner": {
              "id": "9f0b8901cf1848298a60a60083b5aac0",
              "githubId": "MDQ6VXNlcjU4MzIzMQ==",
              "login": "octocat",
              "bio": "I build things for GitHub",
              "company": "GitHub",
              "createdAt": "2011-01-25T18:44:36Z",
              "displayName": "The Octocat",
              "emails": [
                "***at@github.com",
                "***hn@gmail.com"
              ],
              "embeddedAt": "2024-01-15T14:00:00Z",
              "location": "San Francisco, CA",
              "resolvedCity": "San Francisco",
              "resolvedCountry": "United States",
              "resolvedState": "California",
              "score": 0.12,
              "socialAccounts": [
                {
                  "provider": "twitter",
                  "url": "https://twitter.com/github"
                }
              ],
              "updatedAt": "2024-01-15T12:30:00Z",
              "websiteUrl": "https://github.blog"
            },
            "ownerDevrank": {
              "community": 0,
              "crackedScore": 0,
              "createdAt": "createdAt",
              "followersIn": 0,
              "followingOut": 0,
              "pc": 0,
              "rawScore": 0,
              "tier": "tier",
              "trust": 0,
              "updatedAt": "updatedAt"
            },
            "ownerProfessional": {
              "awards": [
                "string"
              ],
              "certifications": [
                "string"
              ],
              "city": "city",
              "connectionsCount": 0,
              "country": "country",
              "currentIndustry": "currentIndustry",
              "departments": [
                "string"
              ],
              "education": [
                {
                  "campus": "campus",
                  "endDate": "endDate",
                  "major": "major",
                  "specialization": "specialization",
                  "startDate": "startDate"
                }
              ],
              "experience": [
                {
                  "company": "company",
                  "endDate": "endDate",
                  "industry": "industry",
                  "isCurrent": true,
                  "location": "location",
                  "startDate": "startDate",
                  "summary": "summary",
                  "title": "title"
                }
              ],
              "expertise": [
                "string"
              ],
              "firstName": "firstName",
              "followerCount": 0,
              "functionalArea": "functionalArea",
              "headline": "headline",
              "languages": [
                "string"
              ],
              "lastName": "lastName",
              "linkedinUrl": "linkedinUrl",
              "location": "location",
              "memberships": [
                "string"
              ],
              "organization": "organization",
              "patents": [
                "string"
              ],
              "priorIndustries": [
                "string"
              ],
              "publications": [
                "string"
              ],
              "seniority": "seniority",
              "seniorityLevel": "seniorityLevel",
              "state": "state",
              "title": "title"
            },
            "readmePreview": "# Hello World\n\nThis is my first repository...",
            "score": 0.08,
            "starrers": {
              "edges": [
                {
                  "id": "9f0b8901cf1848298a60a60083b5aac0",
                  "githubId": "MDQ6VXNlcjU4MzIzMQ==",
                  "login": "octocat",
                  "bio": "I build things for GitHub",
                  "company": "GitHub",
                  "createdAt": "2011-01-25T18:44:36Z",
                  "displayName": "The Octocat",
                  "emails": [
                    "***at@github.com",
                    "***hn@gmail.com"
                  ],
                  "embeddedAt": "2024-01-15T14:00:00Z",
                  "location": "San Francisco, CA",
                  "resolvedCity": "San Francisco",
                  "resolvedCountry": "United States",
                  "resolvedState": "California",
                  "score": 0.12,
                  "socialAccounts": [
                    {
                      "provider": "twitter",
                      "url": "https://twitter.com/github"
                    }
                  ],
                  "updatedAt": "2024-01-15T12:30:00Z",
                  "websiteUrl": "https://github.blog"
                }
              ],
              "pageInfo": {
                "endCursor": "endCursor",
                "hasNextPage": true
              }
            },
            "updatedAt": "2024-01-15T12:30:00Z"
          }
        ],
        "pageInfo": {
          "endCursor": "endCursor",
          "hasNextPage": true
        }
      },
      "updatedAt": "2024-01-15T12:30:00Z",
      "websiteUrl": "https://github.blog"
    }
  ]
}