POST Request: Real-time Employee API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl -X 'POST' \
'https://api.coresignal.com/rtapi/v2/employee/scrape' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"url": "https://www.professional-network.com/john-doe",
"max_age": 336
}'