LinkedIn Poster — Text & Image Posts via OAuth (No Password) avatar

LinkedIn Poster — Text & Image Posts via OAuth (No Password)

Pricing

from $50.00 / 1,000 post publisheds

Go to Apify Store
LinkedIn Poster — Text & Image Posts via OAuth (No Password)

LinkedIn Poster — Text & Image Posts via OAuth (No Password)

Publish to your LinkedIn profile or Company Page through the official LinkedIn API. You connect once with OAuth on ViralAnalyzer — this Actor never asks for your password and never touches your LinkedIn token.

Pricing

from $50.00 / 1,000 post publisheds

Rating

0.0

(0)

Developer

viralanalyzer

viralanalyzer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

💼 LinkedIn Poster — Publish Text & Image Posts (No Password, OAuth)

🇺🇸 English | 🇧🇷 Português

▶️ Start here

Click Start with the ViralAnalyzer API Key field EMPTY. The Actor replies with your personal activation link — that is how you get your key. It takes about 2 minutes, once.

Do not sign up on the website first: a normal signup creates the wrong kind of account.

Publish to your LinkedIn profile or Company Page through LinkedIn's official API.

This Actor never asks for your LinkedIn password, never stores a session cookie and never drives a browser. You authorize once with OAuth at ViralAnalyzer, and the Actor talks to LinkedIn through that authorization. Nothing here can get your account flagged for automation, because nothing here pretends to be a human using the site.

