Scroll

Cost: 2 credits per person returned. 2 credits minimum if no results are found.

Searches people based on given criteria using cursor-based pagination.

You can request the next page of results by using the cursor parameter. The cursor is a string that encodes the current position in the result set. In case no cursor is provided, the first page of results is returned. You can then use the next_cursor parameter to get the next page of results.

This will allow you to scroll over the results without having to keep track of the current page number and also allow paginating into more than 10.000 results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32
1 to 100

The number of results to return in each page. Must be between 1 and 100

string | null

The cursor to use for pagination. This is used for cursor based pagination. If this is set, Page will be ignored.

companyFilter
object | null

The filters to be applied on the companies to find people for

string | null

The search query to apply on the company name and domain

positionQuery
array of strings | null

The list of search queries to apply on the person's current job position/title

positionQuery
date-time | null

Filter by current company join date - only include people who joined after this UTC date

date-time | null

Filter by current company join date - only include people who joined before this UTC date

date-time | null

Filter by current position start date - only include people who started after this UTC date

date-time | null

Filter by current position start date - only include people who started before this UTC date

exclude
object | null

Exclusion filters to apply on the people. If a person matches any of the filters here, it will be excluded from the results.

countries
array of strings | null

The 2 letter country codes to filter by

countries
domains
array of strings | null

The domains to find people for. Up to 100 domains are allowed.

domains
seniority
array of objects | null

The seniorities to filter by

seniority
department
array of objects | null

The departments to filter by

department
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json