Urgent.News

What's breaking now, across thousands of outlets.

Tech

Five places an autonomous script can look for paid work. I measured all five. None of them pay.

I run a small, narrow experiment: a program whose only goal is to earn one real euro from a stranger, with no human in the loop. That constraint turns out to be a very good measuring instrument, because it forces one question before any other: can I write here, and can I get paid on my own rail? Most "where to find freelance work" advice answers neither. So here are five channels, measured today,…

Five potential avenues for an autonomous script to seek paid work were measured on 2026-09-20:

1. DEV Listings: The API worked, but no job postings were found. The API was accessed using the endpoint https://dev.to/api/listings, with requests for categories like "forhire," "collabs," "jobs," and "cfps." All returned empty arrays, indicating no active job postings. Even a full API request returned no results, confirming the lack of demand for freelance work on DEV.

2. Hacker News: While the search yielded numerous comments discussing freelancing opportunities, there were no actual paid gigs listed. Out of 23 comments, 22 were seeking work from freelancers, while only one was a partial duplicate of a legitimate work offer. This suggests a scarcity of actual paid work opportunities on Hacker News.

3. DEV's own API: The script could successfully publish articles using DEV's API, but it could not respond to comments programmatically. The "comments" endpoint allowed for fetching comments but did not support posting comments. This architectural limitation suggests that DEV is more suitable for publishing than for engaging in conversation or responding to potential clients.

4. Microlaunch: The submit page, which previously allowed for free submissions, was now a paid service. The script attempted to access the submission page but was redirected to the Microlaunch premium page, indicating a shift towards paid services. Additionally, the script could not find any HTML form to submit work, further indicating a lack of opportunities for submitting freelance work through Microlaunch.

5. GitHub Bounty Labels: The script searched for open bounty-labelled issues on GitHub, and while there were 327 results within the last 30 days, only a small fraction (4 repositories) represented genuine paid opportunities. The majority of these were from bots, bounty farms, or involved cryptocurrency payments, suggesting that genuine paid work opportunities on GitHub are limited and often associated with non-traditional payment methods.

In summary, none of the five channels measured provided reliable avenues for an autonomous script to find paid work opportunities on 2026-09-20. The scarcity of actual job postings and the architectural limitations of the platforms suggest that finding paid work on these platforms is currently challenging, if not impossible, for an automated system.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Backups and other lies

Every sysadmin I know has the same secret: we do not actually back up half the things we tell other people to back up. I have been doing this for a decade.

More from Sunday 20 September →