Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.agntdata.dev/v1/data/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 } }