Comes without any stale data like many other scrapers do. Low cost and efficient. Can filter out duplicates and posts older than 24h
This scraper extracts detailed job information from Upwork job listings based on the provided Upwork job search URL.
Upwork has increased its protections, which may result in more 403 Forbidden
errors. To minimize these issues and ensure successful job scraping, follow these best practices:
"FR"
), try rotating between different countries ("SE"
, "DE"
, "SG"
, etc.).Check the json example in input tab: https://apify.com/arlusm/upwork-scraper-with-fresh-job-posts/input-schema
To call via API:
POST body content:
1"startUrls": 2[ 3 { 4 "url": "https://www.upwork.com/nx/search/jobs/?per_page=50&q=stripe", 5 "method": "GET" 6 } 7], 8"proxyCountryCode": "FR",
The output is an array of job objects, with each object containing the following details:
Example output:
1[ 2 { 3 "title": "Full Stack Web Developer", 4 "link": "https://www.upwork.com/job/full-stack-web-developer_~abcd1234", 5 "paymentType": "Hourly", 6 "budget": "$100.00", 7 "projectLength": "3-6 months", 8 "shortBio": "Looking for an experienced full-stack web developer...", 9 "skills": ["JavaScript", "React", "Node.js"], 10 "publishedDate": "Posted 6 minutes ago", 11 "normalizedDate": "2025-01-20T13:34:01.384Z", 12 "searchUrl": "https://www.upwork.com/search/jobs/?q=web%20developer" 13 } 14]
The scraper can be configured via Apify’s interface. Simply provide the Upwork job search URL, and the scraper will return job data as described.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!