Skip to content
Get started

Get user graph relationships

raw_users.graph(Literal["followers", "following", "owns", 2 more]relationship, RawUserGraphParams**kwargs) -> RawUserGraphResponse
POST/raw/users/{id}/graph/{relationship}

Get graph relationships for a user (followers, following, owns, stars, contributes). Supports pagination and includeAttributes. Requires RAW service. Credits: 1 per result + graph relationship credits if includeAttributes is specified.

ParametersExpand Collapse
id: str

GitHub node ID or BountyLab ID of the user

relationship: Literal["followers", "following", "owns", 2 more]

Graph relationship type

Accepts one of the following:
"followers"
"following"
"owns"
"stars"
"contributes"
after: Optional[str]

Cursor for pagination (opaque base64-encoded string from previous response)

first: Optional[float]

Number of items to return (default: 100, max: 100)

include_attributes: Optional[IncludeAttributes]

Optional graph relationships to include. Use user attributes (followers, following, owns, stars, contributes) for user-returning relationships, or repo attributes (owner, contributors, starrers) for repo-returning relationships.

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"
contributors: Optional[IncludeAttributesContributors]

Include repository contributors 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[IncludeAttributesContributorsFilters]

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 IncludeAttributesContributorsFiltersUnionMember0:
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 IncludeAttributesContributorsFiltersUnionMember1:
filters: Iterable[IncludeAttributesContributorsFiltersUnionMember1Filter]

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 IncludeAttributesContributorsFiltersUnionMember2:
filters: Iterable[IncludeAttributesContributorsFiltersUnionMember2Filter]

Array of filters

Accepts one of the following:
class IncludeAttributesContributorsFiltersUnionMember2FilterUnionMember0:
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 IncludeAttributesContributorsFiltersUnionMember2FilterUnionMember1:
filters: Iterable[IncludeAttributesContributorsFiltersUnionMember2FilterUnionMember1Filter]

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"
owner: Optional[bool]

Include repository owner information

owner_devrank: Optional[bool]

Include devrank data for the repository owner

owner_professional: Optional[bool]

Include LinkedIn professional profile for the repository owner (requires PROFESSIONAL service)

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)

starrers: Optional[IncludeAttributesStarrers]

Include users who starred the repository 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[IncludeAttributesStarrersFilters]

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 IncludeAttributesStarrersFiltersUnionMember0:
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 IncludeAttributesStarrersFiltersUnionMember1:
filters: Iterable[IncludeAttributesStarrersFiltersUnionMember1Filter]

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 IncludeAttributesStarrersFiltersUnionMember2:
filters: Iterable[IncludeAttributesStarrersFiltersUnionMember2Filter]

Array of filters

Accepts one of the following:
class IncludeAttributesStarrersFiltersUnionMember2FilterUnionMember0:
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 IncludeAttributesStarrersFiltersUnionMember2FilterUnionMember1:
filters: Iterable[IncludeAttributesStarrersFiltersUnionMember2FilterUnionMember1Filter]

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"
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
Accepts one of the following:
class FollowersResponse:
page_info: FollowersResponsePageInfo

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

users: List[FollowersResponseUser]

Array of users who follow this user (with optional graph relationships)

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[FollowersResponseUserContributes]

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

edges: List[FollowersResponseUserContributesEdge]

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[FollowersResponseUserContributesEdgeContributors]

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

edges: List[FollowersResponseUserContributesEdgeContributorsEdge]

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[FollowersResponseUserContributesEdgeContributorsEdgeSocialAccount]]

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: FollowersResponseUserContributesEdgeContributorsPageInfo

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[FollowersResponseUserContributesEdgeOwner]

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[FollowersResponseUserContributesEdgeOwnerSocialAccount]]

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[FollowersResponseUserContributesEdgeOwnerDevrank]

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[FollowersResponseUserContributesEdgeOwnerProfessional]

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[FollowersResponseUserContributesEdgeOwnerProfessionalEducation]

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[FollowersResponseUserContributesEdgeOwnerProfessionalExperience]

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[FollowersResponseUserContributesEdgeStarrers]

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

