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. 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.
You can access the Work Scraper programmatically from your own applications by using the Apify API. You can 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:
Actor Metrics
13 monthly users
-
6 stars
99% runs succeeded
3.2 days response time
Created in Jun 2020
Modified 10 days ago