Social Dash Scraper
Documentation v0.1OpenAPI

API reference

Build with public social data.

Profiles, links, clips, and discussions. Choose a platform to explore its endpoints and make your first request.

Make your first request

Start the Linktree worker locally, then request a public profile using its dedicated service key. The profile URL below is a placeholder.

Example
export BASE_URL="http://localhost:3007"
export API_KEY="your-service-key"

curl --get "$BASE_URL/v1/linktree" \
  -H "x-api-key: $API_KEY" \
  --data-urlencode "url=https://linktr.ee/example"

Read the Linktree reference →

Authentication

Each worker uses its own authentication header. Obtain the key and service origin from your operator. Send keys in headers and keep them on your server.

WorkerHeaderConfiguration
Blueskyx-api-keyBLUESKY_API_KEY
Kickx-api-keyKICK_API_KEY
Komix-api-keyKOMI_API_KEY
Linkmex-api-keyLINKME_API_KEY
Linktreex-api-keyLINKTREE_API_KEY
Pillarx-api-keyPILLAR_API_KEY
Pinterestx-api-keyPINTEREST_API_KEY
Redditx-reddit-retrieval-secretREDDIT_RETRIEVAL_SERVICE_SECRET
Twitchx-api-keyTWITCH_API_KEY

These are service keys. Customer sign-up, quotas, credit billing, and a unified public API gateway are not available yet.

Understand the result

Success

The supported fields were retrieved. Coverage describes the public page, not every possible piece of account data.

Partial

Usable data is available, but a limit or missing field prevented complete coverage. Inspect warnings or failure details.

Failed or challenged

Retrieval could not complete. Use the explicit failure code to decide whether to retry.

Deployment status

See each platform for current private service availability. There is no public production domain yet; examples use localhost. The workers can deploy independently from this repository.