Skip to main content
POST
LinkedIn recent posts

Authorizations

x-api-key
string
header
required

Independent Scraper API key (scrape_live_*). Generate one in the Scraper dashboard.

Body

application/json
username
string
required

Creator handle (with or without a leading @), matching @?[a-zA-Z0-9._-]{1,100}. Facebook also accepts a numeric profile_id; YouTube accepts a @handle or UC… channel id; LinkedIn accepts a person slug or a company/<slug> identifier. A full profile URL is not accepted on any platform.

Example:

"mrbeast"

cursor
string

Pagination cursor from a previous response's next_cursor — send it back verbatim and never construct one. Omit for the first page. Snapchat and LinkedIn return a single page and never issue one. A cursor the platform does not recognise is not an error; on Instagram it silently returns page 1 again, and you are billed for it.

Response

A page of posts.

data
object
required
request_id
string
required
upstream_calls
integer
required

Number of upstream data-source calls this request generated (always 1 — one page per call on every platform).

meta
object

Per-request credit accounting (also surfaced in the X-Scraper-Credits-* response headers).