Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/linkedinAutomation/posts/search
{ "type": "object", "properties": { "post_type": { "type": "string", "description": "Type of posts: \"photos\", \"jobs\", or \"videos\"" }, "sort_by": { "type": "string", "default": "date_posted", "description": "\"date_posted\" or \"relevance\"" }, "keyword": { "type": "string" }, "post_date": { "type": "string", "description": "\"past-24h\", \"past-week\", or \"past-month\"" }, "linkedin_url": { "type": "string" }, "total_results": { "type": "number", "default": 10 }, "country": { "type": "string", "default": "FR" } } }
{ "$ref": "#/components/schemas/PostSearchResponse" }