Basic Upwork Job Scraper avatar
Basic Upwork Job Scraper

Pricing

$5.00/month + usage

Go to Store
Basic Upwork Job Scraper

Basic Upwork Job Scraper

Developed by

Nart Tok

Nart Tok

Maintained by Community

This is a simple actor that crawls Upwork job listings based on a single keyword. It extracts key details for each job, including the title, description, and URL, and outputs the data in a structured format. I made an AI job rating agent out of it, telegram me if you want one. @cutiecupid90

5.0 (1)

Pricing

$5.00/month + usage

0

Total users

11

Monthly users

11

Runs succeeded

96%

Last modified

8 days ago

This is a simple Apify actor that crawls Upwork job listings based on a single keyword. It extracts key details for each job, including the title, description, and URL, and outputs the data in a structured format. Features Searches Upwork for job listings using one keyword.

Extracts: Title: The job posting title. Description: The job description text. URL: The direct link to the job posting.

Outputs data in JSON format, compatible with Apify's dataset storage. Input Configuration The actor requires a simple JSON input to run. Below is an example: json { "keyword": "web developer" }

Input Fields keyword (string, required): The search term to query Upwork job listings (e.g., "web developer", "graphic designer"). Output The actor saves results to an Apify dataset. Each job listing is stored as a JSON object with the following fields: json

{ "title": "Web Developer for E-commerce Site", "description": "We need an experienced web developer to build a Shopify store...", "url": "https://www.upwork.com/jobs/~01abc123def456" }