Skip to main content
Use OutX as a LangChain tool to give your AI agents real-time access to LinkedIn data, fetch profiles, retrieve posts, and engage with content.

What You Can Build

  • Research agent, fetch LinkedIn profiles and posts, summarize them, generate outreach
  • Sales signal agent, monitor watchlists for buying intent, auto-generate personalized comments
  • Competitive intelligence agent, track competitor mentions, summarize trends

Prerequisites

  • Python 3.9+
  • pip install langchain langchain-openai requests
  • OutX API key (get yours)
  • OutX Chrome extension installed and active

OutX Tools for LangChain

Create custom tools that wrap OutX API endpoints:

Build the Agent

Example: Sales Signal Agent

An agent that monitors your watchlist for buying intent and drafts personalized comments:

Rate Limit Considerations

OutX is a proxy, it does not rate-limit LinkedIn Data API calls for you. When using fetch_linkedin_profile in loops or agents, add delays between calls:
See Rate Limits for safe usage guidelines per endpoint.

Tips

  • Start with read-only tools, get fetch_linkedin_profile and get_watchlist_posts working before adding engagement tools
  • Add human-in-the-loop for engagement, use HumanApprovalCallbackHandler before posting comments
  • Cache profile data, store fetched profiles locally to avoid redundant API calls
  • Use watchlists for monitoring, don’t poll the LinkedIn Data API repeatedly; create watchlists for ongoing tracking

Partnerships

Interested in a collaboration or affiliate partnership? Reach out at support@outx.ai.

Learn More