Search Filters Pagination: Employee Posts API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/employee_post/search/filter?after="2025-07-14T00:00:00.000Z",7350452046057107456' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"article_body": "newest invention",
"date_published_gte": "2025-07-01"
}'[
1000,
1001,
3000,
4004
]curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/employee_post/search/filter?items_per_page=250' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"article_body": "newest invention",
"date_published_gte": "2025-07-01"
}'