Job Description
You will receive an HTML text from a job detail page. Please follow these steps:
Convert this extracted content into Markdown format, starting with the heading `# Job Description`, .
Parse out other key job information (excluding the job description), such as job location, job type, etc.
Organize this additional information into a JSON format, with clearly named fields, for example: `{"location": "Beijing", "type": "Full-time"}`.
Return the data in a format and follow the preset schema and without comment and explain, schema is belowing:
{ "$schema": "http://-schema.org/draft-07/schema#", "type": "object", "properties": { "job_description": { "type": "string", "description": "job desc content using markdown format" }, "extra_job_info": { "type": "object", "description": "extra job info extracted from web page", "additionalProperties": false } }, "additionalProperties": false, "required": [ "job_description", "extra_job_info" ] }
Please follow the above instructions precisely and do not omit any part. If certain information cannot be found, use `null` for the corresponding JSON value.
IV.AI is a technology company that uses a no-code AI platform to assist businesses to solve difficult problems. It was founded in 2016 and is based in Los Angeles, California.