> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.futurejobs.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.futurejobs.ai/_mcp/server.

# Get Scouted People List

GET https://prod.api.futurejobs.ai/api/v1/wl/scout-people

Reference: https://docs.futurejobs.ai/fj-sourcing-ap-is/people-scout/get-scouted-people-list

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: FJ Sourcing APIs
  version: 1.0.0
paths:
  /api/v1/wl/scout-people:
    get:
      operationId: get-scouted-people-list
      summary: Get Scouted People List
      tags:
        - subpackage_peopleScout
      parameters:
        - name: page
          in: query
          required: false
          schema:
            type: integer
        - name: limit
          in: query
          required: false
          schema:
            type: integer
        - name: x-fj-api-key
          in: header
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/People Scout_Get Scouted People
                  List_Response_200
servers:
  - url: https://prod.api.futurejobs.ai
    description: https://prod.api.futurejobs.ai
components:
  schemas:
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfileCurrentEmployersItems:
      type: object
      properties:
        employer_name:
          type: string
        employer_linkedin_id:
          type: string
        employer_linkedin_description:
          type: string
        employer_logo_url:
          type: string
          format: uri
        employer_company_website_domain:
          type: array
          items:
            type: string
        employer_company_id:
          type: array
          items:
            type: integer
        employee_position_id:
          type: integer
        employee_title:
          type: string
        employee_description:
          type: string
        employee_location:
          type: string
        start_date:
          type: string
          format: date-time
        end_date:
          description: Any type
        domains:
          type: array
          items:
            type: string
      required:
        - employer_name
        - employer_linkedin_id
        - employer_linkedin_description
        - employer_logo_url
        - employer_company_website_domain
        - employer_company_id
        - employee_position_id
        - employee_title
        - employee_description
        - employee_location
        - start_date
        - domains
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfileCurrentEmployersItems
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfileEducationBackgroundItems:
      type: object
      properties:
        degree_name:
          type: string
        institute_name:
          type: string
        institute_linkedin_id:
          type: string
        institute_linkedin_url:
          type: string
        institute_logo_url:
          type: string
        field_of_study:
          type: string
        start_date:
          type: string
          format: date-time
        end_date:
          type: string
          format: date-time
      required:
        - degree_name
        - institute_name
        - institute_linkedin_id
        - institute_linkedin_url
        - institute_logo_url
        - field_of_study
        - start_date
        - end_date
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfileEducationBackgroundItems
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfilePastEmployersItems:
      type: object
      properties:
        employer_name:
          type: string
        employer_linkedin_id:
          type: string
        employer_linkedin_description:
          type: string
        employer_logo_url:
          type: string
          format: uri
        employer_company_website_domain:
          type: array
          items:
            type: string
        employer_company_id:
          type: array
          items:
            type: integer
        employee_position_id:
          type: integer
        employee_title:
          type: string
        employee_description:
          type: string
        employee_location:
          type: string
        start_date:
          type: string
          format: date-time
        end_date:
          type: string
          format: date-time
        domains:
          type: array
          items:
            type: string
      required:
        - employer_name
        - employer_linkedin_id
        - employer_linkedin_description
        - employer_logo_url
        - employer_company_website_domain
        - employer_company_id
        - employee_position_id
        - employee_title
        - employee_description
        - employee_location
        - start_date
        - end_date
        - domains
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfilePastEmployersItems
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfile:
      type: object
      properties:
        _id:
          type: string
        person_id:
          type: integer
        __v:
          type: integer
        all_degrees:
          type: array
          items:
            type: string
        all_employers:
          type: array
          items:
            type: string
        all_employers_company_id:
          type: array
          items:
            type: integer
        all_schools:
          type: array
          items:
            type: string
        all_titles:
          type: array
          items:
            type: string
        createdAt:
          type: string
          format: date-time
        current_employers:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfileCurrentEmployersItems
        education_background:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfileEducationBackgroundItems
        email:
          description: Any type
        enriched_realtime:
          type: boolean
        headline:
          type: string
        languages:
          type: array
          items:
            type: string
        lastFetchedAt:
          type: string
          format: date-time
        last_updated:
          type: string
          format: date-time
        linkedin_flagship_url:
          type: string
          format: uri
        linkedin_profile_url:
          type: string
          format: uri
        location:
          type: string
        name:
          type: string
        num_of_connections:
          type: integer
        past_employers:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfilePastEmployersItems
        profile_picture_permalink:
          type: string
          format: uri
        profile_picture_url:
          type: string
          format: uri
        query_linkedin_profile_urn_or_slug:
          type: array
          items:
            type: string
        skills:
          type: array
          items:
            type: string
        summary:
          type: string
        title:
          type: string
        twitter_handle:
          type: string
        updatedAt:
          type: string
          format: date-time
      required:
        - _id
        - person_id
        - __v
        - all_degrees
        - all_employers
        - all_employers_company_id
        - all_schools
        - all_titles
        - createdAt
        - current_employers
        - education_background
        - enriched_realtime
        - headline
        - languages
        - lastFetchedAt
        - last_updated
        - linkedin_flagship_url
        - linkedin_profile_url
        - location
        - name
        - num_of_connections
        - past_employers
        - profile_picture_permalink
        - profile_picture_url
        - query_linkedin_profile_urn_or_slug
        - skills
        - summary
        - title
        - twitter_handle
        - updatedAt
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfile
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsCreatedByAvatar:
      type: object
      properties:
        id:
          type: string
      required:
        - id
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsCreatedByAvatar
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsCreatedBy:
      type: object
      properties:
        _id:
          type: string
        name:
          type: string
        email:
          type: string
          format: email
        avatar:
          $ref: >-
            #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsCreatedByAvatar
        role:
          type: string
        status:
          type: string
        lastActiveAt:
          type: string
          format: date-time
      required:
        - _id
        - name
        - email
        - avatar
        - role
        - status
        - lastActiveAt
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsCreatedBy
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatusEmail:
      type: object
      properties:
        revealed:
          type: boolean
        status:
          description: Any type
        values:
          type: array
          items:
            description: Any type
      required:
        - revealed
        - values
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatusEmail
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatusPhone:
      type: object
      properties:
        revealed:
          type: boolean
        status:
          description: Any type
        values:
          type: array
          items:
            description: Any type
      required:
        - revealed
        - values
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatusPhone
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatus:
      type: object
      properties:
        email:
          $ref: >-
            #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatusEmail
        phone:
          $ref: >-
            #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatusPhone
      required:
        - email
        - phone
      title: >-
        ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatus
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItems:
      type: object
      properties:
        _id:
          type: string
        userId:
          type: string
        lookupType:
          type: string
        lookupQuery:
          type: string
          format: uri
        profileRef:
          type: string
        workspaceId:
          type: string
        createdAt:
          type: string
          format: date-time
        updatedAt:
          type: string
          format: date-time
        __v:
          type: integer
        profile:
          $ref: >-
            #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsProfile
        createdBy:
          $ref: >-
            #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsCreatedBy
        revealStatus:
          $ref: >-
            #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItemsRevealStatus
      required:
        - _id
        - userId
        - lookupType
        - lookupQuery
        - profileRef
        - workspaceId
        - createdAt
        - updatedAt
        - __v
        - profile
        - createdBy
        - revealStatus
      title: ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItems
    ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        docs:
          type: array
          items:
            $ref: >-
              #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaDataDocsItems
        totalDocs:
          type: integer
        limit:
          type: integer
        page:
          type: integer
        totalPages:
          type: integer
        serialNumberStartFrom:
          type: integer
        hasPrevPage:
          type: boolean
        hasNextPage:
          type: boolean
        prevPage:
          description: Any type
        nextPage:
          description: Any type
      required:
        - docs
        - totalDocs
        - limit
        - page
        - totalPages
        - serialNumberStartFrom
        - hasPrevPage
        - hasNextPage
      title: ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaData
    People Scout_Get Scouted People List_Response_200:
      type: object
      properties:
        statusCode:
          type: integer
        data:
          $ref: >-
            #/components/schemas/ApiV1WlScoutPeopleGetResponsesContentApplicationJsonSchemaData
        message:
          type: string
        status:
          type: string
      required:
        - statusCode
        - data
        - message
        - status
      title: People Scout_Get Scouted People List_Response_200
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-fj-api-key

