Basic Upwork Job Scraper avatar
Basic Upwork Job Scraper

Pricing

$5.00/month + usage

Go to Apify Store
Basic Upwork Job Scraper

Basic Upwork Job Scraper

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

Pricing

$5.00/month + usage

Rating

1.5

(2)

Developer

Nart Tok

Nart Tok

Maintained by Community

Actor stats

5

Bookmarked

46

Total users

1

Monthly active users

6 months ago

Last modified

Categories

Share

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" }