get_given_recommendations
Retrieve all recommendations given by a LinkedIn profile. Use the start parameter to paginate through results, incrementing by 100 until you reach the total count.
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 |