get_received_recommendations
Retrieve received recommendations from any LinkedIn profile by providing the username. Supports pagination with start parameter for fetching all recommendations.
Instructions
To scrape all recommendations from a profile, increase the start value to +100 for each request until you reach the total recommendations count. You can find the total recommendations count in the response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Example value: ryanroslansky | |
| start | No | for pagination, increase +100 to parse next result. it could be one of these; 0, 100, 200, 300, 400, etc. |