Broadbean JobRelay field reference guide
The tables below outline the data that arrives in WordPress from the Broadbean JobRelay feed. Data is saved by mapping it to WordPress meta or taxonomy terms.
As well as the fields below, all providers send the required fields and the geo located fields are also available in the feed.
Broadbean fields
JSON node | Data type | Example value | Notes |
job_short_description | string | ||
contact_name | string | Jane Smith | The recruiters name. |
contact_email | string | jane.smith@mail.com | The recruiters email |
contact_telephone | string | 01234567890 | The recruiters telephone number. |
contact_url | string/url | https://site.url | The recruiters website URL. |
company_name | string | JobRelay | The company name where the position is. |
company_tagline | string | Relaying Jobs | The company tagline where the position is. |
company_website | string/url | https://jobrelay.io | The company website where the position is. |
company_twitter | string | @jobrelay | The company twitter handle where the position is including the @ symbol. |
company_logo | string/url | https://img.com/im.jpg | The company logo where the position is. This should be a hosted image URL. |
company_video | string/url | https://youtube.com/videoid | A link to a video on a video sharing site such as Youtube. |
expiry_date | date | 2020-12-01 | When the job expires or no longer takes applications. Should be in the format of YYY-MM-DD . |
start_date | string | 2021-01-10 or ASAP | When the job starts. Can be any string including in a date format. |
salary_currency | string | GBP | Currency code for the salary |
salary_from | float | 10000 | A number (float) for the lower salary. |
salary_to | float | 15000 | A number (float) for the upper salary. |
salary_per | string | annum | For more information please see our Default Values. |
salary_benefits | string | Laptop & healthcare | Freetext, additional salary information. |
salary | float | 15000 | A number (float) for the salary. |
featured | boolean | 1 | 1 to mark as featured or 0 (default) to not be featured. |
job_location | string | London, UK | The formatted location string. |
job_location_raw | string | Europe > England > London | The raw location string. |
job_type | string | Contract | A pipe (| ) separated list of job types. |
job_industry | string | IT | A pipe (| ) separated list of job industries. |
working_arrangement | string | Remote | One of either “Remote”, “Hybrid” or “Office based”. If none selected and empty field is sent. |
custom_data | string | Some custom data | This is an open text field for any additional information. |