Skip to main content
Glama

HDW MCP Server

search_linkedin_posts

Find LinkedIn posts using keywords, content types, authors, industries, and date filters to gather relevant professional content and insights.

Instructions

Search for LinkedIn posts with various filters like keywords, content type, authors, etc.

Input Schema

NameRequiredDescriptionDefault
author_industriesNoIndustry URN, can be obtained in /linkedin/search/industries. Or industry name.
author_titleNoAuthor job title.
authorsNoAuthors URN of posts
content_typeNoDesired content type
countYesMax result count
date_postedNoDate postedpast-month
keywordsNoAny keyword for searching in the post. For exact search put desired keywords into brackets
mentionedNoMentioned users URN in posts
sortNoSort typerelevance
timeoutNoMax scrapping execution timeout (in seconds)

Input Schema (JSON Schema)

{ "properties": { "author_industries": { "description": "Industry URN, can be obtained in /linkedin/search/industries. Or industry name.", "oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] }, "author_title": { "description": "Author job title.", "type": "string" }, "authors": { "description": "Authors URN of posts", "items": { "type": "string" }, "type": "array" }, "content_type": { "description": "Desired content type", "enum": [ "videos", "photos", "jobs", "live_videos", "documents" ], "type": "string" }, "count": { "description": "Max result count", "type": "number" }, "date_posted": { "default": "past-month", "description": "Date posted", "enum": [ "past-month", "past-week", "past-24h" ], "type": "string" }, "keywords": { "default": "", "description": "Any keyword for searching in the post. For exact search put desired keywords into brackets", "type": "string" }, "mentioned": { "description": "Mentioned users URN in posts", "items": { "type": "string" }, "type": "array" }, "sort": { "default": "relevance", "description": "Sort type", "enum": [ "relevance" ], "type": "string" }, "timeout": { "default": 300, "description": "Max scrapping execution timeout (in seconds)", "maximum": 1500, "minimum": 20, "type": "number" } }, "required": [ "count" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/horizondatawave/hdw-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server