For the complete documentation index, see llms.txt. This page is also available as Markdown.

Collect: Company Posts API

Data type:

URL:

Company Posts

https://api.coresignal.com/cdapi/v2/company_post/collect/{post_id}


Overview

Find instructions for collection endpoint usage and data collection.

Use the collection endpoint to collect posts data using IDs.

Learn how to obtain posts data using IDs.

Key
Collect endpoint
Function

Company Posts ID

/v2/company_post/collect/{post_id}

Retrieved using search endpoints.

Collection using posts IDs

Examples in this article are prepared using Postman. However, you can use the most convenient tool for you: terminal, Postman, or any API-compatible application.

cURL (Postman)

Use the provided request template below. Enter a valid post_id value and your API Key.

cURL request example
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_post/collect/{post_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
cURL request example with several fields
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_post/collect/{post_id}?fields=company_name&fields=date_published' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'

Last updated

Was this helpful?