BeReach

LinkedIn API,
for AI agents.

The foundation layer for LinkedIn automation.
Built for AI agents, n8n workflows, and developers.

REST API · Chrome Extension · 8 Free Tools · 26 Endpoints · 2 Sub-skills
Available on all plans. Even free.

One API, every platform

BeReach plugs into the tools you already use
O
OpenClaw
n
n8n
M
Make
Z
Zapier
C
Chrome
R
REST API
W
Webhooks
P
Python

Not a walled garden. Not a closed SaaS.

BeReach is infrastructure.

One API for anything

Send a POST request. Get LinkedIn data or actions back.

Search & Discover

Search people, companies, jobs, and posts with advanced filters

POST /search/linkedin/people

Scrape Engagement

Extract likes, comments, and posts from any LinkedIn content

POST /collect/linkedin/likes

Automate Outreach

Visit profiles, send connections, message, reply, like, and publish

POST /connect/linkedin/profile

Manage Inbox

Read conversations, search inbox, and manage invitations

POST /chats/linkedin

Not just chat — full autonomy

BeReach doesn't just return data. It takes action.

Uses Your LinkedIn Session

Unlike closed APIs, BeReach uses your Chrome profile — all your auth, cookies, and sessions. It acts as you on LinkedIn.

// BeReach detects your active Chrome profile
✓ Found Chrome profile: Default
✓ LinkedIn session active: alex@example.com
✓ Cookies synced — no login needed

// Browsing as you...
→ POST https://api.berea.ch/visit/linkedin/profile
→ Visiting linkedin.com/in/veer-shah
✓ Profile visited: Veer Shah | Co-Founder @ Cumulus Labs
✓ Email extracted: veer@cumuluslabs.com
✓ Member distance: 2nd

Query Engagement Like a Database

Ask for engagement data in plain API calls. BeReach scrapes LinkedIn and returns structured JSON.

curl -X POST https://api.berea.ch/collect/linkedin/likes \
-H "Authorization: Bearer brc_..." \
-d '{"url": "linkedin.com/posts/example_12345"}'

{
"likes": [
  {
    "name": "Veer Shah",
    "headline": "Co-Founder @ Cumulus Labs",
    "profileUrl": "linkedin.com/in/veer-shah-62...",
    "timestamp": "2 days ago"
  },
  ...
],
"total": 247
}

AI Agents with BeReach

OpenClaw AI agents use BeReach as their LinkedIn layer. Write autonomous outreach workflows in plain English.

// OpenClaw agent with BeReach skill installed
→ "Find everyone who liked my last 3 posts, 
 filter for founders, and send them a personalized 
 connection request mentioning their recent post."

✓ Found 3 posts from your profile
✓ Scraped 847 likes total
✓ Filtered to 34 founders (YC, 500 Startups, etc.)
✓ Visited profiles to find recent posts
✓ Generated personalized messages using post context
✓ Sent 34 connection requests (5s delay between each)

Acceptance rate so far: 62% (21/34)

Signal-Based Outreach Memory

BeReach remembers who you've contacted, when, and why. AI agents learn from your patterns and improve over time.

{
"campaigns": {
  "yc-w26-outreach": {
    "total": 200,
    "contacted": 67,
    "accepted": 31,
    "converted": 13,
    "signals": [
      "liked your post on AI agents",
      "commented on fundraising thread",
      "shared article about automation"
    ]
  }
},
"learnings": {
  "best_times": ["Tue 9-11am", "Thu 2-4pm"],
  "top_signals": ["liked + commented", "mutual connection"],
  "avg_response_time": "14 hours"
}
}

See everything at a glance

Ask "show me campaign analytics" and get live data from your outreach.

Outreach Activity (Last 30 Days)

[Interactive Chart: Connection requests sent vs accepted over time]

200 total leads
YC W26 founders
+34 this week
67 contacted
34% contacted
15% acceptance rate
$42k pipeline
13 converted
+$18k this month

Extend with sub-skills

Pre-built workflows that solve specific outreach problems.
Install with one command. Customize to your needs.

API Reference

Full request/response schemas for all 26 BeReach endpoints. Search, scraping, actions, chat, profile, campaigns.

included installs

Lead Magnet

Auto-reply to comments, send resources via DM, connect with non-connections, like and engage — fully automated.

included installs

Use case: AI Lead Magnets

Post a resource on LinkedIn. Your AI agent delivers it to every commenter via DM — fully autonomous.

The lead magnet sub-skill turns your OpenClaw agent into a self-running campaign machine. Three parallel tracks handle comments, invitations, and new connections — with built-in dedup, rate limit awareness, and reporting.

// Agent running lead magnet campaign
→ Track A: Scraping comments on your post...
✓ 47 new commenters found
✓ 31 distance-1 → DM sent with resource
✓ 16 distance-2+ → replied with connect CTA

→ Track B: Processing invitations...
✓ 8 pending invitations accepted
✓ 8 DMs sent with resource

→ Track C: Re-checking connections...
✓ 3 commenters now connected → DM sent

📊 Recap (every 30 min):
DMs: 42 | Replies: 47 | Likes: 47 | Visits: 16
Credits used: 152 | Remaining: 1848/2000

8 Free Tools, No Account Needed

Standalone tools that work without signing up.
Save $828/year vs PhantomBuster.

Search Scraper

Search posts by keyword or URL. Filter and export.

Free foreverPhantomBuster: $69/mo

People Search

Find professionals by name, title, company, location.

Free foreverApify: $49/mo

Companies Search

Search companies by industry, size, and location.

Free foreverApify: $49/mo

Jobs Search

Find jobs by title, location, type, experience level.

Free foreverApify: $49/mo

URL Search

Paste any LinkedIn search URL. Auto-detect and export.

Free foreverNo alternative

Likes Scraper

Extract everyone who liked any post. Export to CSV.

Free foreverPhantomBuster: $69/mo

Comments Scraper

Get comment text + author data from any post.

Free foreverPhantomBuster: $69/mo

Posts Scraper

Get the latest posts from any profile.

Free foreverPhantomBuster: $69/mo

Built for developers

BeReach is open infrastructure. No vendor lock-in.
REST API on ALL plans. Even free.

🔓

Open API

Full REST API access on every plan. No premium tier BS.

🔗

Webhooks

Trigger workflows when LinkedIn events happen. Real-time.

📦

n8n Templates

Pre-built workflows for lead magnets, event outreach, and more.

🤖

AI-First Design

Rate limits, deduplication, and agent-friendly responses built in.

Apify gives you spreadsheets. Unipile gives you a pipe.

BeReach gives you the complete LinkedIn operating system — 26 endpoints, one API.

Up and running in seconds

One install. One API key. Your LinkedIn automation is ready.

# Install the Chrome Extension
→ chrome.google.com/webstore → "BeReach"

# Get your API key
→ berea.ch/account → Copy API key

# Start automating
curl -X POST https://api.berea.ch/visit/linkedin/profile \
-H "Authorization: Bearer brc_your_api_key" \
-d '{"url": "linkedin.com/in/example"}'

✓ Profile visited
✓ Data extracted
✓ Ready for outreach

Built in the open

BeReach is infrastructure, not a black box.
Transparent pricing. Open documentation. Developer-first.

Built on OpenClaw

The open-source AI agent framework

Used by 500+ developers, founders, and sales teams

From solo founders to YC-backed companies

Ready to automate LinkedIn?

Start with the free tools. Upgrade when you need the API.

No credit card required · API access on all plans