Skip to content
scrapeatlas.Dashboard

Guides

Authentication

Create a customer API key on your account page. Use it for every platform at https://api.scrapeatlas.com.

Send the key in a header

Send x-api-key: sa_live_… or Authorization: Bearer sa_live_…. Keep keys private. The playground sends your key only to the configured API origin. Revocation takes effect within 60 seconds.

Terminal
curl "https://api.scrapeatlas.com/v1/linktree?url=https%3A%2F%2Flinktr.ee%2Fexample" \
  -H "x-api-key: YOUR_API_KEY"

Private worker configuration

WorkerHeaderConfigurationLocal origin
Amazonx-api-keyAMAZON_API_KEYhttp://localhost:3024
Blueskyx-api-keyBLUESKY_API_KEYhttp://localhost:3013
Couchsurfingx-api-keyCOUCHSURFING_API_KEYhttp://localhost:3018
Depopx-api-keyDEPOP_API_KEYhttp://localhost:3033
Etsyx-api-keyETSY_API_KEYhttp://localhost:3032
Facebook Eventsx-api-keyFACEBOOK_API_KEYhttp://localhost:3039
Facebook Marketplacex-api-keyFACEBOOK_API_KEYhttp://localhost:3039
Facebookx-api-keyFACEBOOK_API_KEYhttp://localhost:3039
GitHubx-api-keyGITHUB_API_KEYhttp://localhost:3021
Hacker Newsx-api-keyHACKERNEWS_API_KEYhttp://localhost:3015
Instagramx-api-keyINSTAGRAM_API_KEYhttp://localhost:3037
Kickx-api-keyKICK_API_KEYhttp://localhost:3011
Komix-api-keyKOMI_API_KEYhttp://localhost:3008
Kwaix-api-keyKWAI_API_KEYhttp://localhost:3017
Lnk.Biox-api-keyLINKBIO_API_KEYhttp://localhost:3030
LinkedIn Ads Libraryx-api-keyLINKEDIN_ADS_API_KEYhttp://localhost:3029
LinkedInx-api-keyLINKEDIN_API_KEYhttp://localhost:3028
Linkmex-api-keyLINKME_API_KEYhttp://localhost:3009
Linktreex-api-keyLINKTREE_API_KEYhttp://localhost:3007
Meetupx-api-keyMEETUP_API_KEYhttp://localhost:3016
Meta Ads Libraryx-api-keyMETA_ADS_API_KEYhttp://localhost:3023
Pillarx-api-keyPILLAR_API_KEYhttp://localhost:3010
Pinterestx-api-keyPINTEREST_API_KEYhttp://localhost:3014
Quorax-api-keyQUORA_API_KEYhttp://localhost:3034
Redditx-reddit-retrieval-secretREDDIT_RETRIEVAL_SERVICE_SECREThttp://localhost:3006
Rumblex-api-keyRUMBLE_API_KEYhttp://localhost:3019
Skoolx-api-keySKOOL_API_KEYhttp://localhost:3022
Telegramx-api-keyTELEGRAM_API_KEYhttp://localhost:3020
Threadsx-api-keyTHREADS_API_KEYhttp://localhost:3040
TikTok Shopx-api-keyTIKTOK_SHOP_API_KEYhttp://localhost:3035
TikTokx-api-keyTIKTOK_API_KEYhttp://localhost:3038
Truth Socialx-api-keyTRUTHSOCIAL_API_KEYhttp://localhost:3027
Twitchx-api-keyTWITCH_API_KEYhttp://localhost:3012
X (Twitter)x-api-keyTWITTER_API_KEYhttp://localhost:3036
Account usagex-api-keyCUSTOMER_API_KEYhttp://localhost:3100
Vintedx-api-keyVINTED_API_KEYhttp://localhost:3031
Whatnotx-api-keyWHATNOT_API_KEYhttp://localhost:3025
YouTubex-api-keyYOUTUBE_API_KEYhttp://localhost:3026

These headers and origins are for operators running workers directly. The public gateway always accepts a customer key in x-api-key, including Reddit’s unchanged legacy paths.

Failures

401stringrequiredstatus

Missing, invalid, revoked or expired customer key. The gateway returns failure.code = unauthorized.

402stringstatus

No available account credits. Each successful retrieval request costs one credit, including partial results. Failed requests, authentication checks and preflights cost zero. Read x-credits-charged and x-credits-remaining response headers. Top-ups are managed by the account operator until checkout is available.

429stringstatus

An account exceeds 60 requests per minute or four concurrent requests, or a source rate-limits retrieval. Respect retry-after. Global capacity or unavailable platforms return 503 busy.