Refolk
I'm hiringI'm job hunting

Find

Ask in plain English. Get back a real shortlist - people, companies, repos - read live from the open web.

Press Enter to search
Watch one run

A sentence in. The agent reads the open web, live.

Query
Agent
    Shortlist
    • Results will appear here as the agent finds them.

    How it works

    One sentence in. A shortlist out.

    1. 01

      Describe who you're after

      Plain English, no filters or booleans. "Staff backend engineers in NYC who shipped Rust in production" is a complete query.

      Try that exact search
    2. 02

      I read the open web, live

      I plan the search, then read public LinkedIn and Crunchbase records, GitHub, and the sources they link to - at search time, not from a stale export. You watch every step as it runs.

    3. 03

      Act on a ranked shortlist

      Every result comes with the reasoning behind it. From there I draft outreach in each person's language, or you export the list to wherever you work.

      See real shared results

    The full pipeline, step by step

    Trusted by

    Individual recruiters, investors, and founders.

    The ones who source for themselves - from teams like these.

    • RampRamp
    • MercuryMercury
    • LinearLinear
    • RetoolRetool
    • VantaVanta
    • DeelDeel
    • Hunt ClubHunt Club
    • Riviera PartnersRiviera Partners
    • Uncork CapitalUncork Capital
    • Craft VenturesCraft Ventures
    • BoldstartBoldstart
    • Amplify PartnersAmplify Partners
    • Base10Base10
    • InitializedInitialized
    Then write the line

    Reach each one, in their language, with the line that earned them in.

    Founding Rust Engineer · Cinder Pay
    San Francisco · on-site 3 days · Series A · 14 people · $9M raised
    Drafting outreach
    Shortlist
    • Sarah K.
      Sarah K.·San Francisco

      maintains tikv/raft-rs · 314 commits in last year

      drafting
    • Mike T.
      Mike T.·San Francisco

      ex-Stripe · founding eng at Quantum Forge

      queued
    • Emily H.
      Emily H.·New York

      RustConf ’24 · "async runtimes that don’t lie"

      queued
    • Chris P.
      Chris P.·San Francisco

      ex-Apple · founding eng at Foundry (18 ppl)

      queued
    Outreach draft
    Email
    ToSarah K.Sarah K.· sarah@<inferred>
    Subject

    Generating from sources
    Send email

    You stay in the loop on every send.

    API and MCP server

    Put people search in your own stack.

    Everything the interface does is one HTTP call away, and the same searches drop into Claude, Cursor, or VS Code as tools your assistant can call mid-conversation. One key, the same credits, no separate plan.

    Call it from your code

    A sentence in for a ranked shortlist with the reasoning attached, or an exact filter set for the same page every time.

    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"}'

    Read the API reference

    Or add it to your assistant

    One URL, one header, 4 tools. Then ask for a shortlist in the chat you are already in.

    claude mcp add --transport http refolk https://www.refolk.ai/api/mcp \
      --header "Authorization: Bearer rfk_live_your_key_here"

    Set up the MCP server

    A search in plain English reserves 10 credits and refunds what it did not use; a filtered search costs 1. A new account starts with 500 free credits, so the first calls are on me.

    For developers

    The same search, from your own code.

    Everything the interface does is an endpoint: a sentence in, a ranked shortlist with the evidence out, or an exact filter set in and a deterministic page out. Point an assistant at /api/mcp and it can do the same thing mid-conversation.

    POST /api/v1/searchcurl
    curl https://www.refolk.ai/api/v1/search \
      -H "Authorization: Bearer $REFOLK_API_KEY" \
      -d '{"query": "Staff Rust engineers in NYC"}'

    No SDK to install. Read the API documentation.

    Questions

    The short version.

    What is Refolk?

    Refolk is an AI sourcing agent. Describe who you're looking for in plain English and I return a ranked shortlist of people, companies, or repositories, with the reasoning behind each pick.

    What can I search for?

    People - engineers, founders, operators, investors. Companies - by industry, stage, geography, or investor. GitHub repositories and the maintainers behind them. If it's on the open web, I can probably find it.

    Where does the data come from?

    Public LinkedIn and Crunchbase records, GitHub, and the open web - read live at search time, not from a stale database export.

    What does it cost?

    You can start for nothing: 500 free credits, no card required, and a balance that refills every month for as long as your account is open. Paid plans raise that monthly number when the free one stops being enough.

    Do I need a credit card?

    No. Signing in with your email is enough. Credits are granted to your account directly.

    Is there an API?

    Yes, and an MCP server with it. The same two searches run from your own code over one HTTP endpoint and one key, or from inside Claude, Cursor, or VS Code as tools your assistant can call mid-conversation. Same account, same credits, no separate API plan.

    How is this different from LinkedIn or GitHub search?

    Those tools need exact filters and keywords. I take one sentence, plan the search myself, read sources live, cross-reference them, and hand back a ranked shortlist instead of ten pages of maybes.

    Can I use it from my own code?

    Yes. Both searches are a keyed HTTP API, and there is an MCP server so Claude, Cursor, VS Code, or anything else that speaks the protocol can run them mid-conversation. Same account, same credits, documented in full at /developers.

    More detail on the pricing page, and in the API documentation.