Assignment Alumni LinkedIn Profile Searcher

Заказчик: AI | Опубликовано: 10.02.2026

Objective: Develop a Spring Boot web application that allows users to search for LinkedIn profiles of alumni from a specified educational institution using the PhantomBuster API. The application should accept inputs for the university name, current designation, and an optional pass-out year. The retrieved alumni data should be saved in a database. Requirements: 1. Backend Implementation: ● Implement a RESTful API using Spring Boot to handle requests from the front end. ● Create an endpoint that accepts the university name, designation, and optional pass-out year as input parameters and returns a list of alumni profiles. 2. Database Integration: ● Set up a database (PostgreSQL) to store the alumni information 3. PhantomBuster Integration: ● Utilize the PhantomBuster API to scrape LinkedIn data based on the provided inputs.