Work Scraper avatar
Work Scraper

Pricing

$40.00/month + usage

Go to Store
Work Scraper

Work Scraper

Developed by

Gustavo Rudiger

Gustavo Rudiger

Maintained by Community

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.

0.0 (0)

Pricing

$40.00/month + usage

9

Total users

688

Monthly users

14

Runs succeeded

90%

Issue response

23 hours

Last modified

3 months 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.

$echo '{
< "startUrls": [
< "https://www.upwork.com/search/profiles/"
< ],
< "maxItems": 1,
< "searchFor": "talent",
< "extendOutputFunction": "async () => {\\n return { timestamp: Date.now() }\\n\\n}",
< "proxy": {
< "useApifyProxy": true
< }
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: