$1 [Cheapest] Upwork Jobs Feed (Ultrafast) avatar

$1 [Cheapest] Upwork Jobs Feed (Ultrafast)

Pricing

from $1.00 / 1,000 results

Go to Apify Store
$1 [Cheapest] Upwork Jobs Feed (Ultrafast)

$1 [Cheapest] Upwork Jobs Feed (Ultrafast)

Stream fresh Upwork job listings from a curated, indexed dataset. Filter by category, level, budget, hourly rate, full-text search, and date ranges. Cursor-paginated for stable results across concurrent updates.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Paul Anaytics

Paul Anaytics

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

22 days ago

Last modified

Share

Upwork Jobs Feed

Fresh Upwork job listings from a curated, indexed warehouse — fast, filterable, and ready to consume.

Pricing: $0.001 per job retrieved. You only pay for what you receive.

Data coverage: from 2026-06-01 onward (≈ 117 k jobs and growing — new listings added every few minutes). Anything older is not available.

Every filter is indexed, so even broad queries return in <50 ms server-side.

What you get

FieldTypeNotes
job_idstringStable Upwork listing ID — use as PK
linkstringDirect URL to the listing on Upwork
categorystringTop-level category name
category_idintNumeric category — stable across renames
job_titlestring
descriptionstringFull description text
skillsstringSemicolon- or comma-separated tags
levelstringentry | intermediate | expert
fixed_budgetfloat | nullWhen set, this is a fixed-price job
hourly_minfloat | null
hourly_maxfloat | null
published_onISO 8601When the client published the job
created_onISO 8601When we scraped the listing

Filters — all optional

Date range

  • Published — relative range (recommended): pick Last hour / 24h / 3d / 7d / 30d / 90d. Easiest way to track "what's new".
  • Published from / to (absolute): use date pickers for exact ranges. Ignored when the relative range above is set.
  • Scraped from / to: filter by the date we ingested the job (independent of when it was published).

Categories

Multi-select. Choose one or more:

Design & Creative · Sales & Marketing · Web Mobile & Software Dev · Admin Support · Engineering & Architecture · Accounting & Consulting · Writing · Data Science & Analytics · Customer Service · IT & Networking · Translation · Legal

Experience levels

Multi-select: Entry, Intermediate, Expert.

Text search — boolean syntax

Four independent search fields, all case-insensitive. They use a friendly boolean syntax:

You writeMeans
pythonTitle/desc must contain "python"
python and djangoBoth required
python or sqlEither
"power bi"The exact phrase
python and not juniorHas "python", does NOT have "junior"
(excel or python) and "power bi"Grouped
  • Search — title + description: applies to both columns
  • Search — title only: title only
  • Search — description only: description only
  • Exclude from title / description: comma-separated tokens to remove. Example: junior, intern, entry-level

⚠ MySQL FULLTEXT ignores tokens shorter than 4 characters (sql, php, go, r). Use longer phrases when possible — e.g., "sql server" instead of sql.

Skills

Multi-tag input. Type each skill, hit Enter to add. Then choose:

  • Any (OR) — job has at least one matching skill
  • All (AND) — job has every selected skill

Description length

Drop low-effort jobs by setting Minimum description length. Common values:

  • 300 — filters out one-line postings
  • 1000 — only detailed briefs
  • 2000 — premium, well-specified jobs

Money

  • Fixed budget min / max ($USD)
  • Hourly min ≥ / Hourly max ≤ ($USD/hour)
  • Fixed-price filter — only fixed | exclude fixed | either
  • Hourly filter — only hourly | exclude hourly | either

Sort

  • Published — newest / oldest first (default = newest)
  • Scraped — newest / oldest first
  • Fixed budget — highest first
  • Hourly max — highest first

Cost control

maxItemsCost
100$0.30
1 000 (default)$3.00
10 000$30.00
100 000$300.00

The actor stops as soon as the cap is hit, so you never overspend by accident.

Examples

Last 24 h of expert Python work over $1k:

{
"publishedRange": "24h",
"categories": ["Data Science & Analytics", "Web Mobile & Software Dev"],
"levels": ["expert"],
"q": "python",
"budgetMin": 1000,
"qTitleExclude": "junior, intern",
"minDescriptionLength": 500,
"sort": "budget_desc",
"maxItems": 200
}

Premium design briefs this week:

{
"publishedRange": "7d",
"categories": ["Design & Creative"],
"hasBudget": "true",
"minDescriptionLength": 1000,
"sort": "budget_desc",
"maxItems": 50
}

Power BI experts willing to take fixed-price work:

{
"publishedRange": "30d",
"skills": ["power bi", "tableau"],
"skillsMode": "any",
"q": "(\"power bi\" or tableau) and dashboard",
"qDescriptionExclude": "junior",
"hasBudget": "true",
"maxItems": 100
}

Pagination

Handled internally with stable cursors. Stops automatically when the API runs out of rows OR maxItems is reached.

Support

Questions, custom plans, or volume discounts? Open an issue on the actor page or message the maintainer.