Endpoint Playground
Test Crawlora's Phenom People Single Job API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/jobs/phenom/job?domain=<domain>&id=<id>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| domain | string | Yes | Phenom tenant careers domain | |
| id | string | Yes | Phenom job id from a board listing |
{
"code": 200,
"msg": "OK",
"data": {
"provider": "phenom",
"id": "JR10002958",
"title": "Restaurant Team Member, Overnight Shift - Unit 78",
"company": "Whataburger Restaurants",
"department": "Restaurant Team Member",
"location": "College Station, TX, United States of America",
"employment_type": "Part time",
"url": "https://careers.whataburger.com/us/en/job/JR10002958",
"apply_url": "https://whataburger.wd5.myworkdayjobs.com/WAB_CAREERS/job/105-Dominik-Dr-College-Station-TX-77840-3314/Restaurant-Team-Member--Overnight-Shift---Unit-78_JR10002958/apply",
"req_id": "JR10002958",
"posted_at": "2026-08-21T00:00:00Z",
"description_html": "<div><p>Welcome to Whataburger Careers</p></div>…",
"description_text": "Welcome to Whataburger Careers…"
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns a single Phenom People job with its full HTML/text description, category, and apply URL. domain is the tenant's careers domain (as in the board endpoint); id is the jobId/reqId from a board listing (e.g. JR10002958).
{
"code": 200,
"msg": "OK",
"data": {
"provider": "phenom",
"id": "JR10002958",
"title": "Restaurant Team Member, Overnight Shift - Unit 78",
"company": "Whataburger Restaurants",
"department": "Restaurant Team Member",
"location": "College Station, TX, United States of America",
"employment_type": "Part time",
"url": "https://careers.whataburger.com/us/en/job/JR10002958",
"apply_url": "https://whataburger.wd5.myworkdayjobs.com/WAB_CAREERS/job/105-Dominik-Dr-College-Station-TX-77840-3314/Restaurant-Team-Member--Overnight-Shift---Unit-78_JR10002958/apply",
"req_id": "JR10002958",
"posted_at": "2026-08-21T00:00:00Z",
"description_html": "<div><p>Welcome to Whataburger Careers</p></div>…",
"description_text": "Welcome to Whataburger Careers…"
}
}curl "https://api.crawlora.net/api/v1/jobs/phenom/job?domain=<domain>&id=<id>" \
-H "x-api-key: $CRAWLORA_API_KEY"