GET wellfound.com HTTP 200120 ms7.6 KB$0.000194 captured Aug 7, 2026
wellfound.com, as data
One API turns any wellfound.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 120 ms
- Page size
- 7.6 KB of markdown, 111 lines
- Fields
- Job title, Company, Location, Salary range and 4 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This wellfound.com page cost $0.000194 to fetch.
### 04Show what you can do, not just where you've been.Your profile goes past the résumé: projects, work, and what you'd actually contribute.## Reach the right candidates. Automatically.The agentic recruiting platform that does what manual screening can't: it evaluates every candidate, surfaces the ones who'd get filtered out, and runs personalized outreach until they reply. Done by AI, guided by you.Explore AI candidate sourcing →## Jobs found. Teams built."I got my tech job on Wellfound 4 years ago and I'm still happy! Pays well, great culture, and unlimited PTO.""Half of the offers I give are sourced from Wellfound. It's the best product for anyone looking for startup talent.""I love Wellfound. I got my current job entirely through the site last year. Super easy to use and I love the UI.""I can't imagine my day-to-day without this platform. Life would be a lot more difficult."## Common questions.Wellfound is the hiring marketplace for startups: post jobs for free with Wellfound Jobs, source with AI agents through Wellfound Reach, or get done-for-you recruiting with Wellfound Autopilot, connected to a network of 10M+ opted-in candidates.Is Wellfound free to post jobs?Yes. Unlimited jobs, unlimited applicants, and a built-in ATS are $0 forever. Promoting a job for extra visibility is optional and paid, as are Wellfound Reach (AI sourcing) and Autopilot (managed hiring).Is Wellfound free for job seekers?Yes. Creating a profile and applying to jobs on Wellfound is always free for candidates.How many startups and candidates are on Wellfound?27,000+ startups hire on Wellfound, drawing on an exclusive pool of 10M+ candidates who opted in to hear from startups, plus 500M+ enriched external profiles for AI sourcing.Does Wellfound offer AI recruiting software? What Spider does on wellfound.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
120 ms · $0.000194Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://wellfound.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://wellfound.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://wellfound.com/", {
return_format: "markdown",
});
console.log(page.content); What wellfound.com costs
Multiplied from the measured 7.6 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of wellfound.com.
The capture above took 120 ms and cost $0.000194. The same call takes any URL on wellfound.com.