scrape1 creditFetch one URL. Get markdown, JSON, HTML or a screenshot. Sync, under 60 s.
Five verbs, three surfaces, one engine. Pick where to start.
Two minutes from signup to your first stored row.
Sign up, go to Settings → API keys, copy the stkpd_live_... token.
Run a curl against /v1/scrape. You get a run_id, the markdown, and credits_charged: 1.
Every scrape lands in a dataset. Visit Datasets → Default to see the row you just created.
Drop the Stekpad block into your Claude Desktop or Cursor config. Reading datasets is free, forever.
curl -X POST https://api.stekpad.com/v1/scrape \ -H "Authorization: Bearer stkpd_live_..." \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", "formats": ["markdown", "json"] }'Each verb has its own page. Click through for parameters, errors, and copy-paste examples.
scrape1 creditFetch one URL. Get markdown, JSON, HTML or a screenshot. Sync, under 60 s.
crawl1 / pageWalk an entire site with include/exclude, robots, dedupe, webhooks. Async with a run_id.
map1 / 1k URLsDiscover URLs without rendering pages. Walks sitemaps and robots in seconds.
extract5 / URLPass a JSON Schema, get validated structured fields. Sync for one URL, async for batches.
search5 + 1 / resultRun a web search and scrape every result in the same call. Built for AI agents.
Every Stekpad verb is an MCP tool from day one. Reads cost zero credits — agents can revisit yesterday's data without hitting a paywall.
{ "mcpServers": { "stekpad": { "command": "npx", "args": ["-y", "@stekpad/mcp"], "env": { "STEKPAD_API_KEY": "stkpd_live_..." } } }}When you call /v1/scrape with use_session, Stekpad routes the fetch through your Chrome extension. Cookies stay in your browser. Architecturally, not as a policy.
Every enricher runs in our stack. None of them call a third-party data vendor. One credit per row.
ai_extractLLMai_summaryLLMfind_emailsWebfind_socialsWebemail_verifyValidationwhoisValidationcompany_enrichSpecializedgeocodeSpecializedTwo minutes to your first stored row. No credit card required.