> ## Documentation Index
> Fetch the complete documentation index at: https://fdocs.info/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Personal Profile

> - Get comprehensive profile data, including experience, education history, and current company details. 

 - 2 credits per call. 

 - Using each extra option will cost another 1 credit.



## OpenAPI

````yaml GET /get-personal-profile
openapi: 3.0.1
info:
  title: OpenAPI Plant Store
  description: >-
    A sample API that uses a plant store as an example to demonstrate features
    in the OpenAPI specification
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://web-scraping-api2.p.rapidapi.com
security:
  - ApiKeyAuth: []
paths:
  /get-personal-profile:
    get:
      description: >-
        - Get comprehensive profile data, including experience, education
        history, and current company details. 

         - 2 credits per call. 

         - Using each extra option will cost another 1 credit.
      parameters:
        - name: linkedin_url
          in: query
          required: true
          schema:
            type: string
            format: uri
          description: >-
            A valid LinkedIn profile URL — both public ID format
            (https://www.linkedin.com/in/stephenlee4244315) and URN format
            (https://www.linkedin.com/sales/lead/ACwAAALW9HABcVdR-UuroyOHoL2iuUob1F_yDRY)
            are accepted.
          example: https://www.linkedin.com/in/cjfollini/
        - name: include_skills
          in: query
          required: false
          schema:
            type: string
            enum:
              - 'true'
              - 'false'
            example: 'false'
          description: >-
            Whether to include skills in the profile details. Enabling this
            option will consume 1 more credit.
        - name: include_certifications
          in: query
          required: false
          schema:
            type: string
            enum:
              - 'true'
              - 'false'
            example: 'false'
          description: >-
            Whether to include certifications in the profile details. Enabling
            this option will consume 1 more credit.
        - name: include_languages
          in: query
          required: false
          schema:
            type: string
            enum:
              - 'true'
              - 'false'
            example: 'false'
          description: >-
            Whether to include languages in the profile details. Enabling this
            option will consume 1 more credit.
        - name: include_profile_status
          in: query
          required: false
          schema:
            type: string
            enum:
              - 'true'
              - 'false'
            example: 'false'
          description: >-
            Whether to include the profile status. Enabling this option will
            consume 1 more credit.
        - name: include_company_public_url
          in: query
          required: false
          schema:
            type: string
            enum:
              - 'true'
              - 'false'
            example: 'false'
          description: >-
            Whether to include the public URL of the company associated with the
            profile. Free
      responses:
        '200':
          description: Personal profile response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PersonalProfile'
        '400':
          description: Invalid linkedin url
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InvalidURL'
        '404':
          description: Profile not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProfileNotFound'
        '503':
          description: Profile not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SystemError'
      security:
        - ApiKeyAuth: []
components:
  schemas:
    PersonalProfile:
      type: object
      properties:
        message:
          type: string
          example: ok
        data:
          type: object
          properties:
            linkedin_url:
              type: string
              format: uri
              example: https://linkedin.com/in/anthonyjames
            first_name:
              type: string
              example: Anthony
            last_name:
              type: string
              example: James
            full_name:
              type: string
              example: Anthony James
            location:
              type: string
              example: Sydney, Australia
            city:
              type: string
              example: Sydney
            state:
              type: string
              example: New South Wales
            country:
              type: string
              example: Australia
            headline:
              type: string
              example: Technology Leader & Innovator
            about:
              type: string
              example: Experienced leader in marketing and technology.
            email:
              type: string
              format: email
              example: example@example.com
            phone:
              type: string
              example: '+61234567890'
            profile_image_url:
              type: string
              format: uri
              example: https://example.com/profile.jpg
            follower_count:
              type: integer
              example: 20000
            connection_count:
              type: integer
              example: 15000
            job_title:
              type: string
              example: CEO
            current_job_duration:
              type: string
              example: 8 years 2 months
            current_company_join_month:
              type: integer
              example: 3
            current_company_join_year:
              type: integer
              example: 2015
            company:
              type: string
              example: Trinity Consulting Services
            company_description:
              type: string
              example: A global leader in technology consulting.
            company_domain:
              type: string
              example: trinity.com
            company_employee_range:
              type: string
              example: 201-500
            company_industry:
              type: string
              example: Technology Consulting
            company_linkedin_url:
              type: string
              format: uri
              example: https://linkedin.com/company/trinity
            company_logo_url:
              type: string
              format: uri
              example: https://example.com/logo.png
            company_website:
              type: string
              format: uri
              example: https://trinity.com
            company_year_founded:
              type: integer
              example: 1990
            hq_city:
              type: string
              example: Sydney
            hq_country:
              type: string
              example: Australia
            hq_region:
              type: string
              example: New South Wales
            school:
              type: string
              example: University of Technology Sydney
            skills:
              type: string
              example: Leadership, Innovation, Marketing
            urn:
              type: string
              example: ACoAAAGafwYBi3pXOoVVwIyAFc453DuIv50jfTA
            experiences:
              type: array
              items:
                type: object
                properties:
                  company:
                    type: string
                    example: ABC Tech
                  title:
                    type: string
                    example: Senior Consultant
                  location:
                    type: string
                    example: Melbourne, Australia
                  description:
                    type: string
                    example: Led multiple IT projects.
                  start_year:
                    type: integer
                    example: 2010
                  end_year:
                    type: integer
                    example: 2015
                  duration:
                    type: string
                    example: 5 years
            educations:
              type: array
              items:
                type: object
                properties:
                  school:
                    type: string
                    example: University of Technology Sydney
                  degree:
                    type: string
                    example: MBA
                  field_of_study:
                    type: string
                    example: Business Administration
                  start_year:
                    type: integer
                    example: 2005
                  end_year:
                    type: integer
                    example: 2007
                  activities:
                    type: string
                    example: Student Union President
            certifications:
              type: array
              items:
                type: object
                properties:
                  name:
                    type: string
                    example: Project Management Professional (PMP)
                  authority:
                    type: string
                    example: PMI
                  issued:
                    type: string
                    format: date
                    example: 2021-01
                  url:
                    type: string
                    format: uri
                    example: https://example.com/certificate
            languages:
              type: string
              example: English, French
            profile_id:
              type: string
              example: profile123
            profile_status:
              type: object
              properties:
                joined_date:
                  type: string
                  example: '2008-01-01'
                verified:
                  type: boolean
                  example: true
                profile_photo_updated:
                  type: boolean
                  example: true
                contact_info_updated:
                  type: boolean
                  example: true
            public_id:
              type: string
              example: anthony-james
    InvalidURL:
      type: object
      properties:
        data:
          type: object
          nullable: true
          example: null
        message:
          type: string
          example: 'Bad request: Invalid linkedin_url.'
    ProfileNotFound:
      type: object
      properties:
        data:
          type: object
          nullable: true
          example: null
        message:
          type: string
          example: The url was not found on Linkedin.
    SystemError:
      type: object
      properties:
        data:
          type: object
          nullable: true
          example: null
        message:
          type: string
          example: System error. We will fix it soon!
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: x-rapidapi-key

````