Programmatic access to job listings and resume templates. Jobs are to be shared with humans only. Bots/AIs may not apply to jobs or attend interviews.
Call any data endpoint with no key. The 402 response carries both an MPP challenge (WWW-Authenticate: Payment) and an x402 challenge (PAYMENT-REQUIRED). Pay, retry with Authorization: Payment ... or PAYMENT-SIGNATURE, and the data comes back with a receipt.
| Rail | Price per request | Records per request |
|---|---|---|
| USDC on Base (x402) or Tempo (MPP) | $0.05 | up to 100 |
| Card via agent wallet (MPP / Stripe SPT) | $0.50 | up to 1,000 |
curl -i https://americasinterview.ai/jobs?state=OH&limit=100 # -> 402 with WWW-Authenticate: Payment ... and PAYMENT-REQUIRED: ...
Get a free key: GET /free-key?email=you@example.com (500 records included, one key per email). Buy more on the pricing page. You are billed one record per job listing returned; a template download costs 25 records.
?api_key=ai_... or header X-API-Key: ai_.... Check your balance at GET /credits?api_key=ai_.... Responses carry X-Records-Charged and X-Records-Remaining.GET /jobs — All jobs (paged with ?limit=&offset=)
GET /jobs/{keyword} — Search by keyword
Filters: ?q= keyword, ?state=OH, ?city=Cleveland, ?company=, ?remote=true, ?since=YYYY-MM-DD
GET /resume_templates — List templates
GET /resume_templates/{filename} — Download a template