Random job posting generator
This tool builds fake but realistic job postings for filling job boards, recruiting dashboards, and applicant-tracking demos. Each posting includes the fields a real vacancy needs so your UI can be tested against complete records.
How it works
The generator picks a role and a seniority prefix to form the title, a fictional company name, a location, and an employment type. A salary range is generated as two random values a sensible distance apart, formatted with a currency symbol. Three to five requirements are drawn without repetition from a skills pool, and a short description is assembled from template sentences. Every field is independent so the combinations are effectively unlimited.
Tips and examples
Generate a batch of fifteen to test list pagination, salary-range filters, and requirement-tag rendering. Use the JSON export to seed a search index and confirm full-text matching works across titles and descriptions. Swap in real copy before any posting goes live to candidates.