Postman Tutorial
Request example:
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/post_employee/search/filter' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"article_body": "newest invention",
"date_published_gte": "2025-07-01"
}'
Last updated
Was this helpful?