Job Posting Data
...
Jobs Data API
Endpoints

Collect

3min
overview find instructions for collection endpoint usage and data collection use the collection endpoints to collect job posting data using ids or shorthand names data collection using ids https //docs coresignal com/api/jobs data api collect endpoints#fqwb5 learn how to obtain job posting data using job ids key collect endpoint job posting id /v2/job base/collect/{job id} job posting id retrieved using search endpoints 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 collection using ids enter the numeric job id instead of {job id} and your api key instead of {api key} in the request template curl request example curl x 'get' \\ 'https //api coresignal com/cdapi/v2/job base/collect/{job id}' \\ h 'accept application/json' \\ h 'apikey {api key}' copy the edited request import the request in postman by clicking the import button and pasting the request in click authorization select api key enter the correct values \ key – enter apikey \ value – enter your unique api key send the request collect the job posting data from body