Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Get LinkedIn Product info by ID API Playground
Returns detailed product information from LinkedIn by product ID.
GETapiKey10 credits/requestlinkedin.productResponseDocLinkedIn
Endpoint details
Returns detailed product information from LinkedIn by product ID.
- Method
- GET
- Path
- /linkedin/product/{id}
- Authentication
- apiKey
- Credit cost
- 10 credits/request
- Platform
- Parameters
- 2 documented fields
Request parameters
id:pathx-api-key:header
Response schema fields
codedatadata.aboutdata.category_linkdata.category_namedata.cover_imagedata.external_linkdata.featured_customersdata.featured_customers[].follower_countdata.featured_customers[].industrydata.featured_customers[].linkdata.featured_customers[].logo
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"name": "Microsoft Dynamics 365 Business Central",
"link": "https://www.linkedin.com/products/microsoft-dynamics-microsoft-dynamics-365-business-central",
"external_link": "https://dynamics.microsoft.com/en-us/business-central/overview/",
"logo": "https://media.licdn.com/dms/image/v2/C4E0BAQFXmfZJomhCcg/company-logo_100_100/company-logo_100_100/0/1630612268078/microsoft_dynamics_log...",
"cover_image": "https://media.licdn.com/dms/image/v2/D4E1BAQF2jwQmfmDSiA/company-background_10000/B4EZYQcR0_HkAU-/0/1744032571051/microsoft_dynamics_cove...",
"category_name": "Business Management Software"
}
}cURL example
curl "https://api.crawlora.net/api/v1/linkedin/product/<id>" \
-H "x-api-key: <api-key>"