Search Filters: Employee Posts API
Data type:
Query type:
URL:
Employee Posts
Coresignal's custom filters
https://api.coresignal.com/cdapi/v2/employee_post/search/filter
Overview
Explore the available filters, their explanations, potential applications, and helpful tips for the endpoint /v2/employee_post/search/filter usage.
Use this endpoint to collect employee posts IDs with relevant keywords.
Opt for this endpoint if you prefer uncomplicated queries. Details about filter explanations and how to use them are provided below.
Endpoint structure
{
"author_profile_url": "string",
"article_body": "string",
"comments_profile_url": "string",
"comments_body": "string",
"date_published_gte": "string",
"date_published_lte": "string"
}Filter list
Keep in mind that example outputs are redacted and may not contain all the fields you would receive using the endpoint.
author_profile_url
author_profile_url
String
Author's profile URL
Use it to find records based on the profile's url.
Available operators:
AND (both keywords need to be present)
OR (one of the two input values).
Use "(first phrase) OR (second phrase)" if you are searching for words in a phrase and want them to be interpreted together.
Example input:
article_body
article_body
String
Content of the post
Use it to find records based on content.
Available operators:
AND (both keywords need to be present)
OR (one of the two input values).
Use "(first phrase) OR (second phrase)" if you are searching for words in a phrase and want them to be interpreted together.
Example input:
comments_body
comments_body
String
Content of the comment
Use it to find post records based on the comments.
Available operators:
AND (both keywords need to be present)
OR (one of the two input values).
Use "(first phrase) OR (second phrase)" if you are searching for words in a phrase and want them to be interpreted together.
Example input:
Last updated
Was this helpful?
comments_profile_url
comments_profile_urlString
Profile URL of a posted comment
Use to find post records based on the posted comment profile URL.
Available operators:
AND (both keywords need to be present)
OR (one of the two input values).
Use
"(first phrase) OR (second phrase)"if you are searching for words in a phrase and want them to be interpreted together.Example input: