Get Article Reactions
curl --request GET \
--url https://api.agntdata.dev/v1/data/linkedin/get-article-reactions \
--header 'Authorization: <api-key>'import requests
url = "https://api.agntdata.dev/v1/data/linkedin/get-article-reactions"
headers = {"Authorization": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: '<api-key>'}};
fetch('https://api.agntdata.dev/v1/data/linkedin/get-article-reactions', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.agntdata.dev/v1/data/linkedin/get-article-reactions",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.agntdata.dev/v1/data/linkedin/get-article-reactions"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.agntdata.dev/v1/data/linkedin/get-article-reactions")
.header("Authorization", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.agntdata.dev/v1/data/linkedin/get-article-reactions")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = '<api-key>'
response = http.request(request)
puts response.read_body{
"success": true,
"message": "success",
"data": {
"currentPage": "1",
"items": [
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFNawHMBq3ZSJEAid0O-Qu6HQnVoErjPUUg",
"url": "https://www.linkedin.com/in/ACoAAFNawHMBq3ZSJEAid0O-Qu6HQnVoErjPUUg",
"fullName": "Ekta Khare",
"headline": "intern @codesoft"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFRChD0BLbkFkOG0thUeWuzxtYz5Yig2ddI",
"url": "https://www.linkedin.com/in/ACoAAFRChD0BLbkFkOG0thUeWuzxtYz5Yig2ddI",
"fullName": "Vaishnavi Singh Parihar",
"headline": "St. aloysius College, Jabalpur"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFTeqTQB6oCuvNbi1wrYXY-yruDM-iL2ngc",
"url": "https://www.linkedin.com/in/ACoAAFTeqTQB6oCuvNbi1wrYXY-yruDM-iL2ngc",
"fullName": "hamid btn",
"headline": "Student at National University of Singapore",
"profilePicture": [
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQH_W2dxnLczWA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1731689710836?e=1736985600&v=beta&t=I1xdDwkzleKTFqDBS2jpxEV6jgucH2Z3szI_2crMjNU",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQH_W2dxnLczWA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1731689710836?e=1736985600&v=beta&t=-YBYp7DLVhrnYRLdV2zTz5WfwiHJE8mJWm8MW7J5H-U",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQH_W2dxnLczWA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1731689710836?e=1736985600&v=beta&t=GEUuHQA2lxYKBBabQSbCAyzg-SalS4Gdmp8tOBzRsx0",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQH_W2dxnLczWA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1731689710839?e=1736985600&v=beta&t=BAk0snEFgpuBdCjJFQkahmTdSu6hRmhpBjhCZ4txUN0",
"width": 96,
"height": 96
}
]
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAABh02Y0BB7gG-hVWcQ_Wk7PY2yhC_f-rfJM",
"url": "https://www.linkedin.com/in/ACoAABh02Y0BB7gG-hVWcQ_Wk7PY2yhC_f-rfJM",
"fullName": "Girish Kumar chawla",
"headline": "PMO packaging",
"profilePicture": [
{
"url": "https://media.licdn.com/dms/image/v2/D4D03AQFzRy0eVwYsOw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1702504972296?e=1736985600&v=beta&t=I1rH5VPcdaLt7O_qb8KvQufdUzUkJjy2fh4axPPfMV0",
"width": 100,
"height": 100
},
{
"url": "https://media.licdn.com/dms/image/v2/D4D03AQFzRy0eVwYsOw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1702504972296?e=1736985600&v=beta&t=YI7zOhCsucBlrH8RYZOWZbRD_OKkpX-CbRbrk7RNqNo",
"width": 200,
"height": 200
},
{
"url": "https://media.licdn.com/dms/image/v2/D4D03AQFzRy0eVwYsOw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1702504972296?e=1736985600&v=beta&t=Z_g8zm-j1IenATm0ALwveIU3abFmlCGfLsWVnQU3UCU",
"width": 400,
"height": 400
},
{
"url": "https://media.licdn.com/dms/image/v2/D4D03AQFzRy0eVwYsOw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1702504972296?e=1736985600&v=beta&t=aCPQgNVFDplVidd0BxKS-BWUyEkgJQwKKwnwdtrkZ5k",
"width": 769,
"height": 769
}
]
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFSs8DQB3aJhXMvf-4QtNIIfpSmy6NlU5ZA",
"url": "https://www.linkedin.com/in/ACoAAFSs8DQB3aJhXMvf-4QtNIIfpSmy6NlU5ZA",
"fullName": "Akshad Patel",
"headline": "Attended MIT World Peace University"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAD5_kewBlWKP20zEcd_j-AM9h0DGDk3Hda4",
"url": "https://www.linkedin.com/in/ACoAAD5_kewBlWKP20zEcd_j-AM9h0DGDk3Hda4",
"fullName": "Jeevan Prakash",
"headline": "Student at kv institute of management and information studies",
"profilePicture": [
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQG3qN8z5kBwzw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1731687333946?e=1736985600&v=beta&t=KmQ2Tyfuv6T0XpifTJKTfnDfUDp4JxWMuan-I11Mh5s",
"width": 100,
"height": 100
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQG3qN8z5kBwzw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1731687333946?e=1736985600&v=beta&t=uy6yEagBfuKS-RRCXHRPNepB9BUCLv_GtifPRxOq7S0",
"width": 200,
"height": 200
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQG3qN8z5kBwzw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1731687333946?e=1736985600&v=beta&t=gro9ZahhDirjLVQApK-yVKbBylsZRiB5I8SEAmdov4g",
"width": 400,
"height": 400
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQG3qN8z5kBwzw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1731687333967?e=1736985600&v=beta&t=7bEZzVSNxRWXN1A4n6bQKnPG6AXlPWc64eWj5sG6He0",
"width": 612,
"height": 612
}
]
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFTaBAkBJXSKcgrxhS08bqFMpARemL-8NF4",
"url": "https://www.linkedin.com/in/ACoAAFTaBAkBJXSKcgrxhS08bqFMpARemL-8NF4",
"fullName": "Mildred Wallace",
"headline": "Rvh at Ydc"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAACpyVFQBDrvV4MtZgjGE5z_lw4ANa8sCwf8",
"url": "https://www.linkedin.com/in/ACoAACpyVFQBDrvV4MtZgjGE5z_lw4ANa8sCwf8",
"fullName": "orsola monfreda",
"headline": "Casalinga presso Nessuna"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFC8WNIB3UsDj6p40CVQ4rHnPKNRH8h5wN4",
"url": "https://www.linkedin.com/in/ACoAAFC8WNIB3UsDj6p40CVQ4rHnPKNRH8h5wN4",
"fullName": "Vinoth joelsam",
"headline": "--",
"profilePicture": [
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQFQ2HMGxPGe7A/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1720970329158?e=1736985600&v=beta&t=cCjxJRKPBO-XRpRDacdFPZ2m_rPDm8EinvFHGxfmagE",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQFQ2HMGxPGe7A/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1720970329158?e=1736985600&v=beta&t=jFGS4A0gAQkl-3HGS4WsCCDVNQifcJPifPigBbupWtA",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQFQ2HMGxPGe7A/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1720970329158?e=1736985600&v=beta&t=KQJQOk3Ra9JIm9FuFgeX9vmYBgrlGr3vYqYLPUztWgI",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQFQ2HMGxPGe7A/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1720970329164?e=1736985600&v=beta&t=DqHm7DeqQugWREFVDzVsGV07ZU92nDVzCnMAlEEir1E",
"width": 96,
"height": 96
}
]
}
}
],
"total": 4460,
"totalPages": 446
}
}Article API
Get Article Reactions
Get article reactions with url
GET
/
v1
/
data
/
linkedin
/
get-article-reactions
Get Article Reactions
curl --request GET \
--url https://api.agntdata.dev/v1/data/linkedin/get-article-reactions \
--header 'Authorization: <api-key>'import requests
url = "https://api.agntdata.dev/v1/data/linkedin/get-article-reactions"
headers = {"Authorization": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: '<api-key>'}};
fetch('https://api.agntdata.dev/v1/data/linkedin/get-article-reactions', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.agntdata.dev/v1/data/linkedin/get-article-reactions",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.agntdata.dev/v1/data/linkedin/get-article-reactions"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.agntdata.dev/v1/data/linkedin/get-article-reactions")
.header("Authorization", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.agntdata.dev/v1/data/linkedin/get-article-reactions")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = '<api-key>'
response = http.request(request)
puts response.read_body{
"success": true,
"message": "success",
"data": {
"currentPage": "1",
"items": [
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFNawHMBq3ZSJEAid0O-Qu6HQnVoErjPUUg",
"url": "https://www.linkedin.com/in/ACoAAFNawHMBq3ZSJEAid0O-Qu6HQnVoErjPUUg",
"fullName": "Ekta Khare",
"headline": "intern @codesoft"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFRChD0BLbkFkOG0thUeWuzxtYz5Yig2ddI",
"url": "https://www.linkedin.com/in/ACoAAFRChD0BLbkFkOG0thUeWuzxtYz5Yig2ddI",
"fullName": "Vaishnavi Singh Parihar",
"headline": "St. aloysius College, Jabalpur"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFTeqTQB6oCuvNbi1wrYXY-yruDM-iL2ngc",
"url": "https://www.linkedin.com/in/ACoAAFTeqTQB6oCuvNbi1wrYXY-yruDM-iL2ngc",
"fullName": "hamid btn",
"headline": "Student at National University of Singapore",
"profilePicture": [
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQH_W2dxnLczWA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1731689710836?e=1736985600&v=beta&t=I1xdDwkzleKTFqDBS2jpxEV6jgucH2Z3szI_2crMjNU",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQH_W2dxnLczWA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1731689710836?e=1736985600&v=beta&t=-YBYp7DLVhrnYRLdV2zTz5WfwiHJE8mJWm8MW7J5H-U",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQH_W2dxnLczWA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1731689710836?e=1736985600&v=beta&t=GEUuHQA2lxYKBBabQSbCAyzg-SalS4Gdmp8tOBzRsx0",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQH_W2dxnLczWA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1731689710839?e=1736985600&v=beta&t=BAk0snEFgpuBdCjJFQkahmTdSu6hRmhpBjhCZ4txUN0",
"width": 96,
"height": 96
}
]
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAABh02Y0BB7gG-hVWcQ_Wk7PY2yhC_f-rfJM",
"url": "https://www.linkedin.com/in/ACoAABh02Y0BB7gG-hVWcQ_Wk7PY2yhC_f-rfJM",
"fullName": "Girish Kumar chawla",
"headline": "PMO packaging",
"profilePicture": [
{
"url": "https://media.licdn.com/dms/image/v2/D4D03AQFzRy0eVwYsOw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1702504972296?e=1736985600&v=beta&t=I1rH5VPcdaLt7O_qb8KvQufdUzUkJjy2fh4axPPfMV0",
"width": 100,
"height": 100
},
{
"url": "https://media.licdn.com/dms/image/v2/D4D03AQFzRy0eVwYsOw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1702504972296?e=1736985600&v=beta&t=YI7zOhCsucBlrH8RYZOWZbRD_OKkpX-CbRbrk7RNqNo",
"width": 200,
"height": 200
},
{
"url": "https://media.licdn.com/dms/image/v2/D4D03AQFzRy0eVwYsOw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1702504972296?e=1736985600&v=beta&t=Z_g8zm-j1IenATm0ALwveIU3abFmlCGfLsWVnQU3UCU",
"width": 400,
"height": 400
},
{
"url": "https://media.licdn.com/dms/image/v2/D4D03AQFzRy0eVwYsOw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1702504972296?e=1736985600&v=beta&t=aCPQgNVFDplVidd0BxKS-BWUyEkgJQwKKwnwdtrkZ5k",
"width": 769,
"height": 769
}
]
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFSs8DQB3aJhXMvf-4QtNIIfpSmy6NlU5ZA",
"url": "https://www.linkedin.com/in/ACoAAFSs8DQB3aJhXMvf-4QtNIIfpSmy6NlU5ZA",
"fullName": "Akshad Patel",
"headline": "Attended MIT World Peace University"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAD5_kewBlWKP20zEcd_j-AM9h0DGDk3Hda4",
"url": "https://www.linkedin.com/in/ACoAAD5_kewBlWKP20zEcd_j-AM9h0DGDk3Hda4",
"fullName": "Jeevan Prakash",
"headline": "Student at kv institute of management and information studies",
"profilePicture": [
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQG3qN8z5kBwzw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1731687333946?e=1736985600&v=beta&t=KmQ2Tyfuv6T0XpifTJKTfnDfUDp4JxWMuan-I11Mh5s",
"width": 100,
"height": 100
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQG3qN8z5kBwzw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1731687333946?e=1736985600&v=beta&t=uy6yEagBfuKS-RRCXHRPNepB9BUCLv_GtifPRxOq7S0",
"width": 200,
"height": 200
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQG3qN8z5kBwzw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1731687333946?e=1736985600&v=beta&t=gro9ZahhDirjLVQApK-yVKbBylsZRiB5I8SEAmdov4g",
"width": 400,
"height": 400
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQG3qN8z5kBwzw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1731687333967?e=1736985600&v=beta&t=7bEZzVSNxRWXN1A4n6bQKnPG6AXlPWc64eWj5sG6He0",
"width": 612,
"height": 612
}
]
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFTaBAkBJXSKcgrxhS08bqFMpARemL-8NF4",
"url": "https://www.linkedin.com/in/ACoAAFTaBAkBJXSKcgrxhS08bqFMpARemL-8NF4",
"fullName": "Mildred Wallace",
"headline": "Rvh at Ydc"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAACpyVFQBDrvV4MtZgjGE5z_lw4ANa8sCwf8",
"url": "https://www.linkedin.com/in/ACoAACpyVFQBDrvV4MtZgjGE5z_lw4ANa8sCwf8",
"fullName": "orsola monfreda",
"headline": "Casalinga presso Nessuna"
}
},
{
"reactionType": "LIKE",
"authorProfile": {
"urn": "ACoAAFC8WNIB3UsDj6p40CVQ4rHnPKNRH8h5wN4",
"url": "https://www.linkedin.com/in/ACoAAFC8WNIB3UsDj6p40CVQ4rHnPKNRH8h5wN4",
"fullName": "Vinoth joelsam",
"headline": "--",
"profilePicture": [
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQFQ2HMGxPGe7A/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1720970329158?e=1736985600&v=beta&t=cCjxJRKPBO-XRpRDacdFPZ2m_rPDm8EinvFHGxfmagE",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQFQ2HMGxPGe7A/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1720970329158?e=1736985600&v=beta&t=jFGS4A0gAQkl-3HGS4WsCCDVNQifcJPifPigBbupWtA",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQFQ2HMGxPGe7A/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1720970329158?e=1736985600&v=beta&t=KQJQOk3Ra9JIm9FuFgeX9vmYBgrlGr3vYqYLPUztWgI",
"width": 96,
"height": 96
},
{
"url": "https://media.licdn.com/dms/image/v2/D5603AQFQ2HMGxPGe7A/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1720970329164?e=1736985600&v=beta&t=DqHm7DeqQugWREFVDzVsGV07ZU92nDVzCnMAlEEir1E",
"width": 96,
"height": 96
}
]
}
}
],
"total": 4460,
"totalPages": 446
}
}Authorizations
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
Query Parameters
url
string
default:https://www.linkedin.com/pulse/2024-corporate-climate-pivot-bill-gates-u89mc/?trackingId=V85mkekwT9KruOXln2gzIg%3D%3D
required
⌘I