---
title: "List LinkedIn profile posts"
method: POST
path: "/api/v1/platform/scrapers/linkedin/profile-posts"
tags: ["Scrapers"]
---

# List LinkedIn profile posts

`POST /api/v1/platform/scrapers/linkedin/profile-posts`

Queue a LinkedIn profile posts scrape and poll the returned operation URL for results.

## Headers

- `Idempotency-Key` string

## Request body

- PlatformLinkedInProfilePostsDto
  - `username` string, required
  - `maxPosts` number

## Response `202`

Profile posts scrape accepted. Poll the returned operation URL for results.

- object
  - `data` WebCrawlAcceptedResponseDto, required
    - `id` string, required
    - `operationId` string, required
    - `status` 'queued' | 'processing' | 'succeeded' | 'failed' | 'partial_success' | 'cancelled', required
    - `pollUrl` string, required
  - `meta` PublicResponseMetaDto, required
    - `requestId` string, required

## Other responses

- `400` — The request body or parameters are invalid.
- `401` — Authentication is required.
- `402` — The organization does not have enough credits for this request.
- `500` — An unexpected error occurred.
- `503` — The service is temporarily unavailable.

---

[API](https://skmtc.net/thehog/apis/the-hog-api.md) · [All operations](https://skmtc.net/thehog/apis/the-hog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thehog/the-hog-api/versions/f5056017668a/schema)
