Skip to content
Get started

Search GitHub repositories using natural language

search_repos.natural_language(SearchRepoNaturalLanguageParams**kwargs) -> SearchRepoNaturalLanguageResponse
POST/search/repos/natural-language

Natural language search that uses AI to understand your query and automatically generate search terms and filters. Requires SEARCH service. Credits: 1 per result returned + 1 for AI processing + graph relationship credits if includeAttributes is specified.

ParametersExpand Collapse
query: str

Natural language query describing the repositories you want to find

minLength1
after: Optional[str]

Cursor for pagination (from previous response pageInfo.endCursor)

apply_filters_to_include_attributes: Optional[bool]

When true, applies the LLM-generated filter to all user-returning includeAttributes (contributors, starrers). Alias for filterUserIncludeAttributes.

enable_pagination: Optional[bool]

Enable cursor-based pagination to fetch results across multiple requests

filter_user_include_attributes: Optional[bool]

[Deprecated: Use applyFiltersToIncludeAttributes] When true, applies the LLM-generated filter to all user-returning includeAttributes (contributors, starrers).

first: Optional[int]

Alias for maxResults (takes precedence if both provided)

minimum1
maximum1000
include_attributes: Optional[IncludeAttributes]

Optional graph relationships to include (owner, contributors, starrers)

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"
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)

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"
max_results: Optional[int]

Maximum number of results to return (default: 100, max: 1000)

minimum1
maximum1000
rank_by: Optional[RankBy]

Custom ranking formula (AST expression). If not provided, uses default log-normalized 70/20/10 formula (70% semantic similarity, 20% popularity, 10% activity).