```

## Examples



**Response**

```json
{
  "statusCode": 200,
  "data": {
    "docs": [
      {
        "_id": "6a04143971a196dde7e6f0b2",
        "userId": "69d89f1379a06d7c932d10ac",
        "lookupType": "linkedin_url",
        "lookupQuery": "https://www.linkedin.com/in/ACoAACvd9qoBxQtULS3bVHvg4R9XEd-sT_QMrnM",
        "profileRef": "6a0413e62b49de32d8276b03",
        "workspaceId": "69f2412fb63fce7fb4e074d5",
        "createdAt": "2026-05-13T06:03:37.848Z",
        "updatedAt": "2026-05-13T06:03:37.848Z",
        "__v": 0,
        "profile": {
          "_id": "6a0413e62b49de32d8276b03",
          "person_id": 100650040,
          "__v": 0,
          "all_degrees": [
            "10+2",
            "Master of Computer Applications - MCA",
            "Bachelor of Science - BS"
          ],
          "all_employers": [
            "Innostax Software Labs",
            "Innostax Software Labs",
            "Innostax Software Labs"
          ],
          "all_employers_company_id": [
            1913827
          ],
          "all_schools": [
            "St. Michael's Convent School",
            "KIET Group of Institutions",
            "University of Allahabad"
          ],
          "all_titles": [
            "Project Lead",
            "Associate Software Engineer",
            "SDE 1"
          ],
          "createdAt": "2026-05-13T06:02:14.476Z",
          "current_employers": [
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2724634054,
              "employee_title": "Project Lead",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2025-09-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            }
          ],
          "education_background": [
            {
              "degree_name": "10+2",
              "institute_name": "St. Michael's Convent School",
              "institute_linkedin_id": "",
              "institute_linkedin_url": "",
              "institute_logo_url": "",
              "field_of_study": "Physics and Computer Programming",
              "start_date": "2016-01-01T00:00:00+00:00",
              "end_date": "2018-01-01T00:00:00+00:00"
            },
            {
              "degree_name": "Master of Computer Applications - MCA",
              "institute_name": "KIET Group of Institutions",
              "institute_linkedin_id": "13720541",
              "institute_linkedin_url": "https://www.linkedin.com/school/13720541",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGHZfZVV6Sqiw/company-logo_400_400/B56ZrpHZF6LIAY-/0/1764847620952/kiet_group_of_institutions_logo?e=1775692800&v=beta&t=if_8seVAKSN6ms6DAehAtjDYT5oCVBSJHDp4aV2ysoM",
              "field_of_study": "Computer Programming, Specific Applications",
              "start_date": "2021-01-01T00:00:00+00:00",
              "end_date": "2023-01-01T00:00:00+00:00"
            },
            {
              "degree_name": "Bachelor of Science - BS",
              "institute_name": "University of Allahabad",
              "institute_linkedin_id": "3906455",
              "institute_linkedin_url": "https://www.linkedin.com/school/3906455",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQHkTX74_h8Avw/company-logo_400_400/company-logo_400_400/0/1631329914613?e=1775692800&v=beta&t=7mN5PzoL6S7N4fR0Aj_6abYG_38y58_hQeykEIh59BA",
              "field_of_study": "Computer Science",
              "start_date": "2018-01-01T00:00:00+00:00",
              "end_date": "2021-01-01T00:00:00+00:00"
            }
          ],
          "enriched_realtime": false,
          "headline": "A Computer Science enthusiast and an AstroPhysics lover.",
          "languages": [
            "Spanish (Elementary proficiency)"
          ],
          "lastFetchedAt": "2026-05-13T06:02:54.262Z",
          "last_updated": "2026-04-26T22:07:53.834691+00:00",
          "linkedin_flagship_url": "https://www.linkedin.com/in/brahm-dev-pandey-922582186",
          "linkedin_profile_url": "https://www.linkedin.com/in/ACoAACvd9qoBxQtULS3bVHvg4R9XEd-sT_QMrnM",
          "location": "Gurugram, Haryana, India",
          "name": "Brahm Dev Pandey",
          "num_of_connections": 1147,
          "past_employers": [
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2724661512,
              "employee_title": "Associate Software Engineer",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2023-07-01T00:00:00+00:00",
              "end_date": "2023-12-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            },
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2299998879,
              "employee_title": "SDE 1",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2024-01-01T00:00:00+00:00",
              "end_date": "2025-09-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            }
          ],
          "profile_picture_permalink": "https://prod.api.futurejobs.ai/api/v1/static/88295f379d2678a8c1b4e71b7cad5d923bac21c94c7702a102c09ffc3fd633d4.jpg",
          "profile_picture_url": "https://media.licdn.com/dms/image/v2/D5603AQH8OV10iWd3Pw/profile-displayphoto-shrink_800_800/B56ZRQawBJGsAc-/0/1736515983160?e=1775692800&v=beta&t=1HQeSREh16x-SCmICFzBIv1Xtj6IawC2go47PpTGAW8",
          "query_linkedin_profile_urn_or_slug": [
            "brahm-dev-pandey-922582186"
          ],
          "skills": [
            "React.js",
            "Node.js",
            "HTML5",
            "Cascading Style Sheets (CSS)",
            "Front-End Development",
            "Core Java",
            "C++",
            "Dev C++",
            "Borland C++",
            "Turbo C",
            "C (Programming Language)",
            "Python (Programming Language)",
            "Object-Oriented Programming (OOP)"
          ],
          "summary": "",
          "title": "Project Lead",
          "twitter_handle": "",
          "updatedAt": "2026-05-13T06:02:54.264Z"
        },
        "createdBy": {
          "_id": "69d89f1379a06d7c932d10ac",
          "name": "BD",
          "email": "brahmdev@futurejobs.ai",
          "avatar": {
            "id": "user/69d89f1379a06d7c932d10ac/avatar_1776951888869.png"
          },
          "role": "owner",
          "status": "active",
          "lastActiveAt": "2026-05-12T10:34:35.657Z"
        },
        "revealStatus": {
          "email": {
            "revealed": false,
            "values": []
          },
          "phone": {
            "revealed": false,
            "values": []
          }
        }
      },
      {
        "_id": "6a04140e71a196dde7e6f07b",
        "userId": "69d89f1379a06d7c932d10ac",
        "lookupType": "linkedin_url",
        "lookupQuery": "https://www.linkedin.com/in/brahm-dev-pandey-922582186",
        "profileRef": "6a0413e62b49de32d8276b03",
        "workspaceId": "69f2412fb63fce7fb4e074d5",
        "createdAt": "2026-05-13T06:02:54.336Z",
        "updatedAt": "2026-05-13T06:02:54.336Z",
        "__v": 0,
        "profile": {
          "_id": "6a0413e62b49de32d8276b03",
          "person_id": 100650040,
          "__v": 0,
          "all_degrees": [
            "10+2",
            "Master of Computer Applications - MCA",
            "Bachelor of Science - BS"
          ],
          "all_employers": [
            "Innostax Software Labs",
            "Innostax Software Labs",
            "Innostax Software Labs"
          ],
          "all_employers_company_id": [
            1913827
          ],
          "all_schools": [
            "St. Michael's Convent School",
            "KIET Group of Institutions",
            "University of Allahabad"
          ],
          "all_titles": [
            "Project Lead",
            "Associate Software Engineer",
            "SDE 1"
          ],
          "createdAt": "2026-05-13T06:02:14.476Z",
          "current_employers": [
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2724634054,
              "employee_title": "Project Lead",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2025-09-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            }
          ],
          "education_background": [
            {
              "degree_name": "10+2",
              "institute_name": "St. Michael's Convent School",
              "institute_linkedin_id": "",
              "institute_linkedin_url": "",
              "institute_logo_url": "",
              "field_of_study": "Physics and Computer Programming",
              "start_date": "2016-01-01T00:00:00+00:00",
              "end_date": "2018-01-01T00:00:00+00:00"
            },
            {
              "degree_name": "Master of Computer Applications - MCA",
              "institute_name": "KIET Group of Institutions",
              "institute_linkedin_id": "13720541",
              "institute_linkedin_url": "https://www.linkedin.com/school/13720541",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGHZfZVV6Sqiw/company-logo_400_400/B56ZrpHZF6LIAY-/0/1764847620952/kiet_group_of_institutions_logo?e=1775692800&v=beta&t=if_8seVAKSN6ms6DAehAtjDYT5oCVBSJHDp4aV2ysoM",
              "field_of_study": "Computer Programming, Specific Applications",
              "start_date": "2021-01-01T00:00:00+00:00",
              "end_date": "2023-01-01T00:00:00+00:00"
            },
            {
              "degree_name": "Bachelor of Science - BS",
              "institute_name": "University of Allahabad",
              "institute_linkedin_id": "3906455",
              "institute_linkedin_url": "https://www.linkedin.com/school/3906455",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQHkTX74_h8Avw/company-logo_400_400/company-logo_400_400/0/1631329914613?e=1775692800&v=beta&t=7mN5PzoL6S7N4fR0Aj_6abYG_38y58_hQeykEIh59BA",
              "field_of_study": "Computer Science",
              "start_date": "2018-01-01T00:00:00+00:00",
              "end_date": "2021-01-01T00:00:00+00:00"
            }
          ],
          "enriched_realtime": false,
          "headline": "A Computer Science enthusiast and an AstroPhysics lover.",
          "languages": [
            "Spanish (Elementary proficiency)"
          ],
          "lastFetchedAt": "2026-05-13T06:02:54.262Z",
          "last_updated": "2026-04-26T22:07:53.834691+00:00",
          "linkedin_flagship_url": "https://www.linkedin.com/in/brahm-dev-pandey-922582186",
          "linkedin_profile_url": "https://www.linkedin.com/in/ACoAACvd9qoBxQtULS3bVHvg4R9XEd-sT_QMrnM",
          "location": "Gurugram, Haryana, India",
          "name": "Brahm Dev Pandey",
          "num_of_connections": 1147,
          "past_employers": [
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2724661512,
              "employee_title": "Associate Software Engineer",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2023-07-01T00:00:00+00:00",
              "end_date": "2023-12-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            },
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2299998879,
              "employee_title": "SDE 1",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2024-01-01T00:00:00+00:00",
              "end_date": "2025-09-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            }
          ],
          "profile_picture_permalink": "https://prod.api.futurejobs.ai/api/v1/static/88295f379d2678a8c1b4e71b7cad5d923bac21c94c7702a102c09ffc3fd633d4.jpg",
          "profile_picture_url": "https://media.licdn.com/dms/image/v2/D5603AQH8OV10iWd3Pw/profile-displayphoto-shrink_800_800/B56ZRQawBJGsAc-/0/1736515983160?e=1775692800&v=beta&t=1HQeSREh16x-SCmICFzBIv1Xtj6IawC2go47PpTGAW8",
          "query_linkedin_profile_urn_or_slug": [
            "brahm-dev-pandey-922582186"
          ],
          "skills": [
            "React.js",
            "Node.js",
            "HTML5",
            "Cascading Style Sheets (CSS)",
            "Front-End Development",
            "Core Java",
            "C++",
            "Dev C++",
            "Borland C++",
            "Turbo C",
            "C (Programming Language)",
            "Python (Programming Language)",
            "Object-Oriented Programming (OOP)"
          ],
          "summary": "",
          "title": "Project Lead",
          "twitter_handle": "",
          "updatedAt": "2026-05-13T06:02:54.264Z"
        },
        "createdBy": {
          "_id": "69d89f1379a06d7c932d10ac",
          "name": "BD",
          "email": "brahmdev@futurejobs.ai",
          "avatar": {
            "id": "user/69d89f1379a06d7c932d10ac/avatar_1776951888869.png"
          },
          "role": "owner",
          "status": "active",
          "lastActiveAt": "2026-05-12T10:34:35.657Z"
        },
        "revealStatus": {
          "email": {
            "revealed": false,
            "values": []
          },
          "phone": {
            "revealed": false,
            "values": []
          }
        }
      },
      {
        "_id": "6a0413e671a196dde7e6f04c",
        "userId": "69d89f1379a06d7c932d10ac",
        "lookupType": "email",
        "lookupQuery": "brahmdevpandey762@gmail.com",
        "profileRef": "6a0413e62b49de32d8276b03",
        "workspaceId": "69f2412fb63fce7fb4e074d5",
        "createdAt": "2026-05-13T06:02:14.534Z",
        "updatedAt": "2026-05-13T06:02:14.534Z",
        "__v": 0,
        "profile": {
          "_id": "6a0413e62b49de32d8276b03",
          "person_id": 100650040,
          "__v": 0,
          "all_degrees": [
            "10+2",
            "Master of Computer Applications - MCA",
            "Bachelor of Science - BS"
          ],
          "all_employers": [
            "Innostax Software Labs",
            "Innostax Software Labs",
            "Innostax Software Labs"
          ],
          "all_employers_company_id": [
            1913827
          ],
          "all_schools": [
            "St. Michael's Convent School",
            "KIET Group of Institutions",
            "University of Allahabad"
          ],
          "all_titles": [
            "Project Lead",
            "Associate Software Engineer",
            "SDE 1"
          ],
          "createdAt": "2026-05-13T06:02:14.476Z",
          "current_employers": [
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2724634054,
              "employee_title": "Project Lead",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2025-09-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            }
          ],
          "education_background": [
            {
              "degree_name": "10+2",
              "institute_name": "St. Michael's Convent School",
              "institute_linkedin_id": "",
              "institute_linkedin_url": "",
              "institute_logo_url": "",
              "field_of_study": "Physics and Computer Programming",
              "start_date": "2016-01-01T00:00:00+00:00",
              "end_date": "2018-01-01T00:00:00+00:00"
            },
            {
              "degree_name": "Master of Computer Applications - MCA",
              "institute_name": "KIET Group of Institutions",
              "institute_linkedin_id": "13720541",
              "institute_linkedin_url": "https://www.linkedin.com/school/13720541",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGHZfZVV6Sqiw/company-logo_400_400/B56ZrpHZF6LIAY-/0/1764847620952/kiet_group_of_institutions_logo?e=1775692800&v=beta&t=if_8seVAKSN6ms6DAehAtjDYT5oCVBSJHDp4aV2ysoM",
              "field_of_study": "Computer Programming, Specific Applications",
              "start_date": "2021-01-01T00:00:00+00:00",
              "end_date": "2023-01-01T00:00:00+00:00"
            },
            {
              "degree_name": "Bachelor of Science - BS",
              "institute_name": "University of Allahabad",
              "institute_linkedin_id": "3906455",
              "institute_linkedin_url": "https://www.linkedin.com/school/3906455",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQHkTX74_h8Avw/company-logo_400_400/company-logo_400_400/0/1631329914613?e=1775692800&v=beta&t=7mN5PzoL6S7N4fR0Aj_6abYG_38y58_hQeykEIh59BA",
              "field_of_study": "Computer Science",
              "start_date": "2018-01-01T00:00:00+00:00",
              "end_date": "2021-01-01T00:00:00+00:00"
            }
          ],
          "enriched_realtime": false,
          "headline": "A Computer Science enthusiast and an AstroPhysics lover.",
          "languages": [
            "Spanish (Elementary proficiency)"
          ],
          "lastFetchedAt": "2026-05-13T06:02:54.262Z",
          "last_updated": "2026-04-26T22:07:53.834691+00:00",
          "linkedin_flagship_url": "https://www.linkedin.com/in/brahm-dev-pandey-922582186",
          "linkedin_profile_url": "https://www.linkedin.com/in/ACoAACvd9qoBxQtULS3bVHvg4R9XEd-sT_QMrnM",
          "location": "Gurugram, Haryana, India",
          "name": "Brahm Dev Pandey",
          "num_of_connections": 1147,
          "past_employers": [
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2724661512,
              "employee_title": "Associate Software Engineer",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2023-07-01T00:00:00+00:00",
              "end_date": "2023-12-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            },
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1778716800&v=beta&t=A_fPR6uBq5pUFG-LkL8oTyYUUZHVYXUuiAKwRZ_No_M",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2299998879,
              "employee_title": "SDE 1",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2024-01-01T00:00:00+00:00",
              "end_date": "2025-09-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            }
          ],
          "profile_picture_permalink": "https://prod.api.futurejobs.ai/api/v1/static/88295f379d2678a8c1b4e71b7cad5d923bac21c94c7702a102c09ffc3fd633d4.jpg",
          "profile_picture_url": "https://media.licdn.com/dms/image/v2/D5603AQH8OV10iWd3Pw/profile-displayphoto-shrink_800_800/B56ZRQawBJGsAc-/0/1736515983160?e=1775692800&v=beta&t=1HQeSREh16x-SCmICFzBIv1Xtj6IawC2go47PpTGAW8",
          "query_linkedin_profile_urn_or_slug": [
            "brahm-dev-pandey-922582186"
          ],
          "skills": [
            "React.js",
            "Node.js",
            "HTML5",
            "Cascading Style Sheets (CSS)",
            "Front-End Development",
            "Core Java",
            "C++",
            "Dev C++",
            "Borland C++",
            "Turbo C",
            "C (Programming Language)",
            "Python (Programming Language)",
            "Object-Oriented Programming (OOP)"
          ],
          "summary": "",
          "title": "Project Lead",
          "twitter_handle": "",
          "updatedAt": "2026-05-13T06:02:54.264Z"
        },
        "createdBy": {
          "_id": "69d89f1379a06d7c932d10ac",
          "name": "BD",
          "email": "brahmdev@futurejobs.ai",
          "avatar": {
            "id": "user/69d89f1379a06d7c932d10ac/avatar_1776951888869.png"
          },
          "role": "owner",
          "status": "active",
          "lastActiveAt": "2026-05-12T10:34:35.657Z"
        },
        "revealStatus": {
          "email": {
            "revealed": false,
            "values": []
          },
          "phone": {
            "revealed": false,
            "values": []
          }
        }
      },
      {
        "_id": "6a04138b71a196dde7e6efa1",
        "userId": "69d89f1379a06d7c932d10ac",
        "lookupType": "email",
        "lookupQuery": "soham@interviewkickstart.com",
        "profileRef": "69de25f2e2cad7aec9d486a6",
        "workspaceId": "69f2412fb63fce7fb4e074d5",
        "createdAt": "2026-05-13T06:00:43.770Z",
        "updatedAt": "2026-05-13T06:00:43.770Z",
        "__v": 0,
        "profile": {
          "_id": "69de25f2e2cad7aec9d486a6",
          "person_id": 233851,
          "__v": 0,
          "all_degrees": [
            "PhD Drop Out",
            "Master of Science - MS",
            "Bachelor of Engineering - BE"
          ],
          "all_employers": [
            "Interview Kickstart",
            "Box",
            "Home",
            "Box",
            "Box",
            "University of Southern Caliornia (USC)",
            "Indian Space Research Organization, Space Applications Center (ISRO-SAC)",
            "UVP LLC An Analytik Jena Company",
            "eBay Inc",
            "Farmal (A USC spinoff Stealth Startup, that remains in stealth forever)",
            "Microsoft"
          ],
          "all_employers_company_id": [
            662371,
            698093,
            6047065,
            2110301
          ],
          "all_schools": [
            "University of Southern California",
            "L.D College of Engineering - Ahmedabad"
          ],
          "all_titles": [
            "Director Of Engineering",
            "Chief Relaxing Officer",
            "Engineering Manager",
            "Founder, Chief Product & Technology Officer",
            "Software Engineer",
            "Graduate Assistant",
            "Co-Op",
            "Software Applications Engineer",
            "[Newbie-->Senior-->Staff] Software Engineer",
            "Programmer/Analyst",
            "Software Design Engineer Intern"
          ],
          "createdAt": "2026-04-14T11:32:59.835Z",
          "current_employers": [
            {
              "employer_name": "Interview Kickstart",
              "employer_linkedin_id": "4790142",
              "employer_linkedin_description": "Recognized by TIME x Statista and GSV 150, Interview Kickstart helps talent and teams turbocharge careers and impact in the AI era.With 700+ FAANG instructors who have already helped scale careers of 25000+ software engineers, PMs, data scientists, and tech leaders.We combine cutting-edge upskilling with end-to-end career support: mock interviews, AI-optimized resumes, salary negotiation coaching, and job referrals.Master AI. Get hired. Turbocharge your career.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQHlnXAPBmf6QA/company-logo_400_400/company-logo_400_400/0/1630577959071/interview_kickstart_logo?e=1779926400&v=beta&t=hSbchVrnXBJzQ-gdZ29vx7PkGCVUUiYfydZy3EpqC1Y",
              "employer_company_website_domain": [
                "interviewkickstart.com"
              ],
              "employer_company_id": [
                698093
              ],
              "employee_position_id": 1674121857,
              "employee_title": "Founder, Chief Product & Technology Officer",
              "employee_description": "Started as a pro-bono coach to solopreneur to now having helped train thousands of engineers to uplevel in their careers. \n\nGrateful to the sincerity and hard work of our teachers, mentors, staff and students, who continue to push the boundaries of their comfort zone day in and day out.",
              "employee_location": "United States",
              "start_date": "2014-09-01T00:00:00+00:00",
              "domains": [
                "interviewkickstart.com"
              ]
            }
          ],
          "education_background": [
            {
              "degree_name": "PhD Drop Out",
              "institute_name": "University of Southern California",
              "institute_linkedin_id": "3084",
              "institute_linkedin_url": "https://www.linkedin.com/school/3084",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQHatTfEv4Af6w/company-logo_400_400/company-logo_400_400/0/1631312619853?e=1776297600&v=beta&t=L_xCLKNAjnk6hsX8uGLDGHzS9nCydTcJs9ObkaCaPS4",
              "field_of_study": "Artificial Intelligence",
              "start_date": "2002-05-01T00:00:00+00:00",
              "end_date": "2003-05-01T00:00:00+00:00"
            },
            {
              "degree_name": "Master of Science - MS",
              "institute_name": "University of Southern California",
              "institute_linkedin_id": "3084",
              "institute_linkedin_url": "https://www.linkedin.com/school/3084",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQHatTfEv4Af6w/company-logo_400_400/company-logo_400_400/0/1631312619853?e=1776297600&v=beta&t=L_xCLKNAjnk6hsX8uGLDGHzS9nCydTcJs9ObkaCaPS4",
              "field_of_study": "Computer Science, minor in AI",
              "start_date": "2000-07-01T00:00:00+00:00",
              "end_date": "2002-05-01T00:00:00+00:00"
            },
            {
              "degree_name": "Bachelor of Engineering - BE",
              "institute_name": "L.D College of Engineering - Ahmedabad",
              "institute_linkedin_id": "15128504",
              "institute_linkedin_url": "https://www.linkedin.com/school/15128504",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQHfvameHidqKg/company-logo_400_400/company-logo_400_400/0/1631351078340?e=1776297600&v=beta&t=ozxQX6zXmc3meZxebeuNlnN6_1lzhwYwp62jBh5mhjY",
              "field_of_study": "Computer Science and Engineering",
              "start_date": "1996-01-01T00:00:00+00:00",
              "end_date": "2000-01-01T00:00:00+00:00"
            }
          ],
          "enriched_realtime": false,
          "headline": "You will love our AI courses.",
          "languages": [
            "English"
          ],
          "lastFetchedAt": "2026-05-13T06:00:12.688Z",
          "last_updated": "2026-05-12T16:08:53.282914+00:00",
          "linkedin_flagship_url": "https://www.linkedin.com/in/soham",
          "linkedin_profile_url": "https://www.linkedin.com/in/ACoAAAAU9H8B67SLVm8pBZ9NZ9kLeKXNflCGtuo",
          "location": "India",
          "name": "Soham Mehta",
          "num_of_connections": 11864,
          "past_employers": [
            {
              "employer_name": "Box",
              "employer_linkedin_id": "54178",
              "employer_linkedin_description": "Box (NYSE:BOX) is the Intelligent Content Cloud, a single platform that enables organizations to fuel collaboration, manage the entire content lifecycle, secure critical content, and transform business workflows with enterprise AI. Founded in 2005, Box simplifies work for leading global organizations, including JLL, Morgan Stanley, and Nationwide. Box is headquartered in Redwood City, CA, with offices across the United States, Europe, and Asia. Visit box.com to learn more. And visit box.org to learn more about how Box empowers nonprofits to fulfill their missions.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGRW76dCz-yqg/company-logo_400_400/B56ZVJlIIsHEAY-/0/1740696224544/box_logo?e=1779926400&v=beta&t=DrwrZ2Duz3chXH4wiM0uQEZhKwsQuSKbYDVfKiaCDZI",
              "employer_company_website_domain": [
                "box.com"
              ],
              "employer_company_id": [
                662371
              ],
              "employee_position_id": 286845283,
              "employee_title": "Director Of Engineering",
              "employee_description": "People",
              "employee_location": "San Francisco Bay Area",
              "start_date": "2012-05-01T00:00:00+00:00",
              "end_date": "2014-04-01T00:00:00+00:00",
              "domains": [
                "box.com"
              ]
            },
            {
              "employer_name": "Home",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 594592693,
              "employee_title": "Chief Relaxing Officer",
              "employee_description": "Wanted to do some work after 6 years of non-stop fun at Box. \n\n* Spent a lot of time with my 3-year-old. Taught him a few things I know. Learned a lot more in return.\n* Celebrated the birth of our daughter. \n* Attended a Vipassana Course again after a long time. My fifth!\n* Got a chance to meet a lot of very smart people.\n\nI probably had the best time of my life.",
              "employee_location": "Sunnyvale, CA",
              "start_date": "2014-05-01T00:00:00+00:00",
              "end_date": "2014-08-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "Box",
              "employer_linkedin_id": "54178",
              "employer_linkedin_description": "Box (NYSE:BOX) is the Intelligent Content Cloud, a single platform that enables organizations to fuel collaboration, manage the entire content lifecycle, secure critical content, and transform business workflows with enterprise AI. Founded in 2005, Box simplifies work for leading global organizations, including JLL, Morgan Stanley, and Nationwide. Box is headquartered in Redwood City, CA, with offices across the United States, Europe, and Asia. Visit box.com to learn more. And visit box.org to learn more about how Box empowers nonprofits to fulfill their missions.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGRW76dCz-yqg/company-logo_400_400/B56ZVJlIIsHEAY-/0/1740696224544/box_logo?e=1779926400&v=beta&t=DrwrZ2Duz3chXH4wiM0uQEZhKwsQuSKbYDVfKiaCDZI",
              "employer_company_website_domain": [
                "box.com"
              ],
              "employer_company_id": [
                662371
              ],
              "employee_position_id": 38771839,
              "employee_title": "Engineering Manager",
              "employee_description": "Systems",
              "employee_location": "San Francisco Bay Area",
              "start_date": "2010-07-01T00:00:00+00:00",
              "end_date": "2012-04-01T00:00:00+00:00",
              "domains": [
                "box.com"
              ]
            },
            {
              "employer_name": "Box",
              "employer_linkedin_id": "54178",
              "employer_linkedin_description": "Box (NYSE:BOX) is the Intelligent Content Cloud, a single platform that enables organizations to fuel collaboration, manage the entire content lifecycle, secure critical content, and transform business workflows with enterprise AI. Founded in 2005, Box simplifies work for leading global organizations, including JLL, Morgan Stanley, and Nationwide. Box is headquartered in Redwood City, CA, with offices across the United States, Europe, and Asia. Visit box.com to learn more. And visit box.org to learn more about how Box empowers nonprofits to fulfill their missions.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGRW76dCz-yqg/company-logo_400_400/B56ZVJlIIsHEAY-/0/1740696224544/box_logo?e=1779926400&v=beta&t=DrwrZ2Duz3chXH4wiM0uQEZhKwsQuSKbYDVfKiaCDZI",
              "employer_company_website_domain": [
                "box.com"
              ],
              "employer_company_id": [
                662371
              ],
              "employee_position_id": 286845430,
              "employee_title": "Software Engineer",
              "employee_description": "Code",
              "employee_location": "San Francisco Bay Area",
              "start_date": "2008-05-01T00:00:00+00:00",
              "end_date": "2010-06-01T00:00:00+00:00",
              "domains": [
                "box.com"
              ]
            },
            {
              "employer_name": "University of Southern Caliornia (USC)",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 19317518,
              "employee_title": "Graduate Assistant",
              "employee_description": "Graduate research work: Data analysis of Multidimensional Spatio-Temporal data from Haptic devices, leading to one paper, one book chapter, some travel and some really good friends.",
              "employee_location": "Greater Los Angeles Area",
              "start_date": "2000-08-01T00:00:00+00:00",
              "end_date": "2002-05-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "Indian Space Research Organization, Space Applications Center (ISRO-SAC)",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 2545923,
              "employee_title": "Co-Op",
              "employee_description": "Developed neural network models for pattern recognition in remotely sense data, for defense projects. Yep, this was before neural networks were hip. I learned Multi-Layer Perceptrons directly from the Lippmann paper! And then coded them in Matlab!",
              "employee_location": "Ahmedabad Area, India",
              "start_date": "1999-06-01T00:00:00+00:00",
              "end_date": "2000-04-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "UVP LLC An Analytik Jena Company",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 1760328,
              "employee_title": "Software Applications Engineer",
              "employee_description": "UVP dominates the market of UV products around the world, white-labeled for a number of popular brands. I helped launch their first in-house software. UVP was acquired later by a worldwide conglomerate Analytic Jena.",
              "employee_location": "Greater Los Angeles Area",
              "start_date": "2004-04-01T00:00:00+00:00",
              "end_date": "2005-10-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "eBay Inc",
              "employer_linkedin_id": "1481",
              "employer_linkedin_description": "At eBay, we create pathways to connect millions of sellers and buyers in more than 190 markets around the world. Our technology empowers our customers, providing everyone the opportunity to grow and thrive — no matter who they are or where they are in the world. And the ripple effect of our work creates waves of change for our customers, our company, our communities and our planet.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C560BAQFfGj-Xuawo6A/company-logo_400_400/company-logo_400_400/0/1634568184469/ebay_logo?e=1779926400&v=beta&t=-nT6Xh7HReGe1z04ZaDESbZE0kY--0kYQWzeFoYyqHw",
              "employer_company_website_domain": [
                "ebayinc.com"
              ],
              "employer_company_id": [
                6047065
              ],
              "employee_position_id": 9945131,
              "employee_title": "[Newbie-->Senior-->Staff] Software Engineer",
              "employee_description": "Worked in the deployment systems team - probably the most central team at eBay, with a vast view of large scale software development, technical operations, product management, testing, tools and of course, politics.",
              "employee_location": "San Francisco Bay Area",
              "start_date": "2005-10-01T00:00:00+00:00",
              "end_date": "2008-05-01T00:00:00+00:00",
              "domains": [
                "ebayinc.com"
              ]
            },
            {
              "employer_name": "Farmal (A USC spinoff Stealth Startup, that remains in stealth forever)",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 2545288,
              "employee_title": "Programmer/Analyst",
              "employee_description": "Everything from assembling computers, to developing bioinformatics applications. \nFrom fixing projectors to doing estimates on data-center capacity. \nFrom running Mass Spectrometer Software to developing a company-wide VPN client. \nFrom witnessing founder-conflict to selling furniture after we closed doors.",
              "employee_location": "Greater Los Angeles Area",
              "start_date": "2002-05-01T00:00:00+00:00",
              "end_date": "2004-04-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "Microsoft",
              "employer_linkedin_id": "1035",
              "employer_linkedin_description": "Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity; it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. Microsoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQH32RJQCl3dDQ/company-logo_400_400/B56ZYQ0mrGGoAc-/0/1744038948046/microsoft_logo?e=1779926400&v=beta&t=3nhkhFIIGOoXCm07EYx5QctHEuSDkoiWaHG-qav6nzo",
              "employer_company_website_domain": [
                "microsoft.com"
              ],
              "employer_company_id": [
                2110301
              ],
              "employee_position_id": 2545907,
              "employee_title": "Software Design Engineer Intern",
              "employee_description": "Remember Smart Tags? Yep, I worked on them.",
              "employee_location": "Greater Seattle Area",
              "start_date": "2001-05-01T00:00:00+00:00",
              "end_date": "2001-08-01T00:00:00+00:00",
              "domains": [
                "microsoft.com"
              ]
            }
          ],
          "profile_picture_permalink": "https://prod.api.futurejobs.ai/api/v1/static/3d529e9456b0d2248619ab11c823bfa938c9d4c6ca98dcf8ffb8f93609d419dd.jpg",
          "profile_picture_url": "https://media.licdn.com/dms/image/v2/D4D03AQHNngTpXlRSCA/profile-displayphoto-shrink_800_800/B4DZcWOiOyGkAc-/0/1748424598928?e=1776297600&v=beta&t=J2El1HF_jELAn1aXCflo2AMni9EDtoFp7fFAE4LnGPY",
          "query_linkedin_profile_urn_or_slug": [
            "soham"
          ],
          "skills": [
            "Product Management",
            "Agile Methodologies",
            "Scalability",
            "Start-ups",
            "Cloud Computing",
            "Java",
            "Software Engineering",
            "Software Development",
            "Product Development",
            "Git",
            "PHP",
            "SaaS",
            "Distributed Systems",
            "Software Design",
            "Management",
            "Entrepreneurship",
            "REST",
            "Linux",
            "Web Development",
            "MySQL",
            "Representational State Transfer (REST)",
            "Software as a Service (SaaS)"
          ],
          "summary": "I started my real world with an Internship at Microsoft. Moved to a startup that sank, albeit royally. Was picked up by an awesome mid-sized company (UVP Inc.), which made me realize my niche of being a generalist (heh).\n\n(A close friend at) eBay gave me my first break, where I worked in one of the most versatile teams in Engineering and learned a lot of things that can make a company successful. \n\nThen I happened to join early at Box. Had unbelievable fun for 6 years with amazing people, and packed lessons of a lifetime.\n\nUsed those lessons to start a business to help people level up in their careers. Lines are blurred between fun and work again!",
          "title": "Founder, Chief Product & Technology Officer",
          "twitter_handle": "soham",
          "updatedAt": "2026-05-13T06:00:12.690Z",
          "email": null
        },
        "createdBy": {
          "_id": "69d89f1379a06d7c932d10ac",
          "name": "BD",
          "email": "brahmdev@futurejobs.ai",
          "avatar": {
            "id": "user/69d89f1379a06d7c932d10ac/avatar_1776951888869.png"
          },
          "role": "owner",
          "status": "active",
          "lastActiveAt": "2026-05-12T10:34:35.657Z"
        },
        "revealStatus": {
          "email": {
            "revealed": false,
            "values": []
          },
          "phone": {
            "revealed": false,
            "values": []
          }
        }
      },
      {
        "_id": "6a04136c71a196dde7e6ef68",
        "userId": "69d89f1379a06d7c932d10ac",
        "lookupType": "linkedin_url",
        "lookupQuery": "https://www.linkedin.com/in/soham",
        "profileRef": "69de25f2e2cad7aec9d486a6",
        "workspaceId": "69f2412fb63fce7fb4e074d5",
        "createdAt": "2026-05-13T06:00:12.762Z",
        "updatedAt": "2026-05-13T06:00:12.762Z",
        "__v": 0,
        "profile": {
          "_id": "69de25f2e2cad7aec9d486a6",
          "person_id": 233851,
          "__v": 0,
          "all_degrees": [
            "PhD Drop Out",
            "Master of Science - MS",
            "Bachelor of Engineering - BE"
          ],
          "all_employers": [
            "Interview Kickstart",
            "Box",
            "Home",
            "Box",
            "Box",
            "University of Southern Caliornia (USC)",
            "Indian Space Research Organization, Space Applications Center (ISRO-SAC)",
            "UVP LLC An Analytik Jena Company",
            "eBay Inc",
            "Farmal (A USC spinoff Stealth Startup, that remains in stealth forever)",
            "Microsoft"
          ],
          "all_employers_company_id": [
            662371,
            698093,
            6047065,
            2110301
          ],
          "all_schools": [
            "University of Southern California",
            "L.D College of Engineering - Ahmedabad"
          ],
          "all_titles": [
            "Director Of Engineering",
            "Chief Relaxing Officer",
            "Engineering Manager",
            "Founder, Chief Product & Technology Officer",
            "Software Engineer",
            "Graduate Assistant",
            "Co-Op",
            "Software Applications Engineer",
            "[Newbie-->Senior-->Staff] Software Engineer",
            "Programmer/Analyst",
            "Software Design Engineer Intern"
          ],
          "createdAt": "2026-04-14T11:32:59.835Z",
          "current_employers": [
            {
              "employer_name": "Interview Kickstart",
              "employer_linkedin_id": "4790142",
              "employer_linkedin_description": "Recognized by TIME x Statista and GSV 150, Interview Kickstart helps talent and teams turbocharge careers and impact in the AI era.With 700+ FAANG instructors who have already helped scale careers of 25000+ software engineers, PMs, data scientists, and tech leaders.We combine cutting-edge upskilling with end-to-end career support: mock interviews, AI-optimized resumes, salary negotiation coaching, and job referrals.Master AI. Get hired. Turbocharge your career.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQHlnXAPBmf6QA/company-logo_400_400/company-logo_400_400/0/1630577959071/interview_kickstart_logo?e=1779926400&v=beta&t=hSbchVrnXBJzQ-gdZ29vx7PkGCVUUiYfydZy3EpqC1Y",
              "employer_company_website_domain": [
                "interviewkickstart.com"
              ],
              "employer_company_id": [
                698093
              ],
              "employee_position_id": 1674121857,
              "employee_title": "Founder, Chief Product & Technology Officer",
              "employee_description": "Started as a pro-bono coach to solopreneur to now having helped train thousands of engineers to uplevel in their careers. \n\nGrateful to the sincerity and hard work of our teachers, mentors, staff and students, who continue to push the boundaries of their comfort zone day in and day out.",
              "employee_location": "United States",
              "start_date": "2014-09-01T00:00:00+00:00",
              "domains": [
                "interviewkickstart.com"
              ]
            }
          ],
          "education_background": [
            {
              "degree_name": "PhD Drop Out",
              "institute_name": "University of Southern California",
              "institute_linkedin_id": "3084",
              "institute_linkedin_url": "https://www.linkedin.com/school/3084",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQHatTfEv4Af6w/company-logo_400_400/company-logo_400_400/0/1631312619853?e=1776297600&v=beta&t=L_xCLKNAjnk6hsX8uGLDGHzS9nCydTcJs9ObkaCaPS4",
              "field_of_study": "Artificial Intelligence",
              "start_date": "2002-05-01T00:00:00+00:00",
              "end_date": "2003-05-01T00:00:00+00:00"
            },
            {
              "degree_name": "Master of Science - MS",
              "institute_name": "University of Southern California",
              "institute_linkedin_id": "3084",
              "institute_linkedin_url": "https://www.linkedin.com/school/3084",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQHatTfEv4Af6w/company-logo_400_400/company-logo_400_400/0/1631312619853?e=1776297600&v=beta&t=L_xCLKNAjnk6hsX8uGLDGHzS9nCydTcJs9ObkaCaPS4",
              "field_of_study": "Computer Science, minor in AI",
              "start_date": "2000-07-01T00:00:00+00:00",
              "end_date": "2002-05-01T00:00:00+00:00"
            },
            {
              "degree_name": "Bachelor of Engineering - BE",
              "institute_name": "L.D College of Engineering - Ahmedabad",
              "institute_linkedin_id": "15128504",
              "institute_linkedin_url": "https://www.linkedin.com/school/15128504",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQHfvameHidqKg/company-logo_400_400/company-logo_400_400/0/1631351078340?e=1776297600&v=beta&t=ozxQX6zXmc3meZxebeuNlnN6_1lzhwYwp62jBh5mhjY",
              "field_of_study": "Computer Science and Engineering",
              "start_date": "1996-01-01T00:00:00+00:00",
              "end_date": "2000-01-01T00:00:00+00:00"
            }
          ],
          "enriched_realtime": false,
          "headline": "You will love our AI courses.",
          "languages": [
            "English"
          ],
          "lastFetchedAt": "2026-05-13T06:00:12.688Z",
          "last_updated": "2026-05-12T16:08:53.282914+00:00",
          "linkedin_flagship_url": "https://www.linkedin.com/in/soham",
          "linkedin_profile_url": "https://www.linkedin.com/in/ACoAAAAU9H8B67SLVm8pBZ9NZ9kLeKXNflCGtuo",
          "location": "India",
          "name": "Soham Mehta",
          "num_of_connections": 11864,
          "past_employers": [
            {
              "employer_name": "Box",
              "employer_linkedin_id": "54178",
              "employer_linkedin_description": "Box (NYSE:BOX) is the Intelligent Content Cloud, a single platform that enables organizations to fuel collaboration, manage the entire content lifecycle, secure critical content, and transform business workflows with enterprise AI. Founded in 2005, Box simplifies work for leading global organizations, including JLL, Morgan Stanley, and Nationwide. Box is headquartered in Redwood City, CA, with offices across the United States, Europe, and Asia. Visit box.com to learn more. And visit box.org to learn more about how Box empowers nonprofits to fulfill their missions.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGRW76dCz-yqg/company-logo_400_400/B56ZVJlIIsHEAY-/0/1740696224544/box_logo?e=1779926400&v=beta&t=DrwrZ2Duz3chXH4wiM0uQEZhKwsQuSKbYDVfKiaCDZI",
              "employer_company_website_domain": [
                "box.com"
              ],
              "employer_company_id": [
                662371
              ],
              "employee_position_id": 286845283,
              "employee_title": "Director Of Engineering",
              "employee_description": "People",
              "employee_location": "San Francisco Bay Area",
              "start_date": "2012-05-01T00:00:00+00:00",
              "end_date": "2014-04-01T00:00:00+00:00",
              "domains": [
                "box.com"
              ]
            },
            {
              "employer_name": "Home",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 594592693,
              "employee_title": "Chief Relaxing Officer",
              "employee_description": "Wanted to do some work after 6 years of non-stop fun at Box. \n\n* Spent a lot of time with my 3-year-old. Taught him a few things I know. Learned a lot more in return.\n* Celebrated the birth of our daughter. \n* Attended a Vipassana Course again after a long time. My fifth!\n* Got a chance to meet a lot of very smart people.\n\nI probably had the best time of my life.",
              "employee_location": "Sunnyvale, CA",
              "start_date": "2014-05-01T00:00:00+00:00",
              "end_date": "2014-08-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "Box",
              "employer_linkedin_id": "54178",
              "employer_linkedin_description": "Box (NYSE:BOX) is the Intelligent Content Cloud, a single platform that enables organizations to fuel collaboration, manage the entire content lifecycle, secure critical content, and transform business workflows with enterprise AI. Founded in 2005, Box simplifies work for leading global organizations, including JLL, Morgan Stanley, and Nationwide. Box is headquartered in Redwood City, CA, with offices across the United States, Europe, and Asia. Visit box.com to learn more. And visit box.org to learn more about how Box empowers nonprofits to fulfill their missions.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGRW76dCz-yqg/company-logo_400_400/B56ZVJlIIsHEAY-/0/1740696224544/box_logo?e=1779926400&v=beta&t=DrwrZ2Duz3chXH4wiM0uQEZhKwsQuSKbYDVfKiaCDZI",
              "employer_company_website_domain": [
                "box.com"
              ],
              "employer_company_id": [
                662371
              ],
              "employee_position_id": 38771839,
              "employee_title": "Engineering Manager",
              "employee_description": "Systems",
              "employee_location": "San Francisco Bay Area",
              "start_date": "2010-07-01T00:00:00+00:00",
              "end_date": "2012-04-01T00:00:00+00:00",
              "domains": [
                "box.com"
              ]
            },
            {
              "employer_name": "Box",
              "employer_linkedin_id": "54178",
              "employer_linkedin_description": "Box (NYSE:BOX) is the Intelligent Content Cloud, a single platform that enables organizations to fuel collaboration, manage the entire content lifecycle, secure critical content, and transform business workflows with enterprise AI. Founded in 2005, Box simplifies work for leading global organizations, including JLL, Morgan Stanley, and Nationwide. Box is headquartered in Redwood City, CA, with offices across the United States, Europe, and Asia. Visit box.com to learn more. And visit box.org to learn more about how Box empowers nonprofits to fulfill their missions.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGRW76dCz-yqg/company-logo_400_400/B56ZVJlIIsHEAY-/0/1740696224544/box_logo?e=1779926400&v=beta&t=DrwrZ2Duz3chXH4wiM0uQEZhKwsQuSKbYDVfKiaCDZI",
              "employer_company_website_domain": [
                "box.com"
              ],
              "employer_company_id": [
                662371
              ],
              "employee_position_id": 286845430,
              "employee_title": "Software Engineer",
              "employee_description": "Code",
              "employee_location": "San Francisco Bay Area",
              "start_date": "2008-05-01T00:00:00+00:00",
              "end_date": "2010-06-01T00:00:00+00:00",
              "domains": [
                "box.com"
              ]
            },
            {
              "employer_name": "University of Southern Caliornia (USC)",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 19317518,
              "employee_title": "Graduate Assistant",
              "employee_description": "Graduate research work: Data analysis of Multidimensional Spatio-Temporal data from Haptic devices, leading to one paper, one book chapter, some travel and some really good friends.",
              "employee_location": "Greater Los Angeles Area",
              "start_date": "2000-08-01T00:00:00+00:00",
              "end_date": "2002-05-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "Indian Space Research Organization, Space Applications Center (ISRO-SAC)",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 2545923,
              "employee_title": "Co-Op",
              "employee_description": "Developed neural network models for pattern recognition in remotely sense data, for defense projects. Yep, this was before neural networks were hip. I learned Multi-Layer Perceptrons directly from the Lippmann paper! And then coded them in Matlab!",
              "employee_location": "Ahmedabad Area, India",
              "start_date": "1999-06-01T00:00:00+00:00",
              "end_date": "2000-04-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "UVP LLC An Analytik Jena Company",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 1760328,
              "employee_title": "Software Applications Engineer",
              "employee_description": "UVP dominates the market of UV products around the world, white-labeled for a number of popular brands. I helped launch their first in-house software. UVP was acquired later by a worldwide conglomerate Analytic Jena.",
              "employee_location": "Greater Los Angeles Area",
              "start_date": "2004-04-01T00:00:00+00:00",
              "end_date": "2005-10-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "eBay Inc",
              "employer_linkedin_id": "1481",
              "employer_linkedin_description": "At eBay, we create pathways to connect millions of sellers and buyers in more than 190 markets around the world. Our technology empowers our customers, providing everyone the opportunity to grow and thrive — no matter who they are or where they are in the world. And the ripple effect of our work creates waves of change for our customers, our company, our communities and our planet.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C560BAQFfGj-Xuawo6A/company-logo_400_400/company-logo_400_400/0/1634568184469/ebay_logo?e=1779926400&v=beta&t=-nT6Xh7HReGe1z04ZaDESbZE0kY--0kYQWzeFoYyqHw",
              "employer_company_website_domain": [
                "ebayinc.com"
              ],
              "employer_company_id": [
                6047065
              ],
              "employee_position_id": 9945131,
              "employee_title": "[Newbie-->Senior-->Staff] Software Engineer",
              "employee_description": "Worked in the deployment systems team - probably the most central team at eBay, with a vast view of large scale software development, technical operations, product management, testing, tools and of course, politics.",
              "employee_location": "San Francisco Bay Area",
              "start_date": "2005-10-01T00:00:00+00:00",
              "end_date": "2008-05-01T00:00:00+00:00",
              "domains": [
                "ebayinc.com"
              ]
            },
            {
              "employer_name": "Farmal (A USC spinoff Stealth Startup, that remains in stealth forever)",
              "employer_linkedin_id": "",
              "employer_linkedin_description": "",
              "employer_logo_url": "",
              "employer_company_website_domain": [],
              "employer_company_id": [],
              "employee_position_id": 2545288,
              "employee_title": "Programmer/Analyst",
              "employee_description": "Everything from assembling computers, to developing bioinformatics applications. \nFrom fixing projectors to doing estimates on data-center capacity. \nFrom running Mass Spectrometer Software to developing a company-wide VPN client. \nFrom witnessing founder-conflict to selling furniture after we closed doors.",
              "employee_location": "Greater Los Angeles Area",
              "start_date": "2002-05-01T00:00:00+00:00",
              "end_date": "2004-04-01T00:00:00+00:00",
              "domains": []
            },
            {
              "employer_name": "Microsoft",
              "employer_linkedin_id": "1035",
              "employer_linkedin_description": "Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity; it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. Microsoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQH32RJQCl3dDQ/company-logo_400_400/B56ZYQ0mrGGoAc-/0/1744038948046/microsoft_logo?e=1779926400&v=beta&t=3nhkhFIIGOoXCm07EYx5QctHEuSDkoiWaHG-qav6nzo",
              "employer_company_website_domain": [
                "microsoft.com"
              ],
              "employer_company_id": [
                2110301
              ],
              "employee_position_id": 2545907,
              "employee_title": "Software Design Engineer Intern",
              "employee_description": "Remember Smart Tags? Yep, I worked on them.",
              "employee_location": "Greater Seattle Area",
              "start_date": "2001-05-01T00:00:00+00:00",
              "end_date": "2001-08-01T00:00:00+00:00",
              "domains": [
                "microsoft.com"
              ]
            }
          ],
          "profile_picture_permalink": "https://prod.api.futurejobs.ai/api/v1/static/3d529e9456b0d2248619ab11c823bfa938c9d4c6ca98dcf8ffb8f93609d419dd.jpg",
          "profile_picture_url": "https://media.licdn.com/dms/image/v2/D4D03AQHNngTpXlRSCA/profile-displayphoto-shrink_800_800/B4DZcWOiOyGkAc-/0/1748424598928?e=1776297600&v=beta&t=J2El1HF_jELAn1aXCflo2AMni9EDtoFp7fFAE4LnGPY",
          "query_linkedin_profile_urn_or_slug": [
            "soham"
          ],
          "skills": [
            "Product Management",
            "Agile Methodologies",
            "Scalability",
            "Start-ups",
            "Cloud Computing",
            "Java",
            "Software Engineering",
            "Software Development",
            "Product Development",
            "Git",
            "PHP",
            "SaaS",
            "Distributed Systems",
            "Software Design",
            "Management",
            "Entrepreneurship",
            "REST",
            "Linux",
            "Web Development",
            "MySQL",
            "Representational State Transfer (REST)",
            "Software as a Service (SaaS)"
          ],
          "summary": "I started my real world with an Internship at Microsoft. Moved to a startup that sank, albeit royally. Was picked up by an awesome mid-sized company (UVP Inc.), which made me realize my niche of being a generalist (heh).\n\n(A close friend at) eBay gave me my first break, where I worked in one of the most versatile teams in Engineering and learned a lot of things that can make a company successful. \n\nThen I happened to join early at Box. Had unbelievable fun for 6 years with amazing people, and packed lessons of a lifetime.\n\nUsed those lessons to start a business to help people level up in their careers. Lines are blurred between fun and work again!",
          "title": "Founder, Chief Product & Technology Officer",
          "twitter_handle": "soham",
          "updatedAt": "2026-05-13T06:00:12.690Z",
          "email": null
        },
        "createdBy": {
          "_id": "69d89f1379a06d7c932d10ac",
          "name": "BD",
          "email": "brahmdev@futurejobs.ai",
          "avatar": {
            "id": "user/69d89f1379a06d7c932d10ac/avatar_1776951888869.png"
          },
          "role": "owner",
          "status": "active",
          "lastActiveAt": "2026-05-12T10:34:35.657Z"
        },
        "revealStatus": {
          "email": {
            "revealed": false,
            "values": []
          },
          "phone": {
            "revealed": false,
            "values": []
          }
        }
      },
      {
        "_id": "69ea22c0840ee8ba09a55426",
        "userId": "69d89f1379a06d7c932d10ac",
        "lookupType": "linkedin_url",
        "lookupQuery": "https://www.linkedin.com/in/aliarty",
        "profileRef": "69e094bfd0ec6be228718e62",
        "workspaceId": "69f2412fb63fce7fb4e074d5",
        "createdAt": "2026-04-23T13:46:40.756Z",
        "updatedAt": "2026-04-23T13:46:40.756Z",
        "__v": 0,
        "profile": {
          "_id": "69e094bfd0ec6be228718e62",
          "person_id": 100649244,
          "__v": 0,
          "all_degrees": [
            "Bachelor's degree",
            "10+2"
          ],
          "all_employers": [
            "Innostax Software Labs",
            "Innostax Software Labs"
          ],
          "all_employers_company_id": [
            1913827
          ],
          "all_schools": [
            "Integral University, Lucknow, Uttar Pradesh",
            "Bishop Johnson School and College"
          ],
          "all_titles": [
            "Associate Software Engineer",
            "Software Development Engineer - I"
          ],
          "createdAt": "2026-04-16T07:50:23.282Z",
          "current_employers": [
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1777507200&v=beta&t=M35Q7XsV-1TL2LkZnS_abtk2YzKYZsYeD65mlNqDjx4",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2555927249,
              "employee_title": "Software Development Engineer - I",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2025-01-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            }
          ],
          "education_background": [
            {
              "degree_name": "Bachelor's degree",
              "institute_name": "Integral University, Lucknow, Uttar Pradesh",
              "institute_linkedin_id": "15098665",
              "institute_linkedin_url": "https://www.linkedin.com/company/15098665",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQFZj-PsjJ_HBQ/company-logo_400_400/company-logo_400_400/0/1630555230935/integral_university_lucknow_uttar_pradesh_logo?e=1767225600&v=beta&t=27B_b-uD8fWln_L3liRjKabqoPIWsdDLBylv1gOUwcc",
              "field_of_study": "Computer Science and Engineering",
              "start_date": "2020-01-01T00:00:00+00:00",
              "end_date": "2024-01-01T00:00:00+00:00"
            },
            {
              "degree_name": "10+2",
              "institute_name": "Bishop Johnson School and College",
              "institute_linkedin_id": "27068471",
              "institute_linkedin_url": "https://www.linkedin.com/school/27068471",
              "institute_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQEsoyfH_noRug/company-logo_400_400/company-logo_400_400/0/1630632560974/bishop_johnson_school_and_college_logo?e=1767225600&v=beta&t=4EVAHsa2bkSWRSfbPXQMI7EzFZzTfLWGxhXozn3JrD4",
              "field_of_study": "",
              "start_date": "2004-01-01T00:00:00+00:00",
              "end_date": "2019-01-01T00:00:00+00:00"
            }
          ],
          "enriched_realtime": false,
          "headline": "Full Stack Web Developer | Machine Learning | Aesthete",
          "languages": [],
          "lastFetchedAt": "2026-04-23T13:46:40.175Z",
          "last_updated": "2026-04-14T07:51:38+00:00",
          "linkedin_flagship_url": "https://www.linkedin.com/in/aliarty",
          "linkedin_profile_url": "https://www.linkedin.com/in/ACoAAD2iCAwBxK_7wHvAPcWu5q-0d02X56Qxzhw",
          "location": "Gurugram, Haryana, India",
          "name": "Mohammad Ali",
          "num_of_connections": 161,
          "past_employers": [
            {
              "employer_name": "Innostax Software Labs",
              "employer_linkedin_id": "9434948",
              "employer_linkedin_description": "Innostax is a software consulting company with focus on consulting, technology, outsourcing and next-generation services. We enable our clients to succeed by co-creating breakthrough solutions. Experienced in designing and developing highly scalable, maintainable and performant software.  We believe that scalability and maintain-ability of code comes with great experience, and at Innostax we follow all coding best practices to deliver a very high quality code.Visit www.innostax.com to see how we help entrepreneurs and business owners create state of the art software products that succeed.",
              "employer_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQFHx8M3M3dkmw/company-logo_400_400/company-logo_400_400/0/1631374553932/innostax_logo?e=1777507200&v=beta&t=M35Q7XsV-1TL2LkZnS_abtk2YzKYZsYeD65mlNqDjx4",
              "employer_company_website_domain": [
                "innostax.com"
              ],
              "employer_company_id": [
                1913827
              ],
              "employee_position_id": 2474603920,
              "employee_title": "Associate Software Engineer",
              "employee_description": "",
              "employee_location": "Gurugram, Haryana, India",
              "start_date": "2024-07-01T00:00:00+00:00",
              "end_date": "2025-01-01T00:00:00+00:00",
              "domains": [
                "innostax.com"
              ]
            }
          ],
          "profile_picture_permalink": "https://prod.api.futurejobs.ai/api/v1/static/e83b3465567ce85a6f74c63a2e97c4e08869a3bc784f8b85e5648ff7662a2d10.jpg",
          "profile_picture_url": "https://media.licdn.com/dms/image/v2/D5603AQG3uuDO6nb-nA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1711365467177?e=1744848000&v=beta&t=db7J_VHxVsW2ml2ucozs5Nkez1fD1J90RJ1yN_AyNyU",
          "query_linkedin_profile_urn_or_slug": [
            "aliarty"
          ],
          "skills": [
            "Shopify",
            "MERN Stack",
            "DevOps",
            "Express.js",
            "Responsive Web Design",
            "Attention to Detail",
            "Python (Programming Language)",
            "Computer Science",
            "Back-End Web Development",
            "API Development",
            "jQuery",
            "HTML5",
            "Semantic HTML",
            "Cascading Style Sheets (CSS)",
            "React.js",
            "JavaScript",
            "HTML",
            "Git",
            "Data Science",
            "Full-Stack Development",
            "Teamwork",
            "Team Management",
            "Analytical Skills",
            "English",
            "Strategy",
            "Engineering",
            "Communication",
            "Problem Solving",
            "Web Development",
            "Proofreading",
            "Front-End Development",
            "Image Editing",
            "Template Design",
            "Graphic Design",
            "GitHub",
            "Pattern Recognition",
            "Blender",
            "Machine Learning",
            "Software Development",
            "React Native",
            "Node.js",
            "REST APIs"
          ],
          "summary": "",
          "title": "Software Development Engineer - I",
          "twitter_handle": "",
          "updatedAt": "2026-04-23T13:46:40.176Z"
        },
        "createdBy": {
          "_id": "69d89f1379a06d7c932d10ac",
          "name": "BD",
          "email": "brahmdev@futurejobs.ai",
          "avatar": {
            "id": "user/69d89f1379a06d7c932d10ac/avatar_1776951888869.png"
          },
          "role": "owner",
          "status": "active",
          "lastActiveAt": "2026-05-12T10:34:35.657Z"
        },
        "revealStatus": {
          "email": {
            "revealed": false,
            "values": []
          },
          "phone": {
            "revealed": false,
            "values": []
          }
        }
      }
    ],
    "totalDocs": 6,
    "limit": 10,
    "page": 1,
    "totalPages": 1,
    "serialNumberStartFrom": 1,
    "hasPrevPage": false,
    "hasNextPage": false
  },
  "message": "Scouted people fetched successfully",
  "status": "SUCCESS"
}
```

**SDK Code**

```python People Scout_Get Scouted People List_example
import requests

