Developers
Everything the Refolk interface does, your code can do too. One endpoint takes a sentence and hands back a ranked shortlist with the reasoning attached; the other takes an exact filter set and returns the same page every time. Same account, same credits, same results.
The whole thing
curl https://www.refolk.ai/api/v1/search \
-H "Authorization: Bearer $REFOLK_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "Staff backend engineers in NYC who shipped Rust in production"}'Every page here is also served as plain Markdown: add .md to any URL, or start from /developers/index.md. There is an OpenAPI document too, if you would rather generate a client than write one.
Try it on the search you came here for
Type one sentence. I plan the search, read GitHub, public LinkedIn and Crunchbase records, and the open web as it is right now, and hand back a ranked list with the reason next to every name.
01Describe them
One plain sentence. Role, city, stack, stage, whatever matters to you.
02I read the web live
GitHub, public LinkedIn and Crunchbase records, the open web. Not a database that went stale last quarter.
03You read the shortlist
Ranked, with the reasoning under every name. Open a profile, ask a follow-up, narrow it down.
500 free credits on sign-up. No card, no demo call. See real searches.
Reading this as an AI assistant? /llms.txt is a curated markdown index of the whole site, kept current automatically.