Upwork Job Scraper
$19.00/month
Upwork Job Scraper
$19.00/month
Upwork Job Scraper is an Apify actor that extracts job listings from Upwork based on keywords. It outputs structured data (title, budget, client info) in JSON/CSV for easy analysis.
Actor Metrics
2 monthly users
5.0 / 5 (1)
1 bookmark
>99% runs succeeded
Created in Feb 2025
Modified 14 days ago
You can access the Upwork Job Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "useApifyProxy": true,
3 "proxyConfiguration": {
4 "useApifyProxy": true,
5 "apifyProxyGroups": []
6 }
7}' |
8apify call runtime/upwork-job-scraper --silent --output-dataset
Upwork Job Scraper API through CLI
The Apify CLI is the official tool that allows you to use Upwork Job Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: