Group
Get Group Info
Group
Get Group Info
Get Group Info
GET
/
api
/
v1
/
group
/
info
curl --request GET \
--url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/group/info \
--header 'x-rapidapi-key: <api-key>'
{
"success": true,
"cost": 1,
"data": {
"id": "62438",
"urn": "urn:li:fsd_group:62438",
"name": "Artificial Intelligence and Business Analytics (AIBA) Group",
"member_count": 311073,
"description": "AIBA is a group for professionals interested in the intersection of AI and business analytics.",
"rules": "Be respectful, no spam, and stay on topic.",
"is_public": true,
"is_active": true,
"post_approval_enabled": true,
"owners": [
{
"urn": "ACoAABhsJZsBsfSQIF2oKXvFUKaY1VYV-ZfLNDs",
"public_identifier": "carmen-irizarry-56327ab5",
"first_name": "Carmen",
"last_name": "Irizarry",
"description": "Owner, Artificial Intelligence and Business Analytics (AIBA) Group",
"avatar": [
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
"expires_at": 1748476800000
}
],
"joined_at": "2023-10-01T12:00:00Z"
}
],
"logo": [
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
"expires_at": 1748476800000
}
],
"cover": [
{
"width": 1128,
"height": 191,
"url": "https://media.licdn.com/dms/image/v2/D4E3DAQE7GzWAY8oQqw/image-scale_191_1128/image-scale_191_1128/0/1673607409141/stelvio_group_cover?e=1743404400&v=beta&t=SVZsPNKFMAMIKIlgUgJ8NXFkS_9-GL2StdBztrq52vs",
"expires_at": 1748476800000
}
],
"activity": [
"10+ posts a day",
"+99 members in the last week"
],
"industries": [
"Hospital & Health Care",
"Information Technology & Services"
],
"created_at": "2023-10-01T12:00:00Z"
}
}
Authorizations
Rapid API Key
Query Parameters
Unique identifier for the group
Example:
"62438"
Response
200
application/json
Success
The response is of type object
.
curl --request GET \
--url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/group/info \
--header 'x-rapidapi-key: <api-key>'
{
"success": true,
"cost": 1,
"data": {
"id": "62438",
"urn": "urn:li:fsd_group:62438",
"name": "Artificial Intelligence and Business Analytics (AIBA) Group",
"member_count": 311073,
"description": "AIBA is a group for professionals interested in the intersection of AI and business analytics.",
"rules": "Be respectful, no spam, and stay on topic.",
"is_public": true,
"is_active": true,
"post_approval_enabled": true,
"owners": [
{
"urn": "ACoAABhsJZsBsfSQIF2oKXvFUKaY1VYV-ZfLNDs",
"public_identifier": "carmen-irizarry-56327ab5",
"first_name": "Carmen",
"last_name": "Irizarry",
"description": "Owner, Artificial Intelligence and Business Analytics (AIBA) Group",
"avatar": [
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
"expires_at": 1748476800000
}
],
"joined_at": "2023-10-01T12:00:00Z"
}
],
"logo": [
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
"expires_at": 1748476800000
}
],
"cover": [
{
"width": 1128,
"height": 191,
"url": "https://media.licdn.com/dms/image/v2/D4E3DAQE7GzWAY8oQqw/image-scale_191_1128/image-scale_191_1128/0/1673607409141/stelvio_group_cover?e=1743404400&v=beta&t=SVZsPNKFMAMIKIlgUgJ8NXFkS_9-GL2StdBztrq52vs",
"expires_at": 1748476800000
}
],
"activity": [
"10+ posts a day",
"+99 members in the last week"
],
"industries": [
"Hospital & Health Care",
"Information Technology & Services"
],
"created_at": "2023-10-01T12:00:00Z"
}
}