cURL
curl --request GET \ --url https://api.agntdata.dev/v1/linkedin/get-company-jobs-count \ --header 'Authorization: <api-key>'
{ "key1": "value", "key2": "value" }
Get total number of opening jobs the company
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
{ "success": true, "message": "", "data": { "total": 3964 } }