Skip to main content
POST
/
api
/
socials
/
{id}
/
scrape
cURL
curl --request POST \
  --url https://recoup-api.vercel.app/api/socials/{id}/scrape
{
  "runId": "<string>",
  "datasetId": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

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

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)