NetIntel · Extract Resume

by NetIntel

POSTBaseSolana

$0.02

per call · USD Coin on Base

Extract structured data from resume/CV text using Claude Haiku — returns name, contact info, skills, work experience, and education as clean JSON arrays so agents can automate applicant screening, candidate databases, and recruiting workflows from raw resume text.

Endpoint

POST https://netintel.dev/extract/resume

2

Calls / 30d

1

Unique payers / 30d

Sep 3

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://netintel.dev/extract/resume", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "text": "Jane Doe\nSan Francisco, CA | jane@example.com | +1 555 867 5309 | linkedin.com/in/janedoe\n\nSummary: Senior engineer with 10 years experience.\n\nSkills: Python, TypeScript, Kubernetes\n\nExperience:\nStaff Engineer, Acme Corp (2020-present) — Led platform team\n\nEducation:\nBS Computer Science, UC Berkeley, 2014"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://netintel.dev/extract/resume" \
  -H "Content-Type: application/json" \
  -d '{"text":"Jane Doe\nSan Francisco, CA | jane@example.com | +1 555 867 5309 | linkedin.com/in/janedoe\n\nSummary: Senior engineer with 10 years experience.\n\nSkills: Python, TypeScript, Kubernetes\n\nExperience:\nStaff Engineer, Acme Corp (2020-present) — Led platform team\n\nEducation:\nBS Computer Science, UC Berkeley, 2014"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "cached": false,
  "education_count": 1,
  "experience_count": 1,
  "findings": [],
  "grade": "A",
  "resume": {
    "contact": {
      "email": "jane@example.com",
      "links": [
        "https://linkedin.com/in/janedoe"
      ],
      "location": "San Francisco, CA",
      "phone": "+1 555 867 5309"
    },
    "education": [
      {
        "degree": "BS Computer Science",
        "institution": "UC Berkeley",
        "year": "2014"
      }
    ],
    "experience": [
      {
        "company": "Acme Corp",
        "description": "Led platform team",
        "end": "present",
        "start": "2020",
        "title": "Staff Engineer"
      }
    ],
    "name": "Jane Doe",
    "skills": [
      "Python",
      "TypeScript",
      "Kubernetes"
    ],
    "summary": "Senior engineer with 10 years experience..."
  },
  "score": 100,
  "skills_count": 3
}

Payment details

Pay to0xdadc335482ad545296fd7b28518a251ffcbeb9df
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from NetIntel & similar services

NetIntel · WEB Extract

netintel.dev

Extract article / main content from any URL or PDF to clean, LLM-ready Markdown (web scraper / reader / html-to-markdown) — strips scripts, nav, ads, and boilerplate while preserving headings, links, lists, tables, code blocks, and blockquotes; extracts the text layer from PDFs. Returns Markdown body, title, word count, and a quality grade. For JS-rendered or bot-walled pages a plain fetch can't read, use /exa/contents.

GETBaseSearch & Web
$0.003 / call352 calls / 30d

NetIntel · Openai GPT 4O

netintel.dev

Call OpenAI's gpt-4o via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.10 per request in USDC. Standard OpenAI chat.completions shape. EVERY call is bounded by a 16000-token combined input budget (real tokenizer) plus the 48000-char cap; output 2048. Vision: up to 4 https image_url parts (detail low/high/auto). Search terms: OpenAI, gpt-4o, vision, image input, chat completion, LLM, no API key.

POSTBaseAI & Inference
$0.1 / call98 calls / 30d

NetIntel · Currency Exchange Convert

netintel.dev

Convert any amount between 32 fiat currencies (live European Central Bank rates) and major cryptocurrencies (BTC, ETH, USDC, SOL, ICP, CELO and more, live Coinbase spot rates) — fiat↔fiat, crypto↔fiat, and crypto↔crypto all work. Returns converted amount, exchange rate, inverse rate, rate date, and rate source so agents can price and invoice across fiat and crypto without a paid forex API.

GETBaseMarket Data
$0.01 / call23 calls / 30d