Fetch LinkedIn posts, search public jobs, and get full job details.
Available Tools
| Endpoint | Path | Credits |
|---|---|---|
| Post | /api/v1/tools/linkedin/post | 2 |
| Jobs | /api/v1/tools/linkedin/jobs | 1 |
| Job Detail | /api/v1/tools/linkedin/job-detail | 1 |
Authentication
All tool endpoints use the same Authorization header as the scrape API:
Authorization: Bearer sc_live_your_key_here
Response Format
Every tool returns a consistent envelope with data and meta fields:
{
"data": { ... },
"meta": {
"tool": "linkedin-post",
"creditsUsed": 2,
"requestId": "req_abc123"
}
}
Credit cost and request ID are also returned in response headers: X-Request-Cost, X-Remaining-Credits, X-Request-Id.