edges: List[FollowersResponseUserContributesEdgeStarrersEdge]

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[FollowersResponseUserContributesEdgeStarrersEdgeSocialAccount]]

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: FollowersResponseUserContributesEdgeStarrersPageInfo

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: FollowersResponseUserContributesPageInfo

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[FollowersResponseUserDevrank]

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[FollowersResponseUserFollowers]

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

edges: List[FollowersResponseUserFollowersEdge]

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[FollowersResponseUserFollowersEdgeSocialAccount]]

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: FollowersResponseUserFollowersPageInfo

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[FollowersResponseUserFollowing]

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

edges: List[FollowersResponseUserFollowingEdge]

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[FollowersResponseUserFollowingEdgeSocialAccount]]

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: FollowersResponseUserFollowingPageInfo

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[FollowersResponseUserOwns]

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

edges: List[FollowersResponseUserOwnsEdge]

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[FollowersResponseUserOwnsEdgeContributors]

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

edges: List[FollowersResponseUserOwnsEdgeContributorsEdge]

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[FollowersResponseUserOwnsEdgeContributorsEdgeSocialAccount]]

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: FollowersResponseUserOwnsEdgeContributorsPageInfo

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[FollowersResponseUserOwnsEdgeOwner]

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[FollowersResponseUserOwnsEdgeOwnerSocialAccount]]

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[FollowersResponseUserOwnsEdgeOwnerDevrank]

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[FollowersResponseUserOwnsEdgeOwnerProfessional]

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[FollowersResponseUserOwnsEdgeOwnerProfessionalEducation]

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[FollowersResponseUserOwnsEdgeOwnerProfessionalExperience]

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[FollowersResponseUserOwnsEdgeStarrers]

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

edges: List[FollowersResponseUserOwnsEdgeStarrersEdge]

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[FollowersResponseUserOwnsEdgeStarrersEdgeSocialAccount]]

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: FollowersResponseUserOwnsEdgeStarrersPageInfo

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: FollowersResponseUserOwnsPageInfo

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[FollowersResponseUserProfessional]

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[FollowersResponseUserProfessionalEducation]

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[FollowersResponseUserProfessionalExperience]

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[FollowersResponseUserSocialAccount]]

Social media accounts

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

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

edges: List[FollowersResponseUserStarsEdge]

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[FollowersResponseUserStarsEdgeContributors]

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

edges: List[FollowersResponseUserStarsEdgeContributorsEdge]

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[FollowersResponseUserStarsEdgeContributorsEdgeSocialAccount]]

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: FollowersResponseUserStarsEdgeContributorsPageInfo

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[FollowersResponseUserStarsEdgeOwner]

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[FollowersResponseUserStarsEdgeOwnerSocialAccount]]

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[FollowersResponseUserStarsEdgeOwnerDevrank]

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[FollowersResponseUserStarsEdgeOwnerProfessional]

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[FollowersResponseUserStarsEdgeOwnerProfessionalEducation]

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[FollowersResponseUserStarsEdgeOwnerProfessionalExperience]

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[FollowersResponseUserStarsEdgeStarrers]

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

edges: List[FollowersResponseUserStarsEdgeStarrersEdge]

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[FollowersResponseUserStarsEdgeStarrersEdgeSocialAccount]]

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: FollowersResponseUserStarsEdgeStarrersPageInfo

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: FollowersResponseUserStarsPageInfo

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

class FollowingResponse:
page_info: FollowingResponsePageInfo

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

users: List[FollowingResponseUser]

Array of users this user follows (with optional graph relationships)

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[FollowingResponseUserContributes]

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

edges: List[FollowingResponseUserContributesEdge]

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[FollowingResponseUserContributesEdgeContributors]

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

