get_received_recommendations
Fetch received recommendations for a LinkedIn username. Supports pagination: increment start by 100 per request until the total count is reached.
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 | Example value: 0 |