latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-0520621.8 MB

910f8a49ca9e

Search GitHub users using 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.

post/search/users/natural-language

Request body

querystring required

Natural language query describing the users you want to find

maxResultsinteger

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

firstinteger

Alias for maxResults (takes precedence if both provided)

enablePaginationboolean

Enable cursor-based pagination to fetch results across multiple requests

afterstring

Cursor for pagination (from previous response pageInfo.endCursor)

dataset'standard' | 'professional'

Which dataset to search. 'standard' uses the base namespace; 'professional' uses the LinkedIn-enriched namespace with additional professional fields.

Example request

{
  "query": "Find machine learning engineers at Google who work on AI infrastructure",
  "maxResults": 50,
  "first": 50,
  "enablePagination": true,
  "after": "Y3Vyc29yOjEyMzQ1",
  "dataset": "standard"
}

Response

Search results retrieved successfully

NaturalLanguageSearchUsersResponse required— unresolved $ref