JobMount XML Specifications - latinosinhighered-com/latinosinhighered-com-xml GitHub Wiki
To request XML posting permissions or job scraping, please e-mail [email protected].
Please note, you can only publish one job per POST request.
Use the following instructions to POST
POST: http://latinosinhighered.com/main/post
Header Information
Content-Type: application/x-www-form-urlencoded
User-Agent: Mozilla/5.0 (X11; Linu6 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36
employer-id-hash: use hash provided for employer account
Request Body
Form Data:
Ensure data is URL encoded and entities are converted.
data= <employer_email>[email protected]</employer_email> <employer_password>Sample Password</employer_password> <position_title>Sample Job Title</position_title> <position_ref>Sample Job Ref</position_ref> <position_industry>5466</position_industry> <position_job_role>5424</position_job_role> <position_job_type>2002</position_job_type> <position_salary>5292</position_salary> <position_salary_text>Sample Salary and Benefits</position_salary_text> <position_region>2332</position_region> <position_city>Sample City</position_city> <position_street_address>Sample Street Address</position_street_address> <position_post_code>Sample Post Code</position_post_code> <position_contact_name>Sample Contact Name</position_contact_name> <position_contact_phone>Sample Contact Phone</position_contact_phone> <position_fax>Sample Fax</position_fax> <position_send_apply>5282</position_send_apply> <position_email>[email protected]</position_email> <position_url>Sample URL</position_url> <position_job_description>Sample Job Description</position_job_description> <position_original_url>Sample Original URL</position_original_url>
Table of Fields
XML Tag Name | Required | Field Type | Related With | Description | Level | Count |
---|---|---|---|---|---|---|
post | Yes | Root XML element | 0 | 1 | ||
employer_email | No | Email Address | 1 | 1 | ||
employer_password | Yes | Password | Password (required if you are not using the employer-id-hash) | 1 | 1 | |
position_title | Yes | Text | Job Title | 1 | 1 | |
position_ref | Yes | Text | Job Ref | 1 | 1 | |
position_industry | No | Multiselect | Category. See values in Category.csv or in the other form:Category_type2.csv | 1 | 1 | |
position_job_role | No | Multiselect | Job Role. See values in Job Role.csv or in the other form:Job Role_type2.csv | 1 | 1 | |
position_job_type | No | Select | Job Type. See values in Job Type.csv or in the other form:Job Type_type2.csv | 1 | 1 | |
position_salary | No | Select | Salary. See values in Salary.csv or in the other form:Salary_type2.csv | 1 | 1 | |
position_salary_text | No | Text | Salary and Benefits | 1 | 1 | |
position_region | No | Multiselect | State. See values in State.csv or in the other form:State_type2.csv | 1 | 1 | |
position_city | No | Text | City | 1 | 1 | |
position_street_address | No | Text | Street Address | 1 | 1 | |
position_post_code | No | Text | Post Code | 1 | 1 | |
position_contact_name | No | Text | Contact Name | 1 | 1 | |
position_contact_phone | No | Text | Contact Phone | 1 | 1 | |
position_fax | No | Text | Fax | 1 | 1 | |
position_send_apply | No | Send ID "396" for "Redirect to web page" | Send application | 1 | 1 | |
position_email | No | 1 | 1 | |||
position_url | No | Url | URL | 1 | 1 | |
position_job_description | No | Text | Job Description | 1 | 1 | |
position_spider_site_id | No | Only for WebSpiderMount scraping service | Spider Site Id | 1 | 1 | |
position_hashcode | No | Only for WebSpiderMount scraping service | Hashcode | 1 | 1 | |
position_original_url | No | Text | Original URL | 1 | 1 |