freeworld/php-jobspy
Composer 安装命令:
composer require freeworld/php-jobspy
包简介
A PHP library to scrape job listings from various boards, inspired by python-jobspy.
README 文档
README
A standalone PHP library inspired by python-jobspy. This package aggregates job postings across multiple platforms cleanly into structured local data without heavy web overhead.
Capabilities
- Scrape job boards seamlessly.
- Target specific niches or geographical areas.
- Export results cleanly into arrays, objects, or CSV files for downstream processing.
Usage
use Freeworld\PhpJobspy\Jobspy; $jobspy = new Jobspy(); $jobs = $jobspy->scrapeJobs([ 'site_name' => ['linkedin', 'indeed'], 'search_term' => 'Senior PHP Developer', 'location' => 'Netherlands', 'results_wanted' => 20 ]); // Export to a CSV in an outside folder $jobspy->exportToCsv($jobs, '/path/to/outside/folder/jobs.csv');
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-17