Freelance Rates Dataset: 45 Gig Listings From Superteam Earn

Gig economy listing data from Superteam Earn, a bounty board where Solana sponsors post content, design and development work: 45 listings with the reward each sponsor advertised, the deadline, the sponsor name, and how many submissions each listing drew. Harvested from the live superteam.fun API on 2026-09-04. Every number on this page is copied from the files in the pack, so you can judge the data before you spend. There is also a free 5-listing CSV sample if you want the shape of the rows first.

What's in the pack

The product README, verbatim:

earn-listings-full-descriptions.json — 28 open listings with FULL description HTML (not in public cards API), deadlines, rewards, sponsor slugs

earn-listings-cards.json — raw paginated cards API dump (17 unique live listings)

earn-api-endpoints.txt — 186+ reverse-engineered API routes (listings, comments, submissions, sponsor dashboard ops)

BONUS: the exact endpoint patterns (/api/search/{title} trick to get full description text — undocumented)

Source: live superteam.fun API, harvested 2026-09-04. Includes Privy auth flow notes (passwordless init/authenticate, token refresh via /api/v1/sessions).

Field lists below come from parsing the shipped files, not from the README.

Fields in each file

earn-listings-cards.json, one object per listing:

earn-listings-full-descriptions.json, one object per listing: slug, title, reward, token, deadline, and desc: the full description HTML the public cards API leaves out.

Five sample rows, verbatim

SlugAdvertised rewardTokenTypeDeadlineSponsorSubsComments
create-content-for-breakpoint-20268,000USDGbounty2026-09-07Superteam Germany7635
post-why-flint-beats-building-your-own-prop-amm1,500USDCbounty2026-09-07Flint 21442
castledao-content-challenge1,000USDGbounty2026-09-08Superteam Ireland9715
t3n-agent-build-challenge290USDCbounty2026-09-16Terminal 3 Network839
manual-qa-tester-sanarun-trading-terminalnullUSDCproject2026-09-04Sanafi Onchain586

Copied verbatim from earn-listings-cards.json by a script that asserts each cell against the file before publishing. Reward is what the sponsor advertised, not a payout. Dates are ISO timestamps in the file, shown as date only. The trailing space after "Flint" is in the source data.

The same first row, byte-for-byte from the file (JSON, one indent):

{
 "id": "b876d371-ebec-4c8f-8ff8-f19bdb8cff90",
 "rewardAmount": 8000,
 "deadline": "2026-09-07T21:59:59.999Z",
 "type": "bounty",
 "title": "Create Content for Breakpoint 2026",
 "token": "USDG",
 "winnersAnnouncedAt": null,
 "slug": "create-content-for-breakpoint-2026",
 "isWinnersAnnounced": false,
 "isFeatured": true,
 "compensationType": "fixed",
 "minRewardAsk": null,
 "maxRewardAsk": null,
 "agentAccess": "HUMAN_ONLY",
 "status": "OPEN",
 "isPro": false,
 "_count": {
 "Comments": 35,
 "Submission": 76
 },
 "sponsor": {
 "name": "Superteam Germany",
 "slug": "superteam-germany",
 "logo": "https://res.cloudinary.com/dgvnuwspr/image/upload/v1680563012/earn-sponsors/recDH2T4vsTezh3Je.png",
 "isVerified": true,
 "chapter": {
 "id": "b94186a5-0bc7-48db-b1b8-330b3c32dfeb"
 }
 }
}

The snapshot in numbers

SplitValue
Rows across both files45 (28 full-description + 17 unique cards rows; 16 slugs in both)
Token, cards rowsUSDC 13 (290 USD–2,000 USD) · USDG 4 (1,000 USD–10,000 USD)
Type, cards rowsbounty 15 · project 2
Compensation, cards rowsfixed 15 · range 2
Agent access, cards rowsHUMAN_ONLY 15 · AGENT_ALLOWED 2
Distinct sponsor names16 across 17 listings
Median advertised bounty reward1,000 USD
Deadline range2026-09-04 to 2026-10-15 (both files)

Computed from the shipped files at build time. "Advertised" is the reward the sponsor put on the listing. The files contain no payout, winner, or fee records.

Three things you can analyze with it

All three are analyses of listings as listed. The files carry no earnings, payout, or winner data, so none of them say anything about what any individual made.

Joining the two files

Both files join on slug. Sixteen of the seventeen cards rows have a matching full-description row; on every match, the reward values agree. The cards file carries the sponsor, counts, and status fields; the full-descriptions file carries the desc HTML and includes 12 listings the cards dump does not. Join, and you get one wide table: reward, token, type, deadline, sponsor, counts, and the full listing text.

What this dataset can't tell you

It's a snapshot, not a feed. Harvested 2026-09-04. Deadlines ran from 2026-09-04 to 2026-10-15, and most have passed since. Treat every row as "what was listed that day."

Advertised rewards are not payouts. No winner records, no escrow states, no fee columns. What sponsors offered and what anyone received are different questions, and this pack only answers the first.

The cards file is a raw paginated dump. 51 entries, 17 unique: the API repeats rows across pages. Dedupe on id before counting.

One platform, one niche. Solana/crypto gig listings only. Extending any rate or competition pattern to freelance work in general would be a stretch; use this as one data point among others.

For the API side of the same harvest (30 of the 186 routes, free), see the Superteam Earn API endpoint reference.

Full Superteam Earn dataset: 45 listings + 186 API routes →

Instant download · JSON + TXT · commercial license included