Endpoint Playground
Test Crawlora's Get LinkedIn Product info by ID API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/linkedin/product/<id>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| id (path) | string | Yes | LinkedIn Product ID |
{
"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"
}
}Public Playground
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.
Returns detailed product information from LinkedIn by product ID.
{
"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 "https://api.crawlora.net/api/v1/linkedin/product/<id>" \
-H "x-api-key: $CRAWLORA_API_KEY"