Example queries
We have supplied example GraphQL queries that you can copy and pasted into your GraphQL query builder.
Can't find the field you're looking for? Remember that you can customise each of the provided example queries to return the information that matters to you
Find one or more people using a search keyword. The searchKeyword operates over the firstName, lastName and organizationName. A combination of firstName, lastName and organizationName can be used to further refine search results.
Search for a specific individual using their Altrata ID.
Search for up to 100 people using their Altrata IDs.
Find one or more organizations using a search keyword. The searchKeyword operates over the organizationName.
Search for a specific organization using their Altrata ID.
Search for up to 100 organizations using their Altrata IDs.
Facilitates searching for individuals based on various attributes such as name, employment history, role details, and professional status.
Sample Request
Sample Response
Enables users to find organizations based on specific parameters such as company size, industry, revenue, and market capitalization.
Sample Request
Sample Response
Query to initiate the generation of a downloadable file containing a person's profile data, enabling users to retrieve and export detailed information about a specific individual.
Sample Request
Sample Response
Note - Once we have received a response to our query, copy the URL into your browser and press enter; the pdf file will be downloaded immediately.
Query to initiate the generation of a downloadable file containing an organization's profile data, allowing users to retrieve and export relevant organizational information.
Sample Request
Sample Response
Note - Once we have received a response to our query, copy the URL into your browser and press enter; the pdf file will be downloaded immediately.



