User Data

Comprehensive, up to date data on every active github user.

Each profile contains core information on the user, including name, email, and linkedin + their github repos, events, issues, and commits.

Fields

Core Fields

Core information on the person

  • blog: the user’s blog link
  • github_username: the user’s GitHub username
  • instagram_username: the user’s Instagram username
  • x_username: the user’s X (Twitter) username
  • linkedin_username: the user’s LinkedIn username
  • avatar_url: the user’s GitHub avatar image URL
  • public_gists: number of public GitHub gists
  • bio: the user’s GitHub bio
  • email: primary/best email for the user
  • last_name: last name
  • first_name: first name
  • middle_name: middle name
  • full_name: full name
  • followers: number of GitHub followers
  • following: number of GitHub users followed
  • public_repos: number of public repositories
  • hireable: whether the user is marked as hireable on GitHub
  • location: location listed on GitHub
  • country: country
  • company: company listed on GitHub
  • company_name: the company name, normalized
  • company_linkedin: their company’s linkedin url
  • company_size: the size of their company as a range ex. 11-50
  • company_website: their company’s website
  • company_industry: their company’s industry
  • company_founded: year their company was founded
  • company_country: country their company is based in
  • title: job title
  • work_email: work email
  • created_at: GitHub account creation date (Flatfile Only)
  • updated_at: date of last GitHub profile update (Flatfile Only)
  • all_names: all names associated with the user
  • social_accounts: list of social media accounts (URLs)
  • emails: list of known email addresses
{
  "public_gists": 11,
  "followers": 24,
  "updated_at": "2025-04-15",
  "github_username": "iaminawe",
  "following": 68,
  "avatar_url": "https://avatars.githubusercontent.com/u/725813?v=4",
  "bio": "Consultant | Developer | Entrepreneur AI Agents, Devops, Drupal, Open Source, Javascript and Fly.io ",
  "blog": "http://greggcoppen.com",
  "linkedin_username": "greggcoppen",
  "public_repos": 125,
  "created_at": "2011-04-12",
  "hireable": true,
  "location": "Nelson BC",
  "company": "iaminawe",
  "social_accounts": [
    "facebook.com/greggcoppen"
  ],
  "work_email": "gregg@iaminawe.com",
  "company_linkedin": "linkedin.com/company/iaminawe",
  "company_name": "iaminawe",
  "title": "owner, developer and animator",
  "country": "canada",
  "company_size": "1-10",
  "company_founded": 2000,
  "company_website": "iaminawe.com",
  "company_industry": "internet",
  "company_country": "canada",
  "full_name": "Gregg Coppen",
  "last_name": "Coppen",
  "first_name": "Gregg",
  "emails": [
    "gregg@iaminawe.com",
    "gregg@smrt1.ca"
  ],
  "email": "gregg@iaminawe.com",
  "x_username": "skabenga",
  "github_url": "github.com/iaminawe",
  "x_url": "x.com/skabenga",
  "linkedin_url": "linkedin.com/in/greggcoppen"
}

Repos

Github repos the user has forked or authored

  • repos.id: unique ID of the repository
  • repos.name: name of the repository
  • repos.full_name: owner/repo format
  • repos.description: short description of the repository
  • repos.language: primary programming language
  • repos.created_at: timestamp when the repo was created
  • repos.updated_at: timestamp when the repo was last updated
  • repos.stargazers_count: number of GitHub stars
  • repos.forks_count: number of forks
  • repos.open_issues_count: number of open issues
  • repos.archived: whether the repo is archived
  • repos.topics: a li
  • repos.default_branch: the name of the repo’s default branch
  • repos.owner.login: the repo owner’s github username
  • repos.owner.type: the repo owner’s github account type (user or organization)
  • repos.owner.avatar_url: the repo owner’s avatar url
{
  "repos": [
    {
      "id": 853843195,
      "name": "genkitx-github",
      "full_name": "xavidop/genkitx-github",
      "description": "Community Plugin for Genkit to use Github Models",
      "language": "TypeScript",
      "topics": [
        "ai",
        "ai21",
        "ai21labs",
        "cohere",
        "firebase",
        "gen-ai",
        "generative-ai",
        "genkit",
        "genkit-plugin",
        "genkitx",
        "github",
        "github-models",
        "jais",
        "lllama",
        "meta",
        "meta-llama",
        "mistral",
        "openai",
        "plugin"
      ],
      "created_at": "2024-09-07",
      "updated_at": "2025-04-18",
      "stargazers_count": 29,
      "forks_count": 4,
      "open_issues_count": 0,
      "archived": false,
      "default_branch": "main",
      "owner": {
        "login": "xavidop",
        "avatar_url": "https://avatars.githubusercontent.com/u/4416096?v=4",
        "type": "user"
      }
    }
  ]
}

Commits

