GET
/
get-profile-recent-activity-time
curl --request GET \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/get-profile-recent-activity-time \
  --header 'x-rapidapi-key: <api-key>'
{
  "message": "ok",
  "data": {
    "recent_activity_time": "4d"
  }
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

linkedin_url
string
required

Response

200
application/json
Success
message
string
Example:

"ok"

data
object