get_given_recommendations
Scrape all recommendations given by a LinkedIn profile by paginating through results with a start offset incremented 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 |