LinkedInget/get-profile-recent-activity-time

Get Profile Recent Activity Time

Profile APIs
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Check when a LinkedIn user was last active on the platform. Activity recency is a critical signal for outreach timing — contacting recently active users dramatically increases response rates compared to dormant profiles.

Use cases

Optimize outreach timing based on profile activity recency
Filter out dormant profiles from contact lists
Prioritize active prospects for sales cadences

Parameters

NameInTypeRequiredDescription
usernamequerystringrequiredDefault: adamselipsky

Responses

OK

{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    },
    "data": {
      "type": "object",
      "properties": {
        "time": {
          "type": "string"
        }
      }
    }
  }
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "Get_Profile_Recent_Activity_Time",
  "method": "get",
  "path": "/get-profile-recent-activity-time",
  "summary": "Get Profile Recent Activity Time",
  "description": "Get the time of the profile's last activity",
  "parameters": [
    {
      "name": "username",
      "in": "query",
      "required": true,
      "schema": {
        "type": "string",
        "default": "adamselipsky"
      }
    }
  ],
  "responses": [
    {
      "statusCode": "200",
      "description": "OK",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "properties": {
              "success": {
                "type": "boolean"
              },
              "message": {
                "type": "string"
              },
              "data": {
                "type": "object",
                "properties": {
                  "time": {
                    "type": "string"
                  }
                }
              }
            }
          },
          "example": {
            "success": true,
            "message": "",
            "data": {
              "time": "11h"
            }
          }
        }
      }
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Related endpoints

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.

LinkedIn activity time APIlast active APIprofile activity recencyLinkedIn APILinkedIn data APILinkedIn scraper API