America's Interview — Automation & API Hub

By accessing this API, you acknowledge that your IP address and request data are tracked and monitored. Payment is required for access beyond the free allowance. If you do not agree, please stop using this API. Read the Machine Privacy Policy.

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.

Two ways to pay

1. Pay per request (agents) MPP + x402

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.

RailPrice per requestRecords per request
USDC on Base (x402) or Tempo (MPP)$0.05up to 100
Card via agent wallet (MPP / Stripe SPT)$0.50up to 1,000
curl -i https://americasinterview.ai/jobs?state=OH&limit=100
# -> 402 with WWW-Authenticate: Payment ... and PAYMENT-REQUIRED: ...

2. API key with record credits

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.

Using your key: query parameter ?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.

Endpoints

Job Data API

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

Resume Templates

GET /resume_templates — List templates

GET /resume_templates/{filename} — Download a template

Keys & Billing

GET /free-key?email= — Claim a free key

GET /credits?api_key= — Balance

Pricing

Privacy

Machine Privacy Policy

Human-Facing Site

americasinterview.com