JobStreet

search API

GET https://api.dataextractorpro.com/search/ ⚡ 1 Credit

Gives data on job search

Overview

This API endpoint allows programmatically extracting clean, structured data for JobStreet.

Authentication

Include your API key in the request header:

x-api-key: YOUR_API_KEY
Request Parameters
Parameter Type Required Description & Allowed Values Try Parameter
query
query
text Required
query
countryCode
country code
text Required
my for Malaysia, sg for Singapore, ph for Philippines, id for Indonesia, vn for Vietnam
page
page No
text Optional
page No
pageSize
page size
text Optional
page size
worktype
work type
text Optional
optional - can accept values fulltime, parttime, contract, casual, any
workarrangement
work arrangement
text Optional
optional - can accept values onsite, hybrid, remote, any
salarytype
salary type
text Optional
optional - can accept values hourly, monthly, yearly
salaryrange
salary range
text Optional
salary range
Code Examples

                                
                                
                                
                            
Error Responses
400 Invalid Parameters
One or more required parameters are missing or invalid.
{
    "status": "error",
    "message": "Parameter 'q' is required"
}
401 Unauthorized
Invalid or missing API key in x-api-key header.
{
    "status": "error",
    "message": "Invalid API key"
}
429 Rate Limit / Quota Exceeded
API key usage quota has been exhausted.
{
    "status": "error",
    "message": "Usage limit reached"
}
500 Internal Server Error
An unexpected server error occurred during extraction.
{
    "status": "error",
    "message": "Internal extraction error"
}