Work Scraper
7 days trial then $40.00/month - No credit card required now
Work Scraper
7 days trial then $40.00/month - No credit card required now
Extract data from the top freelancing websites such as Upwork. Search by URL or search terms, filter by categories, English level, and hourly rate. Get info about freelancers and agencies without login. Download your data as an HTML table, JSON, CSV, Excel, or XML.
Actor Metrics
16 Monthly users
No reviews yet
7 bookmarks
>99% runs succeeded
Created in Jun 2020
Modified 23 days ago
You can access the Work 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 "startUrls": [
3 "https://www.upwork.com/search/profiles/"
4 ],
5 "maxItems": 1,
6 "searchFor": "talent",
7 "extendOutputFunction": "async () => {\\n return { timestamp: Date.now() }\\n\\n}",
8 "proxy": {
9 "useApifyProxy": true
10 }
11}' |
12apify call trudax/work-scraper --silent --output-dataset
Work Scraper API through CLI
The Apify CLI is the official tool that allows you to use Work 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: