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/profile/search
{ "type": "object", "properties": { "keyword": { "type": "string" }, "location": { "type": "string" }, "company_url": { "type": "string" }, "school_url": { "type": "string" }, "network": { "type": "string", "enum": ["F", "S", "O", "F,S"] }, "total_results": { "type": "number", "default": 10 }, "country": { "type": "string", "default": "FR" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "title": { "type": "string" } } }
{ "$ref": "#/components/schemas/ProfileSearchResponse" }