✨ Features

  • 📝 Text posts — up to 3000 characters (LinkedIn's limit for the commentary field)
  • 🖼️ Image posts — one public image per post
  • 🔗 Article posts — a link with title, rendered as a card
  • 🏢 Profile or Company Page — both, chosen by which account you connected
  • 🔐 Scoped key — the key you paste here only publishes to LinkedIn, and you revoke it in one click
  • 🧪 Dry run — see exactly what would be sent, publish nothing, pay nothing

🚀 Setup — how you get your key (once, ~2 minutes)

You do not need a ViralAnalyzer account beforehand, and you do not create a LinkedIn developer app. The Actor issues your activation link for you.

⚠️ Do not sign up on the website. A normal signup creates a full ViralAnalyzer account with a 7-day trial of the whole platform — the wrong kind of account for this. Use only the link the Actor gives you: it creates an account scoped to LinkedIn alone.

1. Click Start with the ViralAnalyzer API Key field EMPTY. Leave every other field as you like. The run finishes in a few seconds.

2. Copy the activation link. It appears at the top of the run, like this:

👉 ATIVE SUA CONTA: https://viralanalyzer.com.br/apify/onboard?token=…

It is also in the run log and in the output record (activationUrl). The link is personal, tied to this Actor, and expires in 3 days.

3. Open the link and type your e-mail. You get back a key starting with va_pub_. Copy it — it is shown only once.

4. Connect LinkedIn on the screen right after. You authorize on LinkedIn's own page; we never see your password, and you can revoke it whenever you want.

5. Come back and paste the key into ViralAnalyzer API Key.

💡 Start a new run — do not try to edit the input of the run that already finished. Apify locks secret fields on a completed run, so the field will look greyed out. The key field also always looks empty in the form, even after you save it: that is how Apify protects secrets, not a bug.

Before the real thing, set dryRun to true once: the run shows the exact payload that would be sent, publishes nothing and charges nothing. Then turn it off and publish. From here on every run publishes — you never repeat steps 1–4.

📥 Input

FieldTypeRequiredNotes
viralanalyzerApiKeystring (secret)Leave empty on the first run to get your activation link
textstring⚠️Required unless imageUrl is set. Truncated at 3000 chars by LinkedIn
imageUrlstringONE public https image. Video is not supported yet
linkUrlstringPublishes as an article card when there is no image
titlestringCard title, used with linkUrl
accountIdintegerLeave empty to resolve automatically
dryRunbooleanValidate without publishing

📤 Output

One record per run. When the post goes out:

{
"ok": true,
"provider": "linkedin",
"accountId": 12,
"postId": "urn:li:share:7300000000000000000",
"postUrl": "https://www.linkedin.com/feed/update/urn:li:share:7300000000000000000",
"publishedPostId": 4471,
"warnings": [],
"publishedAt": "2026-09-03T21:04:11.882Z"
}

Otherwise you get one labelled record telling you exactly what happened. The run still succeeds and you are never charged — a refusal is an answer, not a failure.

Something for you to do — run SUCCEEDS, no charge

setup_statusMeaningWhat to do
ACTIVATION_REQUIREDFirst run, no key yetOpen the activation link shown at the top of the run
INPUT_REQUIREDNeither text nor image givenFill text and/or imageUrl
NO_CONNECTED_ACCOUNTKey is valid, no LinkedIn connectedConnect it in the dashboard
MULTIPLE_ACCOUNTSProfile and Page connectedCopy the id you want into accountId — the record lists them
ACCOUNT_NOT_FOUNDaccountId is not yoursCheck the id
INVALID_API_KEYKey wrong, revoked or expiredCreate a new one
INSUFFICIENT_SCOPEKey lacks social:read/social:publishRecreate it with both scopes
PROVIDER_NOT_ALLOWEDKey is locked to another networkUse the key this Actor gave you
NEEDS_REAUTHLinkedIn revoked the authorizationReconnect in the dashboard
CONTENT_REJECTEDLinkedIn refused the contentOne image per post, images only, ≤3000 chars
RATE_LIMITEDLinkedIn refused by volumeWait and run again
SUBSCRIPTION_REQUIREDViralAnalyzer plan inactiveReactivate the plan
SAAS_QUOTA_OR_RATEYour ViralAnalyzer quota or 60 req/minWait, or upgrade
PUBLISH_IN_PROGRESSAn identical publish is still runningCheck the dashboard before repeating
DRY_RUNYou asked for a simulationNothing — this is the preview

On us — run FAILS, no charge

These never mean you did something wrong. If you see one, the Actor's Issues tab is the right place to report it.

CodeMeaning
SAAS_FEATURE_DISABLEDSocial publishing is switched off on our side
SAAS_PROVIDER_NOT_CONFIGUREDLinkedIn credentials missing on our side
SAAS_CIPHER_ERRORWe could not read the stored token
PROVIDER_UNAVAILABLELinkedIn answered in a way we cannot use
MALFORMED_REQUEST / BAD_IDEMPOTENCY_KEYBug in this Actor
UNKNOWN_SAAS_CODE / UNCLASSIFIED / UNEXPECTED_RESPONSEAn answer we do not recognise — we would rather fail than guess
NO_CONFIRMATIONTimeout: we cannot prove the post was created. Check the dashboard before running again

💰 Pricing

$0.05 per post actually published. That is the only charge.

What happensYou pay
Post published$0.05
Activation run (first run, empty key)$0
Dry run$0
LinkedIn refused the content, or asked you to wait$0
Your key is wrong, expired or lacks scopes$0
Something broke on our side$0

There is no actor-start fee: a run that does not publish costs you nothing. Compare that with the usual pattern of charging just to launch the run, whether or not a post comes out.

Apify platform usage (compute) is billed to your Apify account on top of the event, as usual for Actors. It is small here — this Actor makes one API call and finishes in seconds, using 512 MB — but it is yours, and you see it in your Apify usage.

🔒 Security

  • The Actor never receives your LinkedIn password or your LinkedIn token.
  • The va_pub_ key is scoped: it publishes to LinkedIn and nothing else. It cannot read your billing, your media or any other part of your ViralAnalyzer account.
  • It is stored hashed (SHA-256) on our side and revocable independently at any time.
  • Each run sends an Idempotency-Key, so a network hiccup cannot publish your post twice.

❓ FAQ

Does this risk my LinkedIn account? No. This is LinkedIn's official publishing API with your explicit OAuth authorization — the same mechanism Buffer or Hootsuite use. What gets accounts restricted is browser automation with your password, which this Actor does not do.

Can I post video? Not yet. This phase supports text, one image, and article links.

Can I post to a Company Page? Yes — connect the Page in the dashboard and the Actor publishes as the organization. You need an admin role on that Page.

What if the run times out? It ends as failed and you are not charged. Check the dashboard before running again: a timeout does not prove the post was not created.

📝 Changelog

  • v1.0 (2026-09-03) — first release: text, single image and article posts, profile and Company Page, automatic account resolution, dry run, per-post billing.

Português

▶️ Comece por aqui

Clique em Start com o campo ViralAnalyzer API Key VAZIO. O Actor devolve seu link pessoal de ativação — é assim que você obtém sua chave. Leva cerca de 2 minutos, uma vez só.

Não se cadastre pelo site antes: o cadastro comum cria o tipo errado de conta.

Publique no seu perfil do LinkedIn ou na Página da empresa pela API oficial do LinkedIn.

Este Actor nunca pede sua senha, não guarda cookie de sessão e não dirige navegador. Você autoriza uma vez com OAuth no ViralAnalyzer e o Actor publica através dessa autorização. Nada aqui coloca sua conta em risco de bloqueio por automação, porque nada aqui finge ser uma pessoa usando o site.

🚀 Configuração — como você obtém sua chave (uma vez, ~2 minutos)

Você não precisa ter conta no ViralAnalyzer antes, e não cria app de desenvolvedor no LinkedIn. O próprio Actor emite seu link de ativação.

⚠️ Não se cadastre pelo site. O cadastro comum cria uma conta ViralAnalyzer completa, com trial de 7 dias da plataforma inteira — é o tipo errado de conta para este Actor. Use apenas o link que o Actor te der: ele cria uma conta restrita ao LinkedIn.

1. Clique em Start com o campo ViralAnalyzer API Key VAZIO. Os outros campos podem ficar como você quiser. O run termina em segundos.

2. Copie o link de ativação. Ele aparece no topo do run, assim:

👉 ATIVE SUA CONTA: https://viralanalyzer.com.br/apify/onboard?token=…

Ele também está no log do run e no registro de saída (activationUrl). O link é pessoal, vinculado a este Actor, e expira em 3 dias.

3. Abra o link e informe seu e-mail. Você recebe uma chave que começa com va_pub_. Copie — ela aparece uma única vez.

4. Conecte o LinkedIn na tela seguinte. A autorização acontece na página do próprio LinkedIn; nunca vemos sua senha, e você revoga quando quiser.

5. Volte e cole a chave em ViralAnalyzer API Key.

💡 Inicie um run novo — não tente editar o input do run que já terminou. A Apify bloqueia campos secretos em run finalizado, então o campo aparece esmaecido. O campo da chave também sempre parece vazio no formulário, mesmo depois de salvo: é assim que a Apify protege segredos, não é bug.

Antes da publicação real, marque dryRun como true uma vez: o run mostra exatamente o que seria enviado, não publica nada e não cobra nada. Depois desmarque e publique. Daí em diante todo run publica — você nunca repete os passos 1–4.

📥 Entrada

CampoTipoObrigatórioObservações
viralanalyzerApiKeystring (secreto)Deixe vazio no primeiro run para receber o link de ativação
textstring⚠️Obrigatório se não houver imageUrl. O LinkedIn corta em 3000 caracteres
imageUrlstringUMA imagem https pública. Vídeo ainda não
linkUrlstringSem imagem, vira card de artigo
titlestringTítulo do card, junto com linkUrl
accountIdintegerVazio = resolve sozinho
dryRunbooleanValida sem publicar

📤 Saída

Um registro por run. Quando o post sai, você recebe ok: true com postUrl e postId.

Caso contrário, vem um registro rotulado dizendo exatamente o que aconteceu. O run termina com sucesso e você nunca é cobrado — uma recusa é uma resposta, não uma falha.

Algo para você fazer — run com SUCESSO, sem cobrança

setup_statusO que éO que fazer
ACTIVATION_REQUIREDPrimeiro run, ainda sem chaveAbra o link de ativação no topo do run
INPUT_REQUIREDSem texto e sem imagemPreencha text e/ou imageUrl
NO_CONNECTED_ACCOUNTChave válida, LinkedIn não conectadoConecte no dashboard
MULTIPLE_ACCOUNTSPerfil e Página conectadosCopie o id desejado para accountId — o registro lista os dois
ACCOUNT_NOT_FOUNDO accountId não é seuConfira o id
INVALID_API_KEYChave errada, revogada ou expiradaCrie outra
INSUFFICIENT_SCOPEFalta social:read/social:publishRecrie com os dois escopos
PROVIDER_NOT_ALLOWEDChave travada em outra redeUse a chave que este Actor te deu
NEEDS_REAUTHO LinkedIn revogou a autorizaçãoReconecte no dashboard
CONTENT_REJECTEDO LinkedIn recusou o conteúdoUma imagem por post, só imagem, ≤3000 caracteres
RATE_LIMITEDO LinkedIn recusou por volumeAguarde e rode de novo
SUBSCRIPTION_REQUIREDPlano ViralAnalyzer inativoReative o plano
SAAS_QUOTA_OR_RATESua cota, ou 60 req/minAguarde ou faça upgrade
PUBLISH_IN_PROGRESSUma publicação idêntica ainda está rodandoConfira o dashboard antes de repetir
DRY_RUNVocê pediu simulaçãoNada — é a prévia

Nossa responsabilidade — run FALHA, sem cobrança

Nenhum destes significa que você errou. Se aparecer, reporte na aba Issues do Actor.

CódigoO que é
SAAS_FEATURE_DISABLEDA publicação social está desligada do nosso lado
SAAS_PROVIDER_NOT_CONFIGUREDCredenciais do LinkedIn ausentes do nosso lado
SAAS_CIPHER_ERRORNão conseguimos ler o token guardado
PROVIDER_UNAVAILABLEO LinkedIn respondeu de forma inutilizável
MALFORMED_REQUEST / BAD_IDEMPOTENCY_KEYBug deste Actor
UNKNOWN_SAAS_CODE / UNCLASSIFIED / UNEXPECTED_RESPONSEResposta que não reconhecemos — preferimos falhar a adivinhar
NO_CONFIRMATIONTimeout: não conseguimos provar que o post foi criado. Confira o dashboard antes de rodar de novo

💰 Preço

$0,05 por post efetivamente publicado. É a única cobrança.

O que aconteceVocê paga
Post publicado$0,05
Run de ativação (primeiro run, chave vazia)$0
Simulação (dryRun)$0
O LinkedIn recusou o conteúdo, ou pediu para esperar$0
Sua chave está errada, expirada ou sem escopo$0
Algo quebrou do nosso lado$0

Não há taxa de início: run que não publica não custa nada. Compare com o padrão usual de cobrar só para ligar o run, saindo post ou não.

O uso de plataforma da Apify (compute) é cobrado na sua conta Apify, além do evento, como é usual em Actors. Aqui é pouco — este Actor faz uma chamada de API e termina em segundos, com 512 MB — mas é seu, e aparece no seu consumo da Apify.

🔒 Segurança

  • O Actor nunca recebe sua senha nem seu token do LinkedIn.
  • A chave va_pub_ é escopada: publica no LinkedIn e mais nada. Não alcança faturamento, mídia nem o resto da sua conta.
  • Fica guardada como hash SHA-256 e é revogável isoladamente a qualquer momento.
  • Todo run envia Idempotency-Key, então uma falha de rede não publica seu post duas vezes.

❓ Perguntas frequentes

Isso arrisca minha conta do LinkedIn? Não. É a API oficial de publicação do LinkedIn com sua autorização OAuth explícita — o mesmo mecanismo que Buffer e Hootsuite usam. O que bloqueia conta é automação de navegador com sua senha, e este Actor não faz isso.

Posso publicar vídeo? Ainda não. Esta fase cobre texto, uma imagem e link de artigo.

Posso publicar na Página da empresa? Sim — conecte a Página no dashboard e o Actor publica como a organização. Você precisa ter papel de administrador nela.

E se o run estourar o tempo? Termina como falha e você não é cobrado. Confira o dashboard antes de rodar de novo: um timeout não prova que o post não foi criado.

📝 Changelog

  • v1.0 (2026-09-03) — primeira versão: texto, uma imagem e link de artigo, perfil e Página da empresa, resolução automática de conta, simulação e cobrança por post.