Skip to main content
POST
cURL

Path Parameters

id
string<uuid>
required

The unique identifier (UUID) of the social profile to scrape. Obtain this from the Get Artist Socials API.

Query Parameters

posts
integer

Maximum number of recent posts to include in the scrape dataset, with per-post engagement metrics. On X/Twitter this returns the account's latest posts timeline items — including retweets and replies — each with like, retweet, reply, quote, bookmark, and view counts. On YouTube the depth applies per content type, so the dataset contains up to posts videos plus posts Shorts, each with view, like, and comment counts. On LinkedIn it returns the profile's latest posts posts, each with like, comment, and share counts and a reaction-type breakdown. Other platforms ignore this parameter. When omitted, the scrape returns the legacy profile snapshot (a single latest item).

Required range: 1 <= x <= 100

Response

Scrape job triggered successfully

runId
string

Unique identifier for the Apify run

datasetId
string

Unique identifier for the dataset containing scraped data

error
string | null

Error message if the run failed (null if successful)