LinkedIn profile URL to analyze (e.g., https://www.linkedin.com/in/johnrippy/). The actor will automatically scrape this user's posts using our LinkedIn scraper.
LinkedIn Email
linkedinEmailstringOptional
Your LinkedIn account email (optional). Enables authenticated scraping for better results - the scraper will login automatically and extract posts.
LinkedIn Password
linkedinPasswordstringOptional
Your LinkedIn account password for automatic login. Only works if MFA/2FA is disabled.
LinkedIn Cookies (Recommended)
cookiesstringOptional
JSON array of cookies exported from your browser. Use Cookie-Editor or EditThisCookie extension. Required if MFA/2FA is enabled on your LinkedIn account.
LinkedIn OAuth Access Token
linkedinAccessTokenstringOptional
OAuth 2.0 access token from your LinkedIn Developer App. Create one at https://developer.linkedin.com - requires 'r_liteprofile' and 'r_basicprofile' scopes. Best for scraping your own profile.
Task
taskEnumRequired
What to do: analyze posts to create voice profile, generate posts, or improve a draft
Which AI provider to use for voice analysis and content generation
Value options:
"claude": string"openai": string"gemini": string
Default value of this property is "claude"
Claude API Key
claudeApiKeystringOptional
Your Anthropic Claude API key (required if using Claude). Steps: 1) Go to console.anthropic.com 2) Click Settings > API Keys 3) Create new key 4) Copy and paste here
OpenAI API Key
openaiApiKeystringOptional
Your OpenAI API key (required if using OpenAI). Steps: 1) Go to platform.openai.com 2) Click API Keys 3) Create new secret key 4) Copy and paste here
Google Gemini API Key
geminiApiKeystringOptional
Your Google Gemini API key (required if using Gemini). Steps: 1) Go to aistudio.google.com 2) Click Get API key 3) Create key in new project 4) Copy and paste here