Accepts one of the following:
class RankByAttr:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByConst:
type: Literal["Const"]
value: float
class RankBySum:
exprs: Iterable[RankBySumExpr]
Accepts one of the following:
class RankBySumExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember1:
type: Literal["Const"]
value: float
class RankBySumExprUnionMember2:
exprs: Iterable[RankBySumExprUnionMember2Expr]
Accepts one of the following:
class RankBySumExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
class RankBySumExprUnionMember2ExprUnionMember2:
exprs: Iterable[RankBySumExprUnionMember2ExprUnionMember2Expr]
Accepts one of the following:
class RankBySumExprUnionMember2ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember2ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankBySumExprUnionMember2ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankBySumExprUnionMember2ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankBySumExprUnionMember2ExprUnionMember5:
exprs: Iterable[RankBySumExprUnionMember2ExprUnionMember5Expr]
Accepts one of the following:
class RankBySumExprUnionMember2ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember2ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankBySumExprUnionMember2ExprUnionMember6:
exprs: Iterable[RankBySumExprUnionMember2ExprUnionMember6Expr]
Accepts one of the following:
class RankBySumExprUnionMember2ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember2ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankBySumExprUnionMember2ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankBySumExprUnionMember2ExprUnionMember7Expr
Accepts one of the following:
class RankBySumExprUnionMember2ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember2ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Sum"]
class RankBySumExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankBySumExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankBySumExprUnionMember5:
exprs: Iterable[RankBySumExprUnionMember5Expr]
Accepts one of the following:
class RankBySumExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
class RankBySumExprUnionMember5ExprUnionMember2:
exprs: Iterable[RankBySumExprUnionMember5ExprUnionMember2Expr]
Accepts one of the following:
class RankBySumExprUnionMember5ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember5ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankBySumExprUnionMember5ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankBySumExprUnionMember5ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankBySumExprUnionMember5ExprUnionMember5:
exprs: Iterable[RankBySumExprUnionMember5ExprUnionMember5Expr]
Accepts one of the following:
class RankBySumExprUnionMember5ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember5ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankBySumExprUnionMember5ExprUnionMember6:
exprs: Iterable[RankBySumExprUnionMember5ExprUnionMember6Expr]
Accepts one of the following:
class RankBySumExprUnionMember5ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember5ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankBySumExprUnionMember5ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankBySumExprUnionMember5ExprUnionMember7Expr
Accepts one of the following:
class RankBySumExprUnionMember5ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember5ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Max"]
class RankBySumExprUnionMember6:
exprs: Iterable[RankBySumExprUnionMember6Expr]
Accepts one of the following:
class RankBySumExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
class RankBySumExprUnionMember6ExprUnionMember2:
exprs: Iterable[RankBySumExprUnionMember6ExprUnionMember2Expr]
Accepts one of the following:
class RankBySumExprUnionMember6ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember6ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankBySumExprUnionMember6ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankBySumExprUnionMember6ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankBySumExprUnionMember6ExprUnionMember5:
exprs: Iterable[RankBySumExprUnionMember6ExprUnionMember5Expr]
Accepts one of the following:
class RankBySumExprUnionMember6ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember6ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankBySumExprUnionMember6ExprUnionMember6:
exprs: Iterable[RankBySumExprUnionMember6ExprUnionMember6Expr]
Accepts one of the following:
class RankBySumExprUnionMember6ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember6ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankBySumExprUnionMember6ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankBySumExprUnionMember6ExprUnionMember7Expr
Accepts one of the following:
class RankBySumExprUnionMember6ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember6ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Min"]
class RankBySumExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankBySumExprUnionMember7Expr
Accepts one of the following:
class RankBySumExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
class RankBySumExprUnionMember7ExprUnionMember2:
exprs: Iterable[RankBySumExprUnionMember7ExprUnionMember2Expr]
Accepts one of the following:
class RankBySumExprUnionMember7ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember7ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankBySumExprUnionMember7ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankBySumExprUnionMember7ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankBySumExprUnionMember7ExprUnionMember5:
exprs: Iterable[RankBySumExprUnionMember7ExprUnionMember5Expr]
Accepts one of the following:
class RankBySumExprUnionMember7ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember7ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankBySumExprUnionMember7ExprUnionMember6:
exprs: Iterable[RankBySumExprUnionMember7ExprUnionMember6Expr]
Accepts one of the following:
class RankBySumExprUnionMember7ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember7ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankBySumExprUnionMember7ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankBySumExprUnionMember7ExprUnionMember7Expr
Accepts one of the following:
class RankBySumExprUnionMember7ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankBySumExprUnionMember7ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Log"]
type: Literal["Sum"]
class RankByMult:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByDiv:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMax:
exprs: Iterable[RankByMaxExpr]
Accepts one of the following:
class RankByMaxExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMaxExprUnionMember2:
exprs: Iterable[RankByMaxExprUnionMember2Expr]
Accepts one of the following:
class RankByMaxExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMaxExprUnionMember2ExprUnionMember2:
exprs: Iterable[RankByMaxExprUnionMember2ExprUnionMember2Expr]
Accepts one of the following:
class RankByMaxExprUnionMember2ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember2ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByMaxExprUnionMember2ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMaxExprUnionMember2ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMaxExprUnionMember2ExprUnionMember5:
exprs: Iterable[RankByMaxExprUnionMember2ExprUnionMember5Expr]
Accepts one of the following:
class RankByMaxExprUnionMember2ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember2ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByMaxExprUnionMember2ExprUnionMember6:
exprs: Iterable[RankByMaxExprUnionMember2ExprUnionMember6Expr]
Accepts one of the following:
class RankByMaxExprUnionMember2ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember2ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByMaxExprUnionMember2ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMaxExprUnionMember2ExprUnionMember7Expr
Accepts one of the following:
class RankByMaxExprUnionMember2ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember2ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Sum"]
class RankByMaxExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMaxExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMaxExprUnionMember5:
exprs: Iterable[RankByMaxExprUnionMember5Expr]
Accepts one of the following:
class RankByMaxExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMaxExprUnionMember5ExprUnionMember2:
exprs: Iterable[RankByMaxExprUnionMember5ExprUnionMember2Expr]
Accepts one of the following:
class RankByMaxExprUnionMember5ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember5ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByMaxExprUnionMember5ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMaxExprUnionMember5ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMaxExprUnionMember5ExprUnionMember5:
exprs: Iterable[RankByMaxExprUnionMember5ExprUnionMember5Expr]
Accepts one of the following:
class RankByMaxExprUnionMember5ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember5ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByMaxExprUnionMember5ExprUnionMember6:
exprs: Iterable[RankByMaxExprUnionMember5ExprUnionMember6Expr]
Accepts one of the following:
class RankByMaxExprUnionMember5ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember5ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByMaxExprUnionMember5ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMaxExprUnionMember5ExprUnionMember7Expr
Accepts one of the following:
class RankByMaxExprUnionMember5ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember5ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Max"]
class RankByMaxExprUnionMember6:
exprs: Iterable[RankByMaxExprUnionMember6Expr]
Accepts one of the following:
class RankByMaxExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMaxExprUnionMember6ExprUnionMember2:
exprs: Iterable[RankByMaxExprUnionMember6ExprUnionMember2Expr]
Accepts one of the following:
class RankByMaxExprUnionMember6ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember6ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByMaxExprUnionMember6ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMaxExprUnionMember6ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMaxExprUnionMember6ExprUnionMember5:
exprs: Iterable[RankByMaxExprUnionMember6ExprUnionMember5Expr]
Accepts one of the following:
class RankByMaxExprUnionMember6ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember6ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByMaxExprUnionMember6ExprUnionMember6:
exprs: Iterable[RankByMaxExprUnionMember6ExprUnionMember6Expr]
Accepts one of the following:
class RankByMaxExprUnionMember6ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember6ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByMaxExprUnionMember6ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMaxExprUnionMember6ExprUnionMember7Expr
Accepts one of the following:
class RankByMaxExprUnionMember6ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember6ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Min"]
class RankByMaxExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMaxExprUnionMember7Expr
Accepts one of the following:
class RankByMaxExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMaxExprUnionMember7ExprUnionMember2:
exprs: Iterable[RankByMaxExprUnionMember7ExprUnionMember2Expr]
Accepts one of the following:
class RankByMaxExprUnionMember7ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember7ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByMaxExprUnionMember7ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMaxExprUnionMember7ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMaxExprUnionMember7ExprUnionMember5:
exprs: Iterable[RankByMaxExprUnionMember7ExprUnionMember5Expr]
Accepts one of the following:
class RankByMaxExprUnionMember7ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember7ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByMaxExprUnionMember7ExprUnionMember6:
exprs: Iterable[RankByMaxExprUnionMember7ExprUnionMember6Expr]
Accepts one of the following:
class RankByMaxExprUnionMember7ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember7ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByMaxExprUnionMember7ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMaxExprUnionMember7ExprUnionMember7Expr
Accepts one of the following:
class RankByMaxExprUnionMember7ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMaxExprUnionMember7ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Log"]
type: Literal["Max"]
class RankByMin:
exprs: Iterable[RankByMinExpr]
Accepts one of the following:
class RankByMinExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMinExprUnionMember2:
exprs: Iterable[RankByMinExprUnionMember2Expr]
Accepts one of the following:
class RankByMinExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMinExprUnionMember2ExprUnionMember2:
exprs: Iterable[RankByMinExprUnionMember2ExprUnionMember2Expr]
Accepts one of the following:
class RankByMinExprUnionMember2ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember2ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByMinExprUnionMember2ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMinExprUnionMember2ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMinExprUnionMember2ExprUnionMember5:
exprs: Iterable[RankByMinExprUnionMember2ExprUnionMember5Expr]
Accepts one of the following:
class RankByMinExprUnionMember2ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember2ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByMinExprUnionMember2ExprUnionMember6:
exprs: Iterable[RankByMinExprUnionMember2ExprUnionMember6Expr]
Accepts one of the following:
class RankByMinExprUnionMember2ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember2ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByMinExprUnionMember2ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMinExprUnionMember2ExprUnionMember7Expr
Accepts one of the following:
class RankByMinExprUnionMember2ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember2ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Sum"]
class RankByMinExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMinExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMinExprUnionMember5:
exprs: Iterable[RankByMinExprUnionMember5Expr]
Accepts one of the following:
class RankByMinExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMinExprUnionMember5ExprUnionMember2:
exprs: Iterable[RankByMinExprUnionMember5ExprUnionMember2Expr]
Accepts one of the following:
class RankByMinExprUnionMember5ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember5ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByMinExprUnionMember5ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMinExprUnionMember5ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMinExprUnionMember5ExprUnionMember5:
exprs: Iterable[RankByMinExprUnionMember5ExprUnionMember5Expr]
Accepts one of the following:
class RankByMinExprUnionMember5ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember5ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByMinExprUnionMember5ExprUnionMember6:
exprs: Iterable[RankByMinExprUnionMember5ExprUnionMember6Expr]
Accepts one of the following:
class RankByMinExprUnionMember5ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember5ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByMinExprUnionMember5ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMinExprUnionMember5ExprUnionMember7Expr
Accepts one of the following:
class RankByMinExprUnionMember5ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember5ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Max"]
class RankByMinExprUnionMember6:
exprs: Iterable[RankByMinExprUnionMember6Expr]
Accepts one of the following:
class RankByMinExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMinExprUnionMember6ExprUnionMember2:
exprs: Iterable[RankByMinExprUnionMember6ExprUnionMember2Expr]
Accepts one of the following:
class RankByMinExprUnionMember6ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember6ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByMinExprUnionMember6ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMinExprUnionMember6ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMinExprUnionMember6ExprUnionMember5:
exprs: Iterable[RankByMinExprUnionMember6ExprUnionMember5Expr]
Accepts one of the following:
class RankByMinExprUnionMember6ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember6ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByMinExprUnionMember6ExprUnionMember6:
exprs: Iterable[RankByMinExprUnionMember6ExprUnionMember6Expr]
Accepts one of the following:
class RankByMinExprUnionMember6ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember6ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByMinExprUnionMember6ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMinExprUnionMember6ExprUnionMember7Expr
Accepts one of the following:
class RankByMinExprUnionMember6ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember6ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Min"]
class RankByMinExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMinExprUnionMember7Expr
Accepts one of the following:
class RankByMinExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByMinExprUnionMember7ExprUnionMember2:
exprs: Iterable[RankByMinExprUnionMember7ExprUnionMember2Expr]
Accepts one of the following:
class RankByMinExprUnionMember7ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember7ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByMinExprUnionMember7ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByMinExprUnionMember7ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByMinExprUnionMember7ExprUnionMember5:
exprs: Iterable[RankByMinExprUnionMember7ExprUnionMember5Expr]
Accepts one of the following:
class RankByMinExprUnionMember7ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember7ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByMinExprUnionMember7ExprUnionMember6:
exprs: Iterable[RankByMinExprUnionMember7ExprUnionMember6Expr]
Accepts one of the following:
class RankByMinExprUnionMember7ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember7ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByMinExprUnionMember7ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByMinExprUnionMember7ExprUnionMember7Expr
Accepts one of the following:
class RankByMinExprUnionMember7ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByMinExprUnionMember7ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Log"]
type: Literal["Min"]
class RankByLog:
base: float
exclusiveMinimum0
expr: RankByLogExpr
Accepts one of the following:
class RankByLogExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember1:
type: Literal["Const"]
value: float
class RankByLogExprUnionMember2:
exprs: Iterable[RankByLogExprUnionMember2Expr]
Accepts one of the following:
class RankByLogExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByLogExprUnionMember2ExprUnionMember2:
exprs: Iterable[RankByLogExprUnionMember2ExprUnionMember2Expr]
Accepts one of the following:
class RankByLogExprUnionMember2ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember2ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByLogExprUnionMember2ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByLogExprUnionMember2ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByLogExprUnionMember2ExprUnionMember5:
exprs: Iterable[RankByLogExprUnionMember2ExprUnionMember5Expr]
Accepts one of the following:
class RankByLogExprUnionMember2ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember2ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByLogExprUnionMember2ExprUnionMember6:
exprs: Iterable[RankByLogExprUnionMember2ExprUnionMember6Expr]
Accepts one of the following:
class RankByLogExprUnionMember2ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember2ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByLogExprUnionMember2ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByLogExprUnionMember2ExprUnionMember7Expr
Accepts one of the following:
class RankByLogExprUnionMember2ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember2ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Sum"]
class RankByLogExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByLogExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByLogExprUnionMember5:
exprs: Iterable[RankByLogExprUnionMember5Expr]
Accepts one of the following:
class RankByLogExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByLogExprUnionMember5ExprUnionMember2:
exprs: Iterable[RankByLogExprUnionMember5ExprUnionMember2Expr]
Accepts one of the following:
class RankByLogExprUnionMember5ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember5ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByLogExprUnionMember5ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByLogExprUnionMember5ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByLogExprUnionMember5ExprUnionMember5:
exprs: Iterable[RankByLogExprUnionMember5ExprUnionMember5Expr]
Accepts one of the following:
class RankByLogExprUnionMember5ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember5ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByLogExprUnionMember5ExprUnionMember6:
exprs: Iterable[RankByLogExprUnionMember5ExprUnionMember6Expr]
Accepts one of the following:
class RankByLogExprUnionMember5ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember5ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByLogExprUnionMember5ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByLogExprUnionMember5ExprUnionMember7Expr
Accepts one of the following:
class RankByLogExprUnionMember5ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember5ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Max"]
class RankByLogExprUnionMember6:
exprs: Iterable[RankByLogExprUnionMember6Expr]
Accepts one of the following:
class RankByLogExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByLogExprUnionMember6ExprUnionMember2:
exprs: Iterable[RankByLogExprUnionMember6ExprUnionMember2Expr]
Accepts one of the following:
class RankByLogExprUnionMember6ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember6ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByLogExprUnionMember6ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByLogExprUnionMember6ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByLogExprUnionMember6ExprUnionMember5:
exprs: Iterable[RankByLogExprUnionMember6ExprUnionMember5Expr]
Accepts one of the following:
class RankByLogExprUnionMember6ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember6ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByLogExprUnionMember6ExprUnionMember6:
exprs: Iterable[RankByLogExprUnionMember6ExprUnionMember6Expr]
Accepts one of the following:
class RankByLogExprUnionMember6ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember6ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByLogExprUnionMember6ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByLogExprUnionMember6ExprUnionMember7Expr
Accepts one of the following:
class RankByLogExprUnionMember6ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember6ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Min"]
class RankByLogExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByLogExprUnionMember7Expr
Accepts one of the following:
class RankByLogExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
class RankByLogExprUnionMember7ExprUnionMember2:
exprs: Iterable[RankByLogExprUnionMember7ExprUnionMember2Expr]
Accepts one of the following:
class RankByLogExprUnionMember7ExprUnionMember2ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember7ExprUnionMember2ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Sum"]
class RankByLogExprUnionMember7ExprUnionMember3:
exprs: Iterable[object]
type: Literal["Mult"]
class RankByLogExprUnionMember7ExprUnionMember4:
exprs: Iterable[object]
type: Literal["Div"]
class RankByLogExprUnionMember7ExprUnionMember5:
exprs: Iterable[RankByLogExprUnionMember7ExprUnionMember5Expr]
Accepts one of the following:
class RankByLogExprUnionMember7ExprUnionMember5ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember7ExprUnionMember5ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Max"]
class RankByLogExprUnionMember7ExprUnionMember6:
exprs: Iterable[RankByLogExprUnionMember7ExprUnionMember6Expr]
Accepts one of the following:
class RankByLogExprUnionMember7ExprUnionMember6ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember7ExprUnionMember6ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Min"]
class RankByLogExprUnionMember7ExprUnionMember7:
base: float
exclusiveMinimum0
expr: RankByLogExprUnionMember7ExprUnionMember7Expr
Accepts one of the following:
class RankByLogExprUnionMember7ExprUnionMember7ExprUnionMember0:
name: Literal["ann", "stars", "issues_closed", 2 more]
Accepts one of the following:
"ann"
"stars"
"issues_closed"
"age"
"recency"
type: Literal["Attr"]
class RankByLogExprUnionMember7ExprUnionMember7ExprUnionMember1:
type: Literal["Const"]
value: float
type: Literal["Log"]
type: Literal["Log"]
type: Literal["Log"]
ReturnsExpand Collapse
class SearchRepoNaturalLanguageResponse:
count: float

Number of repositories returned

repositories: List[Repository]

Array of repository search results with relevance scores and 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[RepositoryContributors]

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

edges: List[RepositoryContributorsEdge]

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

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

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

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

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

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

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

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

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

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

edges: List[RepositoryStarrersEdge]

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

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

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

search_query: str

The generated search query used for semantic search

page_info: Optional[PageInfo]

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

Search GitHub repositories using natural language
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.search_repos.natural_language(
    query="Find React libraries with over 1000 stars that have good TypeScript support and are actively maintained",
)
print(response.count)
{
  "count": 20,
  "repositories": [
    {
      "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"
    }
  ],
  "searchQuery": "react component library",
  "pageInfo": {
    "endCursor": "endCursor",
    "hasNextPage": true
  }
}
Returns Examples
{
  "count": 20,
  "repositories": [
    {
      "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"
    }
  ],
  "searchQuery": "react component library",
  "pageInfo": {
    "endCursor": "endCursor",
    "hasNextPage": true
  }
}