Fake Job Listing
The Fake Job Listing API generates one corporate job posting per call. Title is inscrutable ("Director of Strategic Vibes"). Responsibilities are euphemistic ("Translate ambiguous goals into other ambiguous goals"). Includes team, reports-to, location, salary band, requirements, perks, posting age, and applicant count.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/fake-job-listing/listing"
import requests
response = requests.get("https://api.stupidapis.com/fake-job-listing/listing")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-job-listing/listing");
const data = await response.json();
Response Schema
| Field | Type | Description |
|---|---|---|
title |
string |
Job title |
team |
string |
Team |
reports_to |
string |
Reports to |
location |
string |
Location |
salary_band |
string |
Pay range |
responsibilities |
string[] |
Five bullets |
requirements |
string[] |
Four requirements |
perks |
string[] |
Four perks |
posting_age_days |
number |
Days posted |
applicant_count |
string |
Applicant count |
Example Response
{
"title": "Director of Strategic Vibes",
"team": "Strategy",
"reports_to": "the SVP of Strategy",
"location": "Remote (US)",
"salary_band": "$175K – $260K, depending",
"responsibilities": [
"Own outcomes from a respectful distance",
"Drive alignment on questions that may not require alignment",
"Hold the room when the room is uncertain",
"Author docs that nobody reads but everyone references",
"Be the named person for a thing that has no name"
],
"requirements": [
"7+ years of broad experience",
"Bachelor's degree or equivalent willingness",
"Strong written communication; spoken communication acceptable",
"Comfort presenting to senior leadership and the cleaning staff"
],
"perks": [
"Unlimited PTO (capped at 14 days, in practice)",
"Health, dental, vision (vision after 90 days)",
"Hybrid work; in-office Tuesday/Wednesday/Thursday",
"Annual stipend for \"professional development\""
],
"posting_age_days": 184,
"applicant_count": "over 200 applicants"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/fake-job-listing/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.