Job Board Aggregator avatar

Job Board Aggregator

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Job Board Aggregator

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

Igor Araujo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

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

FieldTypeRequiredDescriptionDefault
jobTitlestringThe job title or keyword (e.g., "software engineer", "data scientist")"software engineer"
locationstringCity, state, country, or "remote""remote"
maxResultsintegerMaximum number of results (1-100)50
sourcesstring[]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

SourceTypeSpeedCoverage
RemotiveREST APIFastRemote tech jobs worldwide
ArbeitnowREST APIFastTech jobs, location-filterable
IndeedHTML scrapeSlowerLargest US job board, broad roles

Usage

On Apify Platform

  1. Search for "Job Board Aggregator" on Apify Store
  2. Enter your job title, location, and preferences
  3. Run the actor

Local Development

pip install apify beautifulsoup4 httpx
python -m my_actor

Monetization

This actor uses pay-per-event pricing at $0.002 per job listing result.

License

MIT