SocialGETlive
Social scrape job status
Poll a StableSocial scrape job (TikTok, Instagram, Reddit) until it completes and returns the data. Free relay — the proxy signs the provider's wallet-identity challenge for you.
Free
free call
Success
100%
p50 latency
1.66s
p95 latency
2.61s
Calls (30d)
10
Flow①TikTok profile·TikTok search·TikTok user posts·Instagram profile·Instagram search·Instagram user posts·Reddit search·Reddit subreddit→ ② Social scrape job status (this step)— run one of the step-① tasks first; its response carries the input for this step.
Provider contract
- Call path
- /routes/stablesocial/social/scrape-status
- Method
- GET
- Selected provider
- stablesocialdefault
- Provider price
- Free
- Settlement
- free call
Quickstart
Both commands call the selected provider directly.
cURL
curl '/routes/stablesocial/social/scrape-status?jobId=cmqanqw1p000c04l55vnxoys6'
CLI
h402 call 'social/scrape-status' --provider 'stablesocial' --method GET --query '{"jobId":"cmqanqw1p000c04l55vnxoys6"}'Parameters & live test
freeFill the request fields and call — the result returns directly, no payment or wallet needed. Only the selected provider's listed parameters are accepted.
jobIdstringrequiredJob id returned by any StableSocial async scrape route (tiktok-profile-async, tiktok-search-async, tiktok-posts-async, instagram-profile-async, instagram-search-async, instagram-posts-async, reddit-search-async, reddit-subreddit-async).
GET/routes/stablesocial/social/scrape-status
Request query
{
"jobId": "cmqanqw1p000c04l55vnxoys6"
}Free · returns the result directly, no payment
ResponseExample response
{ "data": { "jobId": "cmqanqw1p000c04l55vnxoys6", "provider": "data365", "endpoint": "tiktok/profile", "input": { "handle": "khaby.lame" }, "status": "finished", "providerStatus": "finished", "data": { "id": "127905465618821121", "langs": [ "en" ], "region": "CA", "username": "khaby.lame", "full_name": "Khabane lame", "signature": "Se vuoi ridere sei nel posto giusto😎 If u wanna laugh u r in the right place😎", "avatar_url": "[redacted from committed sample]", "digg_count": 0, "is_private": false, "heart_count": -1669692587, "is_verified": true, "video_count": 1331, "created_time": "2016-08-10T22:02:34", "friend_count": 76, "biography_link": "https://www.anpa.com.hk/", "follower_count": 162000000, "following_count": 80, "profile_avatar_url": "https://data365media.blob.core.windows.net/media/tiktok/profiles/127905465618821121/08987e23b94057953fd4f1738694bf5f~tplv-tiktokx-cropcenter:100:100.jpeg", "username_modify_time": null, "full_name_modify_time": null, "profile_screenshot_url": null }, "createdAt": "2026-06-12T08:21:38.365Z", "updatedAt": "2026-06-12T08:27:34.945Z", "completedAt": "2026-06-12T08:27:34.944Z" }, "h402": { "routeId": "social/scrape-status", "provider": "stablesocial", "selectedCandidateId": "social/scrape-status/stablesocial", "routing": "manual", "paidBy": "free" } }
Last successful call: 25d ago· Aggregated by h402 — not the source provider