Better Fetch
Social networks6 runnable operations

LinkedIn reference

People, companies, posts, search, and public media transcripts from LinkedIn.

Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.

Person profile

Available

Person profile from public LinkedIn surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/linkedin_discovery_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"profile","url":"https://www.linkedin.com/in/parrsam/"}}'

Tool: linkedin_discovery_scraper

Company page

Available

Company page from public LinkedIn surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/linkedin_company_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"slug":"openai","max_recent_posts":3}}'

Tool: linkedin_company_scraper

Company posts

Available

Company posts from public LinkedIn surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/linkedin_company_posts_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"slug":"openai","max_posts":6}}'

Tool: linkedin_company_posts_scraper

Search posts

Available

Search posts from public LinkedIn surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/linkedin_discovery_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"search_posts","query":"ai agents","max_results":10}}'

Tool: linkedin_discovery_scraper

Post details

Available

Post details from public LinkedIn surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/linkedin_discovery_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"post","url":"https://www.linkedin.com/posts/aagupta_what-you-need-to-know-ai-agents-activity-7354600338621906944-RvXR"}}'

Tool: linkedin_discovery_scraper

Post transcript

Available

Post transcript from public LinkedIn surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/linkedin_discovery_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"transcript","url":"https://www.linkedin.com/posts/gemini-35-flash-is-a-step-forward-for-google-ugcPost-7465082215316525056-MHBd/"}}'

Tool: linkedin_discovery_scraper