Remote Tech Jobs Aggregator
Pricing
from $0.10 / 1,000 results
Remote Tech Jobs Aggregator
Aggregate remote tech jobs from Remotive, RemoteOK, and ATS boards (Lever/Greenhouse/Ashby). Filter by keywords/location, dedupe results, and export a normalized dataset plus feed.json/feed.jsonl and run stats—ready for alerts or job search workflows.
Pricing
from $0.10 / 1,000 results
Rating
0.0
(0)
Developer

M Junaid Shaukat
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Remote Tech Job Aggregator (Apify Actor)
Aggregate remote tech jobs from multiple sources into a single, normalized feed.
Supported sources (current)
- Remotive (API)
- RemoteOK (API)
- Lever (ATS API) — via company slugs
- Greenhouse (boards API) — via board tokens
- Ashby (best-effort job board API) — via org slugs
Output
- Dataset: one item per job
- Key-value store (optional):
feed.json,feed.jsonl,stats.json
We decided to split Apify SDK into two libraries, Crawlee and Apify SDK v3. Crawlee will retain all the crawling and scraping-related tools and will always strive to be the best web scraping library for its community. At the same time, Apify SDK will continue to exist, but keep only the Apify-specific features related to building Actors on the Apify platform. Read the upgrading guide to learn about the changes.
Resources
If you're looking for examples or want to learn more visit:
- Crawlee + Apify Platform guide
- Documentation and examples
- Node.js tutorials in Academy
- Scraping single-page applications with Playwright
- How to scale Puppeteer and Playwright
- Integration with Zapier, Make, GitHub, Google Drive and other apps
- Video guide on getting scraped data using Apify API
- A short guide on how to build web scrapers using code templates:
Getting started
For complete information see this article. To run the Actor use the following command:
$apify run
Deploy to Apify
Connect Git repository to Apify
If you've created a Git repository for the project, you can easily connect to Apify:
- Go to Actor creation page
- Click on Link Git Repository button
Push project on your local machine to Apify
You can also deploy the project on your local machine to Apify without the need for the Git repository.
-
Log in to Apify. You will need to provide your Apify API Token to complete this action.
$apify login -
Deploy your Actor. This command will deploy and build the Actor on the Apify Platform. You can find your newly created Actor under Actors -> My Actors.
$apify push
Documentation reference
To learn more about Apify and Actors, take a look at the following resources: