Job Board Aggregator
Pricing
from $2.00 / 1,000 results
Go to Apify Store

Job Board Aggregator
Search across multiple job boards at once. Pull structured listings from Remotive, Arbeitnow, and Indeed filtered by title and location. Get company, salary, description, and direct apply URLs per result.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Igor Araujo
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Job Board Aggregator 🏢
An Apify Actor that aggregates job listings from multiple public sources. Enter a job title and location, and get structured results from Remotive, Arbeitnow, and Indeed.
Features
- Multi-source aggregation: Combines results from Remotive (API), Arbeitnow (API), and Indeed (HTML scraping)
- Deduplication: Removes duplicate listings across sources by title + company name
- Salary extraction: Extracts salary info from job descriptions using regex patterns
- Configurable sources: Choose which job boards to query
- Pagination & limits: Set a maximum number of results (1-100)
- Structured output: Every listing includes title, company, location, salary, description snippet, URL, source, and timestamp
Input
| Field | Type | Required | Description | Default |
|---|---|---|---|---|
jobTitle | string | ✅ | The job title or keyword (e.g., "software engineer", "data scientist") | "software engineer" |
location | string | ❌ | City, state, country, or "remote" | "remote" |
maxResults | integer | ❌ | Maximum number of results (1-100) | 50 |
sources | string[] | ❌ | Job sources to query: remotive, arbeitnow, indeed | ["remotive", "arbeitnow", "indeed"] |
Example Input
{"jobTitle": "data scientist","location": "New York","maxResults": 25,"sources": ["remotive", "indeed"]}
Output
Each job listing is pushed as a JSON object with the following fields:
{"title": "Senior Data Scientist","company": "TechCorp Inc.","location": "New York, NY","salary": "$150,000 - $200,000","description": "We are looking for an experienced data scientist...","url": "https://www.indeed.com/viewjob?jk=abc123","source": "indeed","job_type": "","category": "","scraped_at": "2026-07-03T12:00:00+00:00"}
Data Sources
| Source | Type | Speed | Coverage |
|---|---|---|---|
| Remotive | REST API | Fast | Remote tech jobs worldwide |
| Arbeitnow | REST API | Fast | Tech jobs, location-filterable |
| Indeed | HTML scrape | Slower | Largest US job board, broad roles |
Usage
On Apify Platform
- Search for "Job Board Aggregator" on Apify Store
- Enter your job title, location, and preferences
- Run the actor
Local Development
pip install apify beautifulsoup4 httpxpython -m my_actor
Monetization
This actor uses pay-per-event pricing at $0.002 per job listing result.
License
MIT