edges: List[FollowingResponseUserContributesEdgeContributorsEdge]

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[FollowingResponseUserContributesEdgeContributorsEdgeSocialAccount]]

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: FollowingResponseUserContributesEdgeContributorsPageInfo

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[FollowingResponseUserContributesEdgeOwner]

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[FollowingResponseUserContributesEdgeOwnerSocialAccount]]

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[FollowingResponseUserContributesEdgeOwnerDevrank]

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[FollowingResponseUserContributesEdgeOwnerProfessional]

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[FollowingResponseUserContributesEdgeOwnerProfessionalEducation]

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[FollowingResponseUserContributesEdgeOwnerProfessionalExperience]

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[FollowingResponseUserContributesEdgeStarrers]

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

edges: List[FollowingResponseUserContributesEdgeStarrersEdge]

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[FollowingResponseUserContributesEdgeStarrersEdgeSocialAccount]]

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: FollowingResponseUserContributesEdgeStarrersPageInfo

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: FollowingResponseUserContributesPageInfo

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[FollowingResponseUserDevrank]

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[FollowingResponseUserFollowers]

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

edges: List[FollowingResponseUserFollowersEdge]

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[FollowingResponseUserFollowersEdgeSocialAccount]]

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: FollowingResponseUserFollowersPageInfo

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[FollowingResponseUserFollowing]

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

edges: List[FollowingResponseUserFollowingEdge]

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[FollowingResponseUserFollowingEdgeSocialAccount]]

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: FollowingResponseUserFollowingPageInfo

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[FollowingResponseUserOwns]

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

edges: List[FollowingResponseUserOwnsEdge]

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[FollowingResponseUserOwnsEdgeContributors]

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

edges: List[FollowingResponseUserOwnsEdgeContributorsEdge]

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[FollowingResponseUserOwnsEdgeContributorsEdgeSocialAccount]]

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: FollowingResponseUserOwnsEdgeContributorsPageInfo

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[FollowingResponseUserOwnsEdgeOwner]

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[FollowingResponseUserOwnsEdgeOwnerSocialAccount]]

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[FollowingResponseUserOwnsEdgeOwnerDevrank]

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[FollowingResponseUserOwnsEdgeOwnerProfessional]

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[FollowingResponseUserOwnsEdgeOwnerProfessionalEducation]

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[FollowingResponseUserOwnsEdgeOwnerProfessionalExperience]

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[FollowingResponseUserOwnsEdgeStarrers]

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

edges: List[FollowingResponseUserOwnsEdgeStarrersEdge]

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[FollowingResponseUserOwnsEdgeStarrersEdgeSocialAccount]]

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: FollowingResponseUserOwnsEdgeStarrersPageInfo

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: FollowingResponseUserOwnsPageInfo

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[FollowingResponseUserProfessional]

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[FollowingResponseUserProfessionalEducation]

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[FollowingResponseUserProfessionalExperience]

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[FollowingResponseUserSocialAccount]]

Social media accounts

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

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

edges: List[FollowingResponseUserStarsEdge]

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[FollowingResponseUserStarsEdgeContributors]

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

edges: List[FollowingResponseUserStarsEdgeContributorsEdge]

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[FollowingResponseUserStarsEdgeContributorsEdgeSocialAccount]]

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: FollowingResponseUserStarsEdgeContributorsPageInfo

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[FollowingResponseUserStarsEdgeOwner]

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[FollowingResponseUserStarsEdgeOwnerSocialAccount]]

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[FollowingResponseUserStarsEdgeOwnerDevrank]

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[FollowingResponseUserStarsEdgeOwnerProfessional]

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[FollowingResponseUserStarsEdgeOwnerProfessionalEducation]

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[FollowingResponseUserStarsEdgeOwnerProfessionalExperience]

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[FollowingResponseUserStarsEdgeStarrers]

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

