Skip to content

[Upwork]: add search, feed, and detail commands #1608

Description

@NSOiO

Site Name

Upwork

Site URL

https://www.upwork.com

Desired Commands

  • search — keyword job search with --location / --sort / --page / --per_page filters
  • feed — personalized recommended jobs (best-matches | most-recent), requires login
  • detail — full job posting + client stats, looked up by ciphertext id

Example Links or API Endpoints

  • Search page: https://www.upwork.com/nx/search/jobs/?q=react
  • Feed page: https://www.upwork.com/nx/find-work/best-matches
  • Job detail: https://www.upwork.com/jobs/~<ciphertext>

All three are Cloudflare-protected, so the adapter plans to run in browser mode with Strategy.COOKIE. Data is read from the embedded Nuxt state (window.__NUXT__.state.{jobsSearch,feedBestMatch,feedMostRecent}.jobs[] for lists, window.$nuxt.$store.state.jobDetails.{job,buyer} for detail) rather than DOM scraping, since Upwork's card markup changes frequently. Decoders normalize Upwork's three coded enum styles (i18n keys like jsn_Intermediate_206 on search, rendered labels on feed, numeric contractorTier on detail) so output columns stay stable across surfaces.

Willing to Contribute?

  • I'm willing to submit a PR for this adapter

Implementation is already drafted locally (3 adapters + shared utils.js + 41 unit tests covering validators, decoders, URL builders, row mappers, and func-level happy / auth / challenge / empty paths). Will open the PR once this issue gets a 👍 from a maintainer.

Implementation drafted with Claude Code assistance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions