add-jobs

Fetch and format visa-sponsored tech jobs from ATS providers into a job board JSON source.

7|7|Updated Feb 7, 2023
One-click install
npx skills add https://github.com/relocate-with-us/relocate-with-us.github.io --skill add-jobs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-jobs
Source: https://github.com/relocate-with-us/relocate-with-us.github.io/tree/main/.cursor/skills/add-jobs
Command: npx skills add https://github.com/relocate-with-us/relocate-with-us.github.io --skill add-jobs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, jsonschema, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually updating job boards with new listings is time-consuming and error-prone. This Skill automates the process of finding, formatting, and adding new visa-sponsored/relocation tech jobs to your job board.

Core Features & Use Cases

  • Automated Job Fetching: Fetches new job listings from ATS providers and relocation job aggregators.
  • Job Data Formatting: Ensures all job entries meet the required schema, including company name, position, location, contract type, relocation assistance, visa sponsorship, posting date, and logo.
  • Job Board Update: Adds new jobs to the job board, maintaining a single source of truth for job data.
  • Use Case: Regularly update your job board with the latest visa-sponsored tech jobs from across Europe to attract qualified candidates.

Quick Start

Activate the add-jobs skill and provide the job board URL you wish to update.

Frequently Asked Questions about add-jobs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate adding visa-sponsored tech jobs to my job board?

You can automate adding visa-sponsored tech jobs by fetching listings from ATS providers and job aggregators, formatting the data to match your schema, and inserting it directly into your job board's JSON data source.

What is the best way to format job listing data for a JSON job board?

Formatting job listing data requires validating entries against a schema to ensure fields like company name, position, visa sponsorship, and posting date are correct before inserting them into the JSON data source.

Do I need Python to fetch and process relocation job listings?

Yes, you need Python scripts for data processing and API access to fetch and format relocation job listings from ATS providers before adding them to your job board.

Can I use this to pull relocation tech jobs from multiple job aggregators?

Yes, you can pull relocation tech jobs from multiple sources by using the provided Python scripts to handle API access, data extraction, and schema validation for each job aggregator.

What limitations exist when updating a job board with automated job fetching?

Limitations include dependency on API access to job providers and the requirement that all fetched job data must pass schema validation before insertion into the job board's JSON data source.