/search-jobsSearch Jobs
Job APIs
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Search LinkedIn job postings with filters for title, location, company, and experience level. Returns active job listings with titles, companies, locations, and posting dates. Powers job board aggregators, labor market analytics, and career coaching agents that need to match candidates with relevant opportunities.
Use cases
Build AI career coaches that find relevant job matches for candidates
Track hiring trends across industries and geographies
Power job board aggregators with real-time LinkedIn listings
Analyze competitor hiring patterns for strategic intelligence
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| sort | query | string | optional | it could be one of these; mostRelevant, mostRecentDefault: mostRelevant |
| locationId | query | number | optional | please follow this to find location idDefault: 92000000 |
| titleIds | query | string | optional | please follow this to find title id by title |
| experienceLevel | query | string | optional | it could be one of these; internship, associate, director, entryLevel, midSeniorLevel. executive example: executive |
| functionIds | query | string | optional | please follow this to find function id |
| jobType | query | string | optional | it could be one of these; fullTime, partTime, contract, internship Example: contract |
| keywords | query | string | required | —Default: golang |
| datePosted | query | string | optional | it could be one of these; anyTime, pastMonth, pastWeek, past24HoursDefault: anyTime |
| salary | query | string | optional | it could be one of these; 40k+, 60k+, 80k+, 100k+, 120k+, 140k+, 160k+, 180k+, 200k+ Example: 80k+ |
| industryIds | query | string | optional | please follow this to find industry id |
| companyIds | query | string | optional | please follow this to find company id |
| onsiteRemote | query | string | optional | it could be one of these; - onSite - remote - hybrid example: remote |
| start | query | string | optional | it could be one of these; 0, 25, 50, 75, 100, etc. The maximum number of start is 975 |
Responses
OK
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "array",
"items": {
"type": "object"
}
},
"total": {
"type": "integer"
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Search_Jobs",
"method": "get",
"path": "/search-jobs",
"summary": "Search Jobs",
"description": "Search Jobs",
"parameters": [
{
"name": "sort",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "mostRelevant"
},
"description": "it could be one of these; mostRelevant, mostRecent"
},
{
"name": "locationId",
"in": "query",
"required": false,
"schema": {
"type": "number",
"default": "92000000"
},
"description": "please follow this to find location id"
},
{
"name": "titleIds",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "please follow this to find title id by title"
},
{
"name": "experienceLevel",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "it could be one of these; internship, associate, director, entryLevel, midSeniorLevel. executive\nexample: executive"
},
{
"name": "functionIds",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "please follow this to find function id"
},
{
"name": "jobType",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "it could be one of these; fullTime, partTime, contract, internship\nExample: contract"
},
{
"name": "keywords",
"in": "query",
"required": true,
"schema": {
"type": "string",
"default": "golang"
}
},
{
"name": "datePosted",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "anyTime"
},
"description": "it could be one of these; anyTime, pastMonth, pastWeek, past24Hours"
},
{
"name": "salary",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "it could be one of these; 40k+, 60k+, 80k+, 100k+, 120k+, 140k+, 160k+, 180k+, 200k+\nExample: 80k+"
},
{
"name": "industryIds",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "please follow this to find industry id"
},
{
"name": "companyIds",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "please follow this to find company id"
},
{
"name": "onsiteRemote",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "it could be one of these;\n- onSite\n- remote\n- hybrid\n\nexample: remote"
},
{
"name": "start",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "it could be one of these; 0, 25, 50, 75, 100, etc.\nThe maximum number of start is 975"
}
],
"responses": [
{
"statusCode": "200",
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "array",
"items": {
"type": "object"
}
},
"total": {
"type": "integer"
}
}
},
"example": {
"success": true,
"message": "",
"data": [
{
"id": "3847401358",
"title": "Go Developer",
"url": "https://www.linkedin.com/jobs/view/3847401358",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "22219443",
"company": {
"name": "5V Video | Certified B Corp™",
"logo": "https://media.licdn.com/dms/image/D4E0BAQHrQWecvQHiEw/company-logo_200_200/0/1688391543328/5vvideo_logo?e=1718841600&v=beta&t=0-TUF4uK0Uf4h_RFgskMIOAsHSdrVhRT2mc9G5wnS94",
"url": "https://www.linkedin.com/company/5vvideo/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "New York City Metropolitan Area (Hybrid)",
"type": "Contract",
"postDate": "1 week ago",
"benefits": "$65/hr - $88/hr"
},
{
"id": "3823520534",
"title": "Developer Golang",
"url": "https://www.linkedin.com/jobs/view/3823520534",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "47622752",
"company": {
"name": "Tata Consultancy Services",
"logo": "https://media.licdn.com/dms/image/D4D0BAQGsGR9p4ikS5w/company-logo_200_200/0/1708946550425/tata_consultancy_services_logo?e=1718841600&v=beta&t=UPfR8ObA2MNyrdmLSBZpiJnmGQinwqza2aoPsmh52Fw",
"url": "https://www.linkedin.com/company/tata-consultancy-services/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Weston, FL (On-site)",
"type": "Full-time",
"postDate": "3 weeks ago"
},
{
"id": "3836969946",
"title": "Golang Developer",
"url": "https://www.linkedin.com/jobs/view/3836969946",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "857039524",
"company": {
"name": "Webologix Ltd/ INC",
"logo": "https://media.licdn.com/dms/image/C510BAQHq7dnji3N96A/company-logo_200_200/0/1630626269907/webologix_logo?e=1718841600&v=beta&t=HPJdfzIIgwuPVXIkTqvch--FBgn-fz0LwoUlSrxYhF0",
"url": "https://www.linkedin.com/company/webologix/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Atlanta, GA (On-site)",
"type": "Full-time",
"postDate": "4 weeks ago"
},
{
"id": "3826790906",
"title": "Senior Blockchain Engineer - Nodes",
"url": "https://www.linkedin.com/jobs/view/3826790906",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "72919524",
"company": {
"name": "Coinbase",
"logo": "https://media.licdn.com/dms/image/C560BAQHsPlWyC0Ksxg/company-logo_200_200/0/1630669856291/coinbase_logo?e=1718841600&v=beta&t=xMAQllp3tJsMw9RREp9mJuE5g2N1qlqhve0tmHwAHa4",
"url": "https://www.linkedin.com/company/coinbase/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Chicago, IL",
"type": "Full-time",
"postDate": "1 week ago",
"benefits": "$180.6K/yr - $212.5K/yr"
},
{
"id": "3850648809",
"title": "Senior GoLang Developer",
"url": "https://www.linkedin.com/jobs/view/3850648809",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "687818507",
"company": {
"name": "Cognizant",
"logo": "https://media.licdn.com/dms/image/D4E0BAQHDKo68h6DqgQ/company-logo_200_200/0/1688389917808/cognizant_logo?e=1718841600&v=beta&t=kST0FnslVcQDyCoZmdkalpBOraVzTyz6rYu2g0443yg",
"url": "https://www.linkedin.com/company/cognizant/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "St Louis, MO (Remote)",
"type": "Full-time",
"postDate": "1 week ago",
"benefits": "401(k) benefit"
},
{
"id": "3840450171",
"title": "Golang Developer",
"url": "https://www.linkedin.com/jobs/view/3840450171",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "4482067",
"company": {
"name": "Wipro",
"logo": "https://media.licdn.com/dms/image/D4E0BAQEkfMUEE4caDQ/company-logo_200_200/0/1698887191930?e=1718841600&v=beta&t=P1bjE4QDMLXja9e2l9m3HrtSQrKhgzRj04J5RxEp7wA",
"url": "https://www.linkedin.com/company/wipro/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Plano, TX (On-site)",
"type": "Full-time",
"postDate": "3 weeks ago"
},
{
"id": "3843030248",
"title": "Go Developer",
"url": "https://www.linkedin.com/jobs/view/3843030248",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "752800009",
"company": {
"name": "Visionaire Partners",
"logo": "https://media.licdn.com/dms/image/C4E0BAQFgZ4P1K3SSXQ/company-logo_200_200/0/1630570940050/visionaire_partners_logo?e=1718841600&v=beta&t=G4HkcDqPLOJLiFbojuuCPPfZIraaK8dn1fYKSx-WQPs",
"url": "https://www.linkedin.com/company/visionaire-partners/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Denver Metropolitan Area (Hybrid)",
"type": "Contract",
"postDate": "2 weeks ago",
"benefits": "$80/hr - $92/hr"
},
{
"id": "3848328358",
"title": "Principal Golang Engineer",
"url": "https://www.linkedin.com/jobs/view/3848328358",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "560144680",
"company": {
"name": "iO Associates - US",
"logo": "https://media.licdn.com/dms/image/C4E0BAQGGXZQBH1j5Cw/company-logo_200_200/0/1657208309880/ioassociates_us_logo?e=1718841600&v=beta&t=oM3KVOwm58WX_XP6sANXLx4TJ2AACmK00-f3ms3mUp0",
"url": "https://www.linkedin.com/company/ioassociates-us/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Atlanta, GA (Remote)",
"type": "Contract",
"postDate": "1 week ago"
},
{
"id": "3836969883",
"title": "Golang developer",
"url": "https://www.linkedin.com/jobs/view/3836969883",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "485216953",
"company": {
"name": "Synergy Interactive",
"logo": "https://media.licdn.com/dms/image/C560BAQGhTcr8TO3PMw/company-logo_200_200/0/1631328920767?e=1718841600&v=beta&t=oJrPsXHdhacOS8zG3orXo2ddYmLQaiseYcsYMXCHnEs",
"url": "https://www.linkedin.com/company/synergy-interactive-solutions/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Chicago, IL (On-site)",
"type": "Full-time",
"postDate": "4 weeks ago"
},
{
"id": "3824343723",
"title": "Senior Golang Engineer (Rumble Advertising Center)",
"url": "https://www.linkedin.com/jobs/view/3824343723",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "458875100",
"company": {
"name": "Rumble",
"logo": "https://media.licdn.com/dms/image/C4E0BAQEekoGeH2B0Dw/company-logo_200_200/0/1650539108930/rumble_com_logo?e=1718841600&v=beta&t=n2viInAz6DVQr6TMOxbQA7TmiHsarr3-SHKIxYX6Twc",
"url": "https://www.linkedin.com/company/rumble-com/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "United States (Remote)",
"type": "Full-time",
"postDate": "2 weeks ago"
},
{
"id": "3715846090",
"title": "Golang Developer with AWS Cloud experience",
"url": "https://www.linkedin.com/jobs/view/3715846090",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "126131289",
"company": {
"name": "BayOne Solutions",
"logo": "https://media.licdn.com/dms/image/D560BAQF1tBdUtpwdPw/company-logo_200_200/0/1688415943524/bayone_solutions_logo?e=1718841600&v=beta&t=-I5QRFjpcMNMdaZJ2oAlnJYD0U16b1mXyD1Hq4NxFGc",
"url": "https://www.linkedin.com/company/bayone-solutions/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "San Francisco, CA (Hybrid)",
"type": "Full-time",
"postDate": "6 days ago"
},
{
"id": "3832462543",
"title": "Senior Software Development Engineer - GoLang",
"url": "https://www.linkedin.com/jobs/view/3832462543",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "522578943",
"company": {
"name": "Comcast",
"logo": "https://media.licdn.com/dms/image/D4E0BAQEZqcKKlfKeXQ/company-logo_200_200/0/1710183636200/comcast_logo?e=1718841600&v=beta&t=z95-tLApV5vWTPMI80dgDN91fzOwxBTjTTwU9jbkcq0",
"url": "https://www.linkedin.com/company/comcast/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Philadelphia, PA",
"type": "Full-time",
"postDate": "1 week ago",
"benefits": "401(k) benefit"
},
{
"id": "3834658303",
"title": "Senior/Staff Golang Engineer",
"url": "https://www.linkedin.com/jobs/view/3834658303",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "630866307",
"company": {
"name": "Amicus",
"logo": "https://media.licdn.com/dms/image/C4E0BAQEdoOsyuBAAvA/company-logo_200_200/0/1668414841393/amicus_recruitment_logo?e=1718841600&v=beta&t=Ld3-FsULvug-YcFXD12Pw30dVzBiHPom2DzMOh_8PmE",
"url": "https://www.linkedin.com/company/amicus-recruitment/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "San Francisco Bay Area (Hybrid)",
"type": "Full-time",
"postDate": "1 month ago",
"benefits": "$180K/yr - $250K/yr · Medical, +1 benefit"
},
{
"id": "3843693167",
"title": "Golang Developer",
"url": "https://www.linkedin.com/jobs/view/3843693167",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "371652218",
"company": {
"name": "Programmers.io",
"logo": "https://media.licdn.com/dms/image/C510BAQGziGTdksYsgQ/company-logo_200_200/0/1630585522357/programmers_io_logo?e=1718841600&v=beta&t=8lzcbx8T2gVBcsPWV9B_0WKTSq-vyK1DS3TjXCH0k0w",
"url": "https://www.linkedin.com/company/programmers-io/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Texas, United States (Hybrid)",
"type": "Full-time",
"postDate": "2 weeks ago"
},
{
"id": "3831873712",
"title": "Senior Engineer – Golang Python",
"url": "https://www.linkedin.com/jobs/view/3831873712",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "85254542",
"company": {
"name": "GEICO",
"logo": "https://media.licdn.com/dms/image/C560BAQEI7KXxYmVLvA/company-logo_200_200/0/1630578553859/geico_logo?e=1718841600&v=beta&t=XxeCM5z-3s923rh751PVLjyYPhwr4D2ubqHLtVQy5tk",
"url": "https://www.linkedin.com/company/geico/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "United States (Remote)",
"type": "Full-time",
"postDate": "3 weeks ago",
"benefits": "Vision, 401(k)"
},
{
"id": "3797042895",
"title": "Senior Software Engineer - Golang",
"url": "https://www.linkedin.com/jobs/view/3797042895",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "320939",
"company": {
"name": "Sony Interactive Entertainment",
"logo": "https://media.licdn.com/dms/image/C4D0BAQFJO00VqEb3Vg/company-logo_200_200/0/1630540194089/sony_interactive_entertainment_llc_logo?e=1718841600&v=beta&t=bb8zkvecd-Pm7p7yt4VE_NDPgBhARN9ijpDa9rTRfZU",
"url": "https://www.linkedin.com/company/sony-interactive-entertainment-llc/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "San Diego, CA (Hybrid)",
"type": "Full-time",
"postDate": "1 week ago",
"benefits": "$167.3K/yr - $250.9K/yr · 401(k) benefit"
},
{
"id": "3850046728",
"title": "Senior Golang Engineer",
"url": "https://www.linkedin.com/jobs/view/3850046728",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "427054737",
"company": {
"name": "Motion Recruitment",
"logo": "https://media.licdn.com/dms/image/C4E0BAQGBvaHLa2cjkg/company-logo_200_200/0/1657739070648/motion_recruitment_partners_logo?e=1718841600&v=beta&t=BLxb79poyvqheYCMS5KrUR0mdW4wtEip5B-nUgAV0ZI",
"url": "https://www.linkedin.com/company/motion-recruitment-partners/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Moline, IL (Remote)",
"type": "Full-time",
"postDate": "1 week ago",
"benefits": "Medical, 401(k)"
},
{
"id": "3855912809",
"title": "GoLang Developer",
"url": "https://www.linkedin.com/jobs/view/3855912809",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "81127583",
"company": {
"name": "Mindlance",
"logo": "https://media.licdn.com/dms/image/D4E0BAQH-wpMeak3Lzw/company-logo_200_200/0/1688409312275/mindlance_logo?e=1718841600&v=beta&t=xQLtBSQkPwFfURHQY1kkMeaa5p6S4n8fXYIaJAQzZR0",
"url": "https://www.linkedin.com/company/mindlance/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "McLean, VA (Hybrid)",
"type": "Contract",
"postDate": "1 week ago",
"benefits": "$65/hr - $70/hr"
},
{
"id": "3855583501",
"title": "Golang Developer",
"url": "https://www.linkedin.com/jobs/view/3855583501",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "6462249",
"company": {
"name": "Mitchell Martin Inc.",
"logo": "https://media.licdn.com/dms/image/D4E0BAQEtUycy7kQpSQ/company-logo_200_200/0/1698907932350/mitchell_martin_logo?e=1718841600&v=beta&t=6FYs28sVo2Fc45-jbc1d1M-LTbUDjkNjF2zVxQks8JI",
"url": "https://www.linkedin.com/company/mitchell-martin/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "New York, United States (Hybrid)",
"type": "Contract",
"postDate": "6 days ago",
"benefits": "$70/hr - $90/hr"
},
{
"id": "3842070211",
"title": "Golang Engineer",
"url": "https://www.linkedin.com/jobs/view/3842070211",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "687525390",
"company": {
"name": "Brooksource",
"logo": "https://media.licdn.com/dms/image/C4D0BAQEpBYagiK3vWA/company-logo_200_200/0/1631310603864?e=1718841600&v=beta&t=TssHwIGq_2jFXvUrp_bh0tNojdK6yYr2SaOdlD3GZGw",
"url": "https://www.linkedin.com/company/brooksource/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "New York, NY (Hybrid)",
"type": "Contract",
"postDate": "2 weeks ago",
"benefits": "3 benefits"
},
{
"id": "3838734103",
"title": "Golang Developer",
"url": "https://www.linkedin.com/jobs/view/3838734103",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "37447136",
"company": {
"name": "Bee Talent Solutions",
"logo": "https://media.licdn.com/dms/image/C4E0BAQEACli9R0UPjA/company-logo_200_200/0/1657859914762/beetalent_solutions_logo?e=1718841600&v=beta&t=PQAFc7D5MRtUl4QaydzLl0gDKIe5tR0Xh-2nF8yGG-8",
"url": "https://www.linkedin.com/company/beetalent-solutions/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "United States (Remote)",
"type": "Contract",
"postDate": "2 weeks ago",
"benefits": "$77.41/hr - $80/hr"
},
{
"id": "3823157086",
"title": "Principal Golang Engineer - fully REMOTE",
"url": "https://www.linkedin.com/jobs/view/3823157086",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "215409969",
"company": {
"name": "CyberCoders",
"logo": "https://media.licdn.com/dms/image/C560BAQF7t9X4k2P2hA/company-logo_200_200/0/1630672294143/cybercoders_logo?e=1718841600&v=beta&t=9MigX9j-qW0wK7KmSaseU5CauyYmM9GOc-UUJ2p61W4",
"url": "https://www.linkedin.com/company/cybercoders/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "Boston, MA (Remote)",
"type": "Full-time",
"postDate": "1 day ago",
"benefits": "$170K/yr - $220K/yr · 401(k) benefit"
},
{
"id": "3849777448",
"title": "Senior Golang Developer (Remote)",
"url": "https://www.linkedin.com/jobs/view/3849777448",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "687818507",
"company": {
"name": "Cognizant",
"logo": "https://media.licdn.com/dms/image/D4E0BAQHDKo68h6DqgQ/company-logo_200_200/0/1688389917808/cognizant_logo?e=1718841600&v=beta&t=kST0FnslVcQDyCoZmdkalpBOraVzTyz6rYu2g0443yg",
"url": "https://www.linkedin.com/company/cognizant/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "St Louis, MO (Remote)",
"type": "Full-time",
"postDate": "1 week ago",
"benefits": "401(k) benefit"
},
{
"id": "3845936237",
"title": "Data Center Technician, Hardware Operations",
"url": "https://www.linkedin.com/jobs/view/3845936237",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "29326500",
"company": {
"name": "Google",
"logo": "https://media.licdn.com/dms/image/C4D0BAQHiNSL4Or29cg/company-logo_200_200/0/1631311446380?e=1718841600&v=beta&t=4M46TmMEQbWGjLcUYQU3OePAUgo7QD57MivdkxUsJcw",
"url": "https://www.linkedin.com/company/google/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "New Albany, OH (On-site)",
"type": "Full-time",
"postDate": "2 weeks ago",
"benefits": "$63K/yr - $105K/yr"
},
{
"id": "3829718052",
"title": "Golang Engineer (Go, AWS)",
"url": "https://www.linkedin.com/jobs/view/3829718052",
"referenceId": "aYFvP5j3neBOlxUSmxYANA==",
"posterId": "2583873",
"company": {
"name": "Strategic Employment Partners (SEP)",
"logo": "https://media.licdn.com/dms/image/C560BAQGpNiVnLSGK8w/company-logo_200_200/0/1631379158949?e=1718841600&v=beta&t=0EXYtJ4-TVMzimNmeyFf0z91Elp6Apq4qpTgAFGVAO0",
"url": "https://www.linkedin.com/company/strategic-employment-partners-sep-/life",
"staffCountRange": {},
"headquarter": {}
},
"location": "United States (Remote)",
"type": "Full-time",
"postDate": "3 weeks ago",
"benefits": "401(k) benefit"
}
],
"total": 135942
}
}
}
}
]
}Pricing
$0.01per successful request
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.
LinkedIn job search APIjob listings APIjob board APIhiring data APIlabor market APILinkedIn APILinkedIn data APILinkedIn scraper API