📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of jobs

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "title": "{{faker 'person.jobTitle'}}", "company": "{{faker 'company.name'}}", "salary": {{faker 'number.int' max=99999}}, "location": "{{faker 'location.city'}}, {{faker 'location.stateAbbr'}}", "remote": {{faker 'datatype.boolean'}}, "description": "{{faker 'lorem.paragraph'}}" } {{/repeat}} ]

Tailored for generating random job postings, this template includes properties such as title, company, salary, location, and description. Its primary utility lies in prototyping job boards and career portals. Additionally, it serves as a valuable resource for testing job-related functionalities, ensuring accuracy and reliability within applications. These data are perfect to prototype or serve as sample data for applications like job boards, career portals, and recruitment platforms.