Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt

Use this file to discover all available pages before exploring further.

$4.5 / 1k jobs Extract LinkedIn job details: description, company info, salary insights, application statistics, from a job ID

Endpoint

POST /api/v1/agents/linkedin/job-detail/run

Parameters

jobId
array
required
List · LinkedIn job IDs (the number after /jobs/view/ in the URL). One per line.

Response columns

FieldDisplay nameType
jobUrlJob URLurl
jobTitleJob Titletext
descriptionDescriptiontext
companyCompanytext
companyUrlCompany URLurl
companyLogoCompany Logourl
companyCoverCompany Coverurl
companyDescriptionCompany Descriptiontext
companyIndustryCompany Industrytext
companySizeCompany Sizenumber
companySlugCompany Slugtext
companySpecialtiesCompany Specialtiestext
hqCityHQ Citytext
hqCountryHQ Countrytext
hqStateHQ Statetext
hqAddressHQ Addresstext
hqPostalHQ Postaltext
jobLocationJob Locationtext
countryCountrytext
workplaceWorkplacetext
remoteAllowedRemote Allowedboolean
employmentTypeEmployment Typetext
experienceLevelExperience Leveltext
industriesIndustriestext
functionsFunctionstext
listedAtListed Attext
originallyListedOriginally Listedtext
expiresExpirestext
closedAtClosed Attext
stateStatetext
newNewboolean
repostedRepostedboolean
3rdPartySourced3rd-Party Sourcedboolean
eligibleReferralsEligible Referralsboolean
limitReachedLimit Reachedboolean
salaryMinSalary Mincurrency
salaryMaxSalary Maxcurrency
currencyCurrencytext
payPeriodPay Periodtext
compensationTypeCompensation Typetext
salaryByEmployerSalary By Employerboolean
salarySourceSalary Sourcetext
applyUrlApply URLurl
easyApplyEasy Applyboolean

Example

curl -X POST https://api.mindcase.co/api/v1/agents/linkedin/job-detail/run \
  -H "Authorization: Bearer mk_live_abc123def456" \
  -H "Content-Type: application/json" \
  -d '{
  "params": {
    "jobId": [
      "4011051212",
      "4218816602",
      "4011051213",
      "4218816603",
      "4218816604",
      "4218816605",
      "4218816606",
      "4218816607",
      "4218816608",
      "4218816609"
    ]
  }
}'

Example response

Response
{
  "job_id": "job_7f3a2b1c",
  "status": "completed",
  "data": [
    {
      "jobUrl": "https://www.linkedin.com/jobs/view/4011051212/?trk=jobs_biz_prem_srch",
      "jobTitle": "Full Stack .NET Developer",
      "description": "We are seeking a highly skilled and experienced Senior Full Stack .NET Developer with over 5 years of professional experience to join our team. The ideal candidate will have a strong background in .NET development, with proficiency in both backend and frontend technologies. This position offers the opportunity to work on exciting projects, collaborate with talented individuals, and contribute to the growth and success of our company.Responsibilities:Design, develop, and maintain robust and scalable web applications using .NET Core and .NET Core MVC.Utilize Microsoft SQL Server to create and manage stored procedures, triggers, and other database objects.Implement business logic and data access layers using C# ADO.NET.Develop responsive and user-friendly frontend interfaces using JavaScript (jQuery), HTML, and CSS.Collaborate with cross-functional teams to understand project requirements, propose solutions, and deliver high-quality software solutions on time.Troubleshoot and debug issues, conduct code reviews, and ensure code quality and adherence to coding standards.Stay updated with the latest technologies, trends, and best practices in .NET development and contribute to continuous improvement initiatives.Qualifications:Minimum of 5 years of hands-on experience in full stack .NET development.Strong proficiency in .NET Core and .NET Core MVC frameworks.Expertise in Microsoft SQL Server with the ability to design, optimize, and manage complex database schemas and stored procedures.Solid understanding of C# ADO.NET for data access and manipulation.Proficiency in frontend technologies including JavaScript (jQuery), HTML, and CSS.Experience with Agile development methodologies and version control systems (e.g., Git).Excellent problem-solving skills, attention to detail, and ability to work effectively in a team environment.Strong communication and interpersonal skills with the ability to effectively interact with stakeholders at all levels.Preferred Qualifications: Knowledge of cloud platforms such as microsoft Azure\n",
      "company": "Reverb",
      "companyUrl": "https://www.linkedin.com/company/reverbreports",
      "companyLogo": "https://media.licdn.com/dms/image/v2/D560BAQFy6HenLV3NmA/company-logo_200_200/company-logo_200_200/0/1716159317011?e=1779321600&v=beta&t=bjJ1ZXw8kjt7bcnlBjOKmKId9guY8kfl7aV38ZpFIL0",
      "companyCover": "https://media.licdn.com/dms/image/v2/D563DAQGz5W-nH1VjBw/image-scale_191_1128/image-scale_191_1128/0/1716159795412/reverbreports_cover?e=1778245200&v=beta&t=wUzeaZ_Q0ZOIJgHIw2zzwLd-9efqOpD17VUwHewYr9o",
      "companyDescription": "The new standard in AI-driven report-writing software for psychologists and neuropsychologists.",
      "companyIndustry": [
        "Software Development"
      ],
      "companySize": 6,
      "companySlug": "reverbreports",
      "companySpecialties": null,
      "hqCity": "Fort Collins",
      "hqCountry": "US",
      "hqState": "Colorado",
      "hqAddress": "3500 John F Kennedy Pkwy",
      "hqPostal": "80525",
      "jobLocation": "United States",
      "country": "us",
      "workplace": [
        "REMOTE"
      ],
      "remoteAllowed": true,
      "employmentType": "Full-time",
      "experienceLevel": null,
      "industries": null,
      "functions": null,
      "listedAt": "2024-09-02T17:12:58",
      "originallyListed": "2024-08-29T06:13:06",
      "expires": "2025-03-01T16:12:58",
      "closedAt": "2024-12-01T22:49:57",
      "state": "CLOSED",
      "new": false,
      "reposted": false,
      "3rdPartySourced": false,
      "eligibleReferrals": false,
      "limitReached": false,
      "salaryMin": "100000.0",
      "salaryMax": "180000.0",
      "currency": "USD",
      "payPeriod": "YEARLY",
      "compensationType": "BASE_SALARY",
      "salaryByEmployer": true,
      "salarySource": "JOB_POSTER_PROVIDED",
      "applyUrl": "https://app.smartmatchjobs.com/candidates/apply?job_vacancy_id=1195&referer=LinkedIn",
      "easyApply": false
    }
  ]
}