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
Employee Posts API features two search endpoints and one collect endpoints to retrieve employee posts data. Use the endpoints with any API-compatible application.
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
All Employee Posts API requests must be made over HTTPS. Requests made over HTTP will fail or be redirected to HTTPS.
Employee Posts API supports two types of requests:
Search endpoints support POST requests only.
Collect endpoints support GET requests only.
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?