Search LinkedIn jobs by keyword and filters.
Endpoint
/v2/linkedin/jobs/search
Query
Accepts a native boolean, or the string `true`/`false`/`1`/`0` (case-insensitive).
const response = await fetch( "https://api.socialfetch.dev/v2/linkedin/jobs/search?keyword=software engineer", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);