JobboAPI
Simple job API for both employers and job seekers.
3 subscribers
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
JobboAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Find Jobs | ||
| GET |
Find Job(s) / |
The query returns a maximum of 50 results per call. It's strongly advised to look at the Options endpoint category for a more refined search. |
| For Employers | ||
| POST |
Registration /registration |
"After signup, you'll receive a unique '**Jobbo-API-Key**' for managing your job postings and account. Include this key in the headers as '**Jobbo-API-Key**' for authentication.… |
| POST |
Post Job /post-job |
Post a Job |
| POST |
Post Job Test /post-job-test |
This is a test method designed to verify that all validations are met. It does not interact with the database, and it is recommended to use this method before posting a job |
| GET |
Get All My Jobs /get-all-my-jobs |
Returns the array/list of your posted jobs. |
| GET |
Get Job by Id /get-job-by-id/{id} |
desc |
| PUT |
Update Job /job-update/{id} |
desc |
| DELETE |
Delete Job /delete-job/{id} |
Delete your job by providing its ID. This action is irreversible; once deleted, the job cannot be recovered. |
| DELETE |
Delete Account /delete-JobboAPI-account |
Delete your account and all posted jobs. This action is irreversible; once the account is deleted, all data will be lost. |
| Options | ||
| GET |
Job Types /job-types |
Fetch all available job types. |
| GET |
Work Options /work-options |
Fetch all available work options. |
| GET |
Territories /territories-by-donmain-name |
Retrieve all available territories associated with a domain name. |
JobboAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 500 / hour |
|
| PRO | Free | 1 / second |
|