Linux 软件免费装

Job Fetcher

开发者 mimusjobs
更新时间 2025年11月7日 02:02
PHP版本: 5.0 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

job board api integration job listings github actions

下载

详情介绍:

Job Fetcher, developed by Mimus Jobs (https://mimusjobs.com), integrates with the Job Fetcher Service to fetch job and company data, storing it in JSON files or custom post types. The free version limits job data to ID, title, company name, location, and type. A paid license unlocks full job and company data and custom post type storage.

安装:

  1. Upload the job-fetcher folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings > Fetcher Settings to configure your license key, WordPress credentials, and job search parameters:
  4. License Key: Obtain from https://mimusjobs.com/jobfetcher to unlock paid features.
  5. WordPress Username and Application Password: For REST API authentication.
  6. Country: The location for job searches (e.g., United States).
  7. Keyword: Optional search term (e.g., software engineer).
  8. Site URL: The WordPress site where data will be sent (e.g., https://example.com).
  9. For optimal performance, add database indexes for _job_id and _company_id meta keys if using custom post types. Example SQL: ALTER TABLE wp_postmeta ADD INDEX job_id_idx (meta_key, meta_value(191)); Replace wp_ with your site's table prefix.
  10. Go to Job Fetcher to start fetching jobs and view data.

常见问题:

How do I get a license key?

Sign up for a subscription at https://mimusjobs.com/jobfetcher to receive a license key for the Job Fetcher Service.

Where is the data stored?

Data is stored in JSON files (jobs.json and companies.json) in the WordPress uploads directory or as custom post types, depending on your settings.

Is the license key secure?

The license key is stored securely in the WordPress database and used only to communicate with the Job Fetcher Service.

What happens if my license key is invalid?

You’ll see an error message when trying to access paid features. Verify your key at https://mimusjobs.com/jobfetcher or contact support at plugins@mimusjobs.com.

更新日志:

2.5.9 2.5.5 2.2 2.1 2.0