Skip to main content

Get Recent Activity Time

GET /get-recent-activity-time

Get the timestamp of a LinkedIn profile's most recent activity.

Pricing

1 credit per call.

Parameters

ParameterTypeRequiredDescription
linkedin_urlstringYesLinkedIn profile URL

Example Request

curl --request GET \
--url 'https://api.infoplug.io/get-recent-activity-time?linkedin_url=https://www.linkedin.com/in/example/' \
--header 'X-INFOPLUG-API-KEY: YOUR_API_KEY'

Example Response

{
"data": {
"last_activity_time": "2024-01-15T14:30:00Z"
}
}