REST API

Returns a list of job offers matching your query

The search index is limited to returning up to 1,000 records per query. If the dataset contains more than this number of records, only the first 1,000 results will be available. To access additional records, the query must be refined using filters or more restrictive search criteria.
Request:
GET https://isitfair.pl/api/v1/offers/search
Params:
(string) offer_statusjob offer status.
activeactive job offers.
expiredexpired job offers.
(string) offer_source [optional]job offer source.
pracuj.pljob offers from the pracuj.pl platform.
justjoin.itjob offers from the justjoin.it platform.
nofluffjobs.comjob offers from the nofluffjobs.com platform.
(string) offer_category [optional]job offer category.
phpjob offers from the php category.
pythonjob offers from the python category.
javajob offers from the java category.
(string) search [optional]search text, e.g. city + technology.
(int) page [optional]results page number (pagination).