Employee Posts API

Overview

This section covers basic information on the Employee Posts API.

To learn more about the API and its endpoints, follow the links below:

Employee Posts API endpints

Request types

Rate limits

Credits

Employee Posts API endpoints

Our API is a data retrieval tool. The endpoints do not support analytic features.

Employee Posts API features two search endpoints and one collect endpoints to retrieve employee posts data. Use the endpoints with any API-compatible application.

Request type
Endpoint
Function

POST

/v2/post_employee/search/filter

Search for relevant company profiles using search filters

POST

/v2/post_employee/search/es_dsl

An Elasticsearch DSL schema that maps directly to our output data.

GET

/v2/post_employee/collect/{post_id}

Convert the collected IDs to posts data

Request types

Employee Posts API supports two types of requests:

  • Search endpoints support POST requests only.

  • Collect endpoints support GET requests only.

Request type
Endpoint

POST

/v2/post_employee/search/filter

POST

/v2/post_employee/search/es_dsl

GET

/v2/post_employee/collect/{post_id}

Rate limits

Employee Posts API endpoints restrict the number of requests allowed per second.

Search endpoints

Collection endpoints

27 requests per second

54 requests per second

Credits

One search credit is deducted for one successful (200) request in the search endpoints:

  • /v2/post_employee/search/filter

  • /v2/post_employee/search/es_dsl

One collect credit is deducted for one successful (200) request in the collection endpoints:

  • /v2/post_employee/collect/{post_id}


Read more about credits in the following topic:

Last updated

Was this helpful?