Github commits the user has made

  • commits.sha: commit SHA hash
  • commits.url: HTML URL to the commit on GitHub
  • commits.message: commit message
  • commits.author_name: name of the commit author
  • commits.author_email: email of the commit author
  • commits.date: date/time of the commit
  • commits.repo_full_name: full repository name (owner/repo)
  • commits.repo_url: HTML URL to the repository
{
  "commits": [
    {
      "sha": "f56d7191a0d205a2c7366d58cd32f3879b66c45e",
      "url": "https://github.com/iaminawe/creepycrawly/commit/f56d7191a0d205a2c7366d58cd32f3879b66c45e",
      "message": "Full rewrite of frontend and some improvements to backend integration",
      "author_name": "Gregg Coppen",
      "author_email": "gregg@iaminawe.com",
      "date": "2025-02-12",
      "repo_full_name": "iaminawe/creepycrawly",
      "repo_url": "https://github.com/iaminawe/creepycrawly"
    }
  ]
}

Issues

Github issues the user created, commented on, was tagged in, or interacted with

  • issues.raised_by: GitHub username of the person who created or raised the issue
  • issues.date: Date the issue was created
  • issues.updated_at: Date the issue was last updated
  • issues.closed_at: Date the issue was closed (if applicable)
  • issues.link: Direct URL to the issue on GitHub
  • issues.title: Title of the issue
  • issues.message: Combined title and body content of the issue
  • issues.type: Type of event (always “issues” in this context)
  • issues.description: Description/body of the issue
  • issues.issue_number: Numeric ID of the issue within the repository
  • issues.status: Current status of the issue
  • issues.author_association: Author’s relationship to the repository
  • issues.repo_name: Full name of the repository (owner/repo format)
  • issues.labels: List of labels applied to the issue
  • issues.comment_count: Total number of comments on the issue
  • issues.state_reason: Reason the issue was closed (e.g. completed, not_planned)
  • issues.merged_at: Timestamp of merge (if the issue was a pull request), or null
{
  "issues": [
    {
      "raised_by": "iaminawe",
      "date": "2021-11-10",
      "updated_at": "2021-12-16",
      "closed_at": "2021-12-16",
      "link": "https://github.com/omega8cc/boa/issues/1598",
      "title": "Clean system install with Stable or Head 4.3.1 does not complete",
      "message": "Clean system install with Stable or Head 4.3.1 does not complete\nUsing Debian Stretch fresh instance\r\n\r\nIf I install stable - I end up with Percona missing Key loop\r\nIf I install head  - It ends up hanging after PHP 7.4 has installed - Part 3/3\r\n\r\nNeither of these gives me a workable Aegir instance\r\n\r\nCan anyone install this fresh without issues at the moment?\r\n\r\nThanks in advance for any attention this can be given - I am on week 2 of trying different things and have not been able to get anything to work",
      "type": "issues",
      "description": "Description of the issue",
      "issue_number": "1598",
      "status": "Closed",
      "author_association": "NONE",
      "repo_name": "omega8cc/boa",
      "labels": [
        "type - bug report",
        "status - duplicate"
      ],
      "comment_count": 7,
      "state_reason": "completed",
      "merged_at": null
    }
  ]
}

Events

Events, including issues, pull requests, comments, deletions, and stars, the user has made on github

  • events.date: timestamp of the event formatted yyyy-mm-dd
  • events.type: type of the event
  • events.message: description of the event
  • events.repo: object containing repo metadata, e.g. full_name
  • events.link: URL to view the event (e.g. commit, issue, PR)

Possible values for type field:

  • commit
  • created_branch
  • created_repo
  • created_tag
  • delete
  • forked_repo
  • issue_comment
  • issues
  • pull_request
  • push
  • release
  • star
  • watch
{
  "events": [
    {
      "date": "2025-01-12",
      "type": "forked_repo",
      "link": "https://github.com/iaminawe/n8n",
      "message": "Forked n8n-io/n8n",
      "repo": {
        "full_name": "n8n-io/n8n",
        "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
        "language": "TypeScript",
        "topics": [
          "ai",
          "apis",
          "automation",
          "cli",
          "data-flow",
          "development",
          "integration-framework",
          "integrations",
          "ipaas",
          "low-code",
          "low-code-platform",
          "mcp",
          "mcp-client",
          "mcp-server",
          "n8n",
          "no-code",
          "self-hosted",
          "typescript",
          "workflow",
          "workflow-automation"
        ],
        "stargazers_count": 83313,
        "created_at": "2019-06-22",
        "updated_at": "2025-04-20"
      }
    }
  ]
}

Repo Data

Accurate, comprehensive, and real-time data on over a billion github repos.

Fields

Core Fields

  • full_name: owner/repo format
  • topics: list of topics the repo was tagged with
  • description: short description of the repository
  • language: primary programming language
  • created_at: date when the repo was created yyyy-mm-dd
  • updated_at: date when the repo was last updated yyyy-mm-dd
  • stargazers_count: number of GitHub stars
{
  "full_name": "xavidop/genkitx-github",
  "description": "Community Plugin for Genkit to use Github Models",
  "language": "TypeScript",
  "topics": [
    "ai",
    "ai21",
    "ai21labs",
    "cohere",
    "firebase",
    "gen-ai",
    "generative-ai",
    "genkit",
    "genkit-plugin",
    "genkitx",
    "github",
    "github-models",
    "jais",
    "lllama",
    "meta",
    "meta-llama",
    "mistral",
    "openai",
    "plugin"
  ],
  "created_at": "2024-09-07",
  "updated_at": "2025-04-18",
  "stargazers_count": 29
}