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

# LinkedIn API Roadmap - Upcoming Endpoints

> Upcoming OutX LinkedIn API endpoints: connection requests, job listings, and more.

We are actively expanding the OutX LinkedIn API. Here is what is coming next.

## Planned Endpoints

<CardGroup cols={2}>
  <Card title="Fetch Job Listings" icon="briefcase">
    Retrieve job listings from LinkedIn by company, title, location, or keywords. Access job descriptions, requirements, and posting details.
  </Card>
</CardGroup>

## Request an Endpoint

Have a specific LinkedIn API use case that is not covered above? We want to hear from you.

Contact us at [support@outx.ai](mailto:support@outx.ai) with:

* A description of the endpoint you need
* Your use case and expected volume
* Any specific data fields you require

<Info>
  Enterprise customers can request priority development for custom endpoints. Contact [support@outx.ai](mailto:support@outx.ai) to discuss your needs.
</Info>

## Available Now

<CardGroup cols={2}>
  <Card title="Fetch Profile" icon="user" href="/docs/linkedin-api/fetch-profile">
    Retrieve full profile data for any LinkedIn user
  </Card>

  <Card title="Fetch Posts" icon="newspaper" href="/docs/linkedin-api/fetch-profiles-posts">
    Get recent posts from LinkedIn profiles
  </Card>

  <Card title="Fetch Company" icon="building" href="/docs/linkedin-api/fetch-company">
    Retrieve full company page data including industry, employee count, and specialties
  </Card>

  <Card title="Fetch Company Posts" icon="building-columns" href="/docs/linkedin-api/fetch-company-posts">
    Get recent posts from LinkedIn company pages
  </Card>

  <Card title="Like Post" icon="heart" href="/docs/linkedin-api/like-post">
    Like LinkedIn posts programmatically
  </Card>

  <Card title="Comment on Post" icon="comment" href="/docs/linkedin-api/comment-post">
    Post comments on LinkedIn content via API
  </Card>

  <Card title="Send Message" icon="envelope" href="/docs/linkedin-api/send-message">
    Send direct messages to your LinkedIn connections via API
  </Card>

  <Card title="Send Connection Requests" icon="user-plus" href="/docs/linkedin-api/send-connection-request">
    Send LinkedIn connection requests programmatically via API
  </Card>

  <Card title="Search Profiles" icon="magnifying-glass" href="/docs/linkedin-api/search-profiles">
    Search LinkedIn profiles by title, company, location, and more
  </Card>

  <Card title="Fetch Connections" icon="address-book" href="/docs/linkedin-api/fetch-connections">
    Fetch your 1st-degree LinkedIn connections with keyword search and pagination
  </Card>
</CardGroup>

You can also use the [Intelligence API](/docs/api-reference/introduction) for automated watchlist-based monitoring of keywords, people, and companies on LinkedIn.

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="When will new endpoints be available?">
    We are actively building new endpoints including connection requests and job listings. Sign up for updates by emailing [support@outx.ai](mailto:support@outx.ai) to be notified when new endpoints launch.
  </Accordion>

  <Accordion title="Can I request a specific endpoint?">
    Yes. Email [support@outx.ai](mailto:support@outx.ai) with a description of the endpoint you need, your use case, and expected volume. Enterprise customers can request priority development for custom endpoints.
  </Accordion>
</AccordionGroup>
