enrich_student_list
List students of a school using its professional network URL. Returns profile URLs and basic info, with option to enrich profiles for full data.
Instructions
List students of a school. Returns profile URLs and basic info. Cost: 3 credits per student returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO3166 country code for filtering, e.g. us | |
| sort_by | No | Sorting option for results. | |
| page_size | No | Max results per call (1-9999, or 1-10 if enriched). | |
| school_url | Yes | Professional network school URL | |
| student_status | No | Filter by student status. | |
| enrich_profiles | No | Return full profile data for each student. | |
| resolve_numeric_id | No | Enable numeric ID support. | |
| boolean_search_keyword | No | Boolean search for student major (max 255 chars), e.g. 'computer OR cs' |