Skip to content
Get started

Get repositories by GitHub node IDs

raw_repos.retrieve(RawRepoRetrieveParams**kwargs) -> RawRepoRetrieveResponse
POST/raw/repos

Fetch GitHub repositories by their node IDs. Supports batch requests (1-100 IDs). Requires RAW service. Credits: 1 per result returned + graph relationship credits if includeAttributes is specified.

ParametersExpand Collapse
github_ids: SequenceNotStr[str]

Array of GitHub node IDs (1-100)

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"
ReturnsExpand Collapse
class RawRepoRetrieveResponse:
count: float

Number of repositories returned

repositories: List[Repository]

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

Get repositories by GitHub node IDs
import os
from bountylab import Bountylab

client = Bountylab(
    api_key=os.environ.get("BOUNTYLAB_API_KEY"),  # This is the default and can be omitted
)
raw_repo = client.raw_repos.retrieve(
    github_ids=["MDEwOlJlcG9zaXRvcnkxMjk2MjY5", "MDEwOlJlcG9zaXRvcnkxMDI3"],
)
print(raw_repo.count)
{
  "count": 2,
  "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"
    }
  ]
}
Returns Examples
{
  "count": 2,
  "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"
    }
  ]
}