Collect
Data type:
URL:
Base Jobs
https://api.coresignal.com/cdapi/v2/job_base/collect/{job_id}
Overview
Find instructions for collection endpoint usage and data collection.
Use the collection endpoint to collect job posting data using IDs.
Learn how to obtain job posting data using IDs.
Key
Collect endpoint
Function
Job posting ID
/v2/job_base/collect/{job_id}
Retrieved using search endpoints.
Collection using job 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 job_id
value and your API Key
.
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/job_base/collect/{job_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
Last updated
Was this helpful?