edges: List[FollowingResponseUserStarsEdgeStarrersEdge]

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[FollowingResponseUserStarsEdgeStarrersEdgeSocialAccount]]

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: FollowingResponseUserStarsEdgeStarrersPageInfo

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: FollowingResponseUserStarsPageInfo

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

class UserOwnsResponse:
page_info: UserOwnsResponsePageInfo

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

repositories: List[UserOwnsResponseRepository]

Array of repositories owned by this user (with optional graph relationships)

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[UserOwnsResponseRepositoryContributors]

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

edges: List[UserOwnsResponseRepositoryContributorsEdge]

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[UserOwnsResponseRepositoryContributorsEdgeSocialAccount]]

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: UserOwnsResponseRepositoryContributorsPageInfo

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[UserOwnsResponseRepositoryOwner]

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[UserOwnsResponseRepositoryOwnerSocialAccount]]

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[UserOwnsResponseRepositoryOwnerDevrank]

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[UserOwnsResponseRepositoryOwnerProfessional]

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[UserOwnsResponseRepositoryOwnerProfessionalEducation]

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[UserOwnsResponseRepositoryOwnerProfessionalExperience]

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[UserOwnsResponseRepositoryStarrers]

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

edges: List[UserOwnsResponseRepositoryStarrersEdge]

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[UserOwnsResponseRepositoryStarrersEdgeSocialAccount]]

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: UserOwnsResponseRepositoryStarrersPageInfo

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

class UserStarsResponse:
page_info: UserStarsResponsePageInfo

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

repositories: List[UserStarsResponseRepository]

Array of repositories starred by this user (with optional graph relationships)

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[UserStarsResponseRepositoryContributors]

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

edges: List[UserStarsResponseRepositoryContributorsEdge]

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[UserStarsResponseRepositoryContributorsEdgeSocialAccount]]

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: UserStarsResponseRepositoryContributorsPageInfo

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[UserStarsResponseRepositoryOwner]

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[UserStarsResponseRepositoryOwnerSocialAccount]]

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[UserStarsResponseRepositoryOwnerDevrank]

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[UserStarsResponseRepositoryOwnerProfessional]

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[UserStarsResponseRepositoryOwnerProfessionalEducation]

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[UserStarsResponseRepositoryOwnerProfessionalExperience]

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[UserStarsResponseRepositoryStarrers]

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

edges: List[UserStarsResponseRepositoryStarrersEdge]

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[UserStarsResponseRepositoryStarrersEdgeSocialAccount]]

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: UserStarsResponseRepositoryStarrersPageInfo

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

class UserContributesResponse:
page_info: UserContributesResponsePageInfo

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

repositories: List[UserContributesResponseRepository]

Array of repositories this user contributes to (with optional graph relationships)

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[UserContributesResponseRepositoryContributors]

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

edges: List[UserContributesResponseRepositoryContributorsEdge]

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[UserContributesResponseRepositoryContributorsEdgeSocialAccount]]

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: UserContributesResponseRepositoryContributorsPageInfo

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[UserContributesResponseRepositoryOwner]

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[UserContributesResponseRepositoryOwnerSocialAccount]]

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[UserContributesResponseRepositoryOwnerDevrank]

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[UserContributesResponseRepositoryOwnerProfessional]

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[UserContributesResponseRepositoryOwnerProfessionalEducation]

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[UserContributesResponseRepositoryOwnerProfessionalExperience]

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[UserContributesResponseRepositoryStarrers]

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

edges: List[UserContributesResponseRepositoryStarrersEdge]

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[UserContributesResponseRepositoryStarrersEdgeSocialAccount]]

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: UserContributesResponseRepositoryStarrersPageInfo

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

Get user graph relationships
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.graph(
    relationship="followers",
    id="id",
)
print(response)
{
  "pageInfo": {
    "endCursor": "endCursor",
    "hasNextPage": true
  },
  "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
{
  "pageInfo": {
    "endCursor": "endCursor",
    "hasNextPage": true
  },
  "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"
    }
  ]
}