Get one LinkedIn section
linkedin_get_sectionRetrieve raw data for a specific LinkedIn section, such as PROFILE or SKILLS, by providing the exact section name. Use when you need one section's raw API response.
Instructions
Get raw data for a single LinkedIn section by exact name. Use when you need one specific section or the raw API response. Section names are case-sensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Section name (case-sensitive). Résumé: PROFILE, PROFILE_SUMMARY, POSITIONS, EDUCATION, SKILLS, CERTIFICATIONS, PROJECTS, ORGANIZATIONS, LANGUAGES, HONORS, COURSES, PUBLICATIONS, PATENTS, VOLUNTEERING_EXPERIENCES, RECOMMENDATIONS. Activity: CONNECTIONS, MEMBER_SHARE_INFO, ARTICLES, ALL_COMMENTS, ALL_LIKES, JOB_APPLICATIONS, JOB_POSTINGS, SAVED_JOBS, JOB_SEEKER_PREFERENCES. | |
| maxPages | No | Max pages of results to fetch (1–25). Each page holds ~10 records. Lower this to keep responses small. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The section that was fetched. | |
| pageCount | Yes | Pages fetched. | |
| truncated | Yes | True if more results exist beyond the page limit. | |
| apiVersion | Yes | LinkedIn API version used for the request. | |
| rawElements | Yes | Raw LinkedIn API elements (with metadata) for advanced use. | |
| snapshotData | Yes | List of records for this section. |