All Upwork Job Postings - Monthly Tracker
All job postings on Upwork collected minute by minute (200k plus)
@kaggle.asaniczka_all_jobs_on_upwork_200k_plus
All job postings on Upwork collected minute by minute (200k plus)
@kaggle.asaniczka_all_jobs_on_upwork_200k_plus
This dataset tracks job postings on Upwork, a popular freelancing platform, providing valuable insights into current job trends, salary ranges, and demand for various skills.
It contains all job posting on Upwork
If you find this dataset helpful, don't forget to leave a upvote ❤️
I collect data from upwork pretty much every minute. I only plan on updating this dataset once a month.
If there's demand, I can increase the update frequency to daily.
CREATE TABLE all_upwork_jobs_2024_02_07_2024_03_24 (
  "title" VARCHAR,
  "link" VARCHAR,
  "published_date" TIMESTAMP,
  "is_hourly" BOOLEAN,
  "hourly_low" DOUBLE,
  "hourly_high" DOUBLE,
  "budget" DOUBLE,
  "country" VARCHAR
);CREATE TABLE all_upwork_jobs_2024_03_24_2024_05_21 (
  "title" VARCHAR,
  "link" VARCHAR,
  "published_date" TIMESTAMP,
  "is_hourly" VARCHAR,
  "hourly_low" DOUBLE,
  "hourly_high" DOUBLE,
  "budget" DOUBLE,
  "country" VARCHAR
);CREATE TABLE all_upwork_jobs_2024_05_21_2024_07_25 (
  "title" VARCHAR,
  "link" VARCHAR,
  "published_date" TIMESTAMP,
  "is_hourly" VARCHAR,
  "hourly_low" DOUBLE,
  "hourly_high" DOUBLE,
  "budget" DOUBLE,
  "country" VARCHAR
);Anyone who has the link will be able to view this.