url = "https://prod.api.futurejobs.ai/api/v1/wl/scout-people"

querystring = {"page":"1","limit":"10"}

headers = {"x-fj-api-key": "<apiKey>"}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())
```

```javascript People Scout_Get Scouted People List_example
const url = 'https://prod.api.futurejobs.ai/api/v1/wl/scout-people?page=1&limit=10';
const options = {method: 'GET', headers: {'x-fj-api-key': '<apiKey>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go People Scout_Get Scouted People List_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://prod.api.futurejobs.ai/api/v1/wl/scout-people?page=1&limit=10"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("x-fj-api-key", "<apiKey>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby People Scout_Get Scouted People List_example
require 'uri'
require 'net/http'

url = URI("https://prod.api.futurejobs.ai/api/v1/wl/scout-people?page=1&limit=10")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["x-fj-api-key"] = '<apiKey>'

response = http.request(request)
puts response.read_body
```

```java People Scout_Get Scouted People List_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://prod.api.futurejobs.ai/api/v1/wl/scout-people?page=1&limit=10")
  .header("x-fj-api-key", "<apiKey>")
  .asString();
```

```php People Scout_Get Scouted People List_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://prod.api.futurejobs.ai/api/v1/wl/scout-people?page=1&limit=10', [
  'headers' => [
    'x-fj-api-key' => '<apiKey>',
  ],
]);

echo $response->getBody();
```

```csharp People Scout_Get Scouted People List_example
using RestSharp;

var client = new RestClient("https://prod.api.futurejobs.ai/api/v1/wl/scout-people?page=1&limit=10");
var request = new RestRequest(Method.GET);
request.AddHeader("x-fj-api-key", "<apiKey>");
IRestResponse response = client.Execute(request);
```

```swift People Scout_Get Scouted People List_example
import Foundation

let headers = ["x-fj-api-key": "<apiKey>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://prod.api.futurejobs.ai/api/v1/wl/scout-people?page=1&limit=10")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```