On Success
The return structure of the call will be raw data or binary depending on the call you make.
{
"StatusCode": 200,
"Status": "ESUCC or EFAIL",
"Message": "Request OK. ",
"Debug": null,
"Result": {}
}
Example
{
"StatusCode": 200,
"Status": "ESUCC",
"Message": "Request OK. Request OK. {0}",
"Debug": null,
"Result": {
"message": {
"description": "job posting data fetching success",
"response_code": 3
},
"data": {
"total_count_available": 1,
"jobs": [
{
"job_title": "data entry clerk",
"job_id": "62c9ca8ce1490a2e",
"company": "Randstad",
"job_location": "1122 Franklin Avenue, Garden City, NY",
"salary": "$18 - $22 an hour",
"job_posted": "09-28-2023",
"job_url": "https://www.indeed.com/rc/clk?jkxxxxxd7&vjs=3",
"is_active": "yes",
"job-type": "temp-to-hire",
"benefits": "401(k),401(k) matching,Health insurance",
"job_description": "summary $18 - $22 per hour temp to perm high school category production occupations reference AB_4344209 As a Data Entry Clerk, xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn program, and 401K contribution (all benefits are based on eligibility).",
"qualification": "-",
"rating": "3.7",
"city": "Village of Garden City",
"country": "United States"
}
